Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #752440

    Hi guys,

    For some reason, the on page links to the different rows from the slider are not working. :(

    This is the page: http://redshoemovement.com/rsm-hall-of-fame-2017/

    There is a partner/logo element and each image links to a section below.

    Example: http://redshoemovement.com/rsm-hall-of-fame-2017/#alexia

    I have tried adding titles, link text and the full URL but none of those are responding.

    Thank you for your help!!!

    Warm regards,

    Havi

    #752459

    Hey havi!

    Would you like to link your images to Grid Row elements below? If so, please refer to this post – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ and give your Grid Row elements a unique ID

    Cheers!
    Yigit

    #752461

    Hi Yigit!!!

    Each row element has its own unique ID. What am I missing?

    Thank you!!!!

    Havi

    #752711

    Hi Yigit!!

    Something must be wrong… each section has its own unique ID and each link is set manually as #uniqueanchortext

    I have done this with Enfold a lot of times (I have been using Enfold for years now) :)

    Do you see any setting that could block this from happening? Is it because the slider is inside of a color section and the rest is in rows? I’m grasping at straws here!!

    Thank you for your kind assistance!!!

    Warmly,

    Havi

    #754570

    Hi Havi!

    Can you please try adding code block element to the top of your grid row sections and add following

    
    <div id="your-anchor" class="custom-anchor"></div>
    

    then add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom-anchor { clear: both !important; }

    Best regards,
    Yigit

    #754631

    Hi Yigit!

    When you say adding the code block element, do you mean inside of each grid rose section? I just tested adding it on top of the grid and it adds a white space ruining the page look. :(

    Thank you!!!

    Havi

    #754635

    Hi!

    Yes, i mean adding to the top of each section with respective ID’s. Can you please try changing custom CSS code to following one

    .custom-anchor { clear: both !important; display: none; }

    Cheers!
    Yigit

    #755239

    Hi Yigit!

    I added
    .custom-anchor { clear: both !important; display: none; }

    to the Quick CSS Section (there is no Custom CSS on the row element itself – just on each cell but the row is the one that carries the anchor name)

    and it still doesn’t work. The Code Block does display.

    I am going to remove the links from the images as it looks really bad that they don’t go anywhere and the client’s campaign is now in full swing. But feel free to send me ideas to test so I can bring this back. I can always test it at night.

    Warmly,

    Havi

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘On Page Section Links not responding’ is closed to new replies.