Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Video icon in the post?

    #19226

    Looks like the “Smart You Tube” plugin. Try disabling it.

    Mod

    In reply to: Changing Post format styles

    #20730

    Post formats are not meant to include content other than whatever they are meant to contain. In other words, you can add text to a video post, but it’s not meant to contain text, only a video. Post formats begin at line 1296 in the style sheet if you want to take a closer look.

    The blue dots are because whatever plugin you are using for that formats it as an unordered list. The square blue dots are Graphene’s default list item bullets. This code should get rid of them:

    #disqus_thread ul li {
    list-style-image: none;
    }
    Mod

    In reply to: image in slider and post exerpt on front page

    #20736

    Probably a plugin causing that image to appear. It is not a Graphene image.

    Mod

    In reply to: Hypertext Underlining

    #20707

    Should the code above have been “content” instead of “context”? Could that be what’s causing the issues?

    Yes, that is correct. Now I know what Josh was asking about. Sorry for the typo. I am going off to do forty head-slaps right now.

    content-main should work.

    Talk about embarrassing!

    Mod

    In reply to: Hypertext Underlining

    #20705

    Really? It’s that part of the #content that isn’t sidebar: previous and next links, post/page content, comments.

    Here we go again…let’s see if it works

    Mod

    In reply to: Hypertext Underlining

    #20703

    Or just use descendent selectors:

    #context-main a,
    #context-main a:visited {
    color: #1772af;
    text-decoration: underline;
    }
    #context-main a:hover {
    color: #074d7c;
    text-decoration: underline;
    }

    This will target links in just the main context area, where posts and post excerpts appear.

    Mod

    In reply to: image in slider and post exerpt on front page

    #20733

    @yogot7r: It appears that you have issues with your permalinks. See this post in the codex to see allowed tags: http://codex.wordpress.org/Using_Permalinks

    @kayb: I don’t see this problem anywhere on your site. Please do not hijack current threads; feel free to start a new thread for a new issue. (Also, you have it spelt DCMA in your footer, but DMCA on your page.)

    Mod

    In reply to: Native plugin support suggestions

    #14430

    @kayb – moved to plugin suggestions. There are a handful of Amazon wishlist plugins. Which one are you thinking of and in what way does it not work with Graphene?

    Mod

    In reply to: New posts text is outside content area [RESOLVED]

    #20673

    If you have a caching plugin, you will need to flush the cache before you see changes. It’s a good idea to turn off all caching plugins before your start making changes, so that they show up right away.

    Cool site, BTW.

    Mod

    In reply to: Creating a New Page

    #20569

    Yes, there is a better way. Use a custom menu to control exactly what appears in your menus. Here is a tutorial: http://blog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/

Viewing 10 posts - 4,811 through 4,820 (of 5,839 total)