-
AuthorPosts
-
November 26, 2015 at 8:50 pm #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_referentenhttp://test.norddeutscher-fundraisingtag.de/norddeutscher-fundraisingtag/#fundraisingtag_referenten
but it will not jump there. Where is the mistake?Thank you for Help!
BerndNovember 26, 2015 at 9:32 pm #543383Hi 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,
BasilisNovember 26, 2015 at 9:49 pm #543398Hi Basilis
the link is going here:
but should go here:
You could see the embedded code if you edit the page “Norddeutscher Fundraisingtag”
Thank you!
November 27, 2015 at 2:47 pm #543641Hey!
I edited your custom menu link and changed URL to “#fundraisingtag_referenten”. Please review your website now
Cheers!
YigitNovember 27, 2015 at 3:31 pm #543658Hey 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_referentenThanks for Help!
BerndNovember 27, 2015 at 3:40 pm #543666Hey!
I added the link as “http://test.norddeutscher-fundraisingtag.de/norddeutscher-fundraisingtag/#fundraisingtag_referenten”. 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,
YigitNovember 27, 2015 at 4:33 pm #543703Hey
but it does not jump to that anchor REFERENTEN!
Please check the pictures above again. It should go here:
Thank you for HELP!
BerndDecember 1, 2015 at 11:26 am #545055Hey 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!
BerndDecember 1, 2015 at 2:45 pm #545201Hi!
I have added following code to Quick CSS
#fundraisingtag_referenten { clear: both; }
Please review your website now
Best regards,
YigitDecember 1, 2015 at 5:42 pm #545396Hooray, its working!
Thank you Yigit!
December 1, 2015 at 5:45 pm #545401Hey!
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,
YigitDecember 1, 2015 at 5:47 pm #545406ups
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 ?
December 1, 2015 at 5:48 pm #545409Hey!
Can you please try the code as following
#fundraisingtag_programm, #fundraisingtag_referenten, #fundraisingtag_ort, #fundraisingtag_service, #fundraisingtag_zusatzinfos { clear: both; }
Cheers!
YigitDecember 1, 2015 at 5:51 pm #545415that works :-)
but what is the difference between my upper code and yours? Am I blind?December 1, 2015 at 5:51 pm #545416ah the last comma !
Thank you Yigit!
-
AuthorPosts
- The topic ‘Anchor Code not working’ is closed to new replies.