Hide Responsive Menu Pro below a certain screen size or breakpoint?

Home Forums Pro Support Hide Responsive Menu Pro below a certain screen size or breakpoint?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #68505

    Dear Support Team,

    on my site https://zenhub.org I am using a plugin “WPtouch Pro” for display on mobile devices.
    WPtouch Pro features an option to disable other plugins on mobiles – and I try to disable Responsive Menu Pro (RMP) for mobiles. However Responsive Menu Pro will show with its Hamburger button anyway.
    Is there any option to disable RMP for this “WPtouch Pro” plugin – or to disable RMP below a certain breakpoint/screensize, let’s say 400px?
    Thank you for your consideration,
    Best, Chris

    #68510
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Chris,

    There is no way to hide the plugin below a certain breakpoint through the plugin.

    Some simple Custom CSS would do it however pretty easily using standard CSS media queries. In regards the WPTouch plugin, how does it disable other plugins on mobiles? It may be best to speak to them as to why they can’t disable mine as mine is a normal plugin like any other.

    Please advise

    Peter

    #68509

    Dear Peter,

    wow! Thank you for your incredibly fast reply!
    Just writing a support ticket regarding the matter, since I’m convinced that Responsive Menu Pro complies with any WordPress coding standards and they should be able to disable RMP.
    I’ll keep you posted.
    Thank you so much,
    Best, Chris

    #68508
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Chris,

    Well I can’t sell a responsive plugin and not be responsive in my replies can I 😉

    I try my best to meet all the coding standards for WordPress so I’d be interested to know why they can’t disable it and I can make changes accordingly.

    Please keep me updated.

    Peter

    #68507

    Hi Peter,

    please find WPtouch Pro‘s response below. Adding the provided CSS code inside the WPtouch theme customizer settings did the trick and hides the Responsive Menu Pro‘s button.
    Thank you so much for your support and wishing you a great weekend,
    Best, Chris

    —————–

    Sorry to hear about the trouble you’re having. It’s not the experience we want any of our customers to have.

    “I’m assuming Responsive Menu Pro complies to the WordPress coding standards completely – and the developer assures.”

    Yes, sure. However, the way some plugins add their hooks in WordPress, sometimes prevents WPtouch Pro from being able to disable the plugin. For this plugin, we should be able to easily hide its button in the WPtouch Pro theme. You can do so by adding the code below to Appearance > Customize > Custom CSS when editing the mobile theme.

    #responsive-menu-pro-button {
    display: none !important;
    }

    #68506
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Chris,

    Excellent news and glad you found a fix 🙂

    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Responsive Menu Pro below a certain screen size or breakpoint?’ is closed to new replies.