Merlin Mason
Forum Replies Created
-
Forum: Plugins
In reply to: [More Fields] More Fields (2.1) incompatible with WP 3.3I’m getting the same problems with 3.3 and more fields, I think it’s to do with the new way media is uploaded. Anybody know if there’s an update in the works or whether I should tryout this advanced custom fields?
Every theme has it’s own style.css file so you can add it to there. You should be able to find it on your server at wp-content/themes/THE THEME YOUR USING/style.css
Ahh brilliant, sorry, completely missed that!
Clever way of doing it.
Thanks, got it all working how I wanted now 🙂
In my case I’d like to change the background color, something like…
input {background:#777;} input:hover {background:#555;} input:focus {background:#333;}So it’s grey, and darkens as you hover and darker again when you click in.
Problem is the plugin writes all the css inline which doesn’t support :hover or :focus states and also takes priority from anything in an external css file.
I guess an easy solution could be an option not to use any of the plugins css?
Forum: Fixing WordPress
In reply to: Error Message in AdminBizarre…
Ok thanks, think I’ll go for the re-install!
Had some problems with the initial upload, streamline.net has the worst FTP connection I’ve ever used, it took a few hours and kept dropping out, fingers crossed it’ll be a bit smoother this time round!Thanks for the help 🙂
Forum: Fixing WordPress
In reply to: Error Message in AdminI think I’ve solved this myself by simple moving wp-load.php into the admin directory…
But I’d still be interested to know why it wasn’t there to start with! Any ideas?