Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do i make my menu navigate between rows?
I have a homepage with 5 rows (sections), and want to use the sticky menu to navigates this sections that are inside my homepage.
My site only has one page, the homepage.
Hi Marcelo
Thanks for reaching out. To learn more about anchor links, please, see:
https://en.support.wordpress.com/splitting-content/page-jumps/
Hope that helps get you started.
Hi Marcelo
Sorry for the late reply here. Each row in a Page Builder page has a unique ID. This ID is generated based on its index.
The easiest way to achieve this is to use something like the Google Chrome inspector tool to figure out the ID of the row you want to link to.
https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/basics
Then use that ID has an anchor link in a custom WordPress menu. Just use Custom Links and set the Link URL to the anchor for the row. For example:
Please let me know if you need any help with this.