Problem with Rich Textarea

This topic contains 5 reply and 2 voices, and was last updated by elisha11230 10 years, 9 months ago
Viewing 5 Posts - 1 through 5 (of 5 total)
Author Posts
July 4, 2013 at 9:49 pm 5597
elisha11230 I'm having issues with The Rich Textarea in the Post body. When it is enabled It doesn't show up and you are unable to submit. Javascript gives the error Error: TypeError: tinyMCE.get(...) is undefined Source File: http://mcpeuniverse.co.nf/wp-content/plugins/wp-user-frontend-pro/js/frontend-form.js?ver=3.4.2 Line: 162 It works fine when I turn off rich textarea and use normal. Any solution to this? Thanks.
July 7, 2013 at 11:00 am 5641
Tareq Hasan Tareq Hasan

Hi, sorry for replying late. But seems like some plugin conflict is going on. Normally that shouldn’t happen because TinyMCE will be loaded if rich textarea is enabled. In your case, seems like tinyMCE is not loading and hence this error pops out. Can you try disabling other plugins that might affect or switch to the default theme?

July 9, 2013 at 5:03 am 5722
elisha11230 elisha11230

Double post

July 9, 2013 at 5:03 am 5723
elisha11230 elisha11230

Alright it just started working all of a sudden. You’re right it probably was a plugin.

I have another issue though, the rich text area is too big and is overriding into the sidebar.
Rich Text Area

Is there a way to move the rich text area to the next line so it can use up the entire content?

July 9, 2013 at 9:29 pm 5786
Tareq Hasan Tareq Hasan

For that, you would need to fix via CSS. Is that the post body area? Then you might apply this CSS in your themes style.css file.

[css]
ul.wpuf-form li.post_content .wpuf-fields{
float: none;
width: 100%;
display: block;
}
[/css]

July 10, 2013 at 12:39 am 5819
elisha11230 elisha11230

Alright thanks, that worked 🙂 You can mark this topic as resolved.

Viewing 5 Posts - 1 through 5 (of 5 total)