lokrin2000
Forum Replies Created
-
Forum: Your WordPress
In reply to: The Canine DirectoryOk, that link does goes to a wordpress site.
Forum: Your WordPress
In reply to: The Canine DirectoryPage source does not look at all like a WordPress site.
Forum: Requests and Feedback
In reply to: New Default WordPress Theme?Seems like we are jumping the ship a little bit in determining what to put into a theme when we don’t know what the purpose of the theme will be. For instance, if the purpose of the theme is to teach, then load it up with tons of documentation. If the theme is meant to show off WordPress, not so much documentation is needed but it needs to be polished with a good design and show off many of the features built into the software.
Another reason for having more than one default theme. One theme for learning(full of documentation. One theme for showing off typography. One theme for showing how plugins hook in. And One Theme To Rule Them All …
=P
Forum: Everything else WordPress
In reply to: Quick Question3a. Disable all plugins and revert to the default theme.
6. Check out site usability before changing theme.
7. Turn plugins on a couple at a time and make sure they work and nothing breaks before turning on the next couple.
Forum: Installing WordPress
In reply to: where is the php.iniPlease note: Just because you know where the php.ini file is located on a server does NOT mean that your host will allow you access to it. You can contact them to ask about access. You may be able to put some things in .htaccess, if your host allows you to override those php.ini commands.
Forum: Themes and Templates
In reply to: Help, please! I am new to WordPress and lostLook in wp-content/themes/emerald/style.css
#header
{
height: 200px;
background-image: url(http://i716.photobucket.com/albums/ww169/armympwife99/FrugalThriftyHeader.jpg);
background-position: center;
padding-left: 0px;
padding-top: 0px;
}
This is where you make the change. If you need morehelp, let us know.
background-image: url(http://i716.photobucket.com/albums/ww169/armympwife99/FrugalThriftyHeader.jpg);Forum: Themes and Templates
In reply to: alignment off in firefoxI don’t see any date problems using firefox. I also resized the window and the fonts and still saw no problem.
As for the tab text size – Find the following in your style.css:
div#navBar ul li a:link, div#navBar ul li a:visited {
display: block;
float: left;
width: auto;
height: 34px;
padding: 10px 8px 0px 8px;
color: #655879;
font-family: Cambria, “Times New Roman”, serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}Play with font-size: 14px;
Forum: Requests and Feedback
In reply to: I would like to thank youHyvää joulua ja onnellista uutta vuotta
Forum: Fixing WordPress
In reply to: Setting up a Headlines displayGIYF => Google Is Your Friend
I placed feed2js.php in Google and went to the first website shown. They wrote the script and offer it as a free download for running on your own site.
Forum: Plugins
In reply to: Wich plugin(s) is this?Try this plugin:
It isn’t working on my site though.
Also, one of the reasons forum rules don’t allow bumps is that when people review forums they see that there have already been two replies to your message, so it gets skipped while they try to help people without replies first. So you basically shot yourself in the foot – twice. Me; I read via RSS and am NOT anybody official nor have a lot of technical skills, but I try to be helpful.
Remember – these are forums, not live chats or instant messages.
Forum: Themes and Templates
In reply to: Custom background image not always showingHere’s a shortwork-a-round:
body{background:#80b1da url(images/header.jpg) fixed no-repeat center top;font-family:”Segoe UI”,Calibri,”Myriad Pro”,Myriad,”Trebuchet MS”,Helvetica,Arial,sans-serif;font-size:13px;font-style:normal;color:#4e4e4e;min-height:100%;height:auto !important;/* <- ie6 ignores it */height:100%;/* fix */position:relative;}
All it does is change your background colour from black to a matching blue. Since it will only appear on these “short” pages, it won’t interfere with long pages. And if a page winds up being super long, then it will give the blue even after the actual image runs out.
Forum: Fixing WordPress
In reply to: Controlling size of hyperlinkI’ve gone through several pages, including category, archive and about pages, and don’t see any problems. Maybe it’s your browser? I’m using FireFox 3.5.6 under Ubuntu 9.10
Forum: Plugins
In reply to: Simple AntiSpam?Forum: Fixing WordPress
In reply to: Controlling size of hyperlinkURL?
Theme?
Forum: Fixing WordPress
In reply to: Upgrade to 2.9 after finding my old install was hackedDuplicate post.