bbruman
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Google’d the error and found this link here referencing the
unrecognized expression: [href=#]After adding the following function the plugin works properly and pops up with the login form. (note I do not have the theme I was just googling the javascript error)
add_action( 'wp_enqueue_scripts', 'load_old_jquery_fix', 100 ); function load_old_jquery_fix() { if ( ! is_admin() ) { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', ( "//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" ), false, '1.11.3' ); wp_enqueue_script( 'jquery' ); } }but I do not believe this is a proper fix
- This reply was modified 5 years, 9 months ago by bbruman.
Will do, thanks.
Thanks for the quick reply. Am going to look into this more after I get the chance to update my woocommerce version hopefully soon. Currently in dev mode and haven’t updated since March at v4.0.1.
Hopefully this upgrade will fix it?! I will have to wait and see.
Viewing 3 replies - 1 through 3 (of 3 total)