Hey guys, i have installed this plugin: remove-category-url and i have this message in system status page:
SpeedBooster detected an incompatible plugin, to avoid any possible errors the plugin automatically disabled itself. For more info about this please contact us via the forum – https://forum.tagdiv.com/
Hello,
Please follow this topic: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks.
Should i add plugin who have conflicts here: http://www.screencast.com/t/hcjLnOqh4i2 ?
Thanks!
Unfortunately you cannot add plugins in as it will not work that way. You can remove the code from the plugin and there will be no more compatibility function. However speedbooster is not guaranteed to work with all plugins. It will not be able to move all the render blocking js and css from untested plugins but it will move the ones it is compatible with so you can use it with any plugins. Normally the plugin deactivates itself when an incompatible plugin is detected. By removeing that code you can use it with any plugin but it does not mean it can ‘fix’ every plugin.
I hope this makes sense.
Thanks.
Hi Bogdan,
I’m scratching my head a little now with Speed Booster.
I understand that I have additional Plug Ins and what I need to do to add these to the compatibility list (as explained here https://forum.tagdiv.com/how-to-make-the-site-faster/ )
However, when I look at the code in the Plug In I see this…
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘td-theme’); //this is the main style of the theme. It’s only moved on Newspaper 6!
$this->move_style_to_footer_queue(‘td-theme-woo’); //this is the main style of the theme. It’s only moved on Newspaper 6!
}
So what about NewsPaper 7?
I’m really confused!
The only plug ins I am using are;
Ninja Forms
Word fence
Toast
The website is http://www.expectationsholidays.co.uk
Any ideas?
Thanks 🙂
The theme verison in the plugin was not changed from newspaper 6 to 7. Ignore the theme version number. The version number specifying the newspaper version 6 was added because of users that still had newspaper 4 and the plugin would not work properly in newspaper 4.
We will remove the comment in the next theme update.
Thank you!