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

How do I set a featured image, share to social media, and add captions below photos instead of on top of them? #8860

Closed
biselblog opened this issue Aug 11, 2018 · 2 comments
Labels
[Status] Not Applicable Issue outside Gutenberg, is not a bug, or is a support request. [Type] Help Request Help with setup, implementation, or "How do I?" questions.

Comments

@biselblog
Copy link

Is your feature request related to a problem? Please describe.
There are some features missing in Gutenberg that are in the Classic Editor.

Describe the solution you'd like
In Gutenberg:

  1. There is no way to set a featured image.
  2. "Publish to..." social media options are missing for posts as they are published.
  3. In an image gallery, there needs to be a way to add the captions to below the photos instead of on top of them.
@ZebulanStanphill
Copy link
Member

There is no way to set a featured image.

I can set a featured image:
image

What do you see on your WordPress installation? Could you provide a screenshot? Do you see any errors in the JavaScript console of your browser's developer tools? What browser are you using? What theme are you using, and what plugins do you have active on your website?

"Publish to..." social media options are missing for posts as they are published.

I think that is a Jetpack feature, not a core WordPress feature. If that is what you are referring to (and not something added by another plugin), then you'll be glad to know that the Jetpack team is working on getting this feature working with Gutenberg. Check out these pull requests for more info:

In an image gallery, there needs to be a way to add the captions to below the photos instead of on top of them.

As it turns out, there is a PR being worked on to implement this: #8344. Also note that themes can style blocks and provide alternate style variations that the user can switch between using the block style variations API. The Button, Quote, and Separator blocks provide some examples of this. Click on the block chip/icon on the far left of their toolbar to see not only the available transforms for the block, but also all the style variations registered by core and/or your theme and plugins.
image

(Actually, themes can also change the default styles of all the blocks in the editor, and also change things like the content width in the editor to match the front-end. The Atomic Blocks Theme is a good example of this.)

There is also discussion of adding the ability for the user to register a CSS class as a custom style that can be selected from the transforms/styles UI. See #7551.

@designsimply designsimply added [Status] Needs More Info Follow-up required in order to be actionable. [Type] Help Request Help with setup, implementation, or "How do I?" questions. labels Aug 13, 2018
@designsimply designsimply changed the title Features missing in Gutenberg that are in the Classic Editor How do I set a featured image, share to social media, and add captions below photos instead of on top of them? Aug 13, 2018
@tofumatt
Copy link
Member

Looks like this issue is covered by:

so I'm going to close it as the featured image part was addressed and the other issues are being tracked elsewhere. Please follow those issues for updates on these features being implemented, thanks!

@tofumatt tofumatt added [Status] Not Applicable Issue outside Gutenberg, is not a bug, or is a support request. and removed [Status] Needs More Info Follow-up required in order to be actionable. labels Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] Not Applicable Issue outside Gutenberg, is not a bug, or is a support request. [Type] Help Request Help with setup, implementation, or "How do I?" questions.
Projects
None yet
Development

No branches or pull requests

4 participants