Page 241 of 373 FirstFirst ... 141191231239240241242243251291341 ... LastLast
Results 2,401 to 2,410 of 3726
  1. #2401
    Join Date
    May 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    I see the lightbox working on those pages on Mac - Chrome
    maybe those pages are cached in your browser?
    I just went back and added the rel="lightbox-g" to all my gallery images on my ezpages - might not be the best solution but thanks to 'sed' it wasnt too bad.

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

    Default Re: Zen Lightbox...

    i just had another look in my mac--firefox and it works but not on pc with vista-firefox

  3. #2403

    Default Re: Zen Lightbox...

    Quote Originally Posted by bloomingvine View Post

    It is really an awesome plug-in. Thank you for creating it.
    I totally agree. worked like a charm straight out of the box and if you are worried about installing this one because of database changes, it is only one small addition to the database...

    Thanks for the hard work!
    I think my brain hurts...or does it hurt because I think?
    http://www.online-bikes.co.uk

  4. #2404
    Join Date
    Dec 2004
    Location
    Victoria, Australia
    Posts
    161
    Plugin Contributions
    0

    red flag Re: Zen Lightbox...

    This is doing my head in...

    I have loaded this into my dev environment, and it works fine. I loaded into the test environment and I'm getting

    ZEN_LIGHTBOX_COUNTER_IMAGE 1
    ZEN_LIGHTBOX_COUNTER_OF 6

    under the images in the lightbox instead of

    Image 1 of 6

    I've reloaded all the files in the install pack and checked that the file sizes are the same.

    Can anybody provide some troubleshooting? Where is this referenced?

    Cheers!

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by CabernetCat View Post
    This is doing my head in...

    I have loaded this into my dev environment, and it works fine. I loaded into the test environment and I'm getting

    ZEN_LIGHTBOX_COUNTER_IMAGE 1
    ZEN_LIGHTBOX_COUNTER_OF 6

    under the images in the lightbox instead of

    Image 1 of 6

    I've reloaded all the files in the install pack and checked that the file sizes are the same.

    Can anybody provide some troubleshooting? Where is this referenced?

    Cheers!
    Hi CabernetCat,
    Are you using the latest version of ZLB (1.6.2)?
    I did see that issue on v1.6 installations, but it was fixed in 1.6.1

    the problem is a missing file calledzen_lightbox.php in includes/languages/english/extra_definitions/[your-template-folder]/zen_lightbox

    please check for that file and if you dont have it, then please download the latest version and give that a try.

    daniel

  6. #2406
    Join Date
    Dec 2004
    Location
    Victoria, Australia
    Posts
    161
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi Daniel,

    Thanks for that pointer! Problem solved. You know I checked those file structures twice... I can't beleive I missed the damn thing.

    FYI:I am using 1.6.1

  7. #2407

    Default Re: Zen Lightbox...

    Hi there,

    I'm having an issue where pointing at an image reveals the image path on the server rather than showing the image is being pulled from bmz_cache.

    I'm running the latest version of ZC and IH2. Zen Lightbox is v.1.61.

    Will v. 1.62 correct this issue, or do I need to go back and do a file merge so the lightbox file won't override the IH2 file?

    If I need to do a file merge, can you advise as to which file needs to be merged and how to correctly merge the code?

    Thanks :)
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  8. #2408
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    Hi there,

    I'm having an issue where pointing at an image reveals the image path on the server rather than showing the image is being pulled from bmz_cache.

    I'm running the latest version of ZC and IH2. Zen Lightbox is v.1.61.

    Will v. 1.62 correct this issue, or do I need to go back and do a file merge so the lightbox file won't override the IH2 file?

    If I need to do a file merge, can you advise as to which file needs to be merged and how to correctly merge the code?

    Thanks :)
    Is it the site that is in your signature?
    If so, it seems to be working properly on your "Staying in the now" page.
    Can you post a link to page where you are seeing the wrong behavior?

  9. #2409

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Is it the site that is in your signature?
    If so, it seems to be working properly on your "Staying in the now" page.
    Can you post a link to page where you are seeing the wrong behavior?

    Yep, that's the site. When I mouse over the images on this page, this page, and this page, the file path and image name are displayed in the status bar. (It actually does this for all main product images on all product pages).

    I posted this same question to the IH2 support thread first because I saw another poster had the same issue and had posted there. This is the feedback I was given:
    you are not using just image handler on that page you are using a lightbox mod, which overwrites image handler file for that page,

    I think the very latest version of lightbox (see the support thread as i don't know if its in the downloads yet) should work out of the box with image handler
    The file that sets that particular page comes with lightbox
    A look at the code on the product pages reveals this around line 235:

    Code:
    <!--bof Main Product Image -->
     
    <div id="productMainImage" class="centeredContent back">
    <script language="javascript" type="text/javascript"><!--
    document.write('<a href="images/PGc1.jpg" rel="lightbox-g" title="Staying in the Now"><img src="bmz_cache/c/ca8da9d479083782b2e2dad6008ef12b.image.200x200.jpg" alt="Staying in the Now" title=" Staying in the Now " width="200" height="200" /><br /><span class="imgLink">larger image</span></a>');
    //--></script>
    <noscript>
    <a href="http://empowermentsanctuary.com/marketplace/index.php?main_page=popup_image&amp;pID=37" target="_blank"><img src="bmz_cache/c/ca8da9d479083782b2e2dad6008ef12b.image.200x200.jpg" alt="Staying in the Now" title=" Staying in the Now " width="200" height="200" /><br /><span class="imgLink">larger image</span></a></noscript>
    </div>
    <!--eof Main Product Image-->

    Update, a new comment on the IH2 Support Thread from DivaVocals may be the answer. Your thoughts?

    Nigel is correct and in the next release (should be submitted this week - still testing the modifications) I'll make sure I add this to the readme.. The latest versions of the Zen Lightbox supports IH2 OUT THE BOX without any file merging required.. I'm at work and I can't remember which file it is off the top of my head, but there is ONE file that ZLB and IH2 have in common.. You do NOT need to merge the ZLB file with the IH2 file.. Simply REPLACE the IH2 file with the one from ZLB fileset and you should be good to go
    Last edited by ScriptJunkie; 28 Feb 2011 at 05:57 PM. Reason: Update appended
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  10. #2410

    Default Re: Zen Lightbox...

    One more thing...

    When I installed IH2 and Zen Lightbox 161, the only common file I found was includes/modules/custom_template/additional_images.php. At that time, I overrode the IH2 file with the ZLB file.

    If I download ZLB 162 and do the same thing, will this resolve the issue, or is there another file I need to do this with?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 

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