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

Hybrid View

  1. #1
    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! :)

  2. #2
    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

  3. #3
    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! :)

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

    Default Re: Zen Lightbox...

    Sorry it took so long to get back to you...
    Add the div tag around it.....no luck
    I uninstalled lightbox and installed
    ZenCart-HoverBox2 insted
    works just like the lightbox...
    used the same div tag ...still no luck...

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

  6. #6
    Join Date
    May 2007
    Posts
    93
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by romy View Post
    Sorry it took so long to get back to you...
    Add the div tag around it.....no luck
    I uninstalled lightbox and installed
    ZenCart-HoverBox2 insted
    works just like the lightbox...
    used the same div tag ...still no luck...
    Romy,

    Open your stylesheet_lightbox.css file, look in:

    includes/templates/YOUR_TEMPLATE/css/

    for following:

    #lightbox {
    left:0;
    line-height:0;
    position:absolute;
    text-align:center;
    top:40px;
    width:100%;
    z-index:100; <- change to 1000
    }

    Then farther down, look for:

    #overlay {
    -moz-opacity:0.6px;
    background-color:#000;
    filter:alpha(opacity=60);
    height:500px;
    left:0;
    opacity:0.6px;
    position:absolute;
    top:0;
    width:100%;
    z-index:90; <- change to 1000
    }

    save, upload, and should do the trick. I did the same after going thru what you are going thru.

    Gerry

  7. #7
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by romy View Post
    Sorry it took so long to get back to you...
    Add the div tag around it.....no luck
    I uninstalled lightbox and installed
    ZenCart-HoverBox2 insted
    works just like the lightbox...
    used the same div tag ...still no luck...
    Where did you add the div tag? Also, did the tag look like this...

    Code:
    <div class="flash">
    your-flash-code-here
    </div>
    Quote Originally Posted by gcampos View Post
    Hey Alex,

    I do have 1.3 installed, but when I click on open image except the "close exit" button, it does nothing, I have to click on "close exit".

    Cant remember where I read it, maybe early in this thread, but stated as a no can do, maybe I was reading the post from an earlier version?

    Here's a link to my page:
    http://www.bullfightstore.com/cart/i...&products_id=5

    Thanks,

    Gerry
    When I click on the image (within the lightbox) on that page it closes. I'm using IE7.

  8. #8
    Join Date
    May 2007
    Posts
    93
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Alex Clarke View Post

    When I click on the image (within the lightbox) on that page it closes. I'm using IE7.
    ok yeah it does work with IE (used v6), I probably tried it on IE7 also.

    But doesn't work with FF 2.0.0.5.

    Gerry

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

    Default Re: Zen Lightbox...

    Thanks ......ooooo...much
    that worked
    changing the
    z-index:100; <- change to 1000
    it worked on ZenCart-HoverBox2...also
    This is the mod I am using....

  10. #10
    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!

 

 
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