@jessica-bendahan yes, if you found the issue was an extension in your browser or someone from your team and disabled it, you won't have the issue anymore
Posts made by Wassim Samad 0
-
RE: Language Issue
-
RE: Language Issue
Good Morning @jessica-bendahan, as I replied to you on the other thread, I think you have an extension that automatically translate the content on your browser. The downside is that the editor save the current content of the page (so if your extension changed, it translated it)
You can use the restore tool if you had versions in English.
I also see on the audit trail you are not alone working on this project. That might be a member of your team that caused the issue.
-
RE: Same Domain issue as "Chely Nakache New"...
@jessica-bendahan I suspect you use an extension that automatically translates content from English to French in your browser.
Your website correctly exists in both English and French version, I can also switch from french to english without issue.
https://kilo-web-agency-dfb7db.appdrag.site/
(Try in private browsing, extensions are disabled)
-
RE: Shop Loading Error
@oren-benitah hi, your issue is related to your cookie consent code that overrides the window.onload function.
You can fix it by adding changing your code from this:
window.onload = function() { cookieConsent(); };
To this:
window.onload = function() { window.setupCheckout && window.setupCheckout(); cookieConsent(); };
-
RE: Image format requested by the Google search console: Webp
Hi @Nicolas-Flam we now support webp images feel free to upload them on your website and your pagespeed grade should increase !