Conextual Help Button not showing in Pages
-
Small issue found with the latest (6.6+) version of WordPress.
The block editor was updated with a new help bar and the header classes seem to have changed.
Adding a Contextual Help menu documentation to a post/page editing screen no longer works.
It looks like the
const toolbarSettings = document.querySelector( '.editor-post-header__settings' );
should be changed to
const toolbarSettings = document.querySelector( '.edit-header__settings' );
Great plugin! Loving the flexibility and configuration. Thanks!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.