SOLVED...had to re-write some of code now it will work either on a fresh install or upgrade.
I'm not getting it fixed as written a few pages back...
- Replaced the slimbox.php
- Downloaded the file from mootools.net and transfered the content to the 2 files in /jscript of my template.....
This is my website: PLEASE DO NOT TYPE THE NAME HERE:
http://bit.ly/hBSqns
Thanks in advance..
BTW, it does work in IE
Hi All, I've taken some time and updated Zen Lightbox to 1.6b
- Compatibility with ZC 1.3.9h
- Migrated to jQuery from MooTools
- Updated to latest slimbox 2.04
- Updated stylesheet to match latest slimbox
I've tested installing it a few times and it seems to be working OK, but I'd like a few other brave souls to uninstall ver1.5 and give it a try before loading it on the Add-Ons page.
Note: I have only tested this with ZC 1.3.9h so if anyone has ver a-g that could test it too that would be great.
hope this helps to solve the 1.5 issues.
Its too large to attach, so here is a link:
http://goo.gl/iReTy
you can see it working smoothly at:
http://luckypuppyonline.com
daniel
after I removed v1.5 and installed v1.6 my homepage still works fine, but product listing page was blank, should be something wrong made product listing page can't show up. I use sql file to remove it now.
Still thank so much for your contribution, wait for newer version.
![]()
The blank screen error is to do with options.php. When I checked the debug logs it came up with ...
So I took a look at the code and I'm not sure if its a typo but if you look around line 53 you will seeCode:syntax error, unexpected T_ELSE in /home/.../public_html/includes/classes/zen_lightbox/options.php on line 53
If you look I've highlighted the offending echo in redCode:if (ZEN_LIGHTBOX_KEYBOARD_NAVIGATION == 'true') { echo str_replace(' ', '', ZEN_LIGHTBOX_NEXT_KEYS); } echo ']'; else { echo 'false'; } ?>You need to move this. I'm not sure where it's meant to go or if its even meant to be there but for a quick fix I just moved it to the bottom of the file. for E.G...
Hope this helpsCode:if (ZEN_LIGHTBOX_KEYBOARD_NAVIGATION == 'true') { echo str_replace(' ', '', ZEN_LIGHTBOX_NEXT_KEYS); } else { echo 'false'; } echo ']';Sorry about the long winded explanation but I find if I explain things like this it helps people debug errors in the future ;)
Last edited by drgr33n; 21 Dec 2010 at 02:38 PM.
Thanks for the info....
##############################___
Japan has opened.
gclub new model for Health called on signing. gclub sure enough.
Hey All, Sorry about the issue with the options.php file, I did some last minute edits on it and forgot to re-zip the folder.
the line echo ']'; should be the last line before ?>
I've updated the zip file with the options file updated
Here is a link to a new file
http://goo.gl/fCENH
Daniel
Kudos to Daniel for such great work and effort.
Works on a new install however if you have previous Zens...the image does appear but the next, previous, close images do not show up when trying to close the zen light box.
Frank