• Responsive menu button is not clickable and expandable on our mobile device. Also observed that the menu button (which was meant for mobile devices only) started appearing on big screens (laptop/desktops) with default styles and not our custom styles. We recently upgraded our wordpress version to 4.9.9, not sure if this upgrade has driven this issue. In the new version of responsive menu plugin (3.1.18) we are not able to figure which settings to change.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • This problems created sometimes on the wordpress with me. What is its solutions?

    Dont know why that happened, but pls check two points. Though these might not fix all the problems, it might change situation, I hope.

    1. In settings page, Button tab -> Trigger (the very bottom), that should be ‘#responsive-menu-button’. Perhaps yours is ‘#click-menu’.

    2. custom.css in your childTheme has the following rule:

    #responsive-menu-container {
        display: none !important
    }

    Remove it.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Responsive menu button not clickable’ is closed to new replies.