hueman child + bbpress tinymce problem
-
Hi, i have problem with tinyMCE editor.
When i open some topic and i want to add new reply, switching text or visual editor not working.
But when i use old version of Hueam theme everything works fine.
Screenshot is here: https://www.assettocorsa.eu/garbage/tinymce_problem.jpgHere is my web page with old version of Hueamn theme (v2.1.9)
https://www.assettocorsa.eu/forums/forum/assetto-corsa-central/
at the bottom of the page is a form to post new reply – switching editor window worksHere is a clone of my page, everything is all the same, the only difference is a fresh version of Hueman theme (v3.2.0)
https://185.8.164.1/forums/forum/assetto-corsa-central/
at the bottom of the page is the same form to post new reply – switching editor not workingI use a child theme from Hueman, installed buddypress + bbpress for forum, tinyMCE advanced plugin, all plugins are up to date.
In functions.php of my child theme is enabled visual editor windowfunction bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['teeny'] = false; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
- The topic ‘hueman child + bbpress tinymce problem’ is closed to new replies.