thegameison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot write or edit postsYes. This appears to be an issue unrelated to my theme or plug-ins.
Forum: Fixing WordPress
In reply to: Tags, Categories Do Not Show UpPerfect. You’re awesome!
Forum: Fixing WordPress
In reply to: Tags, Categories Do Not Show UpWell I tried the third option as well and it didn’t work. How do I fix a faulty htaccess file?
Forum: Themes and Templates
In reply to: Theme Looks Different In Internet ExplorerNevermind, I got it now. Thanks so much for your help.
Forum: Themes and Templates
In reply to: Theme Looks Different In Internet ExplorerAlright, thanks. I have moved the code down and those three problems I mentioned above are gone. However, if you go back to my site, you’ll see that the Big Lead Sports banner is below my site banner now, just above the content. Where do I need to put the code for the Big Lead Sports banner so that it can be above everything else on the page while not effecting how IE reacts to my site?
Forum: Fixing WordPress
In reply to: Tags, Categories Do Not Show UpI have tried the first two options. I’ll try the third when I get home later today. Are there any other reasons this may be happening other than those three?
Forum: Fixing WordPress
In reply to: Tags, Categories Do Not Show UpThat’s the problem, it goes to just one post when it is supposed to go to a list of posts instead.
Forum: Fixing WordPress
In reply to: How To Add This To A Tag PageBump
Forum: Fixing WordPress
In reply to: How To Add This To A Tag PageBump
Forum: Fixing WordPress
In reply to: How To Add This To A Tag PageBump
Forum: Themes and Templates
In reply to: How to center the navigation menu on my site.I couldn’t get the exact pixel right for it to be dead center but I like it. Thanks a bunch.
Forum: Themes and Templates
In reply to: How to center the navigation menu on my site.I put that in but it didn’t work, as you can see here: https://butthegameison.com/blog/
Forum: Themes and Templates
In reply to: How to center the navigation menu on my site..Menu {
position:absolute;
height:35px;
top:212px;
width:936px;
left: 26px;
font-family: Georgia, “Times New Roman”, Times, serif;
}
.Menu ul {
top:0px;
float:left;
margin:0px;
padding:0px;
position: relative;
left: 4px;
}
.Menu li {
display:inline;
font-size:11px;
line-height: 35px;
}
#header .Menu a {
display:inline;
margin:0px;
padding:4px 8px;
font-size: 14px;
font-weight: bold;
border: 1px solid #4E4E4E;
background: #242424;
}
#header .Menu a:hover {
text-decoration:none;
color: #FFFFFF;
background: url(images/menu-hover.png) repeat-x left bottom;
border: 1px solid #910000;
}That’s what I see. Could you replace what I need to and re-post?
Forum: Fixing WordPress
In reply to: How to print all posts?Where do I put this?
Forum: Fixing WordPress
In reply to: How to replace my theme’s entire comment system?It’s not working because all that the inove theme says in the comments.php file is:
<?php
if (function_exists(‘wp_list_comments’)) {
comments_template(”, true);
} else {
comments_template();
}
?>