Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #313430

    Hello

    I have a probleme on my website.
    Since some days, some pictures and icons do not display.
    I have the last version of WP, Enfold.
    I turned off the plugin : 3w total cache
    I have also clear the brower cache.
    When I download the website on local, it works properly.
    It’s still not working. I can only see the pictures and the icons when i log in as admin.

    Can you please help me to fix that matter?

    #313432

    Hi candice_287!

    Please try deactivating all active plugins and check if that helps.
    You are also not using the latest versions of Enfold and WPML

    Best regards,
    Yigit

    #313452
    This reply has been marked as private.
    #313786

    Hey!

    Thank you for using Enfold.

    Please try to deactivate the minify settings then check it again on another browser or computer. If you want to compress the theme scripts, please try this plugin: https://wordpress.org/plugins/bwp-minify/

    Add this on functions.php to exclude some stylesheets:

    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
     
    function exclude_my_css($excluded)
    {
        $excluded = array('avia-custom', 'avia-layout');
        return $excluded;
    }

    Cheers!
    Ismael

    #314963

    Hi Ismael,

    Thanks for your help.
    Can you tell me the way to deactivate the minify settings?
    Cheers,
    Candice

    #315131

    Hey!

    Please go to BWP Minify > General Options and uncheck “Minify CSS files automatically?”

    Cheers!
    Yigit

    #315197
    This reply has been marked as private.
    #315639

    Hi!

    If you want to deactivate the minify settings then disable the BWP Minify plugin entirely. If you’re referring to the W3 Total Cache minify settings then go to Performance > Minify. Uncheck all minify settings.

    Cheers!
    Ismael

    #315930

    Thank you for your advice.
    The problem is now solved and the display works.

    The plugin BWP Minify is easy-to-use and works good. I think the problem came from the configuration of the plugin w3 total cache.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘images and icons do not display’ is closed to new replies.