I was wondering if it is possible to create a different menu for mobile view only.
The reason is that in desktop I have a top area with links, but this part is too big to show on a mobile phone. So I prefer to move some of the links to the menu, but I only want them visible in the mobile menu (in desktop I keep the top area).
I was wondering if it is possible to create a different menu for mobile view only.
The reason is that in desktop I have a top area with links, but this part is too big to show on a mobile phone. So I prefer to move some of the links to the menu, but I only want them visible in the mobile menu (in desktop I keep the top area).
Hi,
Sorry without the code changes it's not possible you need to edit template:
wp-content/themes/thegem/header.php
and add the check in the
Via this function:
https://developer.wordpress.org/reference/functions/wp_is_mobile/
For the safety future updates copy this file to the child theme before the editing.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thanks a lot. Will be great if this is managable through the Menu settings of Wordpress :-)
Ok, will add the task to add this feature.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver