How to disable td-multi-purpose?

Posted in: Newspaper
Post count: 34

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

Post count: 23312

Hello Silverheim,

You should simply disable that plugin from Plugins section if you do not need to use it.

Thanks for your understanding!

Post count: 34

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.

Post count: 23312

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!

Post count: 34

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.

Post count: 23312

Hello Silverheim,

Unfortunately, no, sorry! This is a built-in plugin and will not be separated. Notice that’s our concept plugin will be in continuous development.

Thanks for the message!

Post count: 34

Hello Catalin. No way to disable it in version 9? Because most of us dont need it.

Post count: 1043

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' );
}
Post count: 34

Hey Epic. Thank you very much. I will try it out and let you know if it works.

Post count: 34

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.

Post count: 1043

Good to hear it works for you. I also liked it as a separate plugin at first. But I like when it was merged because it streamlines my site styling flow.

Post count: 34

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.

Post count: 1043

I agree maybe separating the code is a better option, I have seen some people also removing bbpress and woocommerce codes inside the style.css file.

Post count: 34

Hello Epic. Thats a good idea. You have the reference from people removing bbpress and woocommerce from style?

Post count: 1043

I saw it in some old posts in here, though I would not recommend it.

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.