Hi Soxophoneplayer,
can you attach your french graphics for me.
I'll play around with it and see where they need to be added.
In ZLB 1.6.2 there are 2 places where the prev/next images live.
[images/zen_lightbox] & [includes/templates/your-template-folder/images/zen_lightbox]
I had to add this for the "Always show prev/next" feature that some users requested.
daniel
Here are the French buttons I was using for Lightbox 1.5
Thanks for your help.
ummm anyone know how to hide additional image at product info page?
so they only can be seen when they click for large image and click next and prev at the lightbox only
Hi Soxophoneplayer,
Here are the mods you'll need.
1.
As stated earlier you must load your french images to [images/zen_lightbox] & [includes/templates/your-template-folder/images/zen_lightbox]
Now, since your images are NOT the same size as the originals, you need to make some minor tweaks to the css.
2.
edit [includes/classes/zen_lightbox/autoload_default.php]
replace the echo statement at the bottom with this:
3.PHP Code:
echo '<style> #lbPrevLink, #lbNextLink {display: block; position: absolute; top: 0; height:33px!important; outline: none;} #lbNextLink {right: 0; width: 87px; background: transparent url(images/zen_lightbox/nextlabel.gif) no-repeat 100% 15%;} #lbPrevLink {left: 0; width: 106px; background: transparent url(images/zen_lightbox/prevlabel.gif) no-repeat 0 15%; } </style>';
next edit [includes/templates/your-template/css/stylesheet_zen_lightbox.css]
modify the #lbCloseLink tag width and height to
These three mods should load french buttons for you.Code:width: 89px; height: 33px;
daniel
Last edited by niestudio; 9 Jul 2011 at 05:54 PM.
Hi Soxophoneplayer,
I was looking back at your OP and realized that you are not trying to use french as the default, but rather be able to use that switch on your site.
The fix I just gave you want to switch to french all the time.
I'll try to look into what happened with the switch from 1.5 to 1.6
daniel
Hi,
After installing zen_lightbox-v1.6.2 onto my store ( 1.3.9h ) and running the installSQL script - I am getting the error message below ( see gif ) ...
I have restored the backup of the original files and DB but still I get the error. Can anyone help please?
Thank you for your time :)
dome
the file listed in your warning is not a file that ZLB modifies.
I googled that warning and there are several forum posts related, maybe one of them will help
daniel
Thanks Daniel.
I managed to track the issue down to missing some files from my admin/includes folder.
For some reason application_bottom.php, application_top.php, autoload_func.php and my .htaccess files were missing ...
Attempting an other install of ZLB now ...
Bookmarks