I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Yellow just click on my site in my Signature and go to the product page. When you first get there you will notice it is right, then it goes crazy.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
reason: you are floating the main image
There are many ways around it. Either you stop floating the image, or you put a "clear" before the text link like this
<div class="clearBoth"></div>
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Thanks Yellow for your help. After putting the codeinto the right file...lol it brought the link down right under the edge of the picture. Still was not right. What I had to do is add a <br> and that lowered it down just about right. Thank you again.<div class="clearBoth"></div>
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
OK here is what I did which seemed to work:I get what you mean by the double main image now, so let me explain why it happens first: The script look for any image wrapped by a link which has a class "jqlightbox" So if you separate the "larger image" text and the main image, you will have 2 jqlightbox links instead of 1. What you can do in this case is: remove the link wrapping around the main image, leaving only the link around the text
but the write review/tell a friend buttons are still offset. see what you think. http://tinyurl.com/b48rh7thanks!Code:<?php echo '<a href="<?= $products_image_large';?>"<div class="imgLink"><a href="<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo TEXT_CLICK_TO_ENLARGE;?></a></div>
Well, in your css you have
#productReviewLink {
padding:5px 0;
}
BTW, arent we going off topic here?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
yeah... since we were talking a lot of css i threw it in there. back on topic. what did you discover concerning compatibility with the ih2 watermarks?
thanks.
spoke too soon...
this does not work
<?php
echo '<a href="<?= $products_image_large';?>"<div class="imgLink"><a href="<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo TEXT_CLICK_TO_ENLARGE;?></a></div>