• Resolved ktdenterprises

    (@ktdenterprises)


    Hi there,

    I posted earlier specific to Fantastic Blue theme but thinking that may be too specific.

    My drop down navigation isn’t working with my theme. I select a parent page but it doesn’t show in drop down form or even once I’m on the parent page.

    I don’t know if it’s something to do with the nav.php or not.

    Here it is just in case:

    /* ——— Navigation ——– */
    #nav1 ul {margin : 0; padding : 0;list-style : none;}
    #nav1 li {
    float : left; font-size : 14px; margin:0; padding:0;
    color : #fffffe;text-align:center;}

    #nav1 li a {
    color : #fffffe;margin:0;
    text-decoration : none;
    display:block;
    width:85px;height:22px;
    padding : 11px 5px 10px 5px;
    }
    #nav1 li a:hover {
    background : url(images/menu-hover.gif) no-repeat;
    color : #4E8A39;
    text-decoration : none;
    display:block;margin:0;
    width:85px;height:22px;
    padding : 11px 5px 10px 5px;

    Here’s the end page in question that does not show up: ttp://eczematreatmentchildren.com/hp_wordpress/natural-oils-creams/eczema-in-babies-using-emu-oil/

    Any help with this would be appreciated

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ve probably got a z-index problem; the menu is dropping down, but is hidden behind the <div>'s below. Try disabling all plugins except e-commerce to see if the menu appears. If it does, then your menu CSS is getting overwritten by that plugin. If it doesn’t, you need to look into the theme and plugin forums for a fix.

    Thread Starter ktdenterprises

    (@ktdenterprises)

    I deactivated all the plugins, unfortunately it didn’t fix the problem.

    Any suggestions of where to go for the fantastic blue theme?

    Been looking in this forum and haven’t been able to find anything to do with this theme

    There’s no URL in the theme’s style sheet. Go to Appearance/Themes and see if an author’s website is linked for the theme. There are lots of validation errors, so I don’t think the theme is that well written, even though it claims to be valid XHTML.

    Problem is the z-index only works with positoned elements, and there are none in that CSS.

    Thread Starter ktdenterprises

    (@ktdenterprises)

    thanks.

    I went searching as you suggested and found someone suggesting iNove theme, I’m just adjusting it now and it seems to be working much better.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Editing Navigation for drop down’ is closed to new replies.