• Resolved geoffkb

    (@geoffkb)


    I’m creating a main menu at the top of a page with sub-items. Only the top level items appear, there’s no drop-downs.

    If I turn the ‘Select Menu” on and reduce the browser width, the full menu structure shows up. Have I forgotten to turn something else on?

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author eminozlem

    (@eminozlem)

    That’s odd. Select manu is only replaces the toggle mobile menu with html select.
    Do you have a link ?

    Thread Starter geoffkb

    (@geoffkb)

    The top menu is the same as the side menu. If it will help I could give you admin access.

    Here’s the link.

    Theme Author eminozlem

    (@eminozlem)

    You want the sub items on the left menu like “Ask a question” to appear on the top menu as well right ?

    Are you sure you selected the right menu as your primary menu under Appearance > Menus ?

    Sure, If you’re still having problems you can PM me your admin details and I can hava look.

    Thread Starter geoffkb

    (@geoffkb)

    I’m pretty sure I have the menu selected correctly. I’d like to send you admin details, but I’m ashamed to say I’ve never sent a PM, won’t I need your email address to register you?

    Theme Author eminozlem

    (@eminozlem)

    you can send an email to info |at| eodepo.com

    Thread Starter geoffkb

    (@geoffkb)

    You should have receive the admin invitation email.

    Theme Author eminozlem

    (@eminozlem)

    child theme is not importing parent theme’s style.css it seems since you havent put in the url properly.
    can you change the line
    @import url("sandiegobees.com/wp-content/themes/bootstrap-ultimate/style.css");
    to
    @import url("../bootstrap-ultimate/style.css");

    Thread Starter geoffkb

    (@geoffkb)

    Ok I did that. I’m not sure of the ramifications.

    The top menu seems to be formatted more sensibly, but still no drop-downs.

    I really appreciate you going to all this trouble.

    Theme Author eminozlem

    (@eminozlem)

    Ok I’ve found what’s keeping the menu from displaying.
    You’ve installed a plugin called “my-custom-css” and it has a rule to hide .dropdown-menu class near line 3007.

    Try disabling that plugin.

    Why did you need such a plugin anyway ? It re-adds all of the bootstrap css all over again.

    https://beesonthenet.com/wp-content/plugins/my-custom-css/my_style_id-12.css?1395346300

    Thread Starter geoffkb

    (@geoffkb)

    I deactivated and removed the plugin. I installed it because it seemed like a good idea at the time.

    The top menu still doesn’t seem to be acting how I would expect. What else have I screwed up?

    Theme Author eminozlem

    (@eminozlem)

    The content of your child theme’s style.css is faulty this is why the parent’s style.css is not being imported properly. (You have probably created it with Dreamweaver and it adds

    @charset "utf-8";
    /* CSS Document */

    lines to the start of the css file. And since you havent opened the comment again with a /* the contents are not being commented out.

    Simply add a /* before the content that begins with Theme Name… or grab the contents from the link below:

    https://pastebin.com/3EbgVgAN

    Thread Starter geoffkb

    (@geoffkb)

    You’re a genius! You were absolutely right.

    Thank you so much!

    Theme Author eminozlem

    (@eminozlem)

    No worries, it happens to the best of us. Glad it’s solved.
    Marking as resolved, let me know if you’ve further questions. And if you havent already feel free to rate the theme. Cheers

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Menu Drop-Down’ is closed to new replies.