[Support request] Add elements in Navigation before toggle

Home Forums Support [Support request] Add elements in Navigation before toggle

Home Forums Support Add elements in Navigation before toggle

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1931119
    David Perez Garcia

    Hello,
    I’ve seen that there is a hook inside navigation that is: “generate_inside_mobile_menu_control_wrapper” but it’s not working. This is my code:

    add_action( 'generate_inside_mobile_menu_control_wrapper', 'cmk_menu_header', 10 );
    /**
     * Enlace
     *
     * @return void
     */
    function cmk_menu_header() {
    	echo '<div class="home"><a href="#">GUÍA</a></div>';
    }

    Where is the problem?

    #1931752
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #1931812
    David Perez Garcia

    In private comments 😉

    #1931879
    Leo
    Staff
    Customer Support

    Are you referring to the desktop or mobile or both?

    #1932192
    David Perez Garcia

    Both. I’m thinking that in Mobile would be in the toggle menu…

    #1932206
    Elvin
    Staff
    Customer Support

    Hi David,

    Are you using Floats on Appearance > Customize > General? If yes, can you change it to flexbox?

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