Yep, that's the site. When I mouse over the images on this page, this page, and this page, the file path and image name are displayed in the status bar. (It actually does this for all main product images on all product pages).
I posted this same question to the IH2 support thread first because I saw another poster had the same issue and had posted there. This is the feedback I was given:A look at the code on the product pages reveals this around line 235:you are not using just image handler on that page you are using a lightbox mod, which overwrites image handler file for that page,
I think the very latest version of lightbox (see the support thread as i don't know if its in the downloads yet) should work out of the box with image handler
The file that sets that particular page comes with lightbox
Code:<!--bof Main Product Image --> <div id="productMainImage" class="centeredContent back"> <script language="javascript" type="text/javascript"><!-- document.write('<a href="images/PGc1.jpg" rel="lightbox-g" title="Staying in the Now"><img src="bmz_cache/c/ca8da9d479083782b2e2dad6008ef12b.image.200x200.jpg" alt="Staying in the Now" title=" Staying in the Now " width="200" height="200" /><br /><span class="imgLink">larger image</span></a>'); //--></script> <noscript> <a href="http://empowermentsanctuary.com/marketplace/index.php?main_page=popup_image&pID=37" target="_blank"><img src="bmz_cache/c/ca8da9d479083782b2e2dad6008ef12b.image.200x200.jpg" alt="Staying in the Now" title=" Staying in the Now " width="200" height="200" /><br /><span class="imgLink">larger image</span></a></noscript> </div> <!--eof Main Product Image-->
Update, a new comment on the IH2 Support Thread from DivaVocals may be the answer. Your thoughts?
Nigel is correct and in the next release (should be submitted this week - still testing the modifications) I'll make sure I add this to the readme.. The latest versions of the Zen Lightbox supports IH2 OUT THE BOX without any file merging required.. I'm at work and I can't remember which file it is off the top of my head, but there is ONE file that ZLB and IH2 have in common.. You do NOT need to merge the ZLB file with the IH2 file.. Simply REPLACE the IH2 file with the one from ZLB fileset and you should be good to go
Last edited by ScriptJunkie; 28 Feb 2011 at 05:57 PM. Reason: Update appended
One more thing...
When I installed IH2 and Zen Lightbox 161, the only common file I found was includes/modules/custom_template/additional_images.php. At that time, I overrode the IH2 file with the ZLB file.
If I download ZLB 162 and do the same thing, will this resolve the issue, or is there another file I need to do this with?
Maybe it's just best if I simply upgrade ZLB to v1.62?
Okay lemme chime in here because I am not that familiar with ZLB either.. What I do know is that it is SUPPOSED to include code which works WITH IH2 out the box (it appears that this was part of one of the improvements Alex Clarke's versions brought to the table).. What I posted on the IH2 thread was based on feedback I've received from users of BOTH mods -- users of both modules have reported that the one common file between IH2 and ZLB -- includes/modules/YOUR_TEMPLATE/additional_images.php -- should NOT be merged. They have all indicated that the ZLB version of this file shoud OVERWRITE the IH2 version of this file.
In comparison, Fual Slimbox requires the merging of the code in the common files for IH2 to work with it.. However, the issue ScriptJunkie is reporting seems to be a NON-ISSUE (see this website -- http : // www . hairisle . com/Less-Than-Perfect/Processed-Wefts/Indian-Remy-Machine-Weft-Relaxed-Texture-4-Oz. -- for an example of Fual Slimbox and IH2 working together) Whether you rightclick to view the image source or mouseover the images, the images are all being called from the IH2 bmz_cache folders for the small, medium, and large product images.
Hope all of this is useful information when researching this..![]()
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Thanks DivaVocals,
I was hoping you would chime in.
I know others have said they got IH2 and ZLB working together ok, but I dont really have a need for IH2 and I dont really have time to learn it just to be able to troubleshoot the 2 working together.
ScriptJunkie, I would just suggest making sure all IH2 is installed and then ZLB installed after so that the additional_images file gets overwritten.
daniel
ok help...lol
i told you mine sometimes will put up a fight
I just upgraded a store from 1.5 to 1.6.2 LB--removed all the files, ran the 1.5 uninstaller
reuploaded each and every file--twice since getting this error on the image at the bottom of it:
ZEN_LIGHTBOX_COUNTER_IMAGE 1
ZEN_LIGHTBOX_COUNTER_OF 6
under the images in the lightbox instead of
Image 1 of 6
I did go into the languages/english/extradefinitions/current template/zen_lightbox.php
it is the original file from 1.6.2 no edits at all and it is sitting in the folder. I deleted it from the server, went to the store then refreshed the page there, tried the main image and the additional images and the error was still at the bottom--no shock since i did remove the file.
I then reupped the file, refreshed the server ftp files--refreshed the page at her store and the eror is still showing
then i went into google chrome to check in case the hard refresh of Firefox did not take and it too shows the error---
how can I fix this please.
forgot the link to her store: http://www.pennylanebridal.com.au/sh...roducts_id=133
@Diva---will do so with my store and let you know if it behavesand you don't have to do this.. In fact we are recommending that you DON'T try and merge these files.. ZLB introduced code LONG ago that will ensure that ZLB and IH2 work together.. So you should be using the ZLB version of the one common module file. (ZLB and IH only share ONE file as noted in previous posts)
ok Diva, I did the upgrade to 1.6.2 in both my test store and the live store for LB and ran the sql also and the need for the edits are truly gone.
although on both of my stores the error that appears at the bridal store are not there
so I just need to find out what to do at the other store..thanks
I have seen this, but only when the [includes/languages/english/extra_definitions/(template)/zen_lightbox.php] file is missing.
You said you already checked its existence, so the only other place might be:
[includes/classes/zen_lightbox/options.php]
can you copy and paste the line that is after?PHP Code:if (ZEN_LIGHTBOX_COUNTER == 'true') {
Thats where it reads the information from the previous file.
daniel