Page 60 of 373 FirstFirst ... 1050585960616270110160 ... LastLast
Results 591 to 600 of 3726
  1. #591
    Join Date
    May 2007
    Posts
    93
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    You might want to make sure you followed install instructions properly, it should work the first time out, at least mine did.

  2. #592
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi, I installed this amazing mod after installing image handler 2 first. It works great for the main images, but does not work for additional images.
    Here is the link to the problem for you to see! Try clicking on an additional image, it just hangs!

    http://fashionntoys.com/index.php?ma...roducts_id=126

    Thanks!

  3. #593
    Join Date
    May 2007
    Posts
    93
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    James739,

    Doesnt work either, I ve checked other sites with additional images and they have them the same way as you, so not sure, maybe IH2 is a culprit.

    I didint install Image Handler 2, only Lightbox. But may have to soon, wonder how its going to act.

  4. #594
    Join Date
    Jul 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hello all, and thanks again for such a great mod! I've read through this whole thread and not found any proper answer to my question (forgive me if there was one, I probably diddn't see it cos I'm tired after reading 60 pages )

    My lightbox is working with image handler on a current version of zencart. What I would like to do is have additional images be visible through the lightbox only, and not show up on the product page. I don't like how additional images look on the page so it would be great to have them working only through the lightbox. I'm sure it must be possible! I'm no programmer (I tried and failed to do it through css) so I'm hoping someone else has this figured out and doesn't mind sharing

    Cheers in advance!

  5. #595
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Got it to work but the css drop down menu show up in from of the lightbox image..
    site: http://blackfriday717.com/index.php?...&products_id=1

  6. #596
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by topbird View Post
    Hello all, and thanks again for such a great mod! I've read through this whole thread and not found any proper answer to my question (forgive me if there was one, I probably diddn't see it cos I'm tired after reading 60 pages )

    My lightbox is working with image handler on a current version of zencart. What I would like to do is have additional images be visible through the lightbox only, and not show up on the product page. I don't like how additional images look on the page so it would be great to have them working only through the lightbox. I'm sure it must be possible! I'm no programmer (I tried and failed to do it through css) so I'm hoping someone else has this figured out and doesn't mind sharing

    Cheers in advance!
    You can hide the additional images on the product page using CSS (by using the display: none property).

    Quote Originally Posted by romy View Post
    Got it to work but the css drop down menu show up in from of the lightbox image..
    site: http://blackfriday717.com/index.php?...&products_id=1
    Any elements/objects that appear above the lightbox can be hidden by wrapping them in the following div.

    Code:
    <div class="flash">
    your-flash-or-other-object-goes-here
    </div>
    Let me know how you get on! :)

  7. #597
    Join Date
    May 2007
    Posts
    93
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by romy View Post
    Got it to work but the css drop down menu show up in from of the lightbox image..
    site: http://blackfriday717.com/index.php?...&products_id=1
    I had the exact same problem, when I installed Lightbox, it has to do with the "z-index", the fix should be here in this thread:

    http://www.zen-cart.com/forum/showpo...&postcount=575

    Gerry

  8. #598
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Not sure what to edit.
    installed: css_horizontal_drop_down_menu_1.2 to my site
    mod down load: http://www.zen-cart.com/index.php?ma...roducts_id=479

    Thanks Alex

  9. #599
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by romy View Post
    Not sure what to edit.
    installed: css_horizontal_drop_down_menu_1.2 to my site
    mod down load: http://www.zen-cart.com/index.php?ma...roducts_id=479

    Thanks Alex
    Edit this file: includes\templates\YOUR-TEMPLATE-FOLDER\common\tpl_header.php.

    Find this code:

    Code:
    <!--bof-drop down menu display-->
    <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
    <!--eof-drop down menu display-->
    Add the div tag around it, as previously mentioned. So, it looks like this:

    Code:
    <div class="flash"><!--bof-drop down menu display-->
    <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
    <!--eof-drop down menu display--></div>
    That should do the trick! :)

  10. #600
    Join Date
    Jul 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi Alex, thanks for getting back to me!

    I feel like I am going mad, though. I have been trying to do what you suggest for ages, I just can't see what I am getting wrong. Please bear in mind that I don't really understand what I'm doing and my idea of editing code is pretty much trial and error.

    In the stylesheet css for my template I have got this:-

    Code:
    /*Image Display*/
    #productMainImage, #productAdditionalImages,#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
        margin: 0em 1em 1em 0em ;
        }
    
    
    #productAdditionalImages, {display: none;}
    And yet it does not work. I've tried every variation I can think of, removing/putting in capitals, changing the punctuation, spelling and order, but obviously not the right one yet. Help!

 

 

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