Viewing 11 replies - 1 through 11 (of 11 total)
  • Atahualpa theme from BytesForAll has a perfect dropdown

    Thread Starter spenceri

    (@spenceri)

    I’m not looking for a different them, I’m looking for a way to fix the top of my blog theme. It’s not suppose to have the pages scattered at the top, per the advertised theme.

    It’s something in the css. If it had been working but isn’t now, try moving the navigation part of the css to the very bottom of the css file. If it works, something else in the css was overriding these styles.

    The header template should specify the navigation as something like <ul id="nav">

    Make sure the css for the menu is specified, such as #nav ul {}, #nav li{}, etc.

    Thread Starter spenceri

    (@spenceri)

    cleh, thank you so much for you help! I’m stressing over this. Okay, so forgive me for my ignorance and needing so much help.

    I don’t understand where to specify the menu in css. Here is the css for drop down menu plugin:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Can you show me where I need edit it and where I should place it in css?

    Thread Starter spenceri

    (@spenceri)

    P.S. I would like the page menu at the top to drop down in the same color of the page titles.

    sorry, I don’t code. I also don’t recommend modifying plugins, because if the plugin gets upgraded you loose customization.

    Try deactivating all other plugins, see if this works, then you’ll know there’s a conflict somewhere. Or find ul and li in your style.css, and add anything in front like foo.ul and foo.li. If the menu works, you’ll need to change your style.css to style only ul and li in the content area. Or find a different plugin.

    Did you know that wordpress default theme menu does this automatically? https://2010dev.wordpress.com/

    Thread Starter spenceri

    (@spenceri)

    It never worked when I uploaded the plugin. Should I still follow the advice above?

    I just deactivated all other plugins and the menu is still not dropping down. Where is style.css do I find .ul or .li ?

    Thread Starter spenceri

    (@spenceri)

    Is it here:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Thread Starter spenceri

    (@spenceri)

    I don’t see a “comment section” in style.css file. Here is my css:

    [CSS moderated as per the Forum Rules. Stop posting chunks of code & CSS.]

    Thread Starter spenceri

    (@spenceri)

    Okay, I put foo. in front of ul and il in css under Navigation and it put the sub pages to the right of the parent pages, but not dropping down

    https://superhealthynwealthy.com/

    I’d recommend asking the theme designer or other theme users. They’ll know better how to trouble-shoot the exact problem you’re having.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Need a "Dropdown Page Menu"’ is closed to new replies.