• 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.jpg

    Here 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 works

    Here 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 working

    I 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 window

    function 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' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hueman child + bbpress tinymce problem’ is closed to new replies.