Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Editor TinyMCE add scroll bar

8 Posts
4 Users
5 Reactions
8,322 Views
Posts: 111
(@nando4)
Estimable Member
Joined: 9 years ago

@moderworks , the scrollbar is gone again with wpforo 1.7.0, seemingly ignoring the previous fix.

If you figure out the fix for 1.7.0 pls post.

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5486

@nando4,

Please remove all customization you've done, put the code below in your current active theme functions.php file:

add_filter('wpforo_editor_settings', function ($settings){
$settings['editor_height'] = 380;
$settings['tinymce']['wp_autoresize_on'] = false;
return $settings;
});

The 380 can be changed as you like. 

Page 2 / 2