Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: IE6 Sidebar issue

    #13340

    I have just completed a commissioned work to make the theme compatible with IE6, and the client is kind enough to let me redistribute the work any way I want. It was implemented using a child theme and is meant for version 1.4.1. Let me know if anyone’s interested in getting it.

    Admin

    In reply to: Thank you for developing such a fantastic theme

    #15999

    Thanks oxbow! Glad it’s all working fine for you 🙂

    Admin

    In reply to: How to change 'follow me' text on Twitter widget

    #15891

    Unfortunately yes, or otherwise you’ll miss out on all the new code additions/fixes to those files. This is why you should never replace the theme’s template files in your child theme, unless it is absolutely necessary. Most of the time, you can use the child theme’s functions.php file and the many action and filter hooks available with the theme to customise it.

    Admin

    In reply to: No "Leave a Comment" sign

    #16003

    Did you happen to enable the option Graphene Options > Display > Posts Display Options > Hide post comment count ?

    Admin

    In reply to: Location of slider

    #15929

    In your child theme, create an empty functions.php file (if it’s not alraedy there) and insert this code:

    remove_action('graphene_top_content', 'graphene_display_slider');
    remove_action('graphene_bottom_content', 'graphene_display_slider');
    add_action('graphene_after_post_content', 'graphene_display_slider');
    Admin

    In reply to: Mobile Issues

    #15990
    Quote:
    – On the Appearance – Graphene Mobile – Post Display Options, checking ‘Hide post author and date’ doesn’t work as expected. Check it and click Save Options then go back and the checkbox is unchecked no matter what.

    Fixed.

    Quote:
    – Blockquote styling is missing.

    Added.

    Quote:
    About the “slider” question I had, I found out that it isn’t actually a similar slider that you have on the desktop theme. I’ve read through your code and realized that it is just whatever post that is first on the list of posts for the frontpage.

    Yes, there is currently no slider functionality in the mobile theme.

    Quote:
    And for my case, its the sticky posts first followed by the rest. But the biggest problem that I see is that it doesn’t follow what category selections and number of posts per category you’ve set to show on the frontpage.

    There was a bug in the “Show recent posts by category” options. I’ve fixed it and will make it available in the next update.

    Quote:
    Also the order of the stickies seems odd. I think it is listed in chronological order (oldest to newest post). I think it is better if it is listed in reverse order.

    I can’t seem to reproduce this issue. It’s working fine on my end, i.e. newest sticky posts followed by older sticky posts followed by normal posts, all listed in chronological order such that newer posts are displayed first.

    Admin

    In reply to: Custom color scheme and background

    #15433

    Still got quite a few things to add/fix with the custom colour options. It requires a lot more coding than I expected.

    Admin

    In reply to: Graphene Child 1.4.1

    #15952
    Quote:
    Now the most of its work…except the lyrics, the calendar, the small icons.

    What about the lyrics, calendar, and small icons that are not working? Try providing a screenshot so that we can see clearly what’s not right.

    Admin

    In reply to: 1st paragraph alignment problem

    #15946

    Try moving the image outside the <p> tag.

    Admin

    In reply to: How to get www in URL?! WordPress graphene theme!?

    #16010

    The theme has nothing to do with whether or not your URL has www in it. Have you tried checking the site preference in Google Webmaster Tools?

    Also, it’ll probably take some time before the changes are reflected in Google search results.

Viewing 10 posts - 4,451 through 4,460 (of 6,030 total)