jack_frost Posted June 3, 2011 Share Posted June 3, 2011 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: 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 More sharing options...
jack_frost Posted June 3, 2011 Author Share Posted June 3, 2011 Any and all replies would be very much apriciated. I tried adding Float:Right; To all three Pigal sections in the Stylesheet. but with no succes .__. Link to comment Share on other sites More sharing options...
SLiCK_303 Posted June 3, 2011 Share Posted June 3, 2011 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 More sharing options...
jack_frost Posted June 5, 2011 Author Share Posted June 5, 2011 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: and this is with div class, but not float right 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 More sharing options...
jack_frost Posted June 5, 2011 Author Share Posted June 5, 2011 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 More sharing options...
jack_frost Posted June 5, 2011 Author Share Posted June 5, 2011 ------------------------ 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.