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
Describe the bug
Having wp_editor() editor form on the front end when using default description meta causes admin bar icon not loading. It also cause conflict with some plugins.
To Reproduce
Steps to reproduce the behavior:
Log in as an administrator.
Activate only Rank Math plugin and deactivate other plugins.
Activate storefront theme.
To add wp_editor() instance on front end, add the following snippet to add tinymce editor to a frontend content. It can be added via code snippets plugin or active theme’s functions.php:
Check the icons on the WP admin toolbar and they will not load properly.
This also cause conflicts with other plugins that add wp_editor() instance on the frontend.
Oddly if I set custom meta description field such as Test via menu Rank Math SEO > Titles & Meta > Post Types > Post instead of the default %excerpt%, it fixes the issue.
Expected behavior
The icons load normally.
Desktop (please complete the following information):
OS: MacOS
Browser Chrome
Version 124.0.6367.93
The text was updated successfully, but these errors were encountered:
maurisrx
changed the title
wp_editor() conflict
wp_editor() conflict when meta description field is set to default
May 3, 2024
Describe the bug
Having
wp_editor()
editor form on the front end when using default description meta causes admin bar icon not loading. It also cause conflict with some plugins.To Reproduce
Steps to reproduce the behavior:
storefront
theme.wp_editor()
instance on front end, add the following snippet to add tinymce editor to a frontend content. It can be added via code snippets plugin or active theme’s functions.php:wp_editor()
instance on the frontend.Test
via menu Rank Math SEO > Titles & Meta > Post Types > Post instead of the default%excerpt%
, it fixes the issue.Expected behavior
The icons load normally.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: