mhgaither
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post "like" history deleted after changing format in YoastDone. And thanks, good idea.
Forum: Themes and Templates
In reply to: [Gridiculous] Gridiculous header text and social media iconsI recently converted to Gridiculous. Love the template.
Question: When I add social networking buttons or a search field the header (under the Widgets menu), a huge block of blank space is added above my header image. Is there a way to prevent that?
Thanks.
Michael (michaelgaither.com)
Forum: Fixing WordPress
In reply to: Replacing html tables with inline css and div tagsI’m competent with basic html. Not so much with CSS.
I don’t mind learning and rebuilding the page – it’s really (currently) only three two-column tables. My trouble has been figuring out WHAT I need to learn to replace the tables (inline css, divs, etc.)
If you can point me to any good sources, or advise on what specific things I need to learn to build this, I’d appreciate it.
Thanks.
Forum: Fixing WordPress
In reply to: Menu adds line break – but only on IE and FirefoxCould I possibly be missing a closing </dev> tag in this section?
[41 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Menu adds line break – but only on IE and FirefoxOdd. It seems fine here on the actual page. Unless I’m missing something obvious:
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-43" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-43"><a href="https://www.michaelgaither.com/home/">HOME</a> <li id="menu-item-45" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45"><a href="https://michaelgaither.com/home/music">MUSIC AND STORE</a> <li id="menu-item-2630" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2630"><a href="https://www.michaelgaither.com/home/shows">CALENDAR</a> <li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46"><a href="https://michaelgaither.com/home/video">VIDEO</a> <li id="menu-item-49" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49"><a href="https://michaelgaither.com/home/gallery">GALLERY</a> <li id="menu-item-417" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-417"><a href="https://www.michaelgaither.com/home/podcast">PODCASTS</a> <li id="menu-item-44" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44"><a href="https://michaelgaither.com/home/press">PRESS KIT</a> <li id="menu-item-2629" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2629"><a href="https://www.michaelgaither.com/home/contact1">CONTACT</a> </div>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Forum: Fixing WordPress
In reply to: Menu adds line break – but only on IE and FirefoxP.S. The line break seems to be limited to the size of the header image. (The line break is right at the edge of the image. But this only happens in IE and Firefox.)
Forum: Fixing WordPress
In reply to: Need elegant way to hide header textI added them here. Note: I tried both with and w/o the text-align command left in:
/* header */
.header {
background: #ffffff;
text-align: center;
text-indent: -999% !important;
}.header img {
float: left;
padding-right: 1em;
}.header h1 {
color:#000000;
padding-top: 3em;
}Forum: Fixing WordPress
In reply to: How do I format my (nav) menu?Here’s a bit more info. It’s the menu section in my CSS file. I’ve been tweaking it, but cannot get the links to appear as buttons. Any ideas?
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Thanks again,
– M.
Forum: Fixing WordPress
In reply to: Header formatting: Forcing font and adding RSS tagThanks, esmi. Actually, I mis-wrote. I really only want to change the main header text to be Arial bold. Also want to change the font color (again, just for the header text.)
Can you provide some more guidance? Many thanks.
– Michael
Forum: Fixing WordPress
In reply to: Advice on IE-specific style sheets/fixes?Hi,
I’m happy to take a stab at the markup errors. How do I find them?
Thanks,
– Michael
Forum: Fixing WordPress
In reply to: Can't change header tagline colorHow would I change just the main header font color? I changed the hex code in the css file, but something’s over riding it.
Thanks again,
– Michael
This does look a little intense. I did a little querying this morning. Lots of people are on IE 7 and 8, but I also found a fair number who were still on IE 6.
Any more advice on conditional comments? I’ll read that link above.
Thanks,
– Michael
Hi,
I’m using WP. (My old site is in B2, and if you enter just michaelgaither.com, the redirect takes you to the B2 blog.)
The WP page is michaelgaither.com/home (you need to add “home”). It works, I just haven’t made it my official new page.
As far as IE, the nav bar color probs are on IE 6.0.2. Thanks for any help getting this resolved.
– Michael
Forum: Fixing WordPress
In reply to: Can't change header tagline colorPerfect. Thanks.
Forum: Fixing WordPress
In reply to: Making post titles *not* be permalinks?Perfect! Thanks again.