Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337045

    Hi,

    I installed recently wp rocket cache plugin. It seems that since this time the quick css don’t work.
    any idea ?

    #337440

    Hi totofunk!

    Please flush settings after applying custom CSS code and make sure to disable CSS minifying

    Regards,
    Yigit

    #337657
    This reply has been marked as private.
    #338129

    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

    #338699

    hi, can you tell me in witch file quick css is stored ?

    #338882

    Hey!

    It is located on wp-content > uploads > dynamic_avia > enfold.css or enfold_child.css file.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.