I've searched and searched but cannot find the right info for this and most of the posts are way too old anyway.
I'm using V1.5 zencart and IH4. I also have Lightbox installed and everything is working properly.
I want to have my images loop after the last one is displayed.
The next button drops off after the last image is displayed as normal.
I want the next button to continue to be displayed and the last image to wrap back to the first image.
Also previous button to display on first image and wrap back to the last image.
Essentially a continuous looping process for the previous and next buttons.
Has anyone posted a solutions for this that I could reference or are there any new simple solutions out there.
I tried Slimbox but it will not display more that one image at a time in Firefox and jumps out of Slimbox on additional images in IE.
there is no built in setting for it, but you can add it yourself manually.
edit [includes/classes/zen_lightbox/options.php]
add
after the FIRST echo linePHP Code:'loop:' . 'true, ' .
it will look like this when you are done
danielPHP Code:echo
'loop:' . 'true, ' .
'overlayOpacity:' . ZEN_LIGHTBOX_OVERLAY_OPACITY .
',overlayFadeDuration:' . ZEN_LIGHTBOX_OVERLAY_FADE_DURATION .
I FOUND IT!
As I was following the remainder of the thread, advice was given to check that there were two copies of the next/prev icons.
I found one of the directories was empty. Copied files from the templates specific to the general directory and everything started to work as we need it to.
Thank you to all that tried to help.
Well, now what?
After installing IH4 and Lightbox, my image hover zoom no longer works on small images.
I was so wrapped up in testing the lightbox functionality that I missed this.
Any known cause or repair?
Yep. It is what sent me to look at the different directories and their contents.
Apparently I had the wrong permissions to the subdirectory. What I copied earlier did not make it and like others I was really tired so I did not notice.
Thank you for your time, knowledge, and assistance.
And thank you for the add-on update.
ALG
Hi guys.
Is it possible to make language support?
It loads pictures from (../images/zen_lightbox/MYPICTUREs.gif) but i'd like it to be something like (../buttons/LANGUAGE/images/zen_lightbox/MYPICTUREs.gif
Somehow I cannot figure out any beetter solution then to correct CSS but it is not an option as it is not dinamical anyway.
I am using Zen Cart v1.5.0 and zen_lightbox v1.6.3 _ 1.5a
Thanks in advance for reply.
http://mmpets.com
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.
Hi.
Thanks for respond and sorry for being not clear enough.
I have two languages: English and Czech.
zen_lightbox navigation buttons (next, previouse, close) are in english by default. I want them to be chaged depending on the language I choose.
I have prepared a button cpied it to ../includes/templates/MYTEMPLATE/buttons/CZECH/zen_lightbox/closelabel.gif
Went to the website, change to czech language click on a picture and the navigation buttons are still in english. :-(