Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #694763

    I’ve added the Section ID, as described to a color section (one example is “whyLight”). Then I’ve add the url plus /#whyLight to the text as a Link. When I click on the new link, it does not take me to that specific color section.

    You can see two links/anchors set up here http://www.2016cltdesign.delaneykeating.com/?page_id=1302/#whyLight
    I set up the text links below the first two photos…Why Light and Benefits of Colors & Frequency.

    Can you help get these links to anchor to the color sections below? I want viewers to quickly move down to those sections…

    Thanks in advance for your time and assistance.

    #694767

    well i see an id=”whylight” no whyLight a lot of browsers are in this way case-sensitive !

    try it with: http://www.2016cltdesign.delaneykeating.com/?page_id=1302/#whylight

    #694832

    Hi drimmerj,


    @Guenni007
    is correct. Please try to adjust the anchor in your link, because it is case sensitive.

    Let us know how it goes.

    Best regards,
    Jordan

    #699733

    Hi, tried this w/a code block and a <div id=”safa”></div> tag here:

    But the link ‘anchor’ tag calls from:
    http://www.bjff.org/guests/#safa or

    http://www.bjff.org/guests/#robert further down for instance, aren’t working…

    What am I missing?

    TX in adv!

    JC.

    #700406

    Hi,

    Going to this URL: http://www.bjff.org/guests/#safa, takes me to that anchor so it seems to be working on my end? You have wrapped the div with the ID in a tag called safa though, you can remove that.

    Regards,
    Rikard

    #700691

    HI Richard,

    Tx,

    You’ll note though that in my original post, the a similar link w/an anchor, #robert, isn’t working.

    Do I have the incorrect syntax in my code block?

    Cheers,

    JC.

    #700694

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #robert {
        clear: both;
    }
    

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.