• Resolved bwgunner

    (@bwgunner)


    I’m trying to get this PRO plugin to work on our site and have mixed results.

    When I use the Footer Menu I can navigate to top-level pages, but not sub-menus.

    When I use the Mobile Menu (current setting) the sub-menus don’t spring open and no options work as clickable nav on either Safari or Chrome.

    Help?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bwgunner

    (@bwgunner)

    So no love on this? Currently this plug-in DOES NOT WORK on our website…

    https://designengineers.com/

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @bwgunner,

    Sorry for the issue.
    Can you please check by changing your current theme?

    After this Let us know if you are still having the same issue.

    Regards,
    Bibhu

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @bwgunner,

    I found the solution for you.
    As per my previous reply, the issue was occurring due to your theme css override.
    Here the details and you need to use a parent class for your theme css for which the css code will not override the wp responsive menu pro css.

    coding file path : wp-content/themes/theme/assets/css/custom.css line no – 211

    .sub-menu {
        /* background: #6db1cb; */
        /* background: #F28D1E; */
        /* border-bottom: none; */
        /* color: #fff; */
        /* left: 0; */
        /* margin: 20px 0 0 0; */
        /* opacity: 0; */
        /* padding: 0; */
        /* position: absolute; */
        /* top: 39px; */
        /* visibility: hidden; */
        /* z-index: 9999; */
        /* width: 180px; */
    }

    According to my debug when I comment the above css lines, the issue is resolved.
    Hope this will help full to you.

    After this let us know if you are still having the same issue.

    Regards,
    Bibhu

    Thread Starter bwgunner

    (@bwgunner)

    YES! Thank YOU Bibhu!

    I will implement immediately, I really appreciate this.

    Brian

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @bwgunner,

    Give us a nice review if you really enjoy the plugin, it will be more valuable for us.

    Regards,
    Bibhu

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

The topic ‘WPR Menu not working’ is closed to new replies.