Results 1 to 10 of 3727

Hybrid View

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

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

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

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

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

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

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

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

    Default Re: Zen Lightbox...

    You're right, it doens't work in FF2!

    I'll look into a fix for this and add it to the next release.

    Thanks for pointing it out! :)

  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
    May 2007
    Posts
    93
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by romy View Post
    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....
    glad you got it working, you have a link for the hoverbox2? to check out?

    thanks,

    Gerry

 

 

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