Make WordPress Core

Opened 11 years ago

Closed 7 years ago

Last modified 7 years ago

#22058 closed enhancement (fixed)

Improve custom background properties UI

Reported by: grapplerulrich's profile grapplerulrich Owned by: westonruter's profile westonruter
Milestone: 4.7 Priority: normal
Severity: normal Version: 3.4.2
Component: Customize Keywords: has-patch has-screenshots
Focuses: ui, accessibility, administration Cc:

Description

For the the custom background display options there is only left, centre and right position. The top and bottom position is missing.

Attachments (35)

custom-background.php (17.1 KB) - added by grapplerulrich 11 years ago.
custom-background
theme.php (52.7 KB) - added by grapplerulrich 11 years ago.
theme.php
22058.patch (4.4 KB) - added by SergeyBiryukov 11 years ago.
A patch with grapplerulrich's changes
22058.2.patch (5.6 KB) - added by grapplerulrich 11 years ago.
22058.patch
22058.3.patch (7.2 KB) - added by grapplerulrich 11 years ago.
22058.2.patch​
22058.diff (10.6 KB) - added by cdog 11 years ago.
22058-editor.png (15.3 KB) - added by cdog 11 years ago.
22058-presets.png (14.4 KB) - added by cdog 11 years ago.
22058-background.png (38.8 KB) - added by cdog 9 years ago.
22058.4.patch (6.9 KB) - added by sebastian.pisula 8 years ago.
Patch for 4.5-alpha-36677
22058.png (60.5 KB) - added by celloexpressions 8 years ago.
22058.mobile.png (65.3 KB) - added by celloexpressions 8 years ago.
22058.gif (7.6 MB) - added by celloexpressions 8 years ago.
With 22058.1.diff.
22058.1.diff (22.9 KB) - added by celloexpressions 8 years ago.
See 28.
22058.2.png (54.7 KB) - added by celloexpressions 8 years ago.
Tweak colors to soften UI, see 22058.2.diff.
22058.2.diff (23.0 KB) - added by celloexpressions 8 years ago.
Tweak colors, ensure that background position control is displayed in 3 columns.
22058.before.png (52.8 KB) - added by celloexpressions 8 years ago.
Existing UI in 4.6 (dates to WordPress 3.4 with the image control changing in 4.1).
Screen Shot 2016-07-30 at 4.08.53 PM.png (32.0 KB) - added by melchoyce 8 years ago.
position-9-point-grid.png (785 bytes) - added by FolioVision 8 years ago.
Position 9 point Grid Radio Button Style
position-9-point-grid-in-context.png (37.8 KB) - added by FolioVision 8 years ago.
Position 9 point Grid in context
22058-customize-background.png (134.9 KB) - added by cdog 8 years ago.
22058-compare.png (161.2 KB) - added by cdog 8 years ago.
22058-background-patterns.png (29.8 KB) - added by cdog 8 years ago.
22058.3.diff (30.7 KB) - added by cdog 8 years ago.
22058-color-presets.png (53.1 KB) - added by cdog 8 years ago.
22058.3.png (159.2 KB) - added by cdog 8 years ago.
22058.4.diff (35.5 KB) - added by cdog 8 years ago.
22058-variations.png (134.8 KB) - added by cdog 7 years ago.
22058-options.png (101.9 KB) - added by cdog 7 years ago.
22058.5.diff (39.1 KB) - added by cdog 7 years ago.
22058.5.gif (251.8 KB) - added by cdog 7 years ago.
22058.6.diff (38.1 KB) - added by cdog 7 years ago.
22058.7.diff (38.4 KB) - added by cdog 7 years ago.
22058.8.diff (39.2 KB) - added by cdog 7 years ago.
22058.9.diff (39.3 KB) - added by cdog 7 years ago.

Change History (151)

#1 @SergeyBiryukov
11 years ago

  • Component changed from Themes to Appearance

#2 @MikeHansenMe
11 years ago

  • Cc mdhansen@… added

Related post on the forum http://wordpress.org/support/topic/twenty-ten-align-background-to-bottom


I think adding this to customizer is a good idea. I tested background-position: left bottom; and it works in Chromium 20 and Firefox 15. We may need to check if IE8 would support the vertical position.

#3 @grapplerulrich
11 years ago

  • Keywords 2nd-opinion added

I created a solution. I attached the two files that I edited.
Here is the test site I am running on.
http://www.grappler.tk/wpdev/

This is my first edit so please bear with me.

#4 @SergeyBiryukov
11 years ago

  • Keywords needs-patch added

Rather than full files, you can submit a patch using Subversion:
http://make.wordpress.org/core/handbook/submitting-a-patch/

@grapplerulrich
11 years ago

custom-background

@grapplerulrich
11 years ago

theme.php

#5 @grapplerulrich
11 years ago

I have changed the files to patches.
Here is a screenshot of the admin view.
http://pix.am/LSq0/

I tested in in IE7-9, Opera, FF and Chrome on Win7 and it works.

@SergeyBiryukov
11 years ago

A patch with grapplerulrich's changes

#6 @SergeyBiryukov
11 years ago

  • Keywords has-patch added; needs-patch removed

#7 @MikeHansenMe
11 years ago

Tested the patch and it works well. We need to also add this to customizer.

@grapplerulrich
11 years ago

22058.patch

#8 @grapplerulrich
11 years ago

I have added the patch with the customizer. Here is a screenshot.
http://pix.am/dPVz/

#9 follow-up: @MikeHansenMe
11 years ago

@grapplerurlrich the patch works if you set horizontal then the vertical but if you go back to change the horizontal after setting vertical it sets vertical to top. At least in the preview, it does save them correctly and display as expected on the site.

#10 in reply to: ↑ 9 @grapplerulrich
11 years ago

Replying to MikeHansenMe:

@grapplerurlrich the patch works if you set horizontal then the vertical but if you go back to change the horizontal after setting vertical it sets vertical to top. At least in the preview, it does save them correctly and display as expected on the site.

What tool do you use to minifiy the js?

#11 @MikeHansenMe
11 years ago

Set define( 'SCRIPT_DEBUG', true); then edit the dev.js file instead of the min file.

