Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Showcase

    #15666

    Spam is my only concern about this. Plus the fact that one of the criteria that the forum use in combating spam posts is by looking at how many links are included in a post.

    Though I suppose having to describe the changes you made is a bit of a burden on the poster’s side. Changes may not be easily described, particularly if it’s a substantial one.

    Admin

    In reply to: Resize columns

    #15671

    Yes, I have plans on implementing this. Haven’t actually looked at how much code writing is needed, though I suppose it’ll be quite substantial. It’ll probably be implemented in terms of a grid system.

    Admin

    In reply to: Advice for setting up your blog

    #15080

    And some would argue learning things the hard way is the only way we learn 🙂

    GIYF – another acronym added to my (excessively-long-for-the-average-person) list of acronym. Thanks Ken!

    Admin

    In reply to: Custom color scheme and background

    #15425

    Just an update:

    Custom background – done

    Custom colours – about 50% complete

    Admin

    Thanks for the donation, Laura!

    Admin

    In reply to: Hide archived posts older than 6 months

    #15453

    Thanks, Jamilla!

    Admin

    In reply to: A very big thank you! Truely premium free theme

    #15636

    You’re very much welcome 🙂

    Admin

    In reply to: Help Please! Facebook Like Button not showing

    #15647

    I don’t think you can use the XFBML version of the code with theme’s built-in social sharing button placement, since that version requires adding an additional tag in the theme’s <head> element. For now, you can either go with the <iframe> version, or use a plugin.

    Admin

    In reply to: Static home page contents

    #15614

    Ken, you can disable the background by just using this:

    background: none;
    Admin

    The problem was caused by the functions.php file that you created in your child theme. In that file, you declared the function graphene_setup(), which the theme uses to register support for post formats. Since you’ve already declared the function, the theme cannot redeclare the graphene_setup() function, hence support for post formats were never registered by the theme, hence the error message you’re seeing.

    I’ve renamed your child theme’s functions.php file to functions_.php file so it won’t be executed by WordPress.

Viewing 10 posts - 4,561 through 4,570 (of 6,030 total)