Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: reduce the size of the comment field

    #16463

    Okay. Try this custom CSS:

    #reply-title {font-size:11px;}

    Try using Firebug to identify which element you want to change. It works great!

    Mod

    In reply to: XML data as post content…

    #16547

    Have you tried looking in the WordPress Support forums?

    Ken

    Mod

    In reply to: CSS styling for header widget?

    #16595

    Try this post or this post or this post to get started. The header widget has a lot of possibilities that are underutilized, IMO.

    Ken

    Mod

    Can some of them be made with snippets of code in the ‘Custom CSS’ box

    Yes, and in fact, many of your questions have already been answered in this forum. Have a search around and let us know what you have trouble implementing.

    Ken

    Mod

    In reply to: reduce the size of the comment field

    #16461

    Okay. Try this custom CSS:

    .comment-link {font-size:11px;}

    Mod

    In reply to: Custom Menu Tutorial?

    #15978

    That would be a very long tutorial, indeed.

    Actually, it didn’t turn out to be as long as I thought it would be. Comment on my blog (not here) about what other tutorials you would like to see next.

    I guess part of my confusion is not knowing which part is WordPress general and which aspects are specifically Graphene related

    This is a big one. I’ve been working with Graphene for so long now that the line is a bit blurry. But good to know and think about.

    Mod

    In reply to: Custom Menu Tutorial?

    #15976
    Mod

    In reply to: I have Problems with my blog entries

    #16585

    Not a bug (it looks fine to me) so moved to Support for a quicker answer.

    Your blog looks great to me. I don’t see any repeating entries like you describe.

    Ken

    Mod

    In reply to: Add title to top bar above header image

    #16567

    Please enclose code in backticks (on the “~” key) to prevent browsers from trying to render it. (I’ve fixed this for you.)

    I am trying to add the website title add tag line to the top bar in graphene.

    Well for starters, you are inserting PHP code into a stylesheet, where you should only have CSS code. (“Your modification goes here” means “Your styles modification goes here”.)

    Somewhere (I’ll let you figure out exactly where) in the <div id="top-bar">, you want to insert the following code:

    <?php echo '<'.$title_tag; ?>

    Or, if you want it to link back to the home page:

    <a href="<?php echo home_url(); ?>" <?php echo '<'.$title_tag; ?></a>

    Or something similar. I am NOT a PHP expert, and if I’ve pointed you in the wrong direction, I’m sure someone will give you a map and a compass before too long. Else, you may just figure it out on your own.

    Have fun, and good luck.

    Ken

    And be sure to read the forum rules.

    Mod

    In reply to: Child theme: php strings substitutions

    #16556

    Yes, please read that link. I was completely mistaken about this.

Viewing 10 posts - 5,521 through 5,530 (of 5,839 total)