Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Created child theme but cannot change header and background

    #12346

    Is there any error message when you tried to set the custom background and custom header?

    Admin

    In reply to: Pages who don't appeared in my menu

    #12300

    Use Custom Menu (Appearance > Menus) to customise and control your menu.

    Admin

    In reply to: h1 h2 header text

    #12321

    Don’t really get what you’re referring to. The blue text that states which side the user is on? Can you also provide a link to the website in question?

    Admin

    In reply to: h1 h2 header text

    #12319

    You can do this straight from the WordPress admin, via the Appearance > Header page. There’s no need to use a child theme for this.

    Admin
    Admin

    In reply to: Add Button in Header or Menu

    #12307

    You are not actually using child theme on http://putzle.com

    Admin

    In reply to: Home Page + Slider issue

    #12313

    Add this code before the slider:

    <?php if (is_front_page()) : ?>

    and this code after the slider:

    <?php endif; ?>
    Admin

    In reply to: Bullets Allignment

    #12315

    Hurm…I overlooked this..

    I’ll fix this in the next update.

    Admin

    In reply to: Latest update made the slider screwy

    #12325

    Hurm…that’s weird..somehow WordPress is not using the thumbnail for the images in the slider, but the full-sized images.

    Try opening up the theme’s function.php file and navigate to around line 968. Find this line of code:

    <?php echo graphene_get_slider_image($post->ID, apply_filters('graphene_slider_image_size', array(150,150,true))); ?>

    Change the array(150,150,true) with thumbnail, so that that line of code looks like this:

    <?php echo graphene_get_slider_image($post->ID, apply_filters('graphene_slider_image_size', 'thumbnail')); ?>
    Admin

    In reply to: Blog title in the header

    #12324

    Go to Settings > General, and modify the Site Title and Site Description as you like.

Viewing 10 posts - 5,491 through 5,500 (of 6,030 total)