Archived topic
Sections?
5 replies · Started by sjoerd89 on October 4, 2018
I am looking for a way to have a page in parts with a top where if i click on something it goes to a certain part of the page. Now i have been looking at sections but i can't seem to pagebuild within a section. Am i missing an obvious solution?
Thanks for helping out,
Sjoerd
Hi there,
you can't use a pagebuilder within Sections, you can add shortcodes or HTML but thats it.
The current builder is adding IDs to each section, which is what you need for your jump to links. Does it give you the option to name your own IDs?
I can add Row ID to my pagebuild rows or add CSS Row classes
Cool - so give your sections a name that makes sense to you for example: first-section
Then in your menus create a custom link of the full page url the section is on followed by the ID.
e.g
https://mywebsite.com/page/#first-section
Thanks for this info!
You're welcome