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 All
Just installed zen lightbox 1.6xx and i am having an issue, where I have put images into different folders, it seems that zencart is not seeing the / to the correct directory for some of my products.
Example
http://www.beadingmadnow.com/index.p...roducts_id=183
Can someone point me to which piece of code that needs editing.
Many THanks
David
What version of ZC are sing?
Server gives a 404 File not found error.
My guess is that there is something else going on with your base code. Lightbox pretty much just steps in during the picture presentation to put the identified picture on the screen, not to rename/recreate the path to it. May need to roll back to previous install, try reinstalling or checking those values again at the page(s).
May have had a bad upload (of a good download), so try to place the files on your server again taking note of the many discussions in the ZenCart forums about using a "good" ftp program. (At least one. That doesn't drop files as it uploads.)
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Your site is pretty but I think what is going on is this, the actual link to your images
yours: images/beads\D06478.jpg
should be: images/beads/D06478.jpg
If you change your link --- possibley when you added them to the individual product page description in admin --- the images may appear. When you entered the information, did you see them in the preview prior to finalizing?
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.
Now there is no slash between the subdirectory beads and the filename. Unless there is some odd listing in the configure.php file it would seem that the issue is in the code (modified I'm sure) that builds the link for the user. I looked through other areas of the site, some have images not in the beads directory and those display properly; however, those in the beads directory do not have a properly created file path. It is because not all images are in the beads directory that I don't think the configure.php file is the problem.
As DarkAngel pointed out, a forwards slash that goes from lower left corner to upper right may be what is needed. (This is the key typically (on US keyboard) next to the lower right shift key and NOT the one above the enter/return key). My guess is if you switch back to the classic view, these links will probably be correctly shown (although some of the template dependent addons will not be), and you can compare template code to determine the error in your current template. That said, it seems like the errant location was found as I do not see the backwards slash as pointed out by the previous two reviewers. So whatever was done to remove the backslash, go back there and put in a forwards slash as described above.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hi there,
Im trying to get the lightbox to appear on the product listing pages.
I think I need to simply include the source of the image on the template files.
Can anyone help?
I am wanting to show the lightbox on the product listing pages.
I think I only need to show the source on the product listing pages,
Anyone help me?
in the zip includes/modules/pages/
there is the file that you put into the product info folder ( jscript_zen_lightbox.php ) ... just put that sme file into any other one you want the lightbox to work in like these:
popup_image
popup_image_additional
products_all
products_new
then you will have the lightbox working in there too.
I hope that is what you were asking about.
AND PLEASE try not to post so close together, to give us time in our REAL llife time to get in here to answer
Good day, Everybody,
I just installed Fual Slim Box and over it installed Zen Lightbox . The issue I have is that when I upload more than one image for a product I:
(a) do not have a gallery of images through which I can go in Zen Lightbox popup window (I suppose there must be arrows to the left and right to move left and right through my gallery); and
(b) have the same old default popup windows popping up when I click on those additional images for my product that are located below the main image of my product (I suppose they override the Zen Lightbox code somehow);
This issue only occurs when a product has more than one image since if there only one image for a product Zen Lightbox is triggered.
Thank you for you thoughts on how to fix this.