Conflict with Elementor
-
Error: Deprecated: Creation of dynamic property WC_Gateway_PayGate::$plugin_url is deprecated in /usr/www/users/jiffcnkbzp/wp-content/plugins/paygate-payweb-for-woocommerce/classes/WC_Gateway_PayGate.php on line 482
Possible issue: Both Elementor Pro and WooCommerce use JavaScript heavily for various frontend and backend functionalities. Conflicts between JavaScript libraries or functions could be the cause.
The fix?that works but affects Page editing.
We added this code to our child theme:?
wp_dequeue_script(‘jquery’);wp_deregister_script(‘jquery’);wp_register_script(‘jquery’, get_template_directory_uri().’/vendor/jquery/jquery.js’, false, ‘3.4.1’, false);wp_enqueue_script(‘jquery’);
Looking for a fix that does not affect Page editing in Elementor.
- You must be logged in to reply to this topic.