Open Yerrun opened 10 months ago
maybe related to this? https://github.com/twitter/twemoji/issues/580
Okay. I will look into it. I find it strange that the links to an image can have different URLs depending on the website.
I just use a simple emoji enclosed in a <span>
element... which is why I think it has been replaced with a website speed optimisation tool that replaces emoji with an image (even in the backend).
If on one provider it happens to you and on the other it doesn't, it's a problem of the latter... it have to update the icon set because the ones it was based on are no longer available (or so it seem)
I have 3 websites with the same provider. Same server, same plugins. 2 websites give broken images, 1 not. Turning litespeed cache on or off doesn't make a difference.
Two websites, same server. One site has broken images on the Settings page, and the other one does not.
For example: On the site without broken images, the URL to an image is:
<img draggable="false" role="img" class="emoji" alt="☂️" src="https://s.w.org/images/core/emoji/14.0.0/svg/2602.svg">
On the site with broken images, the URL to an image is:
<img draggable="false" role="img" class="emoji" alt="☔" src="https://twemoji.maxcdn.com/v/14.0.2/2614.svg">
Clearing the cache and browser, purging the cache plugin, and deleting and installing the plugin again didn't solve it.