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

Missing "Wide" button on the "Welcome to the Gutenberg Editor" page #3789

Closed
2 tasks
joehills opened this issue Dec 3, 2017 · 2 comments
Closed
2 tasks

Comments

@joehills
Copy link
Contributor

joehills commented Dec 3, 2017

Issue Overview

In the "Welcome to the Gutenberg Editor" page, the "wide" button fails to appear when clicking on the image that is supposed to teach users how to widen images.

Steps to Reproduce (for bugs)

  1. Click "Gutenberg" in the sidebar of the WordPress dashboard
  2. Scroll down the photo of the mountain with the caption: Give it a try. Press the "wide" button on the image toolbar.
  3. Click the image to load the image toolbar
  4. Observe the lack of a "wide" button.

Expected Behavior

A "wide" button should appear when clicking on the image.

Current Behavior

A "wide" button does not appear when clicking on the image.

Possible Solution

If something about the image is preventing the button from appearing, maybe replace the image?

Screenshots / Video

screen shot 2017-12-03 at 3 19 48 pm

Todos

  • Tests
  • Documentation
@maddisondesigns
Copy link

maddisondesigns commented Dec 4, 2017

To get the "Wide" and "Full Wide" buttons, your theme needs to declare support for them.

See: http://gutenberg-devdoc.surge.sh/reference/theme-support/#wide-images

I bought up the same issue in #2243 and was told about the need to declare Theme Support. I also suggested that the demo text should be updated to inform people of this, but that still hasn't been done, so very few people know about the need to add Theme Support.

@youknowriad
Copy link
Contributor

This is also a duplicate of #2595 where we discuss a better way to solve this "demo" issue.

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

3 participants