Home › Forums › Support › Insert GP drop down vertical menu in Elementor. This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 9, 2019 at 9:10 am #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. September 9, 2019 at 4:05 pm #1005247 TomLead 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. September 9, 2019 at 4:07 pm #1005249 Alberto Hi Tom. Is a secondary navigation September 9, 2019 at 4:21 pm #1005261 TomLead 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. September 9, 2019 at 4:31 pm #1005266 Alberto Tom, Where should I put this code? Thank you! September 9, 2019 at 4:34 pm #1005269 TomLead Developer Lead Developer This should help: https://docs.generatepress.com/article/adding-php/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In