Tagged: Fullwidth sub menu
Hello,
What do I need to change in the FULLWIDTH SUB MENU shortcode to have the submenu list the next menu item “services” from my main nav?
This works for my “about” section:
[av_submenu which_menu='center' menu='' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu='' av_uid='av-e0wsf1']
[av_submenu_item title='Menu Item 1' av_uid='av-dvngtx']
[av_submenu_item title='Menu Item 2' av_uid='av-dogc4l']
[/av_submenu]
When I place the shortcode on the services section pages, it shows the “about” section again rather than the “services” section.
Thanks,
Jessica
Hey Jessica,
You would need to create separate sub menu element for your services page. If you would like to create it on another page and copy its shortcode, please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode for ALB.
Best regards,
Yigit
I’ll give it a try. Thanks.