@grapplerulrich
11 years ago

22058.2.patch​

#12 follow-up: @grapplerulrich
11 years ago

@MikeHansenMe Thanks, I updated the patch. I also saw a problem with the "background-attachment:" and fixed that too. How long will it take for it to be implemented in WordPress?

#13 in reply to: ↑ 12 @MikeHansenMe
11 years ago

Replying to grapplerulrich:

@MikeHansenMe Thanks, I updated the patch. I also saw a problem with the "background-attachment:" and fixed that too. How long will it take for it to be implemented in WordPress?

Tested and can confirm the customizer is now working as expected. We are currently in a feature freeze for this release cycle so it will likely be reviewed after 3.5 comes out when enhancements are being considered. Thanks for contributing.

#15 follow-up: @MikeHansenMe
11 years ago

Patch still applies but tested again and the changing the vertical position to center shows no change. It does save the change but does not show the change immediately as the horizontal change does.

Last edited 11 years ago by MikeHansenMe (previous) (diff)

@cdog
11 years ago

#16 in reply to: ↑ 15 @cdog
11 years ago

Replying to MikeHansenMe:

Patch still applies but tested again and the changing the vertical position to center shows no change. It does save the change but does not show the change immediately as the horizontal change does.

Please check: attachment:22058.diff. I've refreshed the patch and filled out missing parts.

#17 follow-up: @MikeHansenMe
11 years ago

Patch does not seem to show the change when center or bottom are selected.

#18 in reply to: ↑ 17 @cdog
11 years ago

Replying to MikeHansenMe:

Patch does not seem to show the change when center or bottom are selected.

I'm testing it in Firefox 16 with Twenty Eleven and it works as intended, both from Theme Customizer and Appearance > Background.

#19 follow-up: @MikeHansenMe
11 years ago

When you change the vertical positioning of the background image the preview does not update. It does after saving and refreshing. However, it should happen like horizontal does with immediate preview before saving. I tested using FF 20 and Chrome 25 on Ubuntu. I can test on Windows tonight to see if it works on Windows w/ IE.

#20 in reply to: ↑ 19 @cdog
11 years ago

  • Keywords needs-testing added

Replying to MikeHansenMe:

When you change the vertical positioning of the background image the preview does not update. It does after saving and refreshing.

Are you sure you're testing the latest patch? Please revert any changes and then apply attachment:22058.diff. Just tested it on IE and it seems to behave correctly. Where exactly do you encounter the issue, in Theme Customizer, in Appearance > Background or both? What are the steps to repoduce it? Thanks for helping.

#21 follow-up: @MikeHansenMe
11 years ago

I am running the most current trunk version(3.6-beta1-24023) and reverting all patches prior to testing. Then applying your patch 22058.diff

Please see the video for explanation
http://bit.ly/11CSUBC

Last edited 11 years ago by MikeHansenMe (previous) (diff)

#22 in reply to: ↑ 21 @cdog
11 years ago

Replying to MikeHansenMe:

Please see the video for explanation
http://bit.ly/11CSUBC

Well, that's really strange. Just tested it again, now using IE9 and FF21 on Windows and it works as expected. Please check that you have defined SCRIPT_DEBUG in your wp-config.php file:

define('WP_DEBUG', true);
define('SCRIPT_DEBUG', true);

It seems that everything is loaded, except recent changes to JS. Maybe you're using the minified scripts which are not affected by the patch. If it's not this, please take a look at the console and let me know if there are any errors. Thanks!

#23 follow-up: @bpetty
11 years ago

I'm seeing the same thing as MikeHansenMe in Chrome 25.0.1364.160.

... and yes, I'm using SCRIPT_DEBUG.

#24 in reply to: ↑ 23 @cdog
11 years ago

Replying to bpetty:

I'm seeing the same thing as MikeHansenMe in Chrome 25.0.1364.160.

... and yes, I'm using SCRIPT_DEBUG.

After applying the patch go to Appearance > Background (or Customize). Then press Ctrl + F5 to reload (override cache) and try uploading an image again. Please let me know if it helps.

@cdog
11 years ago

@cdog
11 years ago

#25 @cdog
11 years ago

  • Cc catalin.dogaru@… added
  • Keywords ui-feedback ux-feedback added

Current patch still applies but I'm not really satisfied with the growing list of radio buttons. I've attached two concepts illustrating variations of the idea that could improve the interface and usability.

attachment:22058-editor.png puts accent not only on functionality but on UI improvements too.

attachment:22058-presets.png simplifies the idea even more exposing only common background settings presets. It's not as flexible as the first solution but it's much easier to use.

What do you think and which one do you prefer? Would it improve the existing UI/UX?

Last edited 11 years ago by cdog (previous) (diff)

#26 follow-up: @helen
9 years ago

  • Focuses ui administration added
  • Keywords 2nd-opinion has-patch needs-testing ui-feedback ux-feedback removed

I really like the idea of an alternative UI to the radio buttons - the position concept in particular is very compelling. The others seem a little harder to understand as plain icons when you're not versed in CSS - even the words are tricky. For instance, attachment seems like it could be a checkbox, for instance, and called "Scroll with page" or something.

@cdog
9 years ago

#27 in reply to: ↑ 26 @cdog
9 years ago

helen, great! What do you think of attachment:22058-background.png?

This ticket was mentioned in Slack in #core by cdog. View the logs.


9 years ago

@sebastian.pisula
8 years ago

Patch for 4.5-alpha-36677

@celloexpressions
8 years ago

See 28.

#29 @celloexpressions
8 years ago

  • Keywords has-patch ui-feedback needs-testing added
  • Milestone changed from Awaiting Review to Future Release
  • Summary changed from Custom background vertical position to Improve custom background properties UI

22058.1.diff builds on all of the previous work here to introduce an almost-entirely-reworked UI for custom backgrounds in the customizer.

