Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MrLeif

    (@mrleif)

    fixed it with javascript/jQuery

    var element = jQuery(“#postdivrich”).detach();
    jQuery(‘.rwmb-tab-panel-text’).prepend(element);

    Thread Starter MrLeif

    (@mrleif)

    also, a fix so the editor adapts to the smaller area available;
    setTimeout(function(){
    jQuery(“#content-html”).click();
    // alternative: jQuery(“#content-tmce”).click();

    },100);
    })

    Thread Starter MrLeif

    (@mrleif)

    resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘put main editor(content) in tab?’ is closed to new replies.