Suddenly,BP simple front end post is not showing the toolbar for customizing posts , options like bold,italics,hyperlinks,alignments,etc.
Please help as soon as possible.Sir, the website is live. Just a question Can’t you see directly the error.
Hello Rishabh,
It seems on your site some how tinymce javascript library is not loading which is causing error. This can be due to other plugins or theme conflict ion. Please try by disabling other plugins or switching to other theme. Please let me know.
Check the following url:
https://imgur.com/VHE2xleRegards
RaviYes sir,its done.thanks lot.
The problem is caused due to some optimization plugin or may be i have added a new plugin named tinyMCE excerpt.One more thing if possible can you tell me how i can increase the size of textbox where we are writing blog posts?
Hello Rishabh,
Thank you for updating me. I am glad that I could help. Rishabh, are you okay with php as we have to modify one file ‘form.php’ in bp-simple-front-end plugin. Just goto line no. 29 there is a function wp_editor replace it with
wp_editor( $content, 'bp_simple_post_text', array( 'media_buttons' => $this->allow_upload, 'quicktags' => false, 'editor_height' => 200, ) );
Or greater value to increase editor height. Please let me know if it is fixed or not
Thank You
Ravi
The topic ‘ [Resolved] BP simple front end post is not showing the post customizing toolbar’ is closed to new replies.