[Resolved] Mobile menu link appears in desktop browser

Home Forums Support [Resolved] Mobile menu link appears in desktop browser

Home Forums Support Mobile menu link appears in desktop browser

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #93776
    Paul Roberts

    After the most recent update, I find the mobile menu link now shows up when viewing the site on the desktop. I find I can remove this by removing the following line in navigation.php:

    <h3 class=”menu-toggle”><span class=”mobile-menu”><?php echo apply_filters(‘generate_mobile_menu_label’, __( ‘Menu’, ‘generate’ ) ); ?></span></h3>

    However I think this is needed for mobile viewing.

    Any ideas what might have changed?

    Thanks!

    Paul

    #93785
    Tom
    Lead Developer
    Lead Developer

    Hi Paul,

    Do you have any caching plugins installed? If so, can you try clearing your cache? That should fix it.

    Let me know 🙂

    #93788
    Paul Roberts

    Hi Tom,

    I don’t have any caching plugins installed. I recentlly added bbpress, but I tested deactivating it and I still see the mobile menu link.

    thanks,

    Paul

    #93790
    Tom
    Lead Developer
    Lead Developer

    Can you possibly link me to the page? Either through here or email (support@generatepress.com).

    Thanks!

    #93856
    Tom
    Lead Developer
    Lead Developer

    Have you made any changes to the stylesheet? You seem to be missing the following:

    .menu-toggle {
    	display: none;
    	cursor: pointer;
    }
    #93890
    Paul Roberts

    Hi Tom,

    That was it, not sure how/when I changed it but it was definitely missing! Maybe it was chopped off the end of the file when editing.

    Thanks so much

    Paul

    #94021
    Tom
    Lead Developer
    Lead Developer

    Happy to help! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.