Hello @mojetevil:
Your site is calling this 3rd party resource two times in the HTML ‘head’ element:
1) https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js?ver=1.8.1
2) https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js
The latter version of the Google API is loading on the site. Unfortunately, our plugin will not run unless it can access the version of the jQuery JavaScript library bundled with WordPress Core (jQuery version 1.12.4).
When I inspect the HTML ‘Elements’ tab of your site’s front page, I see the call to the Google API AJAX jQuery library occurring just after your site theme loads a custom stylesheet.
I’m not sure what resource is calling the Google API. When you deactivate that resource, allow the jQuery library from WP Core to load instead. Then our plugin should perform properly.
-
This reply was modified 8 years, 5 months ago by
Robert Gadon.