fluideye
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Mac OS X Tiger database connection problems (and solution)I tried the symlink suggestion given by johnsel, and it worked for me on OS X 10.4.7…
me too! thanks alot johnsel, i was definitely stumped here because i’m running ror/lightTPD/MySQL successfully but could not get apache/php/mysql until now.
Forum: Fixing WordPress
In reply to: You want to download the docs ? You can now.I can give more feedback once I use your resource a little more. Just found out about it ?? I know I speak for alot of people when I say, “thanks for all the hard work!”
Forum: Installing WordPress
In reply to: New to WP, themes not working…do you have this file?
wp-content\themes\default\style.css
-or-
wp-content\themes\classic\style.css
Forum: Fixing WordPress
In reply to: You want to download the docs ? You can now.podz,
i think it’s a nice resource but sure seems like there would be a lot of work updating. are you really willing to spend that much time and could you actually stay on top of it? could lead to people receiving bad (outdated) infoForum: Installing WordPress
In reply to: New to WP, themes not working…I’ve noticed that you don’t have a link to a stylesheet in your head section in https://www.myhomeoffice.org/blog/. If you log into your admin panel and select presentation, are you seeing any themes available there?
Forum: Installing WordPress
In reply to: sidebar text hover & visited colour in KubrickNo prob!
Forum: Installing WordPress
In reply to: sidebar text hover & visited colour in Kubrickhkenna,
Go into your admin panel, browse to presentation/theme editor/stylesheet and paste this in the bottom of that file. You will have to change the color of course to the one you prefer.
#sidebar a:hover, #sidebar a:visited {
color:#00ff00;
}
If you want the hover and visited to be different colors:
#sidebar a:hover {
color:#00ff00;
}
#sidebar a:visited {
color:#cccccc;
}
Let me know if you have more problems
Forum: Fixing WordPress
In reply to: Problem centering items in sidebarDomesticlife,
Noticed that you are still having issues with your sidebar and wondering if you removed the margin and padding?Forum: Fixing WordPress
In reply to: Broken layoutsgood to here you’ve found your problem
Forum: Fixing WordPress
In reply to: Problem centering items in sidebaryour problem seems to lie here:
As you can see, you have defined a left margin of 2px, right padding of 8px, and left padding of 5px. Hope this helps.
#side-left {
float: left;
width: 125px;
margin: 10px 0px 10px 2px;
padding-left: 5px;
padding-right: 8px;
text-align: center;
}
Forum: Fixing WordPress
In reply to: Broken layoutsI’ve noticed that you are using tables in your posts. I wonder if they are causing the breaks.
Forum: Plugins
In reply to: new plugin – weighted wordsnice one yami, thanks :^)
Forum: Fixing WordPress
In reply to: unique problems in browsers other than I.EHere’s a pretty good article on margins and paddings if you’re interested:
Forum: Fixing WordPress
In reply to: navigation and permalinkThanks Kafkaesqui! I didn’t think/know to look at the page slug. Oh and forget the knock, kinda sped right over you.
Forum: Fixing WordPress
In reply to: navigation and permalinkknock knock?