Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #898487
Fullscreen slider
Closed

Comments

  •  2
    BrentDC started the conversation

    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

  •  7,280
    Oliver replied

    Hi,

    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

  •  2
    BrentDC replied

    Many thanks!