• Resolved manifestcreative

    (@manifestcreative)


    The following CSS begins on line 67 of /css/ime-admin.css and causes a conflict that renders the TinyMCE add/insert link feature to display incorrectly and become unusable. Because the plugin’s CSS is enqueued on the post.php admin page, I believe that this also affects WP v3.5.

    .ui-dialog-titlebar {
    	height: 20px;
    	line-height: 20px;
    	color: #ccc;
    	font-size: 10px;
    	padding-left: 5px;
    }

    Commenting out this code causes the add/edit link dialog to display correctly.

    https://www.ads-software.com/plugins/imagemagick-engine/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks for posting this! I had just noticed the same issue (the display of the add/insert link feature was pushed off the edge of the dialog box), and I had just narrowed the culprit down to the ImageMagick plugin.

    I’ve implemented your solution of commenting out that CSS code, and I can confirm it fixes it for me.

    Let’s hope the plugin dev will release an update with this fix included!

    Same here! Thanks for the solution

    Thread Starter manifestcreative

    (@manifestcreative)

    This appears to be fixed in the latest version of the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug report – CSS conflict on .ui-dialog-titlebar class’ is closed to new replies.