Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I have a problem with the ezpages_drop_menu

    If I activate it (left/right column OFF, single column ON) the menu breaks and at the place of the ezpages link, I have this error:

    1054 Unknown column 'pages_title' in 'order clause' in [select * from ezpages where status_header=1 order by header_sort_order, pages_title]

    ezpages work well otherwise, only problems in the css drop down menu.
    Thank you for help

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by simonek View Post
    I have a problem with the ezpages_drop_menu

    If I activate it (left/right column OFF, single column ON) the menu breaks and at the place of the ezpages link, I have this error:

    1054 Unknown column 'pages_title' in 'order clause' in [select * from ezpages where status_header=1 order by header_sort_order, pages_title]

    ezpages work well otherwise, only problems in the css drop down menu.
    Thank you for help
    What version of zen cart are you using?

  3. #3
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi Jade,
    I'm having the same problem as many people who have installed lighbox: the menu is over the image, but I have slimbox installed not lightbox. I looked and didn't find any references to z-index in the slimbox css. Any advice?
    Here is slimbox css:


    --------------------------------

    @charset "utf-8";



    /* SLIMBOX (Customized version) */

    /* NOTE: the URL paths should be the ABSOLUTE path to the images, starting at the site root (ie begining with a '/')*/



    #lbOverlay {

    position: absolute;

    top:0; left: 0;

    width: 100%;

    background-color:#000;

    cursor: pointer;

    }



    #lbCenter, #lbBottomContainer {

    position: absolute;

    left: 50%; padding:0;

    overflow: hidden;

    background-color: #fff;

    margin:0px;

    font-size:0px;

    line-height:0px;

    }



    .lbLoading {

    background: #fff url(../images/sb_loading.gif) no-repeat center;

    }



    #lbCanvas {

    border: 9px solid #fff;

    }



    #lbCanvas iframe, #lbCanvas img {

    border:1px solid #999;

    margin:0; padding:0;

    }



    #lbPrevLink, #lbNextLink {

    display: block;

    position: absolute;

    top: 10px;

    width: 70px;

    background:url(../images/sb_anchor_spacer.gif);

    }





    #lbPrevLink {

    left: 0;

    }



    #lbPrevLink:hover {

    background: transparent url(../images/slimbox/sb_prevlabel.gif) no-repeat;

    }



    #lbNextLink {

    right: 0;

    }



    #lbNextLink:hover {

    background: transparent url(../images/sb_nextlabel.gif) no-repeat;

    }



    #lbBottom {

    font-size:12px;

    font-family: Verdana, Helvetica, sans-serif;

    color: #666;

    text-align: left;

    margin:0 0 0 10px; padding:0;

    }



    #lbCloseLink {

    display: block;

    float: right;

    width: 66px;

    height:18px;

    background: transparent url(../images/sb_closelabel.gif) no-repeat center;

    margin:0; padding:0;

    }



    #lbCaption, #lbNumber {

    }



    #lbCaption {

    font-weight: bold;

    padding:0px;

    margin:0px;

    float:left;

    line-height:18px;

    height:18px;

    }



    #lbBottomContainer {

    height:20px;

    clear:none;

    }



    #slimboxWrapper {

    padding:0px;

    margin:0px;

    border:none;

    border-collapse:collapse;

    display:none;

    visibility:hidden;

    clear:none;

    background-color:inherit;

    }





    ------------------------
    Thank you so much! I'm donating in a few minutes.. just a small thank you for all your help to the community.. cheers!

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by Fireflyz View Post
    Hi Jade,
    I'm having the same problem as many people who have installed lighbox: the menu is over the image, but I have slimbox installed not lightbox. I looked and didn't find any references to z-index in the slimbox css. Any advice?
    Here is slimbox css:






    ------------------------
    Thank you so much! I'm donating in a few minutes.. just a small thank you for all your help to the community.. cheers!
    Try adding a z-index:2000; in different places in that code, and see if that helps. Also, a link to your site would be great.

    Also, thanks a bunch for the donation (I'm assuming that was you!)... it doesn't happen very often, and honestly I don't expect it, but its a nice surprise when it happens.

  5. #5
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jettrue View Post
    Try adding a z-index:2000; in different places in that code, and see if that helps. Also, a link to your site would be great.

    Also, thanks a bunch for the donation (I'm assuming that was you!)... it doesn't happen very often, and honestly I don't expect it, but its a nice surprise when it happens.
    Actually, a solution was posted on the slimbox support forum by banswidthjunkie, I tried it and it worked fine. I'm poting it below for those who might have the same problem:

    in the file css/stylesheet_slimbox_ex.css, at the top before everything else you can add the code: Code:
    #lbOverlay, #lbCenter, #lbBottomContainer {
    z-index:1000000;
    }
    ----------------

    As for the donation, yes it was me.. You are welcome! you deserve it! You have some of the best mods and support forums to go with them. Thanks again for the quick reply, as always..

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

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