Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello,
Wpforo adds the following css files in the header of ALL posts and pages, and not just on wpforo pages:
How can I remove the css from non wpforo pages?
I did not enable any widgets or addons.
Hi @braviking,
These are wpForo widgets CSS files. wpForo widgets can be displayed in any page, not only in forum page. The widget is a site-wide component, so the widget supporting CSS is loaded side-wide as well.
thx for explaining.
I will not use wpForo widgets on my site. How can I de-register the style from the head? Whats its handle?
function wp_deregister_style( $handle ) { _wp_scripts_maybe_doing_it_wrong( __FUNCTION__, $handle ); wp_styles()->remove( $handle ); }