Hello!
Most likely there is the problem with your theme template due to release of new WordPress version. Please provide us link to the page with slider and we will check what is wrong.
Hello @ronjum
The problem is in your theme due to release of new WordPress version. There is a problem with incorrect selector in this file – http://theweddingtodolist.com/wp-content/themes/point-child/js/customscript.js
You can check the error in console of your browser – http://prntscr.com/be6274 , also you can read more about this error here – https://github.com/jquery/jquery/issues/2824
Please contact you theme developers. They should fix the problem. Or you can try to fix the problem yourself –
in this file – http://theweddingtodolist.com/wp-content/themes/point-child/js/customscript.js – you need to replace the code – jQuery(‘a[href=#top]’) with this – jQuery(‘a[href=”#top”]’)