Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #543371

    Hello,

    I put this code
    <div id=”fundraisingtag_referenten”></div>
    into a Code Block Element and used this link in the menu
    /norddeutscher-fundraisingtag/#fundraisingtag_referenten

    http://test.norddeutscher-fundraisingtag.de/norddeutscher-fundraisingtag/#fundraisingtag_referenten
    but it will not jump there. Where is the mistake?

    Thank you for Help!
    Bernd

    #543383

    Hi Bernd!

    I used your code, and when click on the link ( and loged in ), it poped me right to place.
    Can you let me know if that is not correct ( as it is the correct behavior of the link ), what you want it to be doing?

    Best regards,
    Basilis

    #543398

    Hi Basilis

    the link is going here:
    wrong

    but should go here:
    wrong

    You could see the embedded code if you edit the page “Norddeutscher Fundraisingtag”

    Thank you!

    #543641

    Hey!

    I edited your custom menu link and changed URL to “#fundraisingtag_referenten”. Please review your website now

    Cheers!
    Yigit

    #543658

    Hey Yigit,

    unfortunately you got it wrong. The link should be

    http://test.norddeutscher-fundraisingtag.de/norddeutscher-fundraisingtag/#fundraisingtag_referenten

    so that it goes to the page http://test.norddeutscher-fundraisingtag.de/norddeutscher-fundraisingtag
    and there to the anchor #fundraisingtag_referenten

    Thanks for Help!
    Bernd

    #543666

    Hey!

    I added the link as “http://test.norddeutscher-fundraisingtag.de/norddeutscher-fundraisingtag/#fundraisingtag_referenten&#8221;. This way, it would go to your anchor but since it is not on the same page and has the whole URL, it would reload the page and would not smooth scroll.

    Regards,
    Yigit

    #543703

    Hey

    but it does not jump to that anchor REFERENTEN!
    Please check the pictures above again. It should go here:
    correct anchor

    Thank you for HELP!
    Bernd

    #545055

    Hey Yigit,

    no answers to my question? I mean it is just a simple anchor link jumping to a codeblock as described in your documentation. But it does not work and I do not know what is wrong here or how I could make it (sections are not on that page).

    Thank you for HELP!
    Bernd

    #545201

    Hi!

    I have added following code to Quick CSS

    #fundraisingtag_referenten {
        clear: both;
    }

    Please review your website now

    Best regards,
    Yigit

    #545396

    Hooray, its working!

    Thank you Yigit!

    #545401

    Hey!

    You are welcome, glad we could help!
    In case in future you set another anchor using a code block element and have the same issue, you can alter the code to apply to that code block element as well :)

    Best regards,
    Yigit

    #545406

    ups

    now I chanded the code in the CSS like this:

    #fundraisingtag_programm, #fundraisingtag_referenten,
    #fundraisingtag_ort,
    #fundraisingtag_service,
    #fundraisingtag_zusatzinfos, {
    clear: both;
    }

    and problems again. Is this wrong ?

    #545409

    Hey!

    Can you please try the code as following

    #fundraisingtag_programm, #fundraisingtag_referenten,
    #fundraisingtag_ort,
    #fundraisingtag_service,
    #fundraisingtag_zusatzinfos {
    clear: both;
    }

    Cheers!
    Yigit

    #545415

    that works :-)
    but what is the difference between my upper code and yours? Am I blind?

    #545416

    ah the last comma !

    Thank you Yigit!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Anchor Code not working’ is closed to new replies.