Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #484494

    Hi Guys,

    Please will you assist me with this issue: I have anchor links from my online-support page that links to the accounting page where the anchor points are. When I use the links and I am directed to the accounting page. The titles are hidden under the header. I have tried various options that I have picked up in the support forum, but have not found a solution. At first I used color sections (hidden under header), then instead I added a code block with points. But this also gave the same result. I also tried the temp fix from Dude in this thread: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325 but have had no success. The only way I have been able to show the titles is by adding a 175px whitespace below the anchor point. This however does not look very good on the page. I noticed that many users have had this issue, have anyone found a working fix?

    Thanx for any help!

    #484704

    Hey mediax2014!

    Please upgrade at first to Enfold 3.2.3. and check if things get better for you.

    Best regards,
    Andy

    #484717

    I have the same issue.
    I am using the icon box in home page with 4 anchor links to another page where I am using Icon List (4 sets of texts). Each icon box link in home brings you to the page and scrolls to the specific title and associated text.

    I ended up adding padding to each of my anchors, it doesn’t change how my Icon List displays but moved the page down so my titles are just below the header now. It renders slightly differently depending on browser (in safari it’s a bit lower) but it did the trick until someone gives us a better solution.

    My code in my custom css looks like this:

    /* IconBox anchor margin top */
    #consult { padding-top:100px; }
    #design { padding-top:100px; }
    #build { padding-top:100px; }
    #finishedproduct { padding-top:100px; }

    Hope this helps you until we have a better solution

    Griffin

    #484734

    I was having the same issue, the code worked for me!!

    Thanks guys.

    #484794

    Hi Guys,

    Thank you for all the response. I can see how the css would do the trick, but in this case I still have a large white space above each heading. In my case it is 150px.

    Theme is updated to 3.2.3 now and the title is still under the header. I will go back into my custom css and remove the code used to have my breadcrumb fixed to the header, maybe that is what is causing this issue.

    With regards,
    MediaX

    #484817

    Yeah, I spoke to soon. I have that large space issue now.

    #485111

    Hey @mediax2014,

    You have a lot of empty content on that page, for instance an empty code block at the start of your page. Could you remove the empty content please?


    @Micheal0424
    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #485199

    Hi Rikard,

    The code blocks contains the anchors eg. <div id=”input”></div>

    I have removed the white space content. You will see the anchor links on the left bottom of this page under the Accounting Title:
    http://www.cicerosoftware.com/nl/cicero-lawpack-support/online-support/

    Thanks for the assistance gents.

    #485720

    Hi @mediax2014,

    Sorry about this thread being a bit messy, what about if you place each section inside a color section instead and give the color section the anchor in the For Developers: Section ID option instead of the header? I think that will solve your problem. If not then please send us a temporary admin login and we’ll have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #485760

    Hi Rikard,

    That is the way I originally had it set up, the color sections gave the same results. Nevertheless I will set that up again for you.

    #487565

    Hi Rikard,

    Have you had a moment to look deeper into this issue yet?

    With regards,
    MediaX

    #489879

    Hi Guys,

    I am still trying to resolve this issue. Any assistance would be appreciated.

    With regards,

    #492502

    Hi!

    I have anchor links from my online-support page that links to the accounting page where the anchor points are.

    Can you post a link to your online-support page?

    Best regards,
    Josue

    #492779

    Hi Josue,

    You will see the anchor links on the left bottom of this page under the Accounting Title:

    http://www.cicerosoftware.com/nl/cicero-lawpack-support/online-support/

    #500261

    Hey!

    quite difficult to follow this thread for me and I can’t see any issue on the link you have provided. I even can’t see any anchor links under “ACCOUNTING”. Can you highlight what you mean using screenshots please? you can use imgur or dropbox.

    Regards,
    Andy

    #500289

    Hi,

    I have attached a dropbox link, please see the images. you will notice that I have to use a 150px padding to stop the anchors – titles from slipping behind the header. When I disable all the site plugins, the issue is removed, it must be a java conflict somewhere.

    regards,

    #502793

    Hey!

    It’s hard to tell because you have padding on each section.

    #input {
        padding-top: 150px;
    }
    #netbanking {
        padding-top: 150px;
    }
    #tools {
        padding-top: 150px;
    }
    #instelling {
        padding-top: 150px;
    }

    Can you remove that so we can check? Also, you said it goes away when all plugins are deactivated? Can you reactivate them one by one to see which plugin is causing it?

    Cheers!
    Elliott

    #502962

    Hi Elliot,

    Thanks for the response. It was a couple of plugins causing the issue, including CodeStyling Localization, Share This etc.

    I am busy developing the version 2 of this site now and do not have this problem there. We can close this thread for now.

    Once again thanks for the support.

    Regards,
    MX

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Anchor Link Issue – Title hidden under header’ is closed to new replies.