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
Quote:That fixed it, but “graphene_top_search” shows up twice.That’s because that action hook is called twice in the code. Fixed it!
Quote:It makes customising the theme lots easier.That’s the idea 🙂 Makes it easier for WP newcomers to leverage the extensibility provided by WordPress action hooks, without actually having to understand it properly. But of course, nothing beats proper understanding of action and filter hooks and their uses in a child theme.
Admin
Yes, you should use child theme to change the font, or use the Custom CSS option. Whatever you do, don’t change the theme’s core code, since your changes will be lost the next time you update the theme.
Admin
Quote:While I was writing this, for an test I activated “graphene_before_footer” under graphene “Action Hooks Widget Areas”. If I deactivate it and save, then the checkbox is active again.Quote:I am experiencing the same thing with the graphene_top_search action hook.Fixed. The issue was with the validator script.
Quote:(I don’t know which affect it should have, but I didn’t see any when I activated it or now).After you have activated at least one of the action hooks widget areas, go to WP Admin > Appearance > Widgets and you’ll see new widget area(s) is/are added.
Admin
Hi everyone!
The alpha version for the next update (v1.5a) is now available. Please follow this link for information and download: https://forum.graphene-theme.com/bug-report/alpha-graphene-15a
Thanks!
Admin
No, don’t put it in the main style.css file. Put it in the Graphene Options > Display > Custom CSS option.
Admin
In reply to: Thumbnails not displaying with List category posts plug in
September 4, 2011 at 8:52 am #16601There is no
post-thumbclass assigned to anything, hence any code for that class will not be applied anywhere.Try:
.posts-list img {
float: left;
}
.posts-list li {
clear: both;
}Admin
In reply to: Thumbnails not displaying with List category posts plug in
September 4, 2011 at 6:34 am #16599You need to set a “Featured Image” for those posts for the thumbnail to show.
Admin
You would have to create a child theme to do this. After you have created a child theme, create a new file called functions.php. Then insert the following code into that file:
<?php
function graphene_display_slider(){
graphene_slider();
}
?>After that, make sure you activate the child theme through Appearance > Themes.
Admin
Admin
I’m pretty sure NextGen has that ability. You can show photos by album/gallery, and have them shown either by thumbnail or slideshow. You can see it on my website here: http://www.khairul-syahir.com/photo-gallery/gallery/photo-gallery/easter-trip-2010-retouched
