This plugin should be compatible with any add network, depending how you’re loading the ads into the site.
We only merge and minify css and javascript files enqueued in the header and footer, which would exclude any ads, as they are usually inserted (not enqueued) directly on the template.
There should be no problems if you are following the normal adsense implementation of copy pasting your code into the theme.
Ok, thanks.
I am testing, but break my shortcodes plugins….
That’s strange, can you test this:
Does it work when you disable google closure?
If not, does it work when you also disable minify html?
If not, does it work when you also disable Javascript merging?
This plugin should not interfere because shortcodes are usualy processed by php. If it does, then probably the minify of html stripping some contents.
I am testing all options and always break my shortcodes (except the option for google fonts).
I am using this plugin
Rescue Shortcodes
Hi again,
I am testing with the Rescue Shortcodes plugin and they show properly on the test site.
Can you update to version 1.0.2 and let me know if you have any issues with it?
Also, you can add the following url to the ignore list:
http://your-size.com/wp-content/plugins/rescue-shortcodes/includes/js/rescue_tabs.js (check the logs on the plugin page for the correct url)
You can try excluding all and then remove one by one until you find which file is conflicting with the shortcodes.
I stated that sometimes merging poorly coded plugins and theme files, can cause certain thing to stop working. It’s not related to my plugin, but rather to the process of minification and merging itself.