I would like to create a seperate menu just for the mobile version including some links from the footer and topbar. I just know that some other themes have an own option/checkbox for a mobile menu (Appearance/Menus) to create a seperate menu as a own position in theme. In your theme you just have the main-nav, footer and topbar.
Okay, thanks so far! Do you know when approximately the next update will be out? I'm just asking to know if I should take the effort to change it myself or just to wait for the update.
Hi,
I would like to create a seperate menu just for the mobile version including some links from the footer and topbar. I just know that some other themes have an own option/checkbox for a mobile menu (Appearance/Menus) to create a seperate menu as a own position in theme. In your theme you just have the main-nav, footer and topbar.
Is there a way I can do this within "The Gem"?
Thanks in advance!
Best Chris
Hi,
Sorry, without the code changes it's not possible. But I'll add your request to our task manager, we'll add this feature in the next theme updates.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Okay, thanks so far! Do you know when approximately the next update will be out? I'm just asking to know if I should take the effort to change it myself or just to wait for the update.
Hi,
At this moment we're working on the big update of the gem import plugin, sorry, can't say you when it will be done.
You can make it yourself, there is nothing complicated. Via the using is_mobile function.
https://developer.wordpress.org/reference/functions/wp_is_mobile/
You need to edit the template:
/wp-content/themes/thegem/header.php
Find there
And add the check.
Before the editing copy this file to the child theme for the safety feature updates.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
No worries, I just got a workaround via CSS!
Feel free to contact us if you need help.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver