Viewing 15 replies - 1 through 15 (of 16 total)
  • Similar to rusty_compass

    After upgrading we have found the original menu is not hidden for all menus except the home menu?

    xckms.com
    brightopen.org

    How can we revert to the previous release?

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi rusty_compass,

    In this file:

    https://www.carissamarshphotography.co.nz/blog/wp-content/themes/carissa/style.css?ver=4.5.3

    On line 557, you have:

    #main ul {
      display: inline;
      float: right;
      list-style: outside none none;
      margin-top: 30px;
      width: 100%;
    }

    This is why it is not hiding it as it is being overriden, see the display: inline part. Try putting this in the CSS of Menu to Hide option instead:

    #main ul#menu-menu-1

    All the best

    Hi I’m having the same issue with my website https://www.geeks2go.com.au
    .tinynav is blocked in settings on Responsive Menu, but it still shows on the website… worked perfectly with older versions

    Any help would be appreciated. Thanks

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi funkydory,

    Yours is an even worse problem. For some reason you have a horrible !important tag added to the .nav element in your theme on line 37 of a theme css file called responsive.css

    That !important tag definetely needs removing as it means nothing can override this setting on your site.

    Alternatively you will have to write some custom CSS to hide it at the breakpoint.

    All the best

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Brian,

    Same issue for you as the original poster – you need a more precise CSS selector.

    Basically my plugin no longer uses the !important tag as I personally hate it and it is too overpowering so you just need to check your site to see what is overwriting the style and make it more specific.

    Brian for example you have a style .responsive #MobileMainNavigation so you need to use this instead to overwrite it.

    All the best

    Thread Starter rusty_compass

    (@rusty_compass)

    Thanks for the speedy reply and solution – all sorted now!

    Responsive Menu thanks for your reply also… however I’m an extreme noob when it comes to css coding. I removed the !important from the .tinynav line 37 however it had no change to the navigation menu still showing after the break point. I don’t think I’m going to be able to write a workaround myself… I’ve reverted back to version 2.8.9 for the moment until I can sort it all out.
    Thanks again though I appreciate your quick response to my query.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi guys,

    Not a problem – if you need future help let me know!

    I have a problem on my site fosforproduktion.se since updating responsive menu. The breakpoint is good but the original menu does not hide. It does not respect my settings from before either (background color etc) but I think I can figure that out.
    Thanks for help
    anna jutta

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi anna,

    What option do you have in the “CSS of Menu to Hide” option now?

    P.s – It doesnt look as though you have hit Update Options since the update and cleared your wordpress caches, can you confirm if you have done this?

    All the best

    Hi,

    thanks for getting back to me, right now I have #submenu ul
    which I think is the right one, I tried with #submenu or #botmenu aswell
    About clearing the cache I’m not sure how to do that, I juste installed the plugin Clear Cache for me, but not sure how to check if thew are cleared

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Anna,

    That looks like it should work – can you send me an export of your settings so I can see if there is anything obviously wrong?

    All the best

    sorry for getting back so late, sitting in a country house in sweden with unfaithful internet,

    Here is the link to my settings
    https://drive.google.com/open?id=0B6HA6CGV989oNi1vNHZNa2Y0NUU

    I do have the plugin BPS Security installed, do you think that can block

    Thanks for you help,
    anna jutta

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi Anna,

    Can you try turning off the external scripts option quickly as it seems that the CSS has none of those settings in it.

    Do you have any caching plugins installed that havent been cleared?

    All the best

    I turned off external scripts option.

    I have between others those plugins installed tried to desactivate them all but no change

    Google XML Sitemaps
    Jetpack by WordPress.com
    Official StatCounter Plugin
    Redirection
    RICG Responsive Images
    Fluid Video Embeds
    BulletProof Security
    Wordfence
    WP Super Cache

    thanks again

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘original menu is not hidden at the breakpoint’ is closed to new replies.