Zen Follower
- Join Date:
- Oct 2006
- Location:
- Los Angeles
- Posts:
- 111
- Plugin Contributions:
- 0
Zen Lightbox addon [Support Thread]
it is a premium8b template by 12leaves.com
it has not given me issues with any other mods, it is clean w3 xhtml and css.
Views: 952,693
Zen Follower
it is a premium8b template by 12leaves.com
it has not given me issues with any other mods, it is clean w3 xhtml and css.
Totally Zenned
ztotheetothen:
it is a premium8b template by 12leaves.com
it has not given me issues with any other mods, it is clean w3 xhtml and css.
hmm tis just that some themes that come with loads of scripts like mootools tend to fight with the one that comes with lightbox.
try removing lightbox with the uninstall script then, reup the files again, making triple sure you put them in the correct places.
make sure you merge the file that is shared by both lightbox and IH2---additional_images.php i think it is
then run the sql installer again to see if that makes any difference
Totally Zenned
Looks like I will be upgrading my site to 139e today, I'm guessing lightbox will work fine. Just looking to see if anyone has confirmed it working yet on 139e.
I will relay my experience after completion.
Totally Zenned
Feznizzle:
Looks like I will be upgrading my site to 139e today, I'm guessing lightbox will work fine. Just looking to see if anyone has confirmed it working yet on 139e.
I will relay my experience after completion.
although I have only used IH2 through the versions from 1.3.8a to 1.3.9e--- YES it do...lol
that said...I use the previous version before they have updated it and it works quite nicely. the main thing is remember to merge the shraed files between lightbox and IH2...and any other ones that may be shared with any of your other add ons too.
As long as you have your files in theme override folders [those that apply] and manually upload the new files you should not run into very much trouble updating.
This store software is really straight forward with updates.
New Zenner
Hi,
im having problem with Zen light box.
After loading once i click on the picture the next page appear blank.
Once i off zen light the picture reppear.
Using 1.3.9e
Thank you
New Zenner
I have installed lightbox and everything is working well, thank you for making such an easy to use piece of software. However, I don't know how to make multiple images show up for the same product, can you help?
Zen Follower
Maria71:
I have installed lightbox and everything is working well, thank you for making such an easy to use piece of software. However, I don't know how to make multiple images show up for the same product, can you help?
this article in FAQ section explains it pretty well. You have to edit a different file.
New Zenner
I too am having the same error. Look at this product.running 1.3.9e as well. It looks as if the opening comment tag is cut off. What page has this in it?
New Zenner
DBWD:
I too am having the same error. Look at this product.running 1.3.9e as well. It looks as if the opening comment tag is cut off. What page has this in it?
DarkAngel:
was 1.3.9e working before you added the lightbox files?
a link please
Okay, I forgot to quote the original.
I am getting this at the very top of the product pages:
```
Slimbox.scanPage = function() { $$(document.links).filter(function(el) { return el.rel && el.rel.test(/^lightbox/i); }).slimbox({]}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }; window.addEvent("domready", Slimbox.scanPage); //-->
Zen Follower
I get this error under my products
"Slimbox.scanPage = function() { $$(document.links).filter(function(el) { return el.rel && el.rel.test(/^lightbox/i); }).slimbox({]}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); }); }; window.addEvent("domready", Slimbox.scanPage); //-->"
and figured out that my other javascript files does not work with theese ones so when i removed them it worked except the error message that i get.
I have to change in my old javascript files and see
Zen Follower
Can someone help me with my javascript files it's 2 files that does'nt work with lightbox
New Zenner
I thought I was having an issue with Zen Lightbox, but it appears as though this issue may be related to Google Chrome and I was wondering if anyone else has had this issue or if there is a known solution.
The Issue:
When clicking on an image to show the lightbox image, a white box comes up but no image or links become visible. This only happens in Google Chrome.
The Testing:
Two different systems tested: 1 x Windows 7 Ultimate x64, 1 x Windows XP Pro x32
Two websites tested:
http://flowerswithstyle.com.au
http://www.scrapdillyishious.com/shop/
The following browsers have been tested:
Every browser tested display the lightbox without issue apart from Google Chrome.
I at first thought that maybe it was to do with a jscript/code conflict on the site I was working on, but then I tested another site with lightbox and experienced the same issue.
This being said I had till now only tested sites proclaiming to use Zen Lightbox.
I navigated to the following page to test lightbox outside of the Zen Lightbox mod and was suprised to find that the lightbox displayed in Google Chrome without issue:
http://www.huddletogether.com/projects/lightbox2/
So, it now appears as though the issue is related to Google Chrome and Zen Lightbox.
Further Testing:
I decided I would try a different version of Google Chrome as the version I was using was the latest Beta version. I uninstalled this (on my XP machine) and installed the latest release (Google Chrome v5.0.375.127). Low and behold, lightbox now works!
Where To From Here:
The above testing and the fact that Zen Lightbox is not working with Google Chrome v7.0.503.0 but Lightbox does work outside of the Zen Lightbox mod suggests that Zen Lightbox may need to be looked at as far as compatibility with the upcoming releases of Google Chrome, however, as the version that is not working is a BETA version there may be no support for this as yet.
It would however be interesting to see if this issue is replicated by others and if there is a solution available that someone may have found.
Happy Zenning!
New Zenner
Hi All,
I have been using this mod, with ih2 happily for ages and they are all up to date.
I have just tried to integrate the 'attribute replaces main image' addon and am trying to get zencart to work in the same way it does with additional images.
I think the file i need to alter is below where i have tried to copy the code from tpl_modules_main_product_image.php. I think my problem is with the java script. If i dont include the documment.write script part it returns the larger image fine. If i add as below (and in tpl_modules_main_product_image.php) The image is not there (or the ability to clisk it obviously)
Code in file
...
<?php
echo '<script language="javascript" type="text/javascript"><!--
document.write(\'<a href="' . zen_lightbox('images/'.$attributes_image, $alt, LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" >' . $image . '<br /><span class="imgLink">' . zen_image('images/bigger_picture.jpg', 'larger image', '140', '44') . '</span></a>\')//--></script>';
?>
...
```**
HTML result**
```html
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/attributes/PMXA-67RS.png" rel="lightbox[gallery]" ><img src="bmz_cache/4/4f1f33407f5f2208814e35797be58f8f.image.145x200.png" alt="" width="145" height="200" /><br /><span class="imgLink"><img src="images/bigger_picture.jpg" alt="larger image" title=" larger image " width="100" height="100" /></span></a>')//--></script>
```But no actual code to make it happen
Any help is appreciated :blush:
New Zenner
Just finished installing this on v1.3.9e and works perfectly! Thanks for a great addon!
Zen Follower
Can i code it so the other javascript files are only loaded on the index page and lightbox is loaded on the other pages. There is someting with them that does'nt work together so.
Can someone help me out
Zen Follower
I fixed the error message just had a .php file in the jscript folder so now it's only 1 js file that does'nt work with lightbox can someone help me out?
New Zenner
I'm using 1.3.9f and am having trouble getting this module to work.
I've installed it with no errors and had no file conflicts. All the includes seem to happen on the pages & when I load up the products_info page for a product and inspect the page using firebug I can see that the links for the image are being created by zen lightbox. e.g:
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/large/10/067_Image_0002_LRG.jpg" rel="lightbox-g" title="Food Tray Dispenser (16 Tray)"><img src="images/10/067_Image_0002.jpg" alt="Food Tray Dispenser (16 Tray)" title=" Food Tray Dispenser (16 Tray) " width="150" height="100" /><br /><span class="imgLink">Click to enlarge</span></a>');
//--></script>
<noscript>
<a href="http://www.actionaidsaustralia.com/index.php?main_page=popup_image&pID=21025" target="_blank"><img src="images/10/067_Image_0002.jpg" alt="Food Tray Dispenser (16 Tray)" title=" Food Tray Dispenser (16 Tray) " width="150" height="100" /><br /><span class="imgLink">Click to enlarge</span></a></noscript>
</div><!--eof Main Product Image-->
but when I click on the image it just opens the large image in the window. I have to click back in the browser to go back to the product_info page.
I've noticed a few on this thread have had this problem but I can't see a solution???
We are using the large image suffix feature of zen cart e.g imagename_LRG.jpg...don't know if this doens't work with zen lightbox???
url to a demo product is:
http://www.actionaidsaustralia.com/index.php?main_page=product_info&cPath=997_1004&products_id=21025
thanks,
Zen Follower
Is there any way to get the gallery mode to work on the main product image AND on the other images on the page? Please help :clap:
Same question here. Didn't see an answer to it. Anyone having luck with getting gallery mode to include both product images and other images in sideboxes etc?
New Zenner
<script language="javascript" type="text/javascript"><!-- document.write('<a href="images/large/10/067_Image_0002_LRG.jpg" rel="lightbox-g" title="Food Tray Dispenser (16 Tray)"><img src="images/10/067_Image_0002.jpg" alt="Food Tray Dispenser (16 Tray)" title=" Food Tray Dispenser (16 Tray) " width="150" height="100" /><br /><span class="imgLink">Click to enlarge</span></a>'); //--></script> <noscript> <a href="http://www.actionaidsaustralia.com/index.php?main_page=popup_image&pID=21025" target="_blank"><img src="images/10/067_Image_0002.jpg" alt="Food Tray Dispenser (16 Tray)" title=" Food Tray Dispenser (16 Tray) " width="150" height="100" /><br /><span class="imgLink">Click to enlarge</span></a></noscript> </div><!--eof Main Product Image--> ``` > > but when I click on the image it just opens the large image in the window. I have to click back in the browser to go back to the product_info page. > > I've noticed a few on this thread have had this problem but I can't see a solution??? > > We are using the large image suffix feature of zen cart e.g imagename_LRG.jpg...don't know if this doens't work with zen lightbox??? > > url to a demo product is: > > [http://www.actionaidsaustralia.com/index.php?main\_page=product\_info&cPath=997\_1004&products\_id=21025](http://www.actionaidsaustralia.com/index.php?main_page=product_info&cPath=997_1004&products_id=21025) > > thanks,isasolutions:
I'm using 1.3.9f and am having trouble getting this module to work.
I've installed it with no errors and had no file conflicts. All the includes seem to happen on the pages & when I load up the products_info page for a product and inspect the page using firebug I can see that the links for the image are being created by zen lightbox. e.g:
I'm having the same issue
Totally Zenned
isasolutions:
I've noticed a few on this thread have had this problem but I can't see a solution???
sonik_fury:
I'm having the same issue
Slimbox 1.67 is what's in zen lightbox which uses mootools library. If your site is using jquary library, the two don't mix well. I think there was a walk around back some posts.... not sure why. Best answer is to upgrade Slimbox to version 2.0 which makes use of the jquary library instead of Mootools.
Fields marked required must be completed.
Tell staff why this post should be reviewed.