figaro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme Alignment brokenLooks like a pretty standard iNove theme…the easiest thing to do may be simply delete it and reinstall a fresh copy.
If you want some ideas on editing that theme, see the videos in the following posts:
[link moderated]
Forum: Fixing WordPress
In reply to: How to remove space between header/menu and post contentIn style.css around line 640 or so you will find
.art-PostHeaderIcon-wrapper {
Look for
margin:0.2em 0;
and change it to:
margin:0 auto;
On another note, you have your content layed out in a table…may be better to try it with css instead.
Forum: Fixing WordPress
In reply to: work on a theme while another is active???Couple of options…install a theme switcher plugin so you can change to one theme while leaving a different one set to default, or, and my preference, install WP on your local computer using XAMPP…do all your work there and when ready transfer your theme to the live site. See the following video for setting up WP on XAMPP.
[link moderated]
Forum: Installing WordPress
In reply to: Upgraded old wordpress site but MySQL and WordPress fail.Email me and I’ll take a look: [link moderated]
Forum: Everything else WordPress
In reply to: profiles.wordpress.orgStrange, btw., that a profiles developer asks what we think about the new surroundings and then retrieves from this tread. (Taking notes I gather :-)?)
Sure seems that way doesn’t it? 😉
Forum: Installing WordPress
In reply to: switching blog to a new serverMaybe the following video will help.
[link moderated]
Forum: Fixing WordPress
In reply to: Switching hosting companies, How to move wordpress?Looks good…what are you using for your documents list in the sidebar?
Forum: Fixing WordPress
In reply to: Excluding page from navigationYea, I just thought about that after I pressed “post” 🙂
It would probably be easier to just hard-code the home link in your nav bar…probably in header.php. Are you using a GPL theme I can download form somewhere?
Forum: Fixing WordPress
In reply to: Excluding page from navigationCreate a new page “Welcome to AvenueBaby.com”
Then try renaming that page and calling it “Home”
Forum: Themes and Templates
In reply to: This theme causing server overloadOh…silly me for not thinking of that 🙂
Forum: Fixing WordPress
In reply to: Excluding page from navigationI tried that plugin and it didnt work properly.
I use it and it works fine…if you are using a “standard WP setup”, what do you need that it’s not doing?
Forum: Fixing WordPress
In reply to: Can’t upgradeNo need to apologize…after all, this is a support forum 😉
Forum: Fixing WordPress
In reply to: HELP! I lost all of the style on my admin!I got it…you’ve emailed me from two different accounts. I’ve emailed you back with a question…get back to me and I’ll help you get this fixed.
Forum: Fixing WordPress
In reply to: How to Backup and Upgrade a Yahoo-hosted WordPress Blog?Contact me at [link moderated] and I’ll take a look at it for you. No guarantees, but if you haven’t deleted the db, then I should be able to help you recover. I’ll be online for another hour or so tonight.
Forum: Fixing WordPress
In reply to: Aging PostsYes, the archives is just a way to filter posts, so deleting the post would remove them from the archives.