Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29539
    mofofat
    Guest

    see title

    #29540
    BoldGrid Contributor
    Guest

    Hello and thanks for contacting us. There are a few ways to accomplish this, but the simple answer is to create a link within the different sections.
    One option is to change to the code editor and add id=”[create-section-name]” to the section – e.g.

    <h1 id=”about”>lipsum text</h1>

    Then the menu link would simply need to be [domain.com]/#[create-section-name].

    Please let us know if have questions about how to implement this.

    #29541
    mofofat
    Guest

    Hi Jacqueems,

    My block header text code doesn’t exactly look like that. They each look like this:

    <h2 class=”title-main”>ABOUT</h2>

    how should i rewrite the above to create it as a link?

    thanks

    mofof

    #29542
    mofofat
    Guest

    I have tried rewriting the above code as 

    <h2 id=”about”class=”title-main”>ABOUT</h2>

    and then creating a menu item link:

    [domain.com]/#about

    But when the link is clicked, i am not redirected to the block. I am only redirected to the top of the front page again, ie [domain.com]

    help!

    #29543
    mofofat
    Guest

    NEVERMIND! IT WORKS!

    It wasn’t working on the site preview, but when i tried it directly on my domain it WORKED. 

    THANK YOU!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How do I link menu items to specific blocks within the front page? I don’t want them to link to different pages.’ is closed to new replies.