Is there a way to remove Layerslider and BBPress from the theme?
I don’t use them at all.
My thoughts are just to delete the “config-bbpress” and “config-layerslider” folders from the Enfold theme folder.
Let me know if this will solve my problem or if I need to do anything else?
Thanks!!!
Hi DaveL77!
You don’t need to install bbPress for anything so removing the plugin is fine but removing the folders will do nothing for performance. The folders being there don’t actually effect performance or anything.
Regards,
Devin
Is there no way to remove layerslider at all? just trying to get down to a barebones theme basically.
Will it have no performance effect either way if I remove layerslider?
(It’s installed on the theme right now unlike bbpress)
Hey!
Thank you for the update.
You can actually remove the layer slider with this on functions.php. Place it at the very bottom:
add_theme_support( 'deactivate_layerslider' );
Cheers!
Ismael
Thank you!!!!! Solved :)