AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Editor TinyMCE add scroll bar

8 Posts
4 Users
5 Reactions
10.1 K Views
Posts: 119
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@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: 5774
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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
Share: