Forum breadcrumbs – You are here:Asgaros Support ForumSupportEditor text area issue
Please or Register to create posts and topics.

Editor text area issue

Hi

I made wordpress and forum updates. The size of the text field has shrunk. how to fix this problem.

I will be very satisfied if you help me

Sample screenshot

Uploaded files:
  • ss1.png

Hello @glen

I didnt make any changes to the editor in the last updates so I guess its caused by another component. Can you leave me a link to this post with enabled guest-postings so that I can have a look?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi

You can send and test messages as user.

sample topic : https://www.sosyal.im/forum/topic/random-2/?part=1343

Hello again @glen

This seems not directly caused by the forum. Some other extension applies small height-values to the editor. Did you make any changes/updates to other plugins or your theme as well?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi

just updated wordpress system and buddypress system. Do you have any idea how to fix this?

Please try to add the following css-code to Forum -> Appearance -> Custom CSS and clear your browser-cache after it:

#message_ifr {
    height: 250px !important;
}

I have no idea where this height-values come from but maybe this will work.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!