Hi,
In my PG WordPress theme I have a primary menu.
But on one page I don’t want to use that primary or social menu.
I want to use another menu that I setup in Wordpress.
In the PG Wordpress Smart section i dont see the option to link another menu, is that right?
Possible solutions I see:
create a social menu that has nothing to do with social and use that in the smart action.
create a widget area. Then insert via customizer WP a menu in that widget area and hope the styling will work
I’m very new to Pinegrow and I’m wondering about the “proper way” to tell Pinegrow about new menues.
The default, as already said, seems to be “primary” and “social”. Now I’d like to also define a “legal” menu. In the Wordpress Action “Nav Menu” (wp_nav_menu") I can select “primary” and “social”, and I can type “legal”. I figured out, that the default menu entries match, what is written and in functions.php. Manually entering “legal” in functions.php registers the menu correctly with Wordpress and can also be used in Pinegrow to address this menu, but when I regenerate the functions.php in Pinegrow the manual addition gets lost.
Is there a correct way to register additional menues with Pinegrow, so that Pinegrow will “generate” them into functions.php?