Comments 2BrentDC started the conversationSeptember 22, 2016 at 2:06amHey,When I choose on a page to put on the 'Page as fullscreen vertical slider' it always changes the menu in the header to a hamburger menu instead of the default horizontal menu.Thx 7,092Oliver repliedSeptember 22, 2016 at 11:17amHi, Please install TheGem child theme and add next code to functions.php file: function thegem_child_init() { remove_filter('thegem_option_header_layout', 'thegem_page_scroller_menu'); } add_action('init', 'thegem_child_init');Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2BrentDC repliedSeptember 23, 2016 at 5:56pmMany thanks! Sign in to reply ...
Hey,
When I choose on a page to put on the 'Page as fullscreen vertical slider' it always changes the menu in the header to a hamburger menu instead of the default horizontal menu.
Thx
Hi,
Please install TheGem child theme and add next code to functions.php file:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Many thanks!