Quick fix :
Add following two lines of code in WP Admin - Plugins - Editor - WPLMS Customizer - wplms_Customizer.php
add_post_type_support( 'topic', 'front-end-editor' );
add_post_type_support( 'reply', 'front-end-editor' );
Modified on: Tue, Jun 2, 2015 at 6:01 PM
Quick fix :
Add following two lines of code in WP Admin - Plugins - Editor - WPLMS Customizer - wplms_Customizer.php
add_post_type_support( 'topic', 'front-end-editor' );
add_post_type_support( 'reply', 'front-end-editor' );
Did you find it helpful? Yes No
Send feedback