Hi,
I updated WordPress version to 4.5 and now had some problems on WP Dashboard. For example Avia Layout Builder don’t working.
The Firebug get following error message:
Error: Syntax error, unrecognized expression: #sbi_admin a[href*=#]:not([href=#])
I downloaded and updated the latest version by Enfold. Also trying to added the below code in functions.php
// js fix for wp 4.5
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
Outside the site works well, problems are only on dasboard.
Please advise what to do.
Thanks
Hey zeniitti,
Thanks for getting in touch with us!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Jordan
Ok, here it is.
Hi!
The dashboard issue can not be ours, I am afraid.
Please disable all of your plugins and give it a try, after clearing your cache if that solves the issue.
Are you using the plugin here:
https://github.com/crowdfavorite-mirrors/instagram-feed
cause it seems based on the tag to be from them.
Cheers!
Basilis
Ok, thanks.