-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Re-enable Gutenberg tips on WordPress.com and update the copy to be specific and relevant for new users. #38299
Comments
The Tips can be some finicky, and don't always point at the right place. But, I think they're still better than nothing. There was some movement around adding an introduction Modal in Core: WordPress/gutenberg#18041 However, even though that PR is marked as "merged" I've never seen it in reality. Could be a good solution to walking people through their first time experience with Gutenberg. Edit: It turns out that modal does exist — you can find it in the top-right more menu under "Welcome Guide". |
I think we could probably just filter the first sentence in the first block? "Welcome to our Page Editor!" But that's a nice-to-have. Like Shaun says, it's better than nothing! I think we could also correct the core bug in the final tip with some logic for Update vs Publish … What I saw: A tip that says, What I expected: The tip would use the word "Update" when the button says "Update." |
+1 |
Right to assume we'll rely on this mechanism in the future anyway? — so finding any issues and fixing them upstream would be great! |
Apparently there are no tips anymore in Core Guten, they’ve been fully replaced by the intro modal. The At a quick glance, it seems it's a big pain to implement as per design suggestions, since it's intended to be relatively positioned to the element that contains it. On the other hand, the new As far as I can see, we have two clear paths:
I understand it's not exactly the same experience as the |
Is there any reason not to turn on the core modal Welcome Guide as-is on WP.com? |
It looks like we turned off the core NUX features previously because it was showing up once per site (or browser cache) and not once per user as expected. |
I'd recommend not using the core NUX tour directly and creating our own. (We can make our own redux store and re-use existing components, without worrying about integration points from a Gutenberg plugin update). |
+1 to @gwwar's suggestion and reasoning. |
IIRC the old Core NUX (aka the tips) also had some positioning issues caused by the fact that WPCOM forces Gutenberg in full screen. Also, the new NUX uses the same check as the old tips ( Anyway, if y'all think the new Core NUX is the way to go, I'll start working on the infrastructure ASAP. |
@Copons Can we turn on the core nux modal view above for now, but make no changes to it? Keep the tips disabled since that's where it sounds like the issues are? The modal is still an improvement over what we have. Then we can look at how we might customize this with our own implementation, and also estimate the amount of work to do that. |
Yep, in core it's indeed cookie-based (visit from another browser and you'll see NUX again). We'll need our own db-backed mechanism for sure and that's good moment to change it to show up per-user. Again maybe something to contribute to core the way or the other? Cookie-based solution isn't optimal even there. |
I noticed that some tips are cut off at the top. Here's an example of it on a site with plugins:
|
@zdenys is that on Atomic or Simple site? If on Atomic, what's the Gutenberg plugin version? I'm surprised to see those tips instead of welcome modal so I'm suspecting it's Atomic site running older Gutenberg. |
@simison It was indeed an Atomic site with Gutenberg plugin 7.3 (hence not the most recent version). |
Suggested, I believe, by @shaunandrews and/or @apeatling. We've disabled Gutenberg tips on WP.com. Can we re-enable them but with content related to our flow and onboarding experience?
The text was updated successfully, but these errors were encountered: