Hi,
If you post the URL of the web page that is giving you the problem, I would be able to help you out.
Hello, yes excuse me. Here is the link: https://www.ligeragencement.fr/
You can see in the top right header that the Facebook logo is blue, and in the bottom right footer that the icons are multi-colored. Normally they should all be orange like on the other pages of the site.
Thanks for your help.
It’s because the plugin’s CSS file “wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css” is not being loaded at the homepage.
You would like to check if there is any such setting of any plugin you are using. You can try keeping only this plugin active just to check if this makes any difference. If it does, you can activate other plugins one-by-one to check which one is conflicting. Once you ind out, we can work on the resolution. FYI, plugin uses “wp_enqueue_scripts” WordPress action to load CSS files.
I did as you said, and found the plugin guilty of the bug. This is the “WP Rocket” plugin.
And I even found the option that causes this problem. Her name is “Optimize CSS Loading”: CSS Loading Optimization eliminates render-blocking CSS on your website. Only one method can be selected. The Remove Unused CSS method is recommended for optimal performance.
Can you fix this problem? Thank you so much !
If you feel not loading the plugin’s CSS at the homepage, is optimizing the performance, you can leave it as is. If you want it to load there, see if that plugin has any option to exclude a plugin/file from this feature.
Hello, yes there is a function to exclude this CSS file. Thanks for the solution!