• Hello,

    I have two (2) issues with my menu:

    1) The entire main menu does not appear in ‘mobile view’, and;
    2) The sub-categories of my menu are not appearing.

    I’ve tried uninstalling and downloading the most current theme but it has not resolved the issues.

    Any help would be much appreciated!
    Tara

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello radmums,

    there is may be javascript issue which is conflicting with menu try to uninstall one by one plugin.

    or try
    to add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .sub-menu {
        display: block !important;
    }
    .mobile-menu-container {
    
        display: block !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter radmums

    (@radmums)

    Hello,

    Thanks so much! This is the closest solution I’ve received. The template designer hasn’t been able to resolve.

    Do you have a recommended code to make it “hoverable”?

    Thank you,
    Tara

    Theme Author WP Royal

    (@wproyal)

    Hi Tara,

    The options that you described should work wihtout any extra CSS and it works perfectly, we tested it thousand times. It means that you have some local issue or your installed plugins are the reason for that.

    We need to check your website from backend because of it we suggested to contact our support team because after theme update you may have same issue again.

    Kind Regards

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

The topic ‘Menu Not Appearing’ is closed to new replies.