Lou Sparx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get The URL?Forum: Themes and Templates
In reply to: losing theme or losing blog?You need to find out what files were deleted and replace them and only them.
Or, ask your host for a backup copy (some hosts save these for you).
Forum: Themes and Templates
In reply to: theme CSS issuesI’m seeing exact duplicates between yours and the demo using Google Chrome.
Have you fixed it or is there something I’m missing?
Forum: Themes and Templates
In reply to: Sudden spacing in navigationooh I hate absolute styling (I’m not good with them) but if you could point me to the problem I can help.
Forum: Themes and Templates
In reply to: new theme lots of problemsWhat do you need help with exactly?
Forum: Themes and Templates
In reply to: Centering Header Text in Elegant Grunge ThemeCSS>>
#header h1 {
FONT: normal normal normal 2.5em/169px Georgia, Baskerville, serif;
MARGIN: 0px auto;
WIDTH: 500px
}Forum: Fixing WordPress
In reply to: Header image fuzzyHi, if you can send me the link to the 300dpi image I can reduce file size, keep image sharp, AND make it the dimensions you want.
Forum: Themes and Templates
In reply to: Get Category URLAlas that adds the url but as a hyperlink. I need the raw url output.
Thanks anyway, Veganist, you’ve put me on the right track.
Lou
Forum: Themes and Templates
In reply to: Customize Tag-Cloud via FunctionsEither way, this got the job done 🙂
Thanks so much, alchymyth.
Lou
Forum: Themes and Templates
In reply to: Customize Tag-Cloud via Functions“this might reset all other parameters to default”
Is this a bad thing? you mention “all other parameters” are you referring to just the tag-cloud parameters?
Forum: Themes and Templates
In reply to: Customize Tag-Cloud via FunctionsDoes anyone have any ideas? any code gurus out there?
Forum: Fixing WordPress
In reply to: Blank page after comment – cause AkismetI know the problem.. Akismet BLOCK all .info domains automatically.
Forum: Themes and Templates
In reply to: How can I hide the post tags?Can you remove the tag id from either single.php or index.php?
Forum: Themes and Templates
In reply to: How to move menu upwardswell spotted, Rev.
Forum: Themes and Templates
In reply to: How to move menu upwardsIn your main index.php you need to move all div: sf-menu code Just BELOW the </h1>.
Did it work?..