Page 228 of 373 FirstFirst ... 128178218226227228229230238278328 ... LastLast
Results 2,271 to 2,280 of 3726
  1. #2271
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Zen Lightbox...

    Quote Originally Posted by fw541c View Post
    been having problems with google chrome that opening up the image. just a white box pops up with nothing in it. only Chrome does this. any help would be appreciated. thank you
    http://www.zen-cart.com/forum/showpo...postcount=2199

  2. #2272
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    ok did that now in G chrome it opens the larger image by itself.
    notoriousarc.com

  3. #2273
    Join Date
    Aug 2010
    Posts
    202
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    it opens the image in a blank page with nothing but the image

  4. #2274
    Join Date
    Oct 2010
    Posts
    121
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hm, I have a question that may be a little stupid sounding, however, I'm wondering if this mod would be compatible with the Magic Zoom?

  5. #2275
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    In the new 1.6 version of lightbox, Close on Overlay Click is set to False, but clicking on the overlay does indeed close the lightbox. So is there some funky about the 1.6 code for that setting? I fully removed all 1.5 files and ran uninstall.sql before installing 1.6, so my install of 1.6 should have been completely fresh and clean.

    I also noticed that the mouse cursor, over the overlay, changes to a hand (like a hand over a link), whereas in 1.5 the mouse cursor did not change to a link hand over the overlay.

    Anyway, developers have any comment about the click on overlay behavior (apparently) not following the setting?

  6. #2276
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    In the new version 1.6 of Lightbox, neither of the following settings in Admin >> Zen Lightbox are functioning/controlling click behavior.

    The reason for this appears to be because the new version of the slimbox.php file (\includes\classes\zen_lightbox) does not include the event handlers that are needed for these controls to function.

    Close on Image Click
    Close on Overlay Click


    old code in slimbox.php:
    <?php if (ZEN_LIGHTBOX_CLOSE_OVERLAY == 'true') { echo '.addEvent("click",C)'; } ?>
    Great product 'upgrade!'

  7. #2277
    Join Date
    Nov 2010
    Location
    Swansea Wales
    Posts
    15
    Plugin Contributions
    0

    application error Re: Zen Lightbox...

    Hi,

    i've just added light box to my zen shop www.katieallenprints.co.uk as a mod to a template - avonlee_contempo.

    It works great on fire fox, ie & safari but not on google chrome!

    I'm using light box 1-5 and zencart v1.3.9h

    any help with this would be greatly appreciated as I realy like light box and don't want to stop using it.

    Thanks

    Phil

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by Bils42 View Post
    Hi,

    i've just added light box to my zen shop www.katieallenprints.co.uk as a mod to a template - avonlee_contempo.

    It works great on fire fox, ie & safari but not on google chrome!

    I'm using light box 1-5 and zencart v1.3.9h

    any help with this would be greatly appreciated as I realy like light box and don't want to stop using it.

    Thanks

    Phil
    Always helpful to search through the support thread before posting an issue/question.. A fair amount of discussion has already occurred here regarding the Chrome issue along with a confirmed working solution..

    Soooooo.. if you look up a few posts, you'd have see this post by frank18: http://www.zen-cart.com/forum/showpo...nt=2271:smile:
    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.

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

    Default Re: Zen Lightbox...

    Good to know this as we weren't aware that the Zen Lightbox module even had been recently updated AND had specific code which supported IH2.. The Fual Slimbox module requires some minor file merging to work with IH2, and it was always understood that the same applied to Zen Lightbox..

    Unless I am misunderstanding what I see looking at the Zen Lightbox code for the additional_images.php file, and what you posted here, CLEARLY Zen Lightbox does not require any of the IH2 files be merged.. (It looks as if all you have to do is simply overwrite the additional_images.php from IH2 with the one from Zen Lightbox and every thing works together)

    Perhaps when time permits we will update the IH2 documentation accordingly to minimize any confusion going forward..

    Quote Originally Posted by niestudio View Post
    From what I can tell, the main changes in Zen LightBox to the additional_images.php file are mainly to work with Image Handler.
    The code shows lines like this:

    PHP Code:
    if (function_exists('handle_image')) {
          
    $flag_has_large true;
        } 
    I just did a fresh install of 1.3.9h then installed IH2 (worked fine) then I installed Zen LightBox 1.6 (including additional_images.php) and everything seems to still be working just fine!

    daniel
    Last edited by DivaVocals; 9 Jan 2011 at 10:22 PM.
    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.

  10. #2280
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    In my current setup i have the lightbox inside of an iFrame, so when i open an image everything appears fine but it centers the image to the center of the iFrame instead of the center of the entire page. This is an understandable issue but is there a way that i can manually over ride that and position the pops at a different location?? I wan to just move it from center to maybe top center, how can i do this?

 

 

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