Hi there,
I got a new problem since the new WordPress it seems.
Check it out, this is in the console :
jquery.js?ver=1.12.4:1586 Uncaught Error: Syntax error, unrecognized expression: {“status”:”Nothing found”}
at Function.Sizzle.error (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:1586:8)
at Sizzle.tokenize (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:2238:11)
at Sizzle.select (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:2665:20)
at Function.Sizzle (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:890:9)
at Function.a.find (http://akodev.com/fie/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1:2:3686)
at jQuery.fn.init.find (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:2921:11)
at jQuery.fn.init.a.fn.find (http://akodev.com/fie/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1:2:8931)
at a.fn.init.jQuery.fn.init (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:3031:32)
at a.fn.init (http://akodev.com/fie/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1:2:3137)
at jQuery (http://akodev.com/fie/wp-includes/js/jquery/jquery.js?ver=1.12.4:98:10)
Website doesn’t show some of the blocks I created on the website.
My website : akodev.com/fie
Theme is up to date
VC is up to date
I don’t have Jetpack, Askimet, no cache plugin, few plugins.
Please help on fixing it, thanks.
Looks like one of your plugins might be loading jquery twice .. no reason for two different versions to be called for the theme. Try disabling some plugins. Looks like some kind of caching is adding query strings to the different versions perhaps cookies, logins, or ajax stuff.
Might try simple option
a) resave permalinks
b) clear transients with wp-optimize
I’d like to thank you for your quick answer.
And with the informations you gave me, I fixed the bug!
Thank you very much!