Archived topic
Mobile menu link appears in desktop browser
6 replies · Started by Paul Roberts on March 31, 2015
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
Hi Paul,
Do you have any caching plugins installed? If so, can you try clearing your cache? That should fix it.
Let me know :)
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
Can you possibly link me to the page? Either through here or email (support@generatepress.com).
Thanks!
Have you made any changes to the stylesheet? You seem to be missing the following:
.menu-toggle {
display: none;
cursor: pointer;
}
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
Happy to help! :)