user1510719
user1510719

Reputation: 29

Javascript failing to run

I am in the middle of development and everything related to javascript all of the sudden stopped working. There are a couple ‘no method’ errors in the console, but I can’t seem to find the root of the problem.

My site: http://radiantchurch.info/wordpress/about/

Thanks for all your help!

Upvotes: 0

Views: 65

Answers (2)

Brij Raj Singh - MSFT
Brij Raj Singh - MSFT

Reputation: 5113

enter image description here

IT does look like fitvids is not a function or not found, can you comment it out and then check it.

Upvotes: 0

jerjer
jerjer

Reputation: 8766

You must place your javascript references in correct order:

  1. jquery
  2. jquery plugin
  3. your js scripts

Upvotes: 1

Related Questions