mydanblog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar TweaksIs your sidebar widgetized? In other words, did you activate an archive widget to list your blog archive?
If so, download a spiffy little plugin called widget logic, and activate it. It’s a little tricky to set up. I will help you get it set up. If you are not using widgets for your sidebar, we’ll have to edit your sidebar file.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?PS. if 100px is too small, get it down as small as possible, and we’ll play with it from there.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?Ok, yes, now that I have opened it up… take that picture into a photo editor and bring it down to around 100 px high. It will be much better for your page speed and image quality to do that than to try to reduce it with css.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?Wow, that jacks it up pretty good. I’ll play with it a bit, but we might need to do some image editing.
edit your comment.php file, and look for “Leave a Comment”
You can add some code immediately after that.. something like this:
<p> These are my rules, and I own the delete button. </p>
That should be all there is to it. You could wrap it with some css to give it some styling if it needs it.
Forum: Fixing WordPress
In reply to: Problem with functions.phpI hesitate to answer, because this isn’t quite my cup of tea, so I could be wrong here. My hunch was that the problem is in your add_actions. Then I saw that you have this code in there twice:
add_action( 'admin_menu', 'create_meta_box' ); add_action( 'save_post', 'save_meta_box' );
I’m new to hooks and add_actions – but if I guess correctly, you only need those once.
Forum: Fixing WordPress
In reply to: How to modify the "header image"?Beagle,
If I remember right, I had it set to a 104 height. If you image is more than about 80px high, we’d need to adjust the header size, too.
I’ll be online for a while. If you put the image up, I’ll help you tweak it.Forum: Fixing WordPress
In reply to: Help with background..You’re welcome. Glad I could help
Forum: Fixing WordPress
In reply to: Post date looksIt is a rather advanced change.
I found a good tutorial out there that you might want to look at to see what it entails.Forum: Fixing WordPress
In reply to: Page Attributes Remove titleIt sounds like you can make these changes through CSS. Can you give me a link to look at?
Forum: Fixing WordPress
In reply to: How do I find my footer?Looks like that theme doesn’t have a widgetized footer.
You can make direct edits by going to dashboard=>appearance=>editor
and then click footer on the list on the right.It will take some intermediate to advanced knowledge to make changes down there.
Forum: Fixing WordPress
In reply to: Hiding page numbers on index.phpOr go to your css and add:
.home .page-link {display: none;}
That should do it.
Your css file looks like it has got some major issues, though. Some missing {} somewhere.Forum: Fixing WordPress
In reply to: ilookgood theme helpok. Where you put your image is the important part. My suggestion is to use an ftp program to upload your file to your theme’s images directory. Then you can confidently fill in the blank like so:
wp-content/themes/ilookgood/images/my_image.jpg
Forum: Fixing WordPress
In reply to: Help with background..For the top band of black, look in your skin.css file and change the background-color in #feature (for the top band) and #footer (for the bottom)
Forum: Fixing WordPress
In reply to: Redirect ErrorYou are quite welcome glad I could help!