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
It’s working fine on my end. Try clearing your browser cache. This was a bug in version 1.7.1, but has been fixed in version 1.7.2.
Admin
In reply to: Graphene original background showing during page transition
June 14, 2012 at 10:42 pm #29323There is a stray
.in your site’s<head>element. Check your Google Analytics / Site verification code and remove that..Admin
Those are from WordPress caching mechanism (hence the “transient”). It’s completely normal. Don’t worry about it.
Admin
I’ve been running the beta version of WordPress 3.4 since developing for the version 1.7.1, so there shouldn’t be any issue.
In any case, you’re welcome to report any incompatibilities if you find some.
Admin
Admin
This is the same issue as with the header image link. It has to do with how IE handles empty
<a>tag which isn’t in line with all the other major browsers. I’ll fix it for IE in the next update.Admin
The theme’s author page template takes the info from the author’s profile. Take a look at the theme’s demo site for example: https://forum.graphene-theme.com/author/admin/
Admin
That depends. Is the content of the text widget identical in all sites? If yes, then wrapping the text widget content in a div and then styling it in the child theme’s
style.cssfile would be the best wat to go.If not identical, you can still wrap the contents in a div with different classes for different sites, and then style them all in the child theme’s
style.cssfile.Admin
I think what Prasanna meant was that you can just use the
graphene_header_imagefilter hook to replace the header image with your own image, bypassing the WordPress Custom Header feature completely.In your child theme’s
functions.phpfile:function graphene_custom_header_img(){
return 'http://path.to/image/file';
}
add_filter( 'graphene_header_image', 'graphene_custom_header_img' );Admin
Quote:It sure does get confusing when working with firefox and multisite configurations?!?Why is that?
