Viewing 2 replies - 1 through 2 (of 2 total)
  • me neither.
    Can somebody help us?

    I find Visual tab doesn’t have enough depth, I change the height to an arbitrary value using the following function in functions.php

    function wptiny($initArray){
    $initArray[‘height’] = ‘300px’;
    return $initArray;
    }
    add_filter(‘tiny_mce_before_init’, ‘wptiny’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editor doesn´t work’ is closed to new replies.