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?
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
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
Hi Ismael,
Thanks for your help.
Can you tell me the way to deactivate the minify settings?
Cheers,
Candice
Hey!
Please go to BWP Minify > General Options and uncheck “Minify CSS files automatically?”
Cheers!
Yigit
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
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.