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
Try switching to the TwentyEleven theme and see if the issue persists.
Admin
Easiest way would be using CSS. Since the header and the navigation menu has constant height, it’ll be easiest to use absolute positioning.
Admin
In reply to: each child-pages shown in seperate boxes with complete content downside a page
April 25, 2012 at 6:58 am #27968This is not tested, but you can do something like this in your child theme’s
functions.phpfile:function graphene_replace_child_excerpt( $content ){
if ( is_page( ## ) ) // Replace ## with the child page ID
$content = apply_filters( get_the_content() );
return $content;
}
add_filter( 'the_excerpt', 'graphene_replace_child_excerpt' );Admin
Your questions do not relate to the original questions in this topic. Feel free to create new topic for new questions, as this has been marked as resolved.
Admin
You wouldn’t want to override the theme’s template files in your child theme exactly for this reason. You can read more about it here:
The customisation you’re looking for is fairly straightforward, and can easily be achieved using CSS:
#header {
background-image: url('http://aws3.noisegate95.com/wp-content/uploads/2012/04/Noisegate95-Studios-5.png') !important;
}Admin
This is really not related to the theme, but to WordPress in general. You’ll most likely get more responses on the WordPress.org support forum.
Admin
I just ran a feed validator on your site and it shows that the RSS feed is valid:
http://feed1.w3.org/check.cgi?url=http%3A//yourspiritmindandbody.com/feed/
Admin
@enceladus, please describe specifically how the widgets do not work.
@sher4, are you using child theme?
@merryb, which version of Graphene theme are you using?
To all, please provide the URL to your sites. It’s difficult to figure things out without actually looking at the sites. For example, I could have worked out the answers to my questions for merryb and sher4 had you provided the URLs to your sites.
Admin
What files do you have in your child theme?
Admin
Widgets in the left and right sidebar are managed separately. If you visit your site’s front end while logged in, there should be a message informing you which widget area exactly that has no widgets in it.
