Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: [ALPHA] Graphene 1.5a

    #16911
    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

    In reply to: changing the font of title inside the insidebar

    #16886

    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

    In reply to: [ALPHA] Graphene 1.5a

    #16909
    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

    In reply to: Volunteer for Theme Testing

    #11125

    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

    In reply to: Images resizing on home slider

    #16774

    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

    #16601

    There is no post-thumb class 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

    #16599

    You need to set a “Featured Image” for those posts for the thumbnail to show.

    Admin

    In reply to: slider in all pages

    #16903

    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

    In reply to: slider

    #16902

    Check out the settings in Graphene Options > General > Slider Options

    Admin

    In reply to: Favorite slideshow plug in?

    #16899

    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

Viewing 10 posts - 4,211 through 4,220 (of 6,030 total)