Hi there, could you please send me a screenshot on my support forum? I must admit I’ve been testing my plugin on WP 3.1 beta, but I thought I wasn’t using any classes that conflicted with WP’s core CSS classes.
By the way, just to clarify, it’s not true that the CSS is being added “to most pages of WP Admin”. Only the Edit Post panel and Edit Comments list should load that file, none of the other pages should be affected, as far as I can see. But maybe this is something that doesn’t work properly in 3.0.3. I’ll double check tomorrow installing 3.0.3 on my test environment. Thanks.
Camu
Hey Camu,
No worries, it wasn’t the end of the world. Just caused a bunch of odd formating and spacing.
Here’s a screenshot: http://i.min.us/idUHPm.png
I noticed the issue with both WP 3.0.3 and WP 3.1 Beta 2.
Just wondering, why do you need CSS on the post page for example? Can’t you just limit the custom CSS file to just your plugin page?
Just also noticed it messes up the Categories widget as well.
Also noticed that you had added a custom column to the post page, which explains why you have the CSS file loading there as well.
Maybe load a secondary CSS file or inline CSS for just the classes you need for the post page.
Exactly, that’s the reason why I add some CSS to those pages 🙂 I’ll take a look at it asap and fix the “conflict”. Unfortunately inline CSS is not allowed by the way WordPress lets plugins add new columns. Thank you for pointing this issue out, though!
Camu
Okay, I’ve just released version 1.5.1 that should fix this problem 🙂 Thank you for your feedback, and don’t forget to vote for my plugin.
Camu
Awesome!
I’ll give it a shot. Thanks for responding and releasing a fix so quickly.