Jump to content

Giữ trình soạn thảo mở trong chủ đề IC5

Featured Replies

Posted
comment_235

Tùy chỉnh này sẽ giữ trình soạn thảo luôn được mở rộng.

Untitled.png.3d6dbfa89e5c8d4edfe447bd84a782fc.png

Hướng dẫn:

Vào Chủ đề > Trong Thiết kế chủ đề: CSS & JS > đặt JS này:

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);

}

});

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...