• text area content is not resize after install Qtranslate!!!!!!

    in functions.php
    add

    add_action(‘admin_head’, ‘content_textarea_height’);
    function content_textarea_height() {
    echo’
    <style type=”text/css”>
    /*height text area for QTRANSLATE */
    #qtrans_textarea_content_ifr { min-height:450px !important;
    </style>
    ‘;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text area content is not resize after install Qtranslate!!!!!!’ is closed to new replies.