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
In reply to: Correct process for updating Graphene with a child theme
June 6, 2011 at 6:51 am #14611The same way you update plugins: just click on Dashboard > Updates. Simple as.
Admin
See if this thread helps you: https://forum.graphene-theme.com/topic/how-do-i-make-page-titles-inactive-links
Also, please post in the correct section next time. Take some time to read the rules.
Admin
Ah…that’s a no no…you’ll lose the changes when you update the theme. For simple CSS modifications, use the Custom CSS option at WP Admin > Appearance > Graphene Options > Display > Custom CSS. Or you could also use a child theme: https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme
Admin
Okay, fixed this.
But why would you set all posts in a category to be sticky?
Admin
Ah, there’s a mistake in the code. Should be like this:
#slider-post-262{
padding: 0;
width: 630px;
}
#slider-post-262 .sliderpost_featured_image{
margin: 0;
}Admin
Put this inside your child theme’s style.css or Custom CSS:
.slider-post-262{
padding: 0;
width: 630px;
}
.slider-post-262 .sliderpost_featured_image{
margin: 0;
}Admin
URL?
Admin
See this post in the WordPress Codex: http://codex.wordpress.org/Function_Reference/the_excerpt#Control_Excerpt_Length_using_Filters
Admin
You can use the Firebug addon for Firefox to identify which elements need changing in the CSS.
Admin
In reply to: posts page (home page) to look like achieves page (or categories page)?
June 4, 2011 at 10:40 pm #14522Actually, I’ve done this for you. Copy/paste the codes from http://pastebin.com/D9GkzQtD into your child theme’s
home.phpfile.
