just found https://kriesi.at/support/topic/uncaught-referenceerror-jquery-is-not-defined-2/
with following code:
//JQuery override
function my_scripts_method() {
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js’);
wp_enqueue_script( ‘jquery’ );
}
add_action(‘wp_enqueue_scripts’, ‘my_scripts_method’);
now it works on all pages, but only on starting page , there is one problem left as you can see on the website in private content
and now?
Hi Rikard,
thanks for your information but it didn´t work.
any idea why jQuery doesn´t work right after moving to another provider.
do you need ftp data or how can we solve it, it is rather urgent.
thanks
Bernd
