Jump to content

Featured Replies

Posted

In Theme Designer: Core CSS & JS > put this JS:

JS

$(document).ready(function(){

var editor = $('[data-role="replyArea"]').find('[data-ipsEditorv5]');

if ( editor.length ) {

var objInterval = setInterval( function () {

try {

ips.ui.editorv5.getObj( editor ).unminimize();

clearInterval( objInterval );

} catch (err) { }

}, 400);

}

});

Untitled.png

  • Views 95
  • Created
  • Last Reply

Posted Images

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Important Information