javascriptjquerywordpressbbpress

Yoast, bbPress cause JQuery conflict


After the update of Yoast to version 4.7 it look like JQuery goes in conflict and not run. In the version 2.3.5 of Yoast, JQuery run and I see this in the page:

<script type='text/javascript' src='http://empty.com/wp-admin/load-scripts.php?c=0&amp;load%5B%5D=jquery-core,jquery-migrate,utils,plupload&amp;ver=4.7.4'></script>

In all others superior versions it not run and I see this in the page:

<script type='text/javascript' src='http://empty.com/wp-admin/load-scripts.php?c=0&amp;load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,plupload&amp;ver=4.7.4'></script>

Or:

<script type='text/javascript' src='http://empty.com/wp-admin/load-scripts.php?c=0&amp;load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplet&amp;load%5B%5D=e,plupload&amp;ver=4.7.4'></script>

When load-scripts.php call jquery-ui-core, jquery-ui-widget,jquery-ui-position etc., it not run.

In the Console there are this errors:

enter image description here

I tried for change live() with on() but the problem remains. enter image description here

Before of update to version 4.7, the version 4.6 was perfect. For this reason I think for a conflict.

Suggestions?


Solution

  • enter image description here

    bbPress caused a jQuery Conflict. I have delete it, also because I haven't install it.

    Verified the options on phpMyAdmin database.

    Empty all caches with W3 Total Cache.

    Now works all again.