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
I update the changelog at this page after every update is published:
http://dev.khairul-syahir.com/wordpress/graphene/documentation/changelog/
Alternatively, you can always look at the
changelog.txtfile included with the theme.Admin
Admin
In reply to: Post excerpts (and some widgets) get repeated with 1.5.5 update.
November 19, 2011 at 9:58 pm #19982OK, open up the
footer.phpfile and delete this line near the top:<?php do_action( 'graphene_bottom_content' ); ?>That action hook has already been defined in the
loop.php, and it was repeated in thefooter.php, hence the repeating of whatever functions being attached to that action hook.Let me know if you can confirm the fix and I’ll push an update to the WP.org theme repository.
Admin
In reply to: Post excerpts (and some widgets) get repeated with 1.5.5 update.
November 19, 2011 at 9:42 pm #19981I’m investigating this. Thanks.
Admin
Looks like you are referring to the Graphene theme and not the Graphene Mobile theme. In that case, something like this would work:
#sidebar_bottom {
background: color;
}Obviously, replace the
colorwith the colour code you want to use.Admin
Quote:Yeah, it appears that in the latest version of functions.php, the whole […] line is entirely missing. Is this going to be fixed?That whole line was removed intentionally, since the
wp_list_pages()function by default already sorts the pages by the page order first, and then alphabetically by name. Removing that line both fixes the issue and avoids redundancy.Admin
Looks like your language setting in the
wp-config.phpfile is set toar, while your translation file is namedar_AR.moandar_AR.po. These need to match.Either change your language setting in
wp-config.phptoar_AR, or change the language files name toar.moandar.po.Admin
bbPress compatibility will be added to the theme in the upcoming version 1.6. If you like, you can also try using the current development version of the theme, which is already compatible with bbPress.
You can checkout the current development version from the theme’s SVN: http://code.google.com/p/graphene/source/checkout
PS: If you have no idea what SVN is, you’d probably want to wait until version 1.6 is released. Using development version for live website is not recommended for most of us.
Admin
You can also read more about using a child theme at the theme’s wiki:
http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme
Admin
It’s showing fine for me as well:
