Tinymce editor height in Frontend too small.How to fix it?
Viewing 3 Posts - 1 through 3 (of 3 total)
Author | Posts |
---|---|
June 2, 2013 at 4:29 pm 4434 | |
s.pezzani | Hello, my tinymce editor in Frontend page has an height of 100px .
<iframe id="post_content_ifr" src='javascript:""' frameborder="0" allowtransparency="true" title="Rich Text Area" style="width: 100%; height: 100px; display: block;"></iframe>
I'm sorry but I've no idea where to work to fix it. Any css? Any js?
Does anyone could help me ,please?
Thank you in advance.
Tintin |
June 2, 2013 at 11:34 pm 4452 | |
paperweight | Right I have this problem too. I adjusted the rows and columns but it always shows only about 10 rows. I thought I was the only one with this problem, so I’m glad we can work together to find the problem on this 🙂 |
June 3, 2013 at 5:54 am 4454 | |
Tareq Hasan | In my case, I always get 164px height. There is no way to tell WordPress to set it’s height. Although you can change the height with jQuery/JS [js]jQuery(‘#post_content_ifr’).css(‘height’, ‘300px’);[/js] |
June 8, 2013 at 3:38 pm 4670 | |
s.pezzani | Hi Tareq, thank you for your answer.I’m sorry but I’m a newbie and I’ve experience with jquery and other javascript. The file I need to edit is “jquery.js” ? Where I can add this line into the file,please? Thank you Tintin |
Viewing 3 Posts - 1 through 3 (of 3 total)