logikdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Editor] [Plugin: Permalink Editor] security issue with plugin?Already answered you on Twitter, but i figure it might be better to leave a trace for others encountering things like this.
Basically, this is a potential backdoor to your server. It’s phoning home to execute code which checks for particular vulnerabilities on your server. What it does if it finds any isnt quite clear and warrants further examination, but essentially, when you see this, it’s generally not good.
Forum: Themes and Templates
In reply to: Child theme CSS doesnt override parent theme CSSNever mind… found the problem… There was a missing “}” in my child theme CSS which made all subsequent declarations invalid.
I guess when you stare at it too long, you just don’t see these things anymore…
Forum: Themes and Templates
In reply to: Child theme CSS doesnt override parent theme CSSThanks for the reply. I’ve already tried the !important declaration without success. From Firebug, i just don’t see the child theme rules applied, only the parent’s!
The part i don’t get is that i was able to make changes to the #header and #wrapper divs, but not anything else…
I’ve only just begun creating this child theme, so my style.css file is almost empty…