#37246 closed task (blessed) (fixed)
4.6 About Page
Reported by: | ocean90 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.6 | Priority: | high |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | ui-feedback has-patch |
Focuses: | ui | Cc: |
Description (last modified by )
We need an awesome about page for 4.6.
Deadline: July 27, 2016 (which is RC1)
Attachments (14)
Change History (59)
#3
in reply to:
↑ description
@
8 years ago
Replying to ocean90:
We need an awesome about page for 4.6.
Deadline: July 27, 2016 (which is RC1)
Added suggestion for tagline in the google document.
This ticket was mentioned in Slack in #core by ocean90. View the logs.
8 years ago
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
8 years ago
This ticket was mentioned in Slack in #core by ocean90. View the logs.
8 years ago
@
8 years ago
First pass. Updated sections and text strings. Still needs interactive bits and images.
#9
@
8 years ago
Uploaded a first patch with updated sections and text strings. I left the video and images from 3.5 in there as placeholders. Here's a preview: https://cldup.com/E9IBX2FjrE.png
This ticket was mentioned in Slack in #design by hugobaeta. View the logs.
8 years ago
#13
@
8 years ago
The images for the about page can be found here.
I'd appreciate some feedback, but these can go in RC2 as a first patch.
Here's a preview of it (keep in mind, this screenshot doesn't include @ocean90 latest patch of content, and I'd like to adjust some spacing around in CSS after these go properly in, but it's a decent preview):
#14
@
8 years ago
- Keywords needs-refresh removed
37246.3.diff includes the images from @hugobaeta. Screen: https://cloudup.com/ck9e6MYlppa
#15
follow-up:
↓ 17
@
8 years ago
In my eyes the broken link 'symbol' is not very intuitive. I'd go for something more like:
#16
@
8 years ago
2 changes in 37246.4.diff:
boost your site’s
rather thanboost your site#8217;s
- "query term information" rather than "query term informations"
Otherwise +1
#17
in reply to:
↑ 15
@
8 years ago
Replying to Presskopp:
In my eyes the broken link 'symbol' is not very intuitive. I'd go for something more like:
@hugobaeta is using the existing un-link icon in core. Since this is part of a wider conversation, can you make an issue about it here? https://github.com/WordPress/dashicons/issues
This ticket was mentioned in Slack in #core by ocean90. View the logs.
8 years ago
#24
follow-ups:
↓ 25
↓ 39
@
8 years ago
37246.6.diff updates the srcset
and sizes
attributes for the static images. For this pass, I experimented with using http://www.responsivebreakpoints.com/ to automatically generate the sources based on optimal file size differences, which is pretty neat.
I also wanted to note that in past few releases we've moved the images to the w.org CDN before release, but I'm not sure who handled that part of the workflow.
#25
in reply to:
↑ 24
@
8 years ago
Replying to joemcgill:
I also wanted to note that in past few releases we've moved the images to the w.org CDN before release, but I'm not sure who handled that part of the workflow.
I'll do that once the images/videos are final.
This ticket was mentioned in Slack in #core by ocean90. View the logs.
8 years ago
This ticket was mentioned in Slack in #core by ocean90. View the logs.
8 years ago
#32
follow-up:
↓ 36
@
8 years ago
@ocean90 one string has a URL in the translations string. It should be replaced with a placeholder, like the other strings.
#33
@
8 years ago
@ramiy
I bet you are talking of
<a href="https://translate.wordpress.org/">WordPress.org’s community of translators</a>
which has the idea of being translated to the URL of the respective local community.
A note for translators saying so would still be nice.
#36
in reply to:
↑ 32
@
8 years ago
Replying to ramiy:
@ocean90 one string has a URL in the translations string. It should be replaced with a placeholder, like the other strings.
Right, looks like we missed that. I'm not going to change it since we're in string freeze and there is no harm in having the link there.
#39
in reply to:
↑ 24
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Replying to joemcgill:
For this pass, I experimented with using http://www.responsivebreakpoints.com/ to automatically generate the sources based on optimal file size differences, which is pretty neat.
@joemcgill Can you document the settings which you have used? I noticed that we missed the attributes for the video fallback image: https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?rev=38248&marks=88#L74.
Note: The current image is the wrong one, 37246.10.diff has the correct image.
This ticket was mentioned in Slack in #core by ocean90. View the logs.
8 years ago
#41
@
8 years ago
37246.11.diff adds srcset
and sizes
to the mobile image for streamlined updates and also modifies the order of image candidate strings in each srcset
to address a bug in iOS8 where the first candidate will always be selected when using w
descriptors (See #35030 for background).
For each image, I used the following settings on responsivebreakpoints.com:
- Resolution: 200px to 1050px for full width images, 200px to 496px for 2-col images.
- Step size: started with 15KB and reduced until the tool generated at least 4 sizes.
- Maximum Images: 10 (but never approached that many)
- Retina Resolution: Select this option
After downloading the generated files, I uploaded the files to CloudUp and updated the markup in the about.php
file.
Brainstorming being done on a Google Doc