Truth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search Form not Valid XHTMLFrom what I see in your code..
try putting
<div class="center">after your
<form id="searchform" method="get" action="/index.php">and your ending tag before
</form>Forum: Fixing WordPress
In reply to: where to edit post title fonts?For the first one,
add this to your CSS
h2 a
{
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}Second similar qn
Look for this part of your CSS
h2.pagetitle {
margin-top: 30px;
text-align: center;
}edit it for the style of “Archive for the xxx”
To edit the SVG title
h3 a, h3 a:link, h3 a:visited {
color:#000;
text-decoration: underline;
}look for this one and edit as follow
🙂
Forum: Fixing WordPress
In reply to: # Valid XHTMLI think a link to your blog or the page where the error is might help. 🙂
Forum: Themes and Templates
In reply to: CSS Text And Imagesa link to a sample post to show would be good.. 🙂
Forum: Fixing WordPress
In reply to: Having some text appear only pagesThanks sunshine =D
It’s working great 🙂
Forum: Fixing WordPress
In reply to: hey, lots of help needed please :(no problem 🙂
The sidebar.php in your template file?
You uploaded your files through FTP? There should be a sidebar.php in your template
Anyway, you can go to Presentation > Theme Editor from your admin. There should be a list of files in your theme you can choose to edit, click on the sidebar and edit from there. Apply only when your file is writable.. if not you would have to manually open the file from your computer, edit it there and reupload 🙂
Forum: Plugins
In reply to: Error with Akismet – Invalid KeyMine worked only after 5 days of signing up. Patience, wait for a few more days if it’s still not working, contact the developer? 🙂
Forum: Fixing WordPress
In reply to: hey, lots of help needed please :(Qn 1:
You’ve a<font face="Times New Roman">after your meta, delete that.That html overide your CSS style for font family already so I think the only way is to remove that
<font face="Times New Roman">It wouldn’t work if you edit your CSS, tried that 😉
Qn 2:
Not too sure but I think you can open up sidebar.php and edit it from there🙂
Forum: Themes and Templates
In reply to: Any CSS Wizards ?welcome 😀
Forum: Plugins
In reply to: Comments Quicktag PluginThanks katie1 for the response 🙂
I’m using this one here
http://www.redalt.com/downloads/
it doesn’t have the js_quicktags.js though…
my quicktags.js is inside
wp-includes/js/quicktags.js
don’t have any errors when I run mine though that’s why I find it weird. No errors or anything, it just don’t work.
Forum: Themes and Templates
In reply to: Any CSS Wizards ?I second what alphaoide mentioned
Delete this from your CSS and it should work 🙂
.meta li, ul.post-meta li {
display: inline;
}Forum: Fixing WordPress
In reply to: Edit text for private post pageIf I’m not wrong you can? Not too sure, try it? I think I tried that before but can’t remember whether it works or not. Did you backup that file you edited before that? You might want to reedit it from the old copy..
for the html, try using ‘ instead of “
eg
<a href='http://'>text</a>instead of the usual ” to see if it works, test it 😉Forum: Fixing WordPress
In reply to: Possible to make comments continue on another page?no problem 🙂
Forum: Fixing WordPress
In reply to: Collapse Child pagesForum: Fixing WordPress
In reply to: Possible to make comments continue on another page?