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
The theme works properly in IE8. Try visiting the demo site using IE8: http://dev.khairul-syahir.com/wordpress/graphene/
It must be the plugins and/or customisations that you made to your site that cause it to not display properly in IE8.
Admin
Try removing the
header.phpfile from your child theme.Admin
What version did you update from? What files are in your child theme?
Admin
Show us a screenshot of your column widths options settings.
Admin
To completely disable the theme’s feature that modifies the site title, add this to your child theme’s
functions.phpfile:/**
* Disable the theme's title modification feature
*/
function my_remove_filter(){
remove_filter( 'wp_title', 'graphene_title' );
}
add_action( 'init', 'my_remove_filter' );Admin
I’m actually using a separate plugin for minification (WP Minify). Can’t remember the reason, but probably because the minify feature in W3TC does not allow exclusion of scripts (or at least not as easily and I was lazy :D).
Admin
The jQuery Tools library is not being loaded at all in your site. Have you disabled the slider in the options and reinsert it manually?
Admin
Quote:I’m wondering how this update adds to or effects 1.6.1?Changelog here: http://dev.khairul-syahir.com/wordpress/graphene/documentation/changelog/
Quote:But will I lose my custom menus, or options the header I uploaded through options.Nope.
Admin
Hi,
Make sure you’ve installed the Graphene Mobile theme correctly. The instructions can be found here:
http://www.khairul-syahir.com/wordpress-dev/graphene-mobile/installation-instructions
Admin
Hi KevinN,
I will add the “Show full content in archive pages” option as well as the “Retain these HTML tags in excerpts” to the mobile theme in the next update.
