• Resolved Jenni1990

    (@jenni1990)


    If you have dropped down a submenu in this responsive menu you may have to many items for the height on your smartphone to show. Unfortunately you can not scroll or swipe the menu. So it is not possible to use some menu items. Is there a setting I did not see to solve this problem?

    • This topic was modified 3 years, 12 months ago by Jenni1990.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @jenni1990,

    Sorry for the issue.
    Can you please share your website URL for which we can able to review the particular issue?

    Regards
    Bibhu

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @jenni1990,

    Hope your issue is resolved.
    Let us know if you are still having the same issue.

    Regards,
    Bibhu

    Thread Starter Jenni1990

    (@jenni1990)

    Sorry, the Mail to this topic was detected as spam. No the issue is not solved. the link to the site is wp.hukki.com

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @jenni1990,

    I checked your website link and I found some js error on the console and the error is coming from your current theme.

    priority-menu.js?ver=20181214:47 Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
        at prependElement (priority-menu.js?ver=20181214:47)
        at updateNavigationMenu (priority-menu.js?ver=20181214:128)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)
        at updateNavigationMenu (priority-menu.js?ver=20181214:149)

    .
    Therefore can you please make a cross check by changing your current theme and deactivating some of your other plugins that you have.

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

    Regards,
    Bibhu

    Plugin Support bibhuprakash123

    (@bibhuprakash123)

    Hello @jenni1990,

    I found the solution for you, as per my previous reply the issue is due to your custom css code and that you have to change.

    this code is available on you child theme style.css

    @media only screen and (max-width: 768px)
    #wprmenu_bar, #mg-wprm-wrap {
        display: block; // here you need to comment this or make it "display: block;"
        justify-content: center;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        border-radius: 10px;
    }

    Hope it will resolve your issue.
    After this let us know if you are still having the same issue.

    Regards
    Bibhu

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘not scrollable’ is closed to new replies.