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
Insert this code either in your child theme’s CSS file, or in the theme’s Custom CSS option:
#header .sidebar-wrap{
float: right;
}Admin
The upcoming version 1.3 will include this option.
Admin
Can you provide links to your website where it’s not working? I’ve just tested the feature again and it works fine.
Admin
If you could provide more information about the problem, and provide a link to your website I could probably take a look at it.
Admin
Child theme is essentially a different theme than its parent theme, so when you activate a child theme, WordPress considers it as a different theme and so reverts your background and header back to the default settings.
I see now that the secondary menu has actually lost its styling altogether (i.e. it displays as a vertical list with bullets). Let me know if you still need help with it.
Admin
In reply to: thank you for new child page excerpt display on parent page
May 12, 2011 at 9:58 am #13189In the upcoming version 1.3, you can disable this feature.
Admin
Version 1.3 is currently in the alpha testing period. Won’t be long before it’s made available 🙂
And yes, the child pages listing order has also been fixed in 1.3.
Admin
You can already do this with a plugin and a little bit of coding. See here: https://forum.graphene-theme.com/topic/feature-pages-not-posts-in-the-slider#post-1089
I’ll see about adding this feature in the future though.
Admin
The slider has the ability to show the post’s featured image as its background image. In the Graphene Options > Slider Options > Slider display style > Background image and excerpt.
You can then create posts under a specific category, say “Slider Images”, and assign the images you want to show in the slider as the Featured Image of those posts. Then make sure you assign that category as the category to be shown in the slider in the theme’s options page.
This way the slider will show the featured images as its background image, along with the title of the post, its excerpt, and a read more button. If you just want it to show those images, you can use CSS
display: none;on all those other elements.Admin
Use the Firebug plugin for Firefox to quickly and easily find which CSS codes you need to copy and modify.
