Error
-
I’m using nimble portfolio to display a page with exercises that my readers can choose from: https://www.benlinders.com/exercises/
I’m getting these error messages:
PHP Notice: wp_deregister_script was called incorrectly. Do not deregister the
jquery
script in the administration area. To target the front-end theme, use thewp_enqueue_scripts
hook. Please see Debugging in WordPress for more information.As it looks to me, they come from wp-content/plugins/nimble-portfolio/admin/redux-framework/core/enqueue.php, line 213
// JWp6 plugin giving us problems. They need to update.
if ( wp_script_is ( ‘jquerySelect2’ )) {
wp_deregister_script( ‘jquerySelect2’ );
wp_dequeue_script(‘jquerySelect2’);
wp_dequeue_style(‘jquerySelect2Style’);Can you check this?
Ben Linders
The page I need help with: [log in to see the link]
- The topic ‘Error’ is closed to new replies.