Text radio buttons are replaced with visual representations of each option, background positions can be set vertically and horizontally, background-size can be set (merged from #26386), tiling is depicted visually, and background attachment is represented with a "scroll imge with page" checkbox.

This should all be backwards compatible, although the background attachment checkbox could use a bit more work. I kept the existing work on the old backgrounds admin page in the patch, but didn't add background-size there since that page is only shown to no-JS and IE7 users by default, and isn't really maintained or supported by most themes at this point.

The UI could use refinement - feels fairly heavy to me, which could probably be resolved with color, but I want to ensure that there are nice big tap-targets, consistency with the use of a single icon when representing each of the options visually, and using white backgrounds on the buttons to indicate clickability. The buttons-as-tiles follows a similar UI to the media modal, with the use of thick borders to indicate selection and hover. Definitely want to avoid making these look like the core "buttons" style, because there are so many of them and that would add a lot of visual clutter (with rounded borders, shadows, etc). The hope is for them to read as images representing each choice. See the screenshots and gif above for the visual. Because traditional radio inputs can't be used here, I went with <button>s for each choice, with screen reader text representing each option with the hope that this can be similarly accessible.

In the background, there's one new customizer control to handle all of the image-select controls. This could potentially be used outside of core for other things, but it requires quite a bit of CSS specific to each use and one of the background options needs to handle two settings assigned to one control, so it's name is specific to backgrounds for now. It would be cool to build something like a layout control that uses a similar UI in core for themes and plugins to extend in the future, but let's focus on this one control for now.

It's been a long time since custom background has gotten much attention, so let's polish this up in the next few weeks so it's ready early for 4.7.

#30 @celloexpressions
8 years ago

#26386 was marked as a duplicate.

This ticket was mentioned in Slack in #design by celloexpressions. View the logs.


8 years ago

#32 @afercia
8 years ago

  • Focuses accessibility added

#33 @FolioVision
8 years ago

I find this a bit complex. It would certainly put me off using the function or recommending it to clients. [cdog's version from 17 months ago] is a bit better but the functionality is fairly obscure. The results look a little MySpacey. Are there people using these background functions and are they using the edge cases? While the current flexibility is amazing, it would be far clearer to have just three simple, attractive and usable presets available in the standard interface.

@celloexpressions
8 years ago

Tweak colors to soften UI, see 22058.2.diff.

@celloexpressions
8 years ago

Tweak colors, ensure that background position control is displayed in 3 columns.

@celloexpressions
8 years ago

Existing UI in 4.6 (dates to WordPress 3.4 with the image control changing in 4.1).

#34 @celloexpressions
8 years ago

  • Keywords has-screenshots added

22058.2.diff tweaks the colors to match the text color (#555) for the icons and use the darker gray for the selected border, and this feels better to me. It also fixes a bug on screens between 400-600px wide with the background position control.

@afercia: is the use of <button>s with screen reader text contents for each choice an appropriate way to handle accessibility? I tested on keyboard and it works well there, not sure about screen readers though.

@FolioVision: while I'd prefer not to have these options at all, this is how the custom background functionality works. If it were being built today, I doubt we'd have user-facing options for anything other than the image. But given that this feature was originally introduced 5+ years ago, we need to work with the assumptions that it makes. I don't know that we could determine three reasonable pre-set combinations that would be appropriate in the context of a given theme or image, let alone for core in general. I would also guess that a majority of themes no longer use this feature and a majority of users don't mess with the options, perhaps beyond setting an image.

It's really hard to make many assumptions about what a user might want to do with these options besides the fixed/cover-sized approach that's probably the most common right now. We know that background-repeat doesn't apply when background-size is cover, but beyond that we can't really hide any options based on other settings. A lot depends on the size and aspect ratio of the selected image and the size and orientation of the end user's screen. My goals here are to make the options more visual, reducing the use of technical terminology, and to fill in the clear gaps in functionality while prioritizing the most important options and providing a more appropriate flow between options. That improves the experience for the users that do use this feature while maintaining full backwards compatibility.

#35 @FolioVision
8 years ago

@celloexpressions

Point well made about not removing functionality, Nick. I played around with the existing background image interface today, and was pretty happy with how simple and smooth the action is. The only functionality which seems missing is the option to compress a large image to fit within the background of a smaller mobile device (although with hires mobile style screens becoming more common, this issue could solve itself: Retina type screens could just use the desktop settings on a per pixel basis which effectively is hires).

There is an argument to be made for making the options visible (but greyed out) before someone uploads an image. It took me a few minutes to understand why there are no options just an upload button. The counter argument is that the additional options even greyed out creates additional mental strain for a normal user analysing information presented about an unused feature. I can see both sides here.

If we agree that background image is not best practices to build a website these days, it seems counter productive to add a whole lot more edge case options - additional options suggests to me that we encourage people to use this tool and those options.

The long run danger I'm worry about would be to make customizer unwieldy, rather than making customizer a cheap and cheerful way to customize a standard theme. The best version of Microsoft Word, it is said, is version 5.1 for Macintosh, released in 1992. There were enough features, elegantly put together to allow a user to learn the program quickly and intuitively and produce very high calibre documents. Almost everything added since have been excuses to force an upgrade. As we aren't selling WordPress (free), in theory we should be exempt from features for features sake.

#36 @celloexpressions
8 years ago

Background size is really the only new option here, which as you mention is necessary for most cases. The vertical position (which this ticket was originally for, see comments from 3-4 years ago) is more complementing the existing position option and integrates into the same control choice. I think maintining the existing hidden behavior is a good way to keep this UI from making the customizer feel cluttered, as you'll never see it unless you upload an image, and if it looks good after setting the first option (size) or two, you probably won't even look at the more complex things like position.

#37 @afercia
8 years ago

I will leave more in-depth design considerations to the UI/design team, just wanted to say that I feel this would add a bit too clutter to the UI maybe for little benefit. Comparing the current UI and the proposed one side by side, the latter gives me the impression of a wall of at-first-sight-pretty-obscure icons vs the simplicity of the former:

https://cldup.com/gAuSSGy4qe.png

About accessibility and semantics, radio buttons would be the best option because that's what they are meant for: a single choice between related options. By the way, they would need to be grouped in a fieldset with a legend. About the importance of fieldsets and legends I'd recommend this post by Leonie Watson, goes directly to the point with simple examples: https://accessibility.blog.gov.uk/2016/07/22/using-the-fieldset-and-legend-elements/

Worth mentioning there are various CSS techniques to hide the radio buttons and use their label elements to provide a different visual, I think Press This uses one of them.

Please consider every time there's the intent of changing and transforming native controls, then there's the need to replicate all their native functionalities otherwise the native level of accessibility will be decreased. I understand the point to make the options more visual, reducing the use of technical terminology but this shouldn't happen at the cost of reduced accessibility. My general recommendation would be to keep the current radio buttons and just improve the labels wording.

Additional considerations:

  • icon-only controls are tricky and ideally icons would need a text label
  • whether they're going to be radio buttons or buttons, they need to be grouped in fieldsets with a legend
  • proper fieldsets and legends would also allow to simplify the labels: no need to repeat "Set Tile Background to...", "Set Tile Background to...", "Set Tile Background to..." etc. for each option
  • selected state: if radio buttons, that's natively announced by assistive technologies but if <buttons> then they would need an aria-pressed attribute, as done for the "device preview" buttons
  • initial state (edit: I meant initial default value): not clear why some properties have a clear indication of the initial value and others don't, see also the false value set for these properties in the screenshot below
  • technical terminology: completely agree to avoid it, I'd also add that some terms are difficult to translate, for example "tile" and maybe the wording should just explain users what a control does with the simplest possible wording

https://cldup.com/KIY1_IFcf2.png

Last edited 8 years ago by afercia (previous) (diff)

#38 @melchoyce
8 years ago

The proposed UI is really heavy and hard to understand. It's honestly super overwhelming. The repetition of the image icon and overall lack of hierarchy makes it super confusing to parse. It's hard to figure out what to look at first when it's just the same thing over and over again.

https://core.trac.wordpress.org/ticket/22058#comment:26 is a much easier to understand approach, IMO. I'm also attaching what WordPress.com does, for comparison.

#39 @karmatosed
8 years ago

Firstly, I think a lot of the issues with this solution come from not creating one from observing and testing real users. Note I say real because we are all not normal in our use and creating any solution just because we think it's a good idea without observing, testing and then creating from that point, it isn't a good idea. If we identify a possible issue, we should gather data, observe and then come up with a solution. Not cobble together a best intention. I don't doubt that what has been created is meant to be that and has great intentions at its heart. Unfortunately, it falls short of usability.

What we seem to have after a lot of input and various voices is something very over-engineered for the solution. Something this complex we should always stop carrying on the complexity and consider where we went wrong. I'd say the wrong point here is not actually creating after observing or looking for designer input earlier. That later may have just been a case of us not having enough to spread to Customizer, we're are all try and fix that though and slowly have a better team.

This all said, user testing and actually finding out what does and doesn't work for users isn't something only designers can do. I at no point unless mistaken see this happening for this enhancement. This has got over time more and more complex and more and more iterations without ever having user tested. That's something we should stop as a behaviour. I know we don't always have the people around, but this really is important. I'm happy to help anyone find out how they can do user testing - it shouldn't be down to just a few people or just designers.

This UI to me is a classic example of a paradox of choice, your eyes can't settle and no clear path is obvious. That's bad and not going to ensure it works. I actually beyond that have a lot of issues with even knowing where the positions are in these images. I do not feel this at all is the right path.

I don't think the intention of this ticket is bad and I actually think with some research we could come up with a solid solution. I do not feel the current one on table is that. @melchoyce shows how .com does it and I think that's worth adding as a simpler but just as effective solution. Do we have to do that? No. But, lets actually pause and find the point we escalated without user testing and iterating through a user focused design process.

I am commenting late in this tickets life and I know that can be horrible to do. I don't meant to drive by comment, but we are trying as said earlier to give the attention Customizer tickets deserve from the design team. Please drop tickets like this into the design weekly chat - I'm fairly sure I can speak for everyone that comes to that chat and say we'd love that and promise to take action. I'm also going to spend a few hours tomorrow and look over any flagged for Customizer UI or UX, hopefully we can ensure we don't have to come in late on other features, but we can work together.

#40 @FolioVision
8 years ago

Thanks for showing us the .com interface for this feature, Mel. It's considerably lighter. Still I'm not certain it's better than the bare bones text version we have now, apart from the handy colour picker.

How do other people feel? Is the .com version or the text version better for you?

#41 @karmatosed
8 years ago

  • Keywords has-ui-feedback added; ui-feedback removed

#42 @celloexpressions
8 years ago

I will note that the proposal I posted above was based on a problem identified by observing inexperienced users, via my work at the USC Annenberg Digital Lounge, and the proposed UI is inspired by other projects we've completed in that context for these very non-technical users.

However, based on the discussion above, there are a lot of problems with moving toward a more visual interface. WordPress.com uses icons now, but they present the same challenges as the version I posted, with graphical representations that may or may not be clearer for users, and resulting accessibility challenges (regardless of the actual markup used). We could also nitpick the exact UI - there are other dashicons that would perhaps work better, and I would be concerned about touch accessibility - but despite being considerably different visually, the UI structure is the same and has the same problems. Namely, the functionality is ambiguous but not necessarily worse than the current technical text labels.

Taking a step back, my goal for this ticket is to find a more usable balance between the background property options and an ideal user experience. After some thought, I'm increasingly thinking that the theme should be responsible for all background properties, with only the image being customizable through UI in the customizer. In the rare cases that something else is needed, it can be accomplished with custom CSS via #35395.

Rather than forcing users to decide, theme should set default background-position, background-size, background-repeat, and background-attachment values in their CSS based on the intended use of backgrounds in the theme. If a theme is designed for a tiled texture background, it probably wouldn't make sense for a user to replace this with a full-screen fixed photograph, and vice-versa. This approach would also improve the way custom backgrounds are used with respect to themes, and but the decisions back on theme designers, where they should be. Right now, many themes seem to add custom background support for the sake of it, without considering whether a custom background will look good with the rest of the theme design.

As @FolioVision and I discussed earlier in this ticket, the path to removing these options may be difficult, but if we really want to we could try to make it happen.

This ticket was mentioned in Slack in #design by hugobaeta. View the logs.


8 years ago

#44 follow-ups: @helen
8 years ago

Talked through this a bit in design chat, the proposals and examples have been really helpful in figuring out what actually needs graphical representation and what doesn't. Here's what I'm thinking:

  1. Image control
  2. Background size: radio or dropdown with Original, Fit to screen, Fill screen.
  3. Repeat: checkbox, checked by default.
  4. Scroll with page: checkbox, checked by default.
  5. Start position: graphical helper, such as in 22058-background.png.

Note that background size is new and repeat omits vertical and horizontal repeat - they are certainly used sometimes, but even in my experience as a developer, very infrequently for general body backgrounds. It could also be called "Tile", perhaps, but I find that a little less descriptive when standing alone.

I also like the presets in 22058-presets.png but I have a feeling it would be extremely contentious to further reduce options like that and may not be worth it. For reference though, it's rather like what you find in OS background options:

http://s.hyhs.me/h7RR/image.png

Last edited 8 years ago by helen (previous) (diff)

#45 in reply to: ↑ 44 @FolioVision
8 years ago

Replying to helen:

  1. Start position: graphical helper, such as in 22058-background.png.

I also like the presets in 22058-presets.png but I have a feeling it would be extremely contentious to further reduce options like that and may not be worth it. For reference though, it's rather like what you find in OS background options:

http://s.hyhs.me/h7RR/image.png

What about something very simple for position like 9 circular radio style buttons (like a tick tack toe grid) for position? In term of the Fill, Fit and Stretch options, perhaps its better to leave them text as in your visual example.

Here's an example of the simplicity of that kind of a grid.

Position 9 point Grid Radio Button Style

And here's what it would look like in context (current design referenced by @celloexpressions and @afercia above).

Position 9 point Grid in context

Last edited 8 years ago by FolioVision (previous) (diff)

@FolioVision
8 years ago

Position 9 point Grid Radio Button Style

@FolioVision
8 years ago

Position 9 point Grid in context

#46 follow-up: @Presskopp
8 years ago

@FolioVision: I like this!

Don't beat me, but what about adding cover & contain?

#47 in reply to: ↑ 46 @helen
8 years ago

Replying to Presskopp:

Don't beat me, but what about adding cover & contain?

Please read my comment above - background size is covered.

#48 @celloexpressions
8 years ago

  • Keywords needs-patch needs-screenshots added; has-patch needs-testing has-screenshots removed
  • Milestone changed from Future Release to 4.7

I like the simplicity of the nine radio dots, but I'm not sure whether or not users could understand what it means. It could work, but should definitely have at least one inexperienced user test it.

I like the five (ordered) options outlined in comment:44. However, I think that repeat/tile should be off by default. In my testing, I noticed significant performance issue with certain combinations of properties (I think particularly relative to background size and with larger images, in Chrome) when repeat was on, so it would probably be safer to have that off until specifically desired. We can also hide that option when background size is cover.

I can work on a revised patch and screenshots to reflect that late next week, unless someone beats me to it.

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


8 years ago

#50 @FolioVision
8 years ago

Ladies and gentlemen: we're happy to help with the CSS code for the 9 point position picker (or other issues) as soon as the final requirements settle.

@Helen, taking my visual from comment 45 what other additions need to be made? What order would you like the properties in? I know you covered this material once comment 44 but before doing a final mockup, I'd like to confirm your thoughts on repeat (which as celloexpressions notes can cause huge performance issues).

To be honest, I think we know what combinations can kill a site loading and we should show errors (even permanently inline on this dialogue box) warning that that the users choices will make for a very slow loading website. If it were entirely up to me, I'd make it impossible to make those choices at all in the GUI customizer. The internet would be a faster place if anyone who wants to bork their site must learn to code by hand!

Last edited 8 years ago by FolioVision (previous) (diff)

#51 @karmatosed
8 years ago

I am a little concerned using something so well known as a radio button UI for something like this. It's taking something that whilst in the 9 grid isn't a radio, well it is still. That brings a lot of user confusion potentially. I would caution this as an approach. In saying that, if someone can show me user tests or is interested, we may have fears proven or laid to rest.

#52 @FolioVision
8 years ago

@karmatosed Thanks for sharing your concerns. The simple array of nine is so much clearer than anything else on the table, perhaps we should move ahead with the improvement so this ticket doesn't languish in another four years of Trac limbo (really it's been four years).For me the button by default showing in the middle suggests position. Tic tac toe has been around longer than radio buttons.

That said, for differentiation, the round radio buttons could be turned square or the existing round ones could be put in a square box to suggest a page. Anything more and we risk building an ugly interface. Thoughts on square buttons or a square around the nine buttons?

I'd love to help finish this up but that means decisions on all sides.

My post above posed some questions about performance which really worry me. Does anybody have any thoughts on offering users performance warnings here?

#53 @karmatosed
8 years ago

I don't agree we should rush in without user testing. Sometimes tickets take a while and perhaps what seems clearer to use isn't. For what it's worth, I don't see the 9 as the better solution, as I've said. I am however keen we get user feedback on this.

This ticket was mentioned in Slack in #design by karmatosed. View the logs.


8 years ago

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


8 years ago

This ticket was mentioned in Slack in #design by celloexpressions. View the logs.


8 years ago

#57 @celloexpressions
8 years ago

Summarizing the discussion in the design chat, it sounds like we don't need to add the vertical-position options due to lack of need/support requests for them (or background-related options in general). We did decided to go with the approach from @cdog if we do add those though. Therefore, we need an updated patch that implements 43.

We also decided to explore an alternate approach that removes these options in favor of a preset-selector (as has been suggested before), which would internally set the values of the existing options for backwards compatibility. We'll need mockups and a patch for that approach as well.

#58 @cdog
8 years ago

Hey there! Here's a new approach based on what was discussed so far: 22058-customize-background.png.

I've merged my previous proposals (22058-background.png and 22058-presets.png) to a single unified interface, keeping both built-in presets and configurable options.

The presets would be:

  • Fill Screen
  • Fit to Screen
  • Stretch to Screen
  • Center
  • Repeat
  • Custom

They don't require a preview image anymore as background options are now available inside the customizer only (the wording itself is self-explanatory and you also get a live preview for your choices). I've moved them to a dropdown menu.

Selecting a preset would change the options below based on your selection. Tweaking the options would select the Custom preset automatically.

The background position component may seem a bit too big. I've enlarged the buttons to make them easier to tap on touch devices as they don't have any spacing between them.

This could be achieved using existing dashicons and without creating any new assets. Next, I'll provide a working patch for a potential user test. What do you think? Any feedback is much appreciated.

Last edited 8 years ago by cdog (previous) (diff)

#59 @FolioVision
8 years ago

I like it. There's a bit more 3D shadow in the background position 9 point graphic than currently customary but otherwise it's nice and simple and doesn't encourage performance killing choices (although on second thought some of them are available). Perhaps we should shorten the list of background presets.

@cdog
8 years ago

#60 @cdog
8 years ago

A side by side comparision between the current UI and the proposed one: 22058-compare.png.

Here I also added back the options for background repeat:

  • No Repeat
  • Repeat Horizontally
  • Repeat Vetically
  • Both

I'm not convinced yet if this should be limited to only repeat/no repeat. See 22058-background-patterns.png for some common repeat patterns. While the second scenario may not be used as much today (fixed-width content with vertically repeated background), the first one may still apply in many cases (top aligned horizontally repeated background).

Version 5, edited 8 years ago by cdog (previous) (next) (diff)

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


8 years ago

@cdog
8 years ago

#62 in reply to: ↑ 44 @cdog
8 years ago

Anyone up for a test? 22058.3.diff is 44 with the UI from 22058-customize-background.png.

Where to look after applying the patch:

  • Dashboard
    wp-admin/themes.php?page=custom-background
  • Customizer
    wp-admin/customize.php?autofocus[control]=background_image

The patch removes repeat-x and repeat-y options from the interface but they are still supported to preserve backward compatibility.

If you set them explicitly they still work. From theme:

<?php
add_theme_support( 'custom-background', apply_filters( 'twentyfifteen_custom_background_args', array(
        'default-repeat' => 'repeat-x',
        
) ) );

Or WP-CLI:

$ wp theme mod set background_repeat repeat-x

To test default settings:

$ wp theme mod remove background_size background_position_x background_position_y background_repeat background_attachment

This could be further improved by adding predefined presets which set the background options automatically and toggle the visibility of controls based on user choices. Looking forward for some input. Thanks!

Last edited 8 years ago by cdog (previous) (diff)

This ticket was mentioned in Slack in #core by cdog. View the logs.


8 years ago

#64 @cdog
8 years ago

Some clarifications on how presets would work with the actual patch. Here's what I'm thinking:

  • The preset slector should be the first item, above all other options;
  • Choosing a preset would change the options below automatically;
  • Manually editing any options would change the preset to Custom.

Ideally a user workflow would be to upload a background image and choose a preset, then Save. Rest of the controls would be useful for further tweaking the background settings (if needed at all) or if there isn't any preset matching the user's preferences.

I've uploaded a screenshot of Customize > Colors (22058-color-presets.png) to make an analogy. A user may use a color scheme as it is, customize it, or select each color option to create something new (in this order, I think).

22058.3.png is a screenshot of the patch (22058.3.diff) as it is now. The presets have to be added and for this it would be great a review for what has been done so far.

Last edited 8 years ago by cdog (previous) (diff)

This ticket was mentioned in Slack in #design by hugobaeta. View the logs.


8 years ago

@cdog
8 years ago

#66 follow-up: @celloexpressions
8 years ago

  • Keywords has-patch needs-refresh has-screenshots added; has-ui-feedback needs-patch needs-screenshots removed

Great work here @cdog, I reviewed the patch and didn't see any major issues. A couple of suggested changes:

  • Require and register the position control at the top of each corresponding block of customize controls, since it's most closely related to the base control (and we shouldn't separate the site icon control from the cropped image control that it extends).
  • Omit the settings parameter when adding the background_repeat control, since the setting id matches the control id and will be set automatically.

It looks like the new file for the background position control was missed in the patch; could you try remaking the patch file to include that? Everyone testing will get a fatal error without that.

#67 in reply to: ↑ 66 @cdog
8 years ago

Replying to celloexpressions:

Oh snap! I'm on it, thanks for review!

#68 @Kelderic
8 years ago

@cdog, these new mockups look great. I think the idea of a compact 9 square position selector is nice and simple.

However, I'm concerned about the arrows going out from the center. I showed it to a few non-technical users and several thought that it was controlling the stretching/sizing of the background, despite the labels.

@cdog
8 years ago

#69 @cdog
8 years ago

@celloexpressions: I've refreshed the patch and added the missing file, see 22058.4.diff. It seems that you put some effort into your patch/mockups too so thanks for letting me take the "lead", what you do is really helpful :)

@Kelderic: Maybe changing the wording from "Position" to "Alignment" would help? Or trying out alternate icons? Here's the Align extended toolbar from Open Office. Photoshop/Illustrator does use similar icons for object alignment. Altough I find arrows easier to understand.

https://wiki.openoffice.org/w/images/3/35/IG5-12.png

Last edited 8 years ago by cdog (previous) (diff)

#70 follow-up: @Kelderic
8 years ago

Personally I think that having the squares in addition to the arrows makes it easier to understand, but at the same time I am worried about overly complex icons.

What we really should do is come up with a couple options, say just arrows, then arrows with squares, then maybe just radio buttons inside the boxes, and run user tests.

#71 follow-up: @joyously
8 years ago

Can I suggest that the Background Scroll default to scroll? And/or warn users that fixed background images don't work as expected on mobile devices using viewports?
It's a bit confusing to me to see the screen icons at the bottom of the customizer. Do these settings apply only to the type of screen currently selected? So I have to set it 3 times? or something like that? If so, maybe a different default for the mobile view.

#72 in reply to: ↑ 71 @cdog
8 years ago

@joyously: Background scroll defaults to scroll in core (https://core.trac.wordpress.org/browser/trunk/src/wp-includes/theme.php#L1694) and this patch doesn't change it. It's Twenty Fifteen who overwrites it to fixed (https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentyfifteen/functions.php#L123). Maybe we should suggest it for Twenty Seventeen not to add the same overwrite, but themes in general should be able to define whatever defaults works best for them.

Regarding notifications, why not? Let's see where #35210 is going.

The screen icons at the bottom adjust the live preview viewport size and are hidden on small screen sizes. They are part of the customizer being present on all sections, not only background image. If you have some concerns about their functionality please fill in a separate ticket, I find it broader than the current topic.

Thanks for getting involved!

Last edited 8 years ago by cdog (previous) (diff)

#73 in reply to: ↑ 70 @cdog
8 years ago

@Kelderic can you provide some mockups? Then we can adjust the patch and prepare several user tests if this is working.

Last edited 8 years ago by cdog (previous) (diff)

#74 @Kelderic
8 years ago

Replying to cdog:

@Kelderic can you provide some mockups? Then we can adjust the patch and prepare several user tests if this is working.

Here are some mockups of different styles. I think breaking it up into two controls might be the easiest, but I also really like the idea of having a 4x4 grid, with a 2x2 image icon (see last image).

http://h.andymercer.net/wp-bg-align/mockup01.png

http://h.andymercer.net/wp-bg-align/mockup02.png

#75 @melchoyce
8 years ago

This is starting to feel like we're going overboard again. What happened to the suggestion to get rid of all 9 possible positions and limit to left/right/center? (Mentioned in #57)

#76 @jorbin
7 years ago

I'm with @melchoyce on this. Let's simplify things.

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


7 years ago

#78 @celloexpressions
7 years ago

  • Owner set to cdog
  • Status changed from new to assigned

@cdog can you update the patch to remove the vertical position options and instead show a 3-button group with left, center and right? We should also use the image-align icons used in the editor. If you could also add the proposed presets that would be great.

I'll try to help make sure this makes 4.7, I think we're really close.

@cdog
7 years ago

@cdog
7 years ago

#79 @cdog
7 years ago

Before updating the patch I've added two new images.

@celloexpressions Any reasons not to keep the vertical position options? The background-position property was defined in CSS Level 1 and is fully supported even by legacy browsers like older versions of IE. Removing it was suggested before, although this is how the ticket started. Can someone elaborate on this?

@melchoyce, @jorbin I completely agree with you. How to simplify, do you have any suggestions?

22058-variations.png shows three variations based on the feedback received so far. Can we pick one of them to go with the patch or there is room for more improvements? Personally I'd stick with option 3. @helen what's your opinion on this?

22058-options.png shows a possible implementation (similar with the Menus section from Customizer) of how we can toggle the background options visibility. This should work with any of the above variations. Hiding all options would leave visible only the image and presets.

Again, any feedback on this is kindly appreciated. Thank you!

Last edited 7 years ago by cdog (previous) (diff)

This ticket was mentioned in Slack in #core by cdog. View the logs.


7 years ago

#81 follow-up: @celloexpressions
7 years ago

Thanks, @cdog.

Rather than adding screen options, we should focus on having as few options as possible, and only showing them when they're relevant. The presets vs. custom settings would take care of that.

Can you add a list of the proposed presets? We can discuss/vote on those and the three design variations above in tomorrow's design meeting.

#82 in reply to: ↑ 81 @cdog
7 years ago

You're right, here's what I'm thinking. I'm changing a bit the behavior from the images (22058-variations.png).

The presets would be:

  • Fill Screen (no options visible as position, size, repeat and scroll doesn't make too much sense to change);
  • Fit to Screen (same as Fill Screen, maybe show only position);
  • Repeat (only position and scroll visible);
  • Custom (all options visible).

In this case there's no need to add the screen options (22058-options.png).

Let me know tomorrow after the design meeting how it went. And a decision on position control would be great (horizontal alignment only or both horizontal/vertical). Thanks!

Last edited 7 years ago by cdog (previous) (diff)

This ticket was mentioned in Slack in #design by karmatosed. View the logs.


7 years ago

This ticket was mentioned in Slack in #core by jeffpaul. View the logs.


7 years ago

This ticket was mentioned in Slack in #core by desrosj. View the logs.


7 years ago

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


7 years ago

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


7 years ago

This ticket was mentioned in Slack in #core by celloexpressions. View the logs.


7 years ago

@cdog
7 years ago

@cdog
7 years ago

#89 @cdog
7 years ago

22058.5.diff is almost done. @celloexpressions can you take a look?

Please decide on presets (default values and visible controls). See: 22058.5.gif. The Default preset reverts the settings to core/theme defaults.

This ticket was mentioned in Slack in #design by celloexpressions. View the logs.


7 years ago

#91 follow-up: @celloexpressions
7 years ago

Looking pretty good @cdog. I think we should call the new control WP_Customize_Background_Position_Control, as it isn't quite a generic positioning control, but could still be useful in themes and plugins. Can we avoid the repetition in there? Maybe loop through a keyed array of values => labels for the nine elements?

#92 in reply to: ↑ 91 @cdog
7 years ago

Thanks a lot for your support, @celloexpressions! I'll do a code cleanup/refactor today (responsive styles needs some work too). Anything else, are the presets agreed?

#93 @celloexpressions
7 years ago

Yes, the options and UI were approved in the design meeting this week based on 22058.5.gif. Thanks for the handy visualization @cdog! Can you get a finalized patch up for final review/commit?

@cdog
7 years ago

#94 @cdog
7 years ago

Final patch: 22058.6.diff.

@celloexpressions This should be ready. Please double-check the visibility of controls and default values for each preset (and let me know if there is anything to be updated). Thanks!

var visibility = { // position, size, repeat, attachment
	'default': [ false, false, false, false ],
	'fill': [ true, false, false, false ],
	'fit': [ true, false, true, false ],
	'repeat': [ true, false, false, true ],
	'custom': [ true, true, true, true ],
};
var values = { // position_x, position_y, size, repeat, attachment
	'default': defaultValues,
	'fill': [ 'left', 'top', 'cover', 'no-repeat', 'fixed' ],
	'fit': [ 'left', 'top', 'contain', 'no-repeat', 'fixed' ],
	'repeat': [ 'left', 'top', 'auto', 'repeat', 'scroll' ],
};

#95 @celloexpressions
7 years ago

The multi-select control isn't keyboard-accessible currently. I think adding tabindex="0" to the input element, and then providing a visual focus style for each radio input styles as a grouped button there that matches the hover style would probably be best. @afercia can you advise whether the implementation in the patch works otherwise for accessibility?

Everything else in the patch looks ready to commit.

@cdog
7 years ago

#96 @cdog
7 years ago

22058.7.diff fixes keyboard accessibility. @celloexpressions, @afercia can you test the latest patch?

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


7 years ago

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


7 years ago

#99 follow-up: @afercia
7 years ago

Tested the latest patch and discussed in today's accessibility bug scrub, we'd recommend a couple improvements. Screenshot first:

https://cldup.com/Bm7f58YHwS.png

The "dot" you see in the VoiceOver panel is announced as "bullet". I think it's the icon, so I'd suggest to use aria-hidden="true" on the span that holds the icon.

A nice improvement, if possible, would be wrapping the 9 input radio buttons inside a <fieldset> element with a <legend>. Basically the text "Image Position" should be the legend text. Not sure if it can be done right now or if it's more tied to the Customizer controls. Alternatively, a legend hidden with screen-reader-text could work. Worth noting the text "Image Position" is just currently inside a <span> so the semantics could be improved a bit.

@cdog
7 years ago

#100 in reply to: ↑ 99 @cdog
7 years ago

@afercia thanks for the input! Please check 22058.8.diff for accessibility improvements. For other controls this should be addressed as a separate issue I think.

Where to look after applying the patch:

  • Dashboard
    wp-admin/themes.php?page=custom-background
  • Customizer
    wp-admin/customize.php?autofocus[control]=background_image
Last edited 7 years ago by cdog (previous) (diff)

#101 @celloexpressions
7 years ago

  • Keywords commit added; needs-refresh removed
  • Owner changed from cdog to westonruter
  • Status changed from assigned to reviewing

This might need a few minor technical tweaks but generally looks ready for commit review @westonruter.

#102 follow-up: @afercia
7 years ago

@cdog looks good to me. Minor detail, out of curiosity why the CSS class ui-helper-hidden-accessible? Seems to me it's the same as screen-reader-text and if jQuery UI is used, it should be overridden by the core one anyways.

#103 in reply to: ↑ 102 @cdog
7 years ago

@afercia ui-helper-hidden-accessible is an alias of screen-reader-text. See: wp-admin/css/common.css. We can switch with the later if it's causing any trouble (it should have the same effect). I haven't used the display or visibility properties to hide the radios, as hidden inputs don't receive focus (i.e. pressing tab skips them).

Also forgot to add a comment for some CSS lines (for explanation). In wp-admin/css/themes.css I've added:

.background-position-control .button-group .button {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px !important;
	line-height: 37px !important;
	margin: 0 -1px 0 0 !important;
	padding: 0 10px 1px !important;
	position: relative;
}

The properties with !important get overridden by core responsive styles (see: wp-includes/css/buttons.css).

Thakns again everyone for getting involved!

Last edited 7 years ago by cdog (previous) (diff)

#104 follow-up: @afercia
7 years ago

@cdog I know it's an alias :) I mean, ui-helper-hidden-accessible could be dropped in the future, screen-reader-text is here to stay 😉

@cdog
7 years ago

#105 in reply to: ↑ 104 @cdog
7 years ago

@afercia got it, fixed in 22058.9.diff. Also added the missing comment.

Last edited 7 years ago by cdog (previous) (diff)

#108 @westonruter
7 years ago

  • Keywords commit removed

This ticket was mentioned in Slack in #core-customize by celloexpressions. View the logs.


7 years ago

#110 @westonruter
7 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 38948:

Customize: Improve custom background properties UI.

Introduces new control for managing the background position. Adds control for setting the background-size.

Props cdog, celloexpressions, grapplerulrich, MikeHansenMe, FolioVision, afercia, helen, melchoyce, karmatosed, westonruter, Kelderic, sebastian.pisula.
Fixes #22058.

#111 @westonruter
7 years ago

In 38977:

Customize: Check for existence of controls and settings for background properties before attempting to access.

Amends [38948].
See #22058.
Fixes #38523.

#112 @cdog
7 years ago

@westonruter woah, good catch, thanks for fixing!

Thanks for letting me do this. I love it when I'm part of the team. You are great people!

Last edited 7 years ago by cdog (previous) (diff)

#113 @westonruter
7 years ago

In 39209:

Customize: Improve extensibility of Custom CSS.

  • Add customize_value_custom_css filter to WP_Customize_Custom_CSS::value() method.
  • Introduce customize_update_custom_css_post_content_args filter in WP_Customize_Custom_CSS::update() method.
  • Make clear that wp_get_custom_css() and wp_get_custom_css filter are specifically for obtaining the value to render/display. Eliminate use of wp_get_custom_css() when getting the setting value. Use the underlying post_value directly when is_previewed.
  • Move anonymous functions handing JS previewing for custom_logo, custom_css, and background into named functions on the wp.customize.settingPreviewHandlers to allow plugins to override/extend preview logic.
  • Update _custom_background_cb to always print a style tag wen in the customizer preview, and update background preview logic to replace existing style element instead of appending a new style to the head so that background changes don't unexpectedly override any Custom CSS in the preview's stylesheet cascade.

Props westonruter, georgestephanis.
See #22058.
Fixes #38672.

#114 @westonruter
7 years ago

In 39546:

Customize: Use esc_url_raw() instead of wp_json_encode() to eliminate extraneous slashes when outputting background image URL in CSS url().

Props tyxla, westonruter.
See #22058.
Fixes #39145.

#115 @dd32
7 years ago

In 39568:

Customize: Use esc_url_raw() instead of wp_json_encode() to eliminate extraneous slashes when outputting background image URL in CSS url().

Props tyxla, westonruter.
See #22058.
Merges [39546] to the 4.7 branch.
Fixes #39145.

This ticket was mentioned in Slack in #docs by celloexpressions. View the logs.


7 years ago

Note: See TracTickets for help on using tickets.