ok fixed the script off image thingy.
but the buttons just won't line up correctly. maybe tomorrow...
thanks for all of the help!
![]()
ok fixed the script off image thingy.
but the buttons just won't line up correctly. maybe tomorrow...
thanks for all of the help!
![]()
side note... i had fixed it where the lightbox did not show duplicate images, but moving the code in red out of the div caused the double main image to come back... any other way to do that???
?>
<?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?>
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="<?= $products_image_large;?>" id="jqzoomMain"<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?= zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);?></a>');
//--></script>
<noscript>
<?php
echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT);
?>
</noscript>
</div>
<div class="imgLink"><a href="<?php echo $products_image_large;?>"<?php if (JQLIGHTBOX_STATUS == 'true') echo ' class="jqlightbox"';?>><?php echo TEXT_CLICK_TO_ENLARGE;?></a></div>
Last edited by gsdcypher; 15 Mar 2009 at 07:07 AM.
Yellow I have the text looking the way I want it, but still when I leave jqzoom on the text goes up around the right top and bottom. This stumps me. It does not happen when it is off and I just use the jqlightbox. Now if I switch jqlightbox off and just use the jqzoom I still get the same thing with the text. Don't know. For right now I will just use the jqlightbox until we or I can find out why. Thanks again.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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
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
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.
I wanna know why the lightbox isn't shown up at the first click, at first click, the tradition IE dialogue is shown, until the next click, the photo is being shown in the lightbox?
Thank you
This is for use for uninstall file, the original file isn't included.SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'JQLightbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
Cheers![]()