Hi,
I installed recently wp rocket cache plugin. It seems that since this time the quick css don’t work.
any idea ?
Hi totofunk!
Please flush settings after applying custom CSS code and make sure to disable CSS minifying
Regards,
Yigit
Hey!
Thank you for using Enfold.
We recommend using WP Super Cache and BWP Minify. I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author. If you end up using BWP Minify plugin, please add this on functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css');
function exclude_my_css($excluded)
{
$excluded = array('avia-custom', 'avia-layout');
return $excluded;
}
Regards,
Ismael
hi, can you tell me in witch file quick css is stored ?