Page 213 of 373 FirstFirst ... 113163203211212213214215223263313 ... LastLast
Results 2,121 to 2,130 of 3726
  1. #2121
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    make double sure you put the files in the correct places on your server, please.

    do you have a different theme other than the classic one---yes---then the template files need to go into that folder not the default one too

    the is one file you may need to merge with the original one too and then there is the additional pages file that needs to go into a foler with the name of your template too.

    the file for it to work in the different pages needs to be added to each page folder you want it to show in...like the download pages, shopping cart and so on.

    Quote Originally Posted by pageblair View Post
    Thank you, I followed your tutorial and uploaded as you decribed but can not get LIghtbox to work

    this is the link I have on the gallery (ez)page

    <a href="http://stainlesssteelshoulderscrew.com/images/slottedSS.jpg" rel="here is my caption">My Image</a>

    additionally I uploaded the javascript to the "conditions page"

    and it gave me a blank page(I removed it)

    please advise

  2. #2122
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by isasolutions View Post
    I just wanted to confirm that it is a jquery conflict. I removed the jquery libraries from my template and it zen lightbox started working instantly. I'm having trouble applying the suggestion to use slimbox 2.0...what files do I need to replace?

    thanks
    if you have the slimbox 2.0 zip then the readme should say which to replace...when upgrading...or to delete former ones then replace all....see what the readme suggests

  3. #2123
    Join Date
    Oct 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hello and congratulations to Alex for the excellent Zen Lightbox mod.
    I installed the version v1.5 on v1.3.9f zen cart, and everything works except for the page info product:
    clicking on the image (image_MED.jpg) opens in the lightbox the same image and not the great (image_LGR.jpg).
    I do not know if I did not understand how it works or if I need to use
    image_LGR.jpg only or if there is some problem.
    Can somebody help me?

    P.S. I searched the forum but I could not find the right thread.

  4. #2124
    Join Date
    Oct 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I am new to Zen-Cart.
    I have installed this add-on and I have also installed this addon
    http://www.zen-cart.com/index.php?ma...roducts_id=672

    I have read the whole thread but I cannot find how to add multiple images to a product. Anyone can help?
    Thanks.

  5. #2125
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Zen Lightbox...

    Quote Originally Posted by maxter View Post
    I do not know if I did not understand how it works or if I need to use
    image_LGR.jpg only or if there is some problem.
    Can somebody help me?
    I use small and large.... never had a need for medium.. it does work with small and large... we can't tell if you have a problem without something to look at...


    Quote Originally Posted by graccurris View Post
    I have read the whole thread but I cannot find how to add multiple images to a product. Anyone can help?
    Thanks.
    At the top of the forum, links to tutorials... lots of good info... one on using additional images takes a bit to read it...https://www.zen-cart.com/tutorials/index.php?article=58 and follow it, once additional images is working right, then lightbox takes whats working and displays it.
    Dave
    Always forward thinking... Lost my mind!

  6. #2126
    Join Date
    Oct 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    [QUOTE=davewest;949393]I use small and large.... never had a need for medium.. it does work with small and large... we can't tell if you have a problem without something to look at...

    thank,
    you can look here: http://www.napolistore.it/index.php?...roducts_id=182

    I put the small image in: images/myimage.jpg and the large in: images/large/myimage_LRG.jpg
    certainly something wrong

  7. #2127
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Zen Lightbox...

    Quote Originally Posted by maxter View Post
    I put the small image in: images/myimage.jpg and the large in: images/large/myimage_LRG.jpg
    certainly something wrong
    The tutorial for images takes a reading or two to get it, but if you don't get things to work before lightbox, it seems to be a problem with lightbox when its not.

    Think of it this way may help.... you need a container to hold the images you plan on using for a product type.... say PRODUCTS or AUCTIONS...

    your small images would then be..
    images/PRODUCTS/12324.jpg

    your medium
    images/medium/PRODUCTS/12324_MED.jpg

    your large
    images/large/PRODUCTS/12324_LRG.jpg

    same with auction images
    your small images would then be..
    images/AUCTIONS/12324.jpg

    your medium
    images/medium/AUCTIONS/12324_MED.jpg

    your large
    images/large/AUCTIONS/12324_LRG.jpg

    That's basically what I did... except for the medium... think the tutorial also talks about dropping everything into one folder as long as the _LRG _MED is on the files works too, but I like keeping mine as above...

    To test to see if all is working right as should... turn off scripting and the normal popup should work... check the image file name.
    Dave
    Always forward thinking... Lost my mind!

  8. #2128
    Join Date
    Aug 2010
    Posts
    31
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Great add-on and got it working on 2 different stores. Cannot get it to work on ezpages, however? I know it says to add the jscript_zen_lightbox.php file to the file in modules>pages but there is no file for the ezpage folders I created? Any ideas? Thanks!

  9. #2129
    Join Date
    Oct 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by davewest View Post
    The tutorial for images takes a reading or two to get it, but if you don't get things to work before lightbox, it seems to be a problem with lightbox when its not.

    Think of it this way may help.... you need a container to hold the images you plan on using for a product type.... say PRODUCTS or AUCTIONS...

    your small images would then be..
    images/PRODUCTS/12324.jpg

    your medium
    images/medium/PRODUCTS/12324_MED.jpg

    your large
    images/large/PRODUCTS/12324_LRG.jpg

    same with auction images
    your small images would then be..
    images/AUCTIONS/12324.jpg

    your medium
    images/medium/AUCTIONS/12324_MED.jpg

    your large
    images/large/AUCTIONS/12324_LRG.jpg

    That's basically what I did... except for the medium... think the tutorial also talks about dropping everything into one folder as long as the _LRG _MED is on the files works too, but I like keeping mine as above...

    To test to see if all is working right as should... turn off scripting and the normal popup should work... check the image file name.
    Your pattern was very clear.
    I followed it and now everything works fine.
    Thanks

  10. #2130
    Join Date
    Feb 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by dcitsolutions View Post
    I thought I was having an issue with Zen Lightbox, but it appears as though this issue may be related to Google Chrome and I was wondering if anyone else has had this issue or if there is a known solution.

    The Issue:
    When clicking on an image to show the lightbox image, a white box comes up but no image or links become visible. This only happens in Google Chrome.

    The Testing:
    Two different systems tested: 1 x Windows 7 Ultimate x64, 1 x Windows XP Pro x32
    Two websites tested:
    http://flowerswithstyle.com.au
    http://www.scrapdillyishious.com/shop/
    The following browsers have been tested:
    • Google Chrome v7.0.503.0)
    • Firefox v4.0b4
    • Internet Explorer v8.0.7600.16385
    • Opera v10.61
    • Safari v5.0.1 (7533.17.8)
    • K-Meleon v1.5.4
    • SeaMonkey v2.0.6
    • Avant v2010 build 111
    • Maxthon v3.0.17.1000


    Every browser tested display the lightbox without issue apart from Google Chrome.

    I at first thought that maybe it was to do with a jscript/code conflict on the site I was working on, but then I tested another site with lightbox and experienced the same issue.

    This being said I had till now only tested sites proclaiming to use Zen Lightbox.

    I navigated to the following page to test lightbox outside of the Zen Lightbox mod and was suprised to find that the lightbox displayed in Google Chrome without issue:
    http://www.huddletogether.com/projects/lightbox2/

    So, it now appears as though the issue is related to Google Chrome and Zen Lightbox.

    Further Testing:
    I decided I would try a different version of Google Chrome as the version I was using was the latest Beta version. I uninstalled this (on my XP machine) and installed the latest release (Google Chrome v5.0.375.127). Low and behold, lightbox now works!

    Where To From Here:
    The above testing and the fact that Zen Lightbox is not working with Google Chrome v7.0.503.0 but Lightbox does work outside of the Zen Lightbox mod suggests that Zen Lightbox may need to be looked at as far as compatibility with the upcoming releases of Google Chrome, however, as the version that is not working is a BETA version there may be no support for this as yet.

    It would however be interesting to see if this issue is replicated by others and if there is a solution available that someone may have found.

    Happy Zenning!
    Hi, i discovered the same thing today, when i updated Chrome. In the others browsers work fine, like you said.
    I have tried some tweaks and hacks but with no result.
    The lightbox that you mentioned to work outside off Zen Cart does not relly on MooTools as Zen LightBox.
    I will do some more digging to see whats about the Moo tools .JS that Chrome doesnt like or maybe its a bug from Chrome ?

    Best regards, Zoli.

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR