This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Add section names / ids to the rows of a page builder page

11 years ago · Last reply by Andrew Misplon 11 years ago

HI there,
I’m building a Website with Vantage Premium and I was wondering whether it’s possible to name the sections.
For example, I have a page about fruit with a section about apples, then one with pears and another with bananas. Now I’d like to be able to jump from one to the other via etc.
I can't seem to change the section ids for that though. Where do I do that?
Please help... I'm quite lost on this.
Thanks a bunch,
Klara

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Carla Corona 11 years, 3 months ago

    hm… the code I put in seems to be missing.

    I meant: I’d like to be able to jump from one to the other via

    a href="#apples"

    etc.

  2. Carla Corona 11 years, 3 months ago

    Small update: I tried to simply insert

    <div id="apples">

    per simple text field. As a result, the section where the content would be edited (visual, text & pagebuilder) completely disappeared from the backend…

  3. Andrew Misplon Staff 11 years, 3 months ago

    Hi Carla

    It’s not possible to edit Page Builder content via the Visual or Text tabs, only via Page Builder. You can use existing page ID’s to create anchor links or use your own. You can use the Text widget or even better, the Visual Editor widget. To get access to the Visual Editor widget, first install: http://wordpress.org/plugins/black-studio-tinymce-widget/.

    So for example, you could say in the HTML tab of the Visual Editor widget:

    <h2 id="apples">Apples</h2>

    And then somewhere else link to that by saying:

    <a href="#apples">Apples</a>

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread