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

Update the Wetu Importer Plugin Banner & Icon graphics on WordPress.org #175

Open
ashleyshaw opened this issue Oct 9, 2024 · 0 comments
Labels
[Status] Needs Design Needs design efforts [Status] Needs More Info Follow-up required in order to be actionable. [Type] Task Issues or PRs that have been broken down into an individual action to take
Milestone

Comments

@ashleyshaw
Copy link
Member

https://developer.wordpress.org/plugins/wordpress-org/plugin-assets/

The assets folder in your plugin is where you can store images (like plugin headers, icons, and screenshots) used on your plugin’s display page.

All files should be placed into the assets directory of your SVN directory and will work for all versions of your plugin. This is a top level directory, just like trunk. You would not place the screenshots into trunk/assets or tags/1.0/assets.

All images are served through a CDN and cached heavily, so it may take a some time to update when changed or added. Please give the proxy some time to retrieve your images and cache them before reporting it’s not working. It should only take a few minutes, but 6 hours is not unheard of when the servers are under high load (like the week before and during a release of a major version of WordPress).

Default Image Sizes

When designing your header image, keep in mind the use of international plugin directories. Some of these, like Hebrew and Arabic, use Right-To-Left (RTL) languages. Ideally, design your banner such that the elements included in the image can be positioned from right to left or from left to right. You can create a different image for RTL pages, with -rtl in the name.

Filenames
Normal Banner: banner-772x250.(jpg|png)
Normal Banner (Localized): banner-772x250-(rtl|es|es_ES).(jpg|png)
High-DPI (Retina): banner-1544x500.(jpg|png)
High-DPI (Retina Localized): banner-1544x500-(rtl|es|es_ES).(jpg|png)
Image sizes should be the same as implied by the names. That is, banner-772x250.png should be 772 pixels wide by 250 pixels high. Similarly, icon-256x256.png should be a 256×256 square.

We have not defined any new banner sizes so please don’t try to be clever and rename yours thinking they’ll work. They simply won’t show. Similarly, don’t make your images larger (or smaller) and use the existing names. Things will look terrible.

Plugin Headers
Plugin headers are those images you see at the top of a plugin page:

@ashleyshaw ashleyshaw added [Status] Needs Design Needs design efforts [Status] Needs More Info Follow-up required in order to be actionable. [Type] Task Issues or PRs that have been broken down into an individual action to take labels Oct 9, 2024
@ashleyshaw ashleyshaw added this to the 2.0.0 milestone Oct 9, 2024
@ashleyshaw ashleyshaw changed the title Update the Tour Operator Plugin Banner & Icon graphics on WordPress.org Update the Wetu Importer Plugin Banner & Icon graphics on WordPress.org Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] Needs Design Needs design efforts [Status] Needs More Info Follow-up required in order to be actionable. [Type] Task Issues or PRs that have been broken down into an individual action to take
Projects
Status: 🗣️ In Discussion
Development

No branches or pull requests

1 participant