Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1249789

    Thai
    Moderator

    If you need anything else please let us know.

    #1249792

    Studio172
    Participant

    One more question…
    If I go to http://frank.pilihan.nl/ it automatically jumps to the anchor #werken
    I can’t find where this happens…

    #1249903

    Paul R
    Moderator

    Hi,

    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.

    #1251357

    Studio172
    Participant

    I’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?

    #1251363

    Studio172
    Participant

    I 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…

    #1251444

    Paul R
    Moderator

    Hi,

    I added the code below in custom js to fix it.

    
     $(window).scrollTop(0);
    

    Kindly check on your end.

    Thanks

    #1251859

    Studio172
    Participant

    Thanks! Great!

    #1252059

    Joao
    Moderator

    Glad to hear it,

    Joao