Posted November 10, 2024Nov 10 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); }});
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.