nalco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: header and font in F8 Lite ThemeAn actual URL will work, or it could be something like this as well:
/wp-content/themes/thesis/custom/img.jpg
as long as it points to an image.
Forum: Fixing WordPress
In reply to: header and font in F8 Lite ThemeSomething like this:
#masthead
{
background: #FFF url(‘img url here’) no-repeat;
}Forum: Fixing WordPress
In reply to: header and font in F8 Lite ThemeNo no no, edit the CSS file…
Forum: Fixing WordPress
In reply to: RSS Feed not working properly.Take a look at this, hopefully it will help:
https://nnbox.ca/2010/03/hack-fix-for-wordpress-2-9-not-displaying-full-text-rss/
I know in the title, it says 2.9, but read the comments, this helped to fix the issue with people running WP 3.1.
On a side note, could you please tell me the slide plugin you are using for your header?, I like it very much.
The whole site looks great.
Forum: Fixing WordPress
In reply to: header and font in F8 Lite ThemeYou could try adding an image into this in your header:
#masthead {
Put your image here
}Then, you could turn off title and description.
The text should be an easy fix, you will just change it in the CSS. I would suggest getting Firefox, and installing the Firebug extension. Then you can inspect the different elements of your page and know what exactly to edit.
Forum: Fixing WordPress
In reply to: Backing up database – "export" vs. phpMyAdmin?If I had to pick between the two, I would backup through phpMyadmin, but that is only because I know it has worked for me every time I need to import a DB.
I have never imported a WP exported DB, but I am sure it works fine.
That being said, I do use the WP Database backup plug to email a copy of my DB to myself everyday, though I have never had to use it before.
Forum: Fixing WordPress
In reply to: Two different URLS running from the same wordpress?The better solution, would be to forward all your domains to one, as I am not sure what you want is possible, though I could be wrong.
I think you are just going to have to sit down and decide on a domain name for the main site.
Forum: Fixing WordPress
In reply to: Grave problem of aligning Header LogoChanging this:
#logo { left: 0; position: absolute; text-align: center; top: 0; }
to this:
#logo { text-align: center; top: 0; }
fixed it for me in Firebug. If you run Firefox, get firebug as it is a huge help.
Forum: Fixing WordPress
In reply to: how to set up my site so only I can see it while editingYou can either put it behind an .htaccess password, or grab a copy of the Maintenance Mode plugin. The plugin put up a static maintenance page to anyone who is not logged in.
Forum: Fixing WordPress
In reply to: url with name of post in itLook in settings/permalinks
You can change the structure there.
Forum: Fixing WordPress
In reply to: Eliminating Edit Link on Static PageHave you tried logging out and checking to see if the edit link is still visible?
People who are not logged in, and don’t have admin rights probably will not be able to see the link.
Forum: Fixing WordPress
In reply to: PHP 5.3.4 – Is WP 3.0.4 fully compatible?No one is running PHP 5.3.4 around here??
Forum: Fixing WordPress
In reply to: Cannot Access WP backend — password not recognizedI found this, hopefully something will work.
Forum: Fixing WordPress
In reply to: Security Problem, Unauthorized Administrator RightsActually, I am glad that was the problem, and not some weird bug.
Glad you got it figured out.
Forum: Fixing WordPress
In reply to: Problem: Front page goes to URL of specific pageVery good!
Glad you are back up and running!