Viewing 7 replies - 1 through 7 (of 7 total)
  • Me too. What is the name needed for the menu?

    This happened to me – make sure that you’re not targeting the usual menu within your CSS via something like:

    .menu-main-menu-container ul li a

    and instead do it as

    #access ul li a

    As the plugin amends the .menu class to a different container.

    So that means the theme I’m using has the problem, doesn’t it? Not this plugin. How can I fix the theme to get the menu to change instead of disappear? I kind of get what you are saying I just need a bit of help modifying the plugin or theme. Are there any website pages that explain how to do this anywhere?

    Do you have a link to your site? I’ll have a look and tell you what to change. It’s site-specific, and so not something I can send you a link to.

    http://a4jp.com/0/akane/ This is a test site you can look at. I had to turn the plugin off though. Otherwise there wouldn’t be a navigation menu to find anything with.

    RIght – so probably what is happening is that the plugin is changing the #menu-primary to something else. What might therefore work – though it’s hard without actually trying it with the plugin turned on – is

    within style.css amend the references to #menu-primary to .menu

    Then start the plugin again and see what happens. Make sure you backup style.css first though.

    Thanks for the reply. I’ll try now and see what happens.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Responsive Select Menu] After installing plugin menu disppears’ is closed to new replies.