Hello.
td-multi-purpose is generating unecessary loading time for tho not use it. How can i disable this plugin? I couldnt find any way to. Please clarify this to me.
thanks
Hello Catalin. This is not an option. The multi-purpose is under td-composer and its not installed nor listed under plugins wordpress’s section. Also, the multi-purpose is automatically installed with td-composer. This is very bad because not everybody needs it enabled.
There must be a solution.
Hello Silverheim,
Ohh yeah, sorry for my misunderstanding! At the moment, the theme does not have any such an option that allows you to turn off the multi-purpose elements. In the past, was two different plugins and that’s why I get you that response. Now, this is a standalone plugin and cannot be disabled on pieces.
Thanks for your understanding!
Hello Catalin. Will that be possible in version 9? There is no reason to have such feature in “forced” way if most will not use it.
Hello Catalin. No way to disable it in version 9? Because most of us dont need it.
I don’t know if this will help you. Paste it in your functions.php (remember to backup the file first) and test again. The code disables Stylesheet added by the Multipurpose plugin.
//Remove Multi Purpose Style
add_action( 'wp_enqueue_scripts', 'remove_multi_purpose', 20 );
function remove_multi_purpose() {
wp_dequeue_style( 'td-plugin-multi-purpose' );
}
Hey Epic. Thank you very much. I will try it out and let you know if it works.
Thank you very much Epic. It worked. Tagdiv team should include an option for users to disable td-multi-purpose. It was better when they provided as a plugin.
Hey Epic. Thank you. Yes, but they can maybe merge the styles (td-multi-purpose and style-9.*.*). Merging both styles reduce requests and make the website lightweight, which is great. By one hand, for whose dont use the feature, will have no impact in css weight but it will when used by the website owner. I think its a must-have feature, but not forgetting to meerge styles haha.
Hello Epic. Thats a good idea. You have the reference from people removing bbpress and woocommerce from style?