Viewing 7 replies - 1 through 7 (of 7 total)
  • i`ve got same problem

    me three… can’t seem to find a way to fix it.
    it seems the latest version is not that compatible with WP 3.5.1.
    Disabling TinyMCE doesn’t solve the problem so I’m sure it’s something wrong with qTranslate.
    If the developer could reply it would be really awesome!

    Thread Starter Andrés Cifuentes

    (@andrescifuentesr)

    hi

    have you ever try the last upgrade. Qtranslate is ready for 3.5.1 and works sweet.

    cheers

    yes, I’m using the latest version of qtranslate 2.5.34.
    I know it says it’s ready for WP 3.5.1 but I have the same problem as the guys above: I always have to resize the editor text area in order to make it useful.

    pstiel

    (@pstiel)

    Hi,
    I have the same problem with my editor – it’s only 5 rows high when activating the plugin. Does anybody have a solution for the editor crashing due to qtranslate?
    Thanx
    Phil

    dpcdpc11

    (@dpcdpc11)

    here’s my fix:
    Edit qtranslate_hooks.php and add for example min-height:400px; to

    echo "#qtrans_textarea_content { padding:6px; border:0 none; line-height:150%; outline: none; margin:0pt; width:100%; -moz-box-sizing: border-box;";

    Result:

    echo "#qtrans_textarea_content { padding:6px; border:0 none; line-height:150%; outline: none; margin:0pt; width:100%; -moz-box-sizing: border-box; min-height:400px;";

    pstiel

    (@pstiel)

    This is great, thanks a lot!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘size editor crushing’ is closed to new replies.