Archived topic
SECONDARY MENUS BELOW
13 replies · Started by Alejandro on December 29, 2020
Hi team
,
How can I place the secundary menu at the bottom of the page?
and How can show it displayed by default?
many thanks
Hi there,
Can you specify what you meant by the bottom of the page?
Like below the copyright field?
Let me know :)
Hi,
yess
yes just above the copyright field bar
thanks
Try this solution:
https://generatepress.com/forums/topic/move-secondary-navigation-before-footer/#post-1503239
Replacegenerate_before_footer with generate_after_footer_widgets.
Let me know if this helps :)
OK leo,
but How can I add the PHP snipet????
tnaks
Hello again,
I have installed the Code Snippets plugin,
but can you tell me more exactly what code to put and where?
thanks
So do step 1 in David's solution here:
https://generatepress.com/forums/topic/move-secondary-navigation-before-footer/#post-1503239
Then copy this code:
add_action( 'generate_after_footer_widgets', 'generate_secondary_navigation_position', 1 );
Paste in Code Snippets plugin, then click Save and activate.
Hello again,
I followed your instructions
1. secundary menu > no navigation
2. paste the code in plugin
but don't work.
what am I doing wrong?
thanks
Can you share a link to your site ?
Ok...David
I sent you as a private field
Can you change the code back to the exact code i provide here:
https://generatepress.com/forums/topic/move-secondary-navigation-before-footer/#post-1503239
Thanks David,
now work well
Best regards!
You're welcome