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 #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,052
    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!