BUG: Wise chat removes tinymce editor from BBpress in IE9
-
Hi
I am running Generate Press theme with BBpress. I am using the following code in my child theme to active tiny mce in bbpress:
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['quicktags'] = false; $args['teeny'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
Everything runs as it should across FF and chrome. However, in IE the tiny mce toolbar is stripped out entirely in bbpress reply form and in the create topics form. I have deactivated all other plugins to test and the bug only arises when your plugin is activated.
I would be very grateful if you could have a look at this and let me know if there is a solution or workaround.
Please let me know if you need any further information or screenshots.
Thanks in advance for you kind assistance.
Max
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘BUG: Wise chat removes tinymce editor from BBpress in IE9’ is closed to new replies.