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
Admin
Admin
Oops! The code above should have been like this:
<?php
add_image_size( 'custom-slider-thumb', 150, 150 );
function custom_slider_thumb(){
return 'custom-slider-thumb';
}
add_filter( 'graphene_slider_image_size', 'custom_slider_thumb' );
?>Now that should work. I’ve also edited my post above to reflect this.
Admin
OK, found it. Just use the code from the Sort Query by Post In plugin. Proper credits given, of course.
How I love open source.
Admin
With the code above in your Custom CSS option, there shouldn’t be a problem.
Admin
This issue has been bugging me as well, and I’m still looking for a solution to it.. It seems like WordPress is having trouble sorting when you mix posts and pages.
Admin
The technique is called CSS Sprite. You can read more about it here: http://css-tricks.com/158-css-sprites/
Admin
No, by default the footer background is blue, and the font color is white, like in the Graphene theme demo site.
You can change the font colour by inserting this code into the Custom CSS option:
#footer .credit p,
#footer .credit a {
color: #fff;
}Admin
You can send it to my email, syahir at khairul-syahir dot com.
Admin
Try adding this to Custom CSS:
#nav li:hover ul {
right: auto;
}
