Tagged: x
-
AuthorPosts
-
November 9, 2016 at 4:13 am #1249789
ThaiModeratorIf you need anything else please let us know.
November 9, 2016 at 4:16 am #1249792
Studio172ParticipantOne more question…
If I go to http://frank.pilihan.nl/ it automatically jumps to the anchor #werken
I can’t find where this happens…November 9, 2016 at 5:58 am #1249903
Paul RModeratorHi,
I can’t seem to find it too.
I tried removing all js code and it still doing the same thing.
Can you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
November 10, 2016 at 2:36 am #1251357
Studio172ParticipantI’ve disabled all plugins, did noy help…
I’ve renamed all my anchors, did also not help…
I’ve removed all scripts, did also not help…What’s happening?
November 10, 2016 at 2:41 am #1251363
Studio172ParticipantI also noticed that if I am on my main page and then go to customizer that the jump doesn’t happen and the page is like it should be…
November 10, 2016 at 3:59 am #1251444
Paul RModeratorHi,
I added the code below in custom js to fix it.
$(window).scrollTop(0);Kindly check on your end.
Thanks
November 10, 2016 at 9:49 am #1251859
Studio172ParticipantThanks! Great!
November 10, 2016 at 12:21 pm #1252059
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1246692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
