Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] Insert GP drop down vertical menu in Elementor.

Home Forums Support [Support request] Insert GP drop down vertical menu in Elementor.

Home Forums Support Insert GP drop down vertical menu in Elementor.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1004935
    Alberto

    Hi

    I would be grateful if you could tell me how I can insert the Generatepress vertical drop-down menu (the one that appears on the sidebars) into a column designed with Elementor.

    Thank you in advance.

    #1005247
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Is it the primary or secondary navigation that you’re trying to add?

    We might be able to create a shortcode with the menu in it, and then put that menu in Elementor, but I’m not sure.

    #1005249
    Alberto

    Hi Tom.

    Is a secondary navigation

    #1005261
    Tom
    Lead Developer
    Lead Developer

    You could try this:

    add_shortcode( 'secondary_navigation', function() {
        ob_start();
    
        if ( function_exists( 'generate_secondary_navigation_position' ) ) {
            generate_secondary_navigation_position();
        }
    
        return ob_get_clean();
    } );

    Then you can add the [secondary_navigation] shortcode to Elementor.

    Not sure if it will actually work or not, but worth a shot.

    #1005266
    Alberto

    Tom,

    Where should I put this code?

    Thank you!

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