I'm facing an issue integrating the Froala WYSIWYG Editor manually with the BuddyBoss theme in WordPress.
Issue Summary:
-
When using the Froala editor in the WordPress admin panel (Add Post section), it works perfectly — the editor appears on the correct field and behaves as expected.
-
However, on the frontend (Add Post page): The Froala editor appears at the top of the page (not on the intended textarea). The entire page becomes editable, as if Froala is being initialized on the or a wrapper div, instead of the target <textarea>
Expected Behavior:
Froala should initialize only on the specified <textarea> element and render in its place — not at the top of the page, and definitely not turning the full page into an editable document.
Steps to Reproduce:
- Manually install Froala in a WordPress site using the BuddyBoss theme.
- Go to the frontend user profile page in the BuddyBoss theme.
3.Navigate to the Posts tab.
- Navigate to Create Post.
5.Froala editor appears at the top of the page, and the entire page becomes editable, instead of targeting the intended post content <textarea>.