Yes I did and I forwarded it to my hosting.
They told me it’s not on their end the issue.
Hi Rosell,
Do you need the login to my website or is there anything else I can do?
Hosting is 100% sure that the did what was needed.
Thank you for your help
@roselldk
What should I do?
Kind regards
Hi @better-world-webdevelopment,
You are using W3 Total Cache plugin and using static page cache and that’s why it is not working. As far as I can see (after checking the page source), you have selected:
- Replace image URLs
- Only do the replacements in webp enabled browsers
And since you have enabled page cache, it is not going to work because this plugin is supposed to check webp browser support on each request and then decide whether to replace image URLs or not. But because of page cache, that is not happening.
I recommend you to disable page cache and use Cache Enabler instead. It creates 2 static cache variants and serves one of them according to webp support.