KconleyK
Forum Replies Created
-
Forum: Your WordPress
In reply to: Please tell me your commentsYour drop down main menu looks really good, I have been struggling with how to make mine work correctly. What Plugin did you use to create that?
Forum: Your WordPress
In reply to: So done!, what do you thinkThis looks great in my opinion. Can I ask how you got the second horizontal menu in the bottom left of your site?
Forum: Fixing WordPress
In reply to: Full Posts for only one CategoryI got it working. Thanks You!
Forum: Fixing WordPress
In reply to: Full Posts for only one CategoryThat code worked but it only shows the full story for the second story on the page for some reason not all of them.
Forum: Fixing WordPress
In reply to: Full Posts for only one CategoryThanks do I put that in the page.php or where, I can’t remember
Forum: Themes and Templates
In reply to: Add a blank page with just header and footer for my ForumHow are you with Drop Down Menu issues?
Forum: Themes and Templates
In reply to: Add a blank page with just header and footer for my ForumIf I add the sidebars it makes the side bars go under the forum but for now I can do with out sidebars I suppose, just can’t figure out how to make them fit to the right of the forum part.
Forum: Themes and Templates
In reply to: Add a blank page with just header and footer for my ForumThanks I got it working!
Forum: Themes and Templates
In reply to: Add a blank page with just header and footer for my ForumId like to still have two sidebars as that is the way I have widgets for the forum set up to show recent posts, etc.
I don’t want any background really just a white background with the header and footer and the forum and side bars floating on the white. I’d like the total width be about double what it is.
Forum: Themes and Templates
In reply to: Add a blank page with just header and footer for my ForumI have been playing with the Pages code all morning and when I try anything the header and footer are in weird places and the forum doesn’t show up. So I am doing somethign seriously wrong.
Forum: Themes and Templates
In reply to: Add a blank page with just header and footer for my ForumSorry I thought I put a link in the post.
https://www.AverageGuyGolf.com is the site
https://www.AverageGuyGolf.com/forum is the forum home page.
Forum: Fixing WordPress
In reply to: Footer in Internet ExplorerForum: Fixing WordPress
In reply to: Add my logo where the Site Title and Tagline arethanks
Forum: Fixing WordPress
In reply to: Add my logo where the Site Title and Tagline areThanks that worked well.
Do you know how to add some blank spaces or indent the logo a little? If I center it, it centers on the page not just the green area of header. I would like to tab it over about two tabs but not sure the code for that.
Forum: Fixing WordPress
In reply to: Add my logo where the Site Title and Tagline are<h1>“>
<?php bloginfo(‘name’); ?>
</h1><h4>
<?php bloginfo(‘description’); ?>
</h4>I found that but when I change anything, nothing happens. I deleted the browser history, cookies and cache and still nothing.
I changed it to this
<h1>“>
<?php bloginfo(‘<img src=”https://www.averageguygolf.com/wp-content/uploads/2012/05/agg.jpg” alt=”some_text”/>’); ?>
</h1>
<h4>
<?php bloginfo(‘description’); ?>
</h4>