Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    Thanks, Josh! I was over-confusing myself on this one, and GWNBMF (Google was not being my friend!) I just did a “view image” in Twitpic and pasted the direct link in. It worked!

    (and I hardly use these anymore)

    I guess I’ll have to start doing it all the time, then.

    @Raindance:

    Thanks for bringing this up. If you get it to work, go ahead and mark the topic “Resolved”.

    Thanks again, Syahir. I have been wondering about this for ages!

    Mod

    Dangit!! I want Josh’s knowledge on how to post a pic here!!

    Mod

    Well, there you go. Thanks, Syahir.

    For those who are interested, this line:

    'Category Archive: <span>%s</span>' => '<span>%s</span>',

    is what controls that text. For example, I changed it to:

    'Category Archive: <span>%s</span>' => 'All my posts from the '<span>%s</span>' category',

    which now looks like this:

    That’s just full of awesome!

    Mod

    In reply to: Slider Format

    #19071

    The slider uses the excerpt, so that should have worked. Can you post a URL, so we can take a closer look?

    the html tags be kept in the Posts (Blog) page?

    Sorry, I’m not quite sure what you mean here. Really need to see the actual page.

    Mod

    In reply to: Facebook Insights Code into

    #19089

    You can accomplish this by using an “Action Hook Widget Area” from the Advanced tab of Graphene options. I’m just not sure where it should go.

    Basically, you click on a selection in the “Action Hook Widget Area” and then go to your widgets pane, where you will now see a widget area for what you selected. Drag a text widget to that area and paste your FB code into it.

    Try using a widget area in either “graphene_header” or “graphene_container_before”. One of these should work. (If not, one of the other selections should.)

    Good luck,

    Ken

    Mod
    Mod

    No, it’s not really the best way, because you’ll miss out on changes to the category.php file in the next update (or you’ll have to redo your work). But it works for now, which is the important thing.

    It might be possible to do this with a filter somehow, but I haven’t looked into it that much yet. You can change some WP text like this (see this post, for example), but I don’t know if it’s possible with the Graphene theme itself.

    Mod

    Have you tried deleting the images in the Media Gallery?

    Mod

    In reply to: Top Bar Links and Images

    #19009

    Yeah, your functions.php file is a little messed up. Try this:

    <?php

    add_action('graphene_feed_icon', 'graphene_social_icons');
    function graphene_social_icons(){
    echo "<a target="_new" href="http://lionsridge.org/" title="Lion's Ridge Top Bar Logo"><img src="http://www.lionsridge.org/liontracks/wp-content/uploads/2011/10/topbarlogo.png"/></a>";
    }

    ?>

    Or, if you are using the new Graphene, just go to “Advanced Options” in the Graphene Options, click on “header.php”, enable a widget are for “graphene_feed_icon”, and then use a text widget to paste your code into.

    Ken

    Mod

    In reply to: Dropdown menu to exclude pages

    #19006

    Moved to Support.

    By default, the standard menu will automatically list all child pages as a dropdown menu below their parent page. You can use a custom menu to really take control of that.

    If you need help, here is my tutorial: http://blog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/

    Good luck,

    Ken

Viewing 10 posts - 5,141 through 5,150 (of 5,839 total)