Tagged: ,

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

    Hi Kriesi
    I want to use jump links on this page http://www.friefodspor.dk/guide-etaper-til-camino-primitivos-bakker/.

    The jumps links work, but some of them don’t jump exactly enough. I suppose the images are somehow ‘pushing’ the jump wrongly. Can you help me make the jumps accurate so the header og each section is the first thing visible?

    Thanks Marie

    • This topic was modified 6 years, 7 months ago by friefodspor.
    #935896

    Hey Marie,

    I have checked your site and I can only see an empty or blank site. Screenshot in private content.

    Best regards,
    Nikko

    #936778

    Maybe you looked during the days when one.com was down in all of Europe? The link to the page with the inaccurate jump links is this: http://www.friefodspor.dk/guide-etaper-til-camino-primitivos-bakker/

    #936781

    Hi,

    To which section element did you add the id?

    Best regards,
    Jordan Shannon

    #936794

    Hi Jordan. I have added eleven different jumplinks in the beginning of the blog post. They do jump, but very inaccurate. Try link number 4 or 5 for instance. I have tried to paste the name-code at different places, but almost all of them aren’t precise enough.

    #937159

    Hi,
    Please add a class to your anchor links, like this:

    <a class="anchor" name="F"></a>

    Then we can add a offset to your anchors with css code in the General Styling > Quick CSS field:

    .anchor {
      display: block; 
      height: 100px;
      margin-top: -100px;
      visibility: hidden;
    }

    If this doesn’t help, we might need to adjust the “100px” to a different size, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #937376

    Actually, I think that solves all of my jumping problems! Thank you sooo much.

    #937417

    Hi,

    Glad that it’s fixed. :)

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Jump link problem’ is closed to new replies.