Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: How to add 'Pagination' right after the post content??

    #43048

    You could try the after_post_content action hook widget area in loop.php. I’m not sure if that will come before or after those plugins, though.

    If you are using Graphene’s built-in social sharing buttons options, it will come before that:

    ldUytxl.png

    Mod

    In reply to: Exact Header Size

    #43047
    Quote:
    I’m not sure if using such a big size has any other ramifications (like load speed etc),

    If it caches, and it’s small enough, very little.

    Quote:
    Sadly, you weren’t much help either.

    We could be more help if you told us what you spent an hour trying to figure out. The solution I pointed works for me and as Sharon indicates, works for her as well.

    Mod

    In reply to: Exact Header Size

    #43044

    As I recall, Neo will resize it automatically. Just make it big enough for the largest mobile device you are using it on, so that Graphene can size it down (rather than up) for all other devices.

    Mod

    In reply to: Block Button Font Change

    #43040

    For the search button, try this one:

    button {
    font-family: "baskerville old face",serif;
    font-weight: normal;
    font-size: 16px;
    }

    FYI, neither “Baskerville Old Face” or “Baskerville” show up on my computer. (Toshiba running standard Windows 7 install.) Are you adding these fonts as part of a child theme?

    Mod

    In reply to: Sticky post not working?

    #43055

    You are using homepage panes. Homepage panes does not support the sticky post feature.

    Mod

    In reply to: Home page loading odd

    #43054

    Your site is loading fine for me.

    The image you posted is probably because the stylesheet didn’t load properly. It could be caching issues on your server.

    Quote:
    Also it seems like the home page is loading the URL and not the domain.

    I have no idea what you mean by this. For the front page, the url is the domain.

    Mod

    In reply to: Disable mobile version

    #43037

    Disable the mobile theme switcher plugin.

    Mod

    In reply to: Block Button Font Change

    #43038

    I believe you need to put baskerville old face in single or double quotes:

    .block-button{
    font:22px 'baskerville old face', serif;
    }

    You were also missing the closing semicolon on that declaration. Sometimes it makes a difference.

    Quote:
    Also, can you recommend anyone that could do some work for me on this site. The directory plug-in needs some hacks to get it to look the way I want and the developer gave me permission to have that done.

    Try tweeting Prasanna about this.

    Mod

    In reply to: Unable to add more menu items

    #43032

    Did they restart your server afterward? If you are on shared hosting, it may not take effect immediately.

    Mod

    In reply to: Graphene Top Bar options

    #43021

    Yes. Use a graphene action hook widget area to add whatever text you would like. (Specifically, graphene_top_bar in header.php)

    There is a tutorial on my site for using Graphene action hook widget areas:

    http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/

Viewing 10 posts - 871 through 880 (of 5,839 total)