Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pavel Ciorici

    (@ciorici)

    Hello @coldhardrewth

    I see you’re using the WP-Optimize plugin to minify all CSS files, but for some reason, this plugin skips the “genericons.css” file, as it’s included in this exclusion list in their code:

    return apply_filters('wp-optimize-minify-default-exclusions', array(
        '/genericons.css',
        '/Avada/assets/js/main.min.js',
        '/woocommerce-product-search/js/product-search.js',
        '/includes/builder/scripts/frontend-builder-scripts.js',
        '/assets/js/jquery.themepunch.tools.min.js',
        '/js/TweenMax.min.js',
        '/jupiter/assets/js/min/full-scripts',
        '/wp-content/themes/Divi/core/admin/js/react-dom.production.min.js',
        '/LayerSlider/static/layerslider/js/greensock.js',
        '/themes/kalium/assets/js/main.min.js',
        '/wp-includes/js/mediaelement/wp-mediaelement.min.js',
        'elementor-admin-bar',
        'pdfjs-dist',
        'wordpress-popular-posts',
        'uploads/bb-plugin/cache', // Beaver builder page specific pages
    ));

    Probably, they have a reason to do it.

    I recommend you disable this icon font in the Social Icons Widget settings: https://d.pr/i/aDod8l

    Thread Starter coldhardrewth

    (@coldhardrewth)

    Wow, thank you! That fixed it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AISEO says you’re not minified?’ is closed to new replies.