Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Image Padding

    #42674

    Not a Graphene bug.

    Are you up to date with Graphene (1.9.2) and WordPress (3.9.1)?

    Have you edited any theme files?

    Have you disabled plugins to rule out a conflict issue?

    I was going to take a look at your site, but you have one of those annoying videos that plays automatically.

    WordPress 3.9 did change the padding around images, but you sound as if this is a button. Can you post a screen cap showing this?

    Mod

    In reply to: Text-Shadow for the text header and description

    #42338

    Try this in custom CSS feature:

    .header_title {
    text-shadow: 0 0 4px #07559f, 0 0 8px #07559f, 0 0 12px #07559f, 0 0 24px #07559f;
    }
    .header_desc {
    text-shadow: 0 0 4px #07559F, 0 0 8px #07559F, 0 0 12px #07559F, 0 0 24px #07559F;
    }

    Take a look at my blog to see what that looks like. (Although I have overdone. You can peek at my stylesheet to see the actual code.)

    Mod

    In reply to: Uncaught ReferenceError: jQuery is not defined

    #42670

    That’s not a theme issue. A plain-vanilla installation of Graphene will validate just fine.

    You are either using a plugin or have modified your site with code that is not correct, and that is why your image carousel is not showing up.

    Mod

    In reply to: Spam injected into functions.php

    #42673

    I doubt very seriously that it’s a theme bug, or more of us would have this problem. This is most likely the result of a bad plugin, edits made to WordPress or Graphene core files, a malicious hack, or poor security on the part of your host.

    You should be sure to read this page in the Codex:

    http://codex.wordpress.org/Hardening_WordPress

    Make sure that you are only using WordPress core, themes, or plugins that you get from WordPress itself. You can’t make any guarantees about things you get from other sites, even if you pay for them.

    Mod

    In reply to: Uncaught ReferenceError: jQuery is not defined

    #42668

    I cannot see this on any of your pages/posts. Did you get this sorted?

    Mod

    In reply to: Font for text widget

    #42643

    Moved to Support. Please post in the correct section next time. Marking thread as resolved. You can do this yourself as well.

    Mod

    In reply to: Post Titles & Action Hooks

    #42667
    Quote:
    Anyway to have it just on loop-single.php?

    Use PHP widget with is_single()

    Moved to Support. Please post in the correct section next time.

    Mod
    Quote:
    step one – edit options-general.php – look for :

    Yeah, well, editing core files is a hack. (How many times, people? Do NOT edit core files!)

    Besides, there’s not really any point in hiding the fact that you’re running on WordPress, unless your client doesn’t like it. But from a security standpoint, it’s pretty pointless. Read this:

    http://kovshenin.com/2013/dont-hide-the-fact-that-youre-using-wordpress/

    Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard.

    Mod

    In reply to: Blog RSS Feed url error

    #42647

    This was fixed in version 1.6.1 of the theme:

    http://wordpress.org/support/topic/raquo-error-in-rss-feed?replies=7#post-2660402

    Update your Graphene theme and all will be well.

    Mod

    In reply to: !–more– function in editor does not work anymore

    #42637

    WordPress 3.9 now incorporates TinyMCE version 4, which is a huge upgrade to TinyMCE. That means that any plugin that affected the TinyMCE editor needs to be rewritten. Rather than rewrite Ultimate TinyMCE, Josh decided to create a new plugin: WP Edit. You can download it here:

    http://wordpress.org/plugins/wp-edit/

Viewing 10 posts - 1,001 through 1,010 (of 5,839 total)