Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with the product picture


jack_frost

Recommended Posts

Hi!

 

I am having the same problem alot of other people have had with the product picture in the Product_info section. with it being in the middle, instead of the Right side.

 

I have search high and low on the forum for a solution and came across one.

 

To add: "float:right;" under the #piGal ul { in the Stylesheet. so i did and this fixed the problem partly:

 

exxample.png

 

how do i get the miniatures to float right with the big picture? (so they end up underneath the big pictures, as they were before i made the big picture "Float right"

 

Hope someone can help.

 

- Jack

Link to comment
Share on other sites

This seemed to work on my site, "maybe" it'll work for you...

 

OPEN product_info.php

FIND:

<h1><?php echo $products_name; ?></h1>

</div>

 

add AFTER:

<div class="clear"></div>

Link to comment
Share on other sites

Hi!

 

Thank you for the reply, this worked, if i remove the "float Right" from the stylesheet, however, it only moved the product picture half of the way.

 

This is without Div class and Float right:

 

11.png

 

and this is with div class, but not float right

 

22.png

 

so close, but not quite. -___-'

 

I have change some things in the grid, first of, i change the width from the original, to 1024px. secondly, i change the grid ratio from the original to 14 (in content width) dont know if this maybe changed something

Link to comment
Share on other sites

Fixed it!

 

In the Product_info:

 

<script type="text/javascript">

$('#piGal ul').bxGallery({

maxwidth: 300,

maxheight: 200,

thumbwidth: <?php echo (($pi_counter > 1) ? '75' : '0'); ?>,

thumbcontainer: 150,

load_image: 'ext/jquery/bxGallery/spinner.gif'

});

</script>

 

i changed thumbcontainer to 150 instead of 300 ^___^

Link to comment
Share on other sites

------------------------ New Problem, regarding the product image ----------------------------

 

Okay, so i've importet all my product from my older OsC version, the problem now is, that i have 600+ items, where the picture is huuuge in the product_info page.

 

I know one fix for this problem, is to just add the same picture one more time for all the items.

 

howvever. this will take hours, so i hoped there was a way of fixing this, without that very long work process.

 

- Jack

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...