[Resolved] Second menu in the footer

Home Forums Support [Resolved] Second menu in the footer

Home Forums Support Second menu in the footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #774709
    Thierry

    Hello,

    I read this topic but don’t work for me https://generatepress.com/forums/topic/second-menu-right-above-footer/

    I want displaying the second menu in the footer ; i copy/paste the code in mu-pluglins but in the box location on the customizer i have the same location.

    Could you help me ? thx

    #774782
    David
    Staff
    Customer Support

    Hi there,

    the method i use is to create a new Hook Element and add this:

    <div class="second-nav grid-container">
    	<?php generate_secondary_navigation_position(); ?>	
    </div>

    Set the display rules to entire site or wherever you want it.

    Then in the Customizer > Layout > Secondary Navigation > Location = No Navigation.

    #775001
    Thierry

    It’s works. Thanks David.

    #775034
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.