mcasdorph
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I want a Arras feature in my twenty ten theme!to elaborate a little more, I would like this on the front page of twenty ten.
Forum: Fixing WordPress
In reply to: change style of sidebarI would like to know this too. And if anyone b*tch’s that I’m resurrecting a 7 month old thread, I don’t care, its better to add requests to one thread to let people know how many are wanting to know this.
EDIT* Actually I just found it, its under /* Main sidebars */ in the style.css file! Here is the full code:
/* Main sidebars */ #main .widget-area ul { margin-left: 0; padding: 0 20px 0 0; } #main .widget-area ul ul { border: none; margin-left: 1.3em; padding: 0; } #primary { } #secondary { }Forum: Plugins
In reply to: Is there a working plugin to auto post to twitter for WP3.1?Just found one, works perfectly!
Forum: Themes and Templates
In reply to: Current Navigationso would it be like this for the top nav?:
.current-menu-item {
}
or
#menu-top .current-menu-item {
}
or would it work either way?
Forum: Plugins
In reply to: I want to track and monitor my trafficthanks, great plugin, every WP admin should have this (Slimstat)
Forum: Fixing WordPress
In reply to: godaddy ads render widget admin page uselessWell, I resolved it myself, I used firebug firefox extension and was looking through the code and found the hidden variables… I typed this in the address bar http://YOURSITE.URL/wp-admin/widgets.php?widgets-access=on, replacing “YOURSITE.URL” with your domain and it allowed me to activate the widgets a different way since the godaddy ads screw up the drag and drop..
For all godaddy free hosting users this should work for you to get your widgets placed..