When a plugin, splash page or widget all of sudden stop working. You can check to see if you need an update on the jquery script code.
- Click into your page layout html editing page where you have your plugin, splash page or widget install.
- Scroll to the bottom of the page till you find the plugin, splash page or widget script code
- Now look for this code
$(document).ready(function(){
Now REPLACE The code shown above with this code:
jQuery(document).ready(function($){
- Repeat this process till all the page layouts you have install a plugin, splash page or widget
- Once complete save your change and re-publish your website