Missing Logo in Repository
I experience a quite odd behavior of the WordPress Repository, or I am doing something wrong (more likely).
So, for my plugin, which is registered in the WordPress Repository, I created a logo and I uploaded it as icon-128x128.png
as well as icon-256x256.png
in the /assets/
-folder.
First I only uploaded the small logo and it didn't show up in the search results. I thought, I wait a bit, since the Repository needs sometimes a bit time to react. After this logo didn't show up, I've decided maybe I should also upload the bigger 256px logo. So I did.
Since then, the logo shows up in the search results of the WordPress admin. But it doesn't show up in the search results on wordpress.org. Moreover, also the default icon, which usually shows up, when no logo is uploaded, doesn't show.
When I look into the CSS of wordpress.org I find the following:
#plugin-icon-filter-custom-fields-taxonomies-light {
background-image: url("");
background-size: 128px 128px;
height: 128px;
width: 128px;
}
Usually, the logo should be placed as a background-image
.
Has anyone an idea, whats going on? Thanks a lot.
Topic plugin-repository repository Wordpress
Category Web