This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Errors when changing CSS & JS Loading settings

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Errors when changing CSS & JS Loading settings Reply To: Errors when changing CSS & JS Loading settings

#34656
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You have a rule set on the Asset Cleanup plugin, to defer one of the plugin script files: https://i.imgur.com/HlEJsJB.png
This causes the problem, as the other scripts files are not deferred, and the order of execution is not preserved. If you remove the async and defer, features from that script, it will resolve the problem. Or you can enable the same async/defer options to all the other scripts too, that will also work.