You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WordPress 5.4 resp. Gutenberg 8.0 the options to uncheck "Tips" and "Inserter Help Panel are not available anymore. Okay, instead of the Tips there is now the "Welcome Guide" and the "Inserter Help Panel" are now Pop ups. But please add a checkbox for each one. It is enough to see this guide once. But it pops up often and this flackering in the inserter is annoying.
To reproduce
Steps to reproduce the behavior:
Gutenberg 8.0 = Navigate -> "More tools & options -> Options
Expected behavior
There should be the checkbox "Tips", resp. "Welcome Guide" and "Inserer help panel", resp. Pop ups.
Or do you have at least a code snippet for the functions.php to disable it? Thanks in advance.
Screenshots
WordPress 5.3.2:
WordPress 5.4.1:
Gutenberg 8.0:
The text was updated successfully, but these errors were encountered:
La-Geek
changed the title
Please add an option to uncheck the Welcome Guide
Featuer Request: Please add an option to uncheck the Welcome Guide (Tips) and Pop ups (Inserter help Panel)
May 4, 2020
La-Geek
changed the title
Featuer Request: Please add an option to uncheck the Welcome Guide (Tips) and Pop ups (Inserter help Panel)
Feature Request: Please add an option to uncheck the Welcome Guide (Tips) and Pop ups (Inserter help Panel)
May 4, 2020
The issue is that the Welcome Guide appears before the user has a chance to access the settings menu, so by the time they've made a choice here the guide has already been dismissed.
The settings menu preferences are also cleared whenever the user clears browser storage, so this wouldn't solve the issue.
It's recognized that using browser storage isn't ideal, so an improvement is proposed on issue #15105 to store the settings in the database. The same would apply when dismissing the Welcome Guide—that this has been dismissed would be stored permanently so in effect you would never see the guide again.
In WordPress 5.4 resp. Gutenberg 8.0 the options to uncheck "Tips" and "Inserter Help Panel are not available anymore. Okay, instead of the Tips there is now the "Welcome Guide" and the "Inserter Help Panel" are now Pop ups. But please add a checkbox for each one. It is enough to see this guide once. But it pops up often and this flackering in the inserter is annoying.
To reproduce
Steps to reproduce the behavior:
Gutenberg 8.0 = Navigate -> "More tools & options -> Options
Expected behavior
There should be the checkbox "Tips", resp. "Welcome Guide" and "Inserer help panel", resp. Pop ups.
Or do you have at least a code snippet for the functions.php to disable it? Thanks in advance.
Screenshots
WordPress 5.3.2:
WordPress 5.4.1:
Gutenberg 8.0:
The text was updated successfully, but these errors were encountered: