Page 1 of 2 12 LastLast
Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Apr 2012
    Location
    Lebanon, Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    ok, went to your store and is this a purchased template? First time seeing the additional images at the top of the page vs the bottom of description page.

    I tried the one on http://www.mythreejewelz.com/index.p...&products_id=4

    and the first image gives no lightbox, the other two do but they do not go from one to the other like they should, could you post your settings in admin?
    The template is Avonlee_Contempo, a free offering from Picaflor-Azul. Anne did a great job modifying the page so that all images showed on the same line instead of having secondary location below the description. (A request from the store owner.)

    I clicked on the link as you have it and was able to get the lightbox to work on all three images. Can you tell me your browser and any other information as to the time you could not get the first one to work. I'll try to duplicate and find the cause.

    Be aware that the problem with the prev/next icons appeared before we modified the template to what you see.

    Click image for larger version. 

Name:	lightbox settings.jpg 
Views:	241 
Size:	30.4 KB 
ID:	10390
    These are the settings under lightbox.
    Once again, all we are trying to do is get the next/prev buttons to stay obvious (not hide).

    Thanks for your assistance. It still has me baffled.
    ALG
    Last edited by algerdes; 28 Apr 2012 at 09:53 PM.

  2. #2
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by algerdes View Post

    Be aware that the problem with the prev/next icons appeared before we modified the template to what you see.


    These are the settings under lightbox.

    Thanks for your assistance. It still has me baffled.
    ALG
    Did you try the fix suggested this morning yet?

  3. #3
    Join Date
    Nov 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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.

  4. #4
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by dewragdave View Post
    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
    PHP Code:
    'loop:' 'true, ' 
    after the FIRST echo line
    it will look like this when you are done
    PHP Code:
    echo 
    'loop:' 'true, ' .
    'overlayOpacity:' ZEN_LIGHTBOX_OVERLAY_OPACITY .
    ',overlayFadeDuration:' ZEN_LIGHTBOX_OVERLAY_FADE_DURATION 
    daniel

  5. #5
    Join Date
    Nov 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    there is no built in setting for it, but you can add it yourself manually.
    edit [includes/classes/zen_lightbox/options.php]

    add
    PHP Code:
    'loop:' 'true, ' 
    after the FIRST echo line
    it will look like this when you are done
    PHP Code:
    echo 
    'loop:' 'true, ' .
    'overlayOpacity:' ZEN_LIGHTBOX_OVERLAY_OPACITY .
    ',overlayFadeDuration:' ZEN_LIGHTBOX_OVERLAY_FADE_DURATION 
    daniel
    This worked perfectly. Such a simple line of code too.
    Thank you

  6. #6
    Join Date
    Apr 2012
    Location
    Lebanon, Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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.

  7. #7
    Join Date
    Nov 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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?

  8. #8
    Join Date
    Apr 2012
    Location
    Lebanon, Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    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

  9. #9
    Join Date
    May 2012
    Posts
    4
    Plugin Contributions
    1

    Default Re: Zen Lightbox...

    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

  10. #10
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by mmhorda View Post
    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
    Your issue isn't clear from your post.. It would help if you would explain what business problem it is you are trying to solve..
    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.

 

 
Page 1 of 2 12 LastLast

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

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