![]() |
|
Problems after upgrading with lightbox - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Problems after upgrading with lightbox (/thread-2900.html) |
Problems after upgrading with lightbox - murphnl - 2008-05-18 Hi, I upgraded to 1.1.6 and know my photo open up without the lightbox/slimbox been used. Problems after upgrading with lightbox - acrylian - 2008-05-18 Lightbox/slimbox are not Zenphoto features. So you probably use a custom made theme, so you would have to rework this maybe. We have included thickbox by the way, which is basically the same. Take a look at the image.php file of the included default theme, how to use it (it's used for the exif date only there). Problems after upgrading with lightbox - murphnl - 2008-05-18 I'm using the chilli-light theme and it "was" working before the upgrade. I'm using the following code. " rel="lightbox[]" title=""> Does anyone have a idea or experiencing the same problem? Problems after upgrading with lightbox - murphnl - 2008-05-21 Can someone point me in the right direction as i'm willing to learn? Problems after upgrading with lightbox - acrylian - 2008-05-21 I don't know that theme in detail (it's not a "official" one). It seems that the lightbox javascript might not be where it should. Problems after upgrading with lightbox - murphnl - 2008-05-22 Hi Acrylian, I upgraded from 1.1.5 to 1.1.6 and i didn't change anything in the theme. Where can i find the lightbox javascript on the zenphoto site? Thanks Problems after upgrading with lightbox - acrylian - 2008-05-22 The lightbox script is nothing Zenphoto specific: http://www.lokeshdhakar.com/projects/lightbox2/ A similar solution called Thickbox, also nothing Zenphoto specific, is already included in Zenphoto: http://jquery.com/demo/thickbox/ Problems after upgrading with lightbox - zucye - 2008-05-22 I have a similar problem witht the Slimbox and Smoothgallery included with the effervescense Theme. I posted my problem in the following topic: Yesterday I installed a different theme that uses a similar sript (can remmber the name right now) and it didn't work either. I also tried moving the sript to the root folder and writting the full URL, no sucess there either. Later I will try Greybox (my personal favorite) to see if it works. But I kind of belive that there is a comflict in the new version and the "___box" scripts. BTW - you might try login off, It was suggested to me. It didn't work for me, but it might work for you. Problems after upgrading with lightbox - fatman - 2008-05-22 I also have similar with a theme using mootools, the error console in firefox prompt an error in calling mootools.js. Problems after upgrading with lightbox - murphnl - 2008-05-22 I had to add the path o builder.js type="text/javascript"> And before Hope this is a fix you can use Zucye Problems after upgrading with lightbox - zucye - 2008-05-23 @murphnl: Problems after upgrading with lightbox - murphnl - 2008-05-23 @zucye I added it to album.php builder.js can be found in the default "js" folder that comes with lightbox. I have the code inserted in the following order. type="text/javascript"> Problems after upgrading with lightbox - krainbolt - 2008-05-24 Moving the location of builder.js didn't work for me. After many late nights trying to figure out what the problem is, I think I finally found it. It seems to be a problem with some code in either ajax.js or or scripts-common.js. Both of these are included by the function zenJavascript which is located in the functions.php file. The zenJavascript function is called by the theme files that can at least include the following: album.php, archive.php, image.php, index.php and search.php. What worked for me is to edit the files and move the zenJavascript line directly below the HEAD tag. It should look something like this: .... .... In a template such as Effervescence+ the call to that function will look like this: Just delete that line and add the php zenJavascript(); line as stated above. I don't know exactly what the problem is, but this worked for me. Problems after upgrading with lightbox - zucye - 2008-05-30 This also worked for me! Thanks krainbolt!! Problems after upgrading with lightbox - sbillard - 2008-05-31 Thanks for figuring this out. Works for me, even when logged in as admin (which never worked for me before.) I will incorporate this fix into the release. Problems after upgrading with lightbox - Dianoga - 2008-06-04 Worked here too. Thanks Problems after upgrading with lightbox - klw81 - 2008-08-19 I was having this problem as well, when trying to use the Simple+ theme. I tried what was suggested, and it now works in Firefox, but not Internet Explorer. Help in simple terms please, I'm somewhat of a PHP newbie. Problems after upgrading with lightbox - Bilder-Freak - 2008-08-27 i have the same problem - does anyone know how to fix it? Problems after upgrading with lightbox - krainbolt - 2008-08-28 Which version of IE and build of zenphoto are you using? |