Skip to main content
Participant
May 17, 2017
Answered

Homepage "jitters" in Chrome and Edge

  • May 17, 2017
  • 4 replies
  • 1855 views

I'm trying to update this website for my work (I didn't design the website) and I noticed that the home page "shakes" or "jitters" when it's being loaded in or when you refresh the page. It only does that in Chrome (version 58) and Edge (version 38.14) for the homepage. Other websites on those browser doesn't have the effect. It does not shake in Internet Explorer.

See website:

Family Resource Guide

Do y'all know what could be causing it? Did the latest update make it read the margins differently or something?

This topic has been closed for replies.
Correct answer Jon Fritz

Actually, that jquery.scrollTo-1.4.2.js file appears to only have the code for the shake. You should be able to delete the link to it from the code completely.

You could use an html comment to comment it out first to verify it doesn't affect anything else.

4 replies

Ussnorway7605025
Legend
May 17, 2017

just out of interrest;

when you say update... redesign the site or just add something in?

Participant
May 17, 2017

It was an update as in updating the text. They wanted some paragraphs deleted and others added.

Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
May 17, 2017

Actually, that jquery.scrollTo-1.4.2.js file appears to only have the code for the shake. You should be able to delete the link to it from the code completely.

You could use an html comment to comment it out first to verify it doesn't affect anything else.

Participant
May 17, 2017

Oh! Okay. I'll try that to see if that'll fix it.

Participant
May 17, 2017

@Jon Fritz II

Yup! The javascript was causing the issue. I commented it out and that fixed it. Thank you so much for your insight and help!

Jon Fritz
Community Expert
Community Expert
May 17, 2017

That's definitely an intentional shake caused by a script in the <head> of your page.

There's a shake script added to your jquery.scrollTo-1.4.2.js file that's causing it.

Ussnorway7605025
Legend
May 17, 2017

fyi it also shakes in Firefox

Participant
May 17, 2017

Thanks for letting me know! I checked my firefox too. I have the same thing happened in Firefox (50.0.2).