![]() |
|
zpGallerific theme unlogical behaviour - js issue(?) - 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: zpGallerific theme unlogical behaviour - js issue(?) (/thread-7080.html) Pages:
1
2
|
zpGallerific theme unlogical behaviour - js issue(?) - afarkas - 18-05-2010 Hi all... i am runnung zenPhoto gallery with zpgallerific theme, which is wonderfull, but i find his behaviour a bit strange and unlogical... in album page, there are thumbs al the left an a big thumb at the right... clicking this big thumb makes only change to the next image, same as You click the next button, or if You click the next thumb in thumbs block ... what for is good this duplicity ... i think the click on the big thumb should rather show the image in max size, same as it do in image view ... i think this behaviour isdone by query.zpgallerific.js which is part of the theme ... Is there anyone who knows hot to change this behaviour, pleas? I did try many thing to change it in the main php code, but js i dont understand ... I got feedback that the gallery is made bad, because to see the full image You have to click 2 more times after entering the album and often people even do not click the "image details" button which leads to image page, because they think it will only show exif or other stuff ... so , finally, they leave the gallery without had seen any photo, they saw only thumbnails and they let you a feedback "your photos are too little" can anyone help me to solve this? thank you zpGallerific theme unlogical behaviour - js issue(?) - frankm - 19-05-2010 hi, the behavior of the gallery display is fully part of the javascript code jquery.galleriffic.js somewhere around line 635 you have a piece of code that reads cheers. zpGallerific theme unlogical behaviour - js issue(?) - afarkas - 19-05-2010 Thank You much, Frankm, now i know what to look for and which direction to proceed. Thanks a lot, have a nice day zpGallerific theme unlogical behaviour - js issue(?) - frankm - 19-05-2010 for info, my mistake, the galleriffic.js in the zpGalleriffic theme is not minified (mine in my theme is, so the confusion in my head). so go ahead and comment what you need to comment. frank. zpGallerific theme unlogical behaviour - js issue(?) - afarkas - 19-05-2010 TO frankm: Thank You, Are You able to write a function like this? I am ready to pay for it. Or anyone else? Thank You zpGallerific theme unlogical behaviour - js issue(?) - frankm - 19-05-2010 hi, you can't put php in javascript.
frank. zpGallerific theme unlogical behaviour - js issue(?) - afarkas - 19-05-2010 Thank You, frankm, in jquery.galleriffic.js i made this:
when i made this:
zpGallerific theme unlogical behaviour - js issue(?) - frankm - 20-05-2010 soory i forgot lots of thing. actually i've done that some time ago for a website that didn't use zenphoto. anyway...
this way you will actually be able to call colorbox from within the album page.
zpGallerific theme unlogical behaviour - js issue(?) - frankm - 20-05-2010 and i forgot, remove the comment you've put in front of zpGallerific theme unlogical behaviour - js issue(?) - afarkas - 20-05-2010 WOW, man that works fine im happy!!! zpGallerific theme unlogical behaviour - js issue(?) - frankm - 20-05-2010 i'm happy it worked out. it is better if the image opens in full when clicking on the big thumbnail. as for being paid... you'll buy me a beer if i ever come to slovakia one day !! how about that ? frank. zpGallerific theme unlogical behaviour - js issue(?) - afarkas - 20-05-2010 Thank You, Frank, You are a king. zpGallerific theme unlogical behaviour - js issue(?) - frankm - 23-05-2010 if you want to link to my gallery you can do so with fmphotography.free.fr. this one is not powered by zenphoto. i am currently rebuilding a new site from scratch but am still struggling with few things. i'll send you the new link when the site will be published. cheers, frank. zpGallerific theme unlogical behaviour - js issue(?) - minutepapillon - 01-08-2010 Thannnkkkssss !! 1°) in header.php line 51 2°) in album.php line 71
zpGallerific theme unlogical behaviour - js issue(?) - gonzalu - 31-08-2010 @frankm I pulled my hair out for days until this thread! :-) THANK YOU. Beer on me when you're in NYC next. @minutepapillon, thank you for pointing me to this thread from your search on doing this. However, your instructions are missing something, not sure what but when I followed yours, it did not work for me. So I followed the complex thread and posts by frankm above and ended up with a working zpGalleriffic theme with a colorbox popup on click of big thumb. I will post my updated files somewhere so that some others looking for this fuctionality can just install the files ;-) THANK YOU ALL for this!! Visit my site to see it in action Manny zpGallerific theme unlogical behaviour - js issue(?) - kagutsuchi - 31-08-2010 The forums ate some of minutepapillon's code... I've added code markup to it above. zpGallerific theme unlogical behaviour - js issue(?) - gonzalu - 31-08-2010 Here are my MOD files http://manny.org/zenphoto/zpGalleriffic1_0/ zpGallerific theme unlogical behaviour - js issue(?) - minutepapillon - 03-09-2010 Hi everyone !! zpGallerific theme unlogical behaviour - js issue(?) - kagutsuchi - 03-09-2010 Well, the `` tags are allowed markup on these forums, so they weren't appearing, so copying/pasting the code probably wouldn't have worked as expected. zpGallerific theme unlogical behaviour - js issue(?) - biopixel - 20-01-2011 Does this work for v.1.4? I have installed the files gonzalu provided but it's the same old colorbox as before, change to the next image. It would be really nice to get this modification to work. |