Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1873812
Different menu for mobile version
Closed

Comments

  • city-rock started the conversation

    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

  •  7,095
    Oliver replied

    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

  • city-rock replied

    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.

  •  7,095
    Oliver replied

    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

    'menu_id' => 'primary-menu'
    

    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

  • city-rock replied

    No worries, I just got a workaround via CSS!

  •  7,095
    Oliver replied

    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