Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem for me…

    VERY annoying!

    Is there a CSS tweak or can you update the plugin to fix this please?

    Otherwise…

    Awesome plug-in that i can’t live without (or don’t want to…)

    Thanks!

    Thread Starter Michael Stursberg

    (@thesturs)

    The problem looks like a framework issue in my case Genesis.
    When I developed a site using the Cherry Framework it did not have this issue.

    But here is a temp fix(add this to your functions.php).

    //** Fixes for Advanced Code Editor Plugin style **//
    function fix_ace() {
    echo '
    <style type="text/css">
    
    .ace_file_status {
    clear: none !important;
    
    }
    
    </style>';
    }
    
    add_action( 'admin_head', 'fix_ace' );

    THANK YOU so much for posting this fix! It’s been annoying me for some time – I was just about to look for a new code editor but thought I’d check here first. Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Annoying UI glitch’ is closed to new replies.