itsmetimd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Save Draft” and “Preview” buttons not working.Thanks Esmi, I haven’t tried any of that yet. I appreciate the info.
Forum: Plugins
In reply to: Reccomendations for Twitter/Digg/Reddit plug in?Can anyone make any recommends here?
Forum: Plugins
In reply to: [Plugin: All in One Adsense and YPN] Thanks for this plugin, really usefulVery nice! Just what I was looking for, thanks!
Forum: Fixing WordPress
In reply to: Problems with correct author being displayed.LOL, not worthless – appreciate the reply.
I’m not sure what’s doing it? I’ve used that account to write several articles and for some reason it won’t let me use it any longer as an author – but I can still do all the admin stuff? It let’s me start a post, but shows one of the other users as the author???? Crazy.
I have a work around, I created another account with my name as the author and that works, but my original admin account still won’t let me write posts as myself!
Forum: Fixing WordPress
In reply to: Problems with correct author being displayed.Bump…
Can anyone help me with this? I can’t figure it out.
Forum: Themes and Templates
In reply to: Changing Header Graphic / Removing some textAnd now I”m 3 for 3!
Thanks, I really appreciate the help.
Forum: Themes and Templates
In reply to: Changing Header Graphic / Removing some textHey Binni, thanks again for the help!
I read through your instructions again and see what I missed – think I’ve got it now.
2 out of 3 down, now to get that footer fixed…
Forum: Themes and Templates
In reply to: Changing Header Graphic / Removing some textOK, another follow-up question…
In this statement what is the code that I need to remove?
Header:
In style.css find this code .Replace it with
#header {
background:url(img/header.jpg) 0 0 no-repeat;
height:90px;
border-bottom:1px solid #A6A6A6;
overflow:hidden;
}
by
#header {
background:url(img/Stogie-Life-Header.jpg) 0 0 no-repeat;
height:200px;
border-bottom:1px solid #A6A6A6;
overflow:hidden;
}Forum: Themes and Templates
In reply to: Changing Header Graphic / Removing some textThanks again! That did it. π
Still working on the others, but one step closer.
Forum: Themes and Templates
In reply to: Changing Header Graphic / Removing some textThanks again for the info, I didn’t get a chance to work on it much tonight but I did removed the RSS Feed text.
As a follow-up to that question, How do I remove the divider graphic that is still at the top of the page? I would like the subscribe graphic to be at the top, without the divider bar above it.
I really appreciate the help here, I’m learning a lot.
Forum: Themes and Templates
In reply to: Changing Header Graphic / Removing some textThanks for the info. I’ll get a chance to work on my site tonight and hopefully can get these tweaks accomplished.
Forum: Fixing WordPress
In reply to: WP automatically cropping images?That was easy enough! Thank you!