Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
In reply to: Disappearing comments after closing post for comments
September 7, 2010 at 9:30 am #10976Hi 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.phpfile here: graphene_closed-comments-fix.zipJust replace the
comments.phpfile in the theme folder with the fixed one.This fix will be included in the next version.
Admin
No worries 🙂
Admin
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
What problem are you having exactly using Page Tagger exactly? Please describe the issue so that I can investigate it.
Admin
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
Sure thing 🙂
Admin
In reply to: Comments continue to cascade even when threading is disabled
September 5, 2010 at 1:31 am #10967I 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
September 4, 2010 at 4:21 pm #10964Hurm..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
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
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.
