[ad_1]
Plugin Support
Harshad
(@bornforphp)
@sonisitez Could you please try to uncheck the option “Enable merging of JS files” and “Enable merging of CSS files” from WP-Optimize > Minify > Javascript and CSS and check if it helps to fix the issue?
@sonisitez Do you see any errors in browser console? May be Ad script needs jQuery and is loaded before it?
@bornforphp i need this option to be checked so i dont want that solution..
@webulous Please check this SS, need help..
@sonisitez From your screenshot, I can conclude that you ad showing script depends on jQuery. Since you deferred loading jQuery, it will load asynchronously, but you ad script is loading before jQuery and trying to execute (yet not available) jQuery.
May you want to load jQuery normally
