Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some images on the Settings page are broken #93

Open
Yerrun opened this issue Jan 21, 2024 · 4 comments
Open

Some images on the Settings page are broken #93

Yerrun opened this issue Jan 21, 2024 · 4 comments

Comments

@Yerrun
Copy link

Yerrun commented Jan 21, 2024

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.

@erikyo
Copy link
Collaborator

erikyo commented Jan 21, 2024

maybe related to this?
twitter/twemoji#580

@Yerrun
Copy link
Author

Yerrun commented Jan 22, 2024

Okay. I will look into it. I find it strange that the links to an image can have different URLs depending on the website.

@erikyo
Copy link
Collaborator

erikyo commented Jan 22, 2024

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)

<h1><span class="icon"><?php echo wp_rand( 0, 1 ) > .5 ? '☂️' : ''; ?></span> Contact Form 7 AntiSpam</h1>

@Yerrun
Copy link
Author

Yerrun commented Jan 22, 2024

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.

icon1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants