Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Disappearing comments after closing post for comments

    #10976

    Hi Sjaak,

    I have a feeling this will be a problem when developing the theme, but slip it back to the back of my mind in favour of more important issues.

    I guess it’s about time I fix it 😀

    Download the fixed comments.php file here: graphene_closed-comments-fix.zip

    Just replace the comments.php file in the theme folder with the fixed one.

    This fix will be included in the next version.

    Admin

    In reply to: Page Tagger Plugin Problem

    #10975

    No worries 🙂

    Admin

    In reply to: Page Tagger Plugin Problem

    #10973

    Hi Ianro, I just installed and tested the Page Tagger plugin with the Graphene theme and it works fine. I can add new tags for pages, as well as select from the existing tags.

    May I know what version of Graphene are you using? have you tried with the latest version (1.0.8.1)?

    Admin

    In reply to: Page Tagger Plugin Problem

    #10971

    What problem are you having exactly using Page Tagger exactly? Please describe the issue so that I can investigate it.

    Admin

    In reply to: Changing Header Text Color

    #10969

    The colour of the header text can be changed in the Appearance > Custom Header admin page. Since WordPress already has this functionality, that’s why I didn’t include it in the theme’s options page.

    Admin

    In reply to: Change position of Header Text

    #10828

    Sure thing 🙂

    Admin

    In reply to: Comments continue to cascade even when threading is disabled

    #10967

    I hope you didn’t remove the closing PHP tag, ?>?

    The wp_list_comments() function callback should look like this:

    wp_list_comments(array('callback' => 'graphene_comment', 'style' => 'ol')); ?>

    Yes, this change will be included in the next version.

    Admin

    In reply to: Comments continue to cascade even when threading is disabled

    #10964

    Hurm..I’ve never actually tried disabling it before. You need to do it manually then.

    Open up the file comments.php and find the wp_list_comments() function call. Remove the max_depth parameter, so that it looks just like this:

    wp_list_comments(array('callback' => 'graphene_comment', 'style' => 'ol'));
    Admin

    In reply to: Change position of Header Text

    #10826

    So if I understand you correctly I only have to add the modifications that I want to make to this new style sheet? Does that mean I look for the rules I want to change in the original theme and then code the changes into the new theme’s style sheet?

    That’s exactly what you have to do 🙂

    Admin

    In reply to: cascading comments

    #10962

    You need to use the WordPress’ the_time() function to output the date in the format you want. Read more about it here: http://codex.wordpress.org/Function_Reference/the_time.

    Also, please understand that I cannot help you with every single modification that you want to do, since I’m doing this voluntarily and I don’t exactly have a lot of free time. This forum is intended primarily for users of the theme who encounters technical problem with the theme, not to help people do custom modification to the theme to suit their needs. For that, I do accept paid freelance work to do the modifications for you.

    Also, please consider donating to help support the theme’s support and development.

    Thanks.

Viewing 10 posts - 5,991 through 6,000 (of 6,030 total)