Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: How to modify the theme using a child theme

    #10878

    Kakashi3000:

    No need to use a child theme to do this. Just disable comment on the page that you are using as the front page.

    Dariusz:

    See this thread for how to change the dimension of the header image: https://forum.graphene-theme.com/topic/header-image-size-change

    Nav bars and footer uses images as background rather than just CSS codes. You would have to edit those images to change them to the colour you want.

    Admin

    In reply to: Disqus Comment Margins?

    #13101

    Looks like you got it to work already.

    Admin

    In reply to: Custom Slider Image URL

    #12977

    I think you would need to modify the theme’s code to do this. Or manually add an image using the graphene_header action hook, and then position is using CSS absolute positioning. The latter is the better way.

    Admin

    In reply to: Content outside of Blog

    #13083

    Oh yes, the one_column class is now changed to one-column class on the <body> element.

    Admin

    In reply to: Adsense location

    #12355

    Try replacing line 182 of the loop.php file (in version 1.2.1) with this line:

    <?php if (!is_front_page() || (is_front_page() && $graphene_settings['adsense_show_frontpage'])) {graphene_adsense();} ?>

    Let me know if that works.

    Admin

    In reply to: Font Title Page

    #13079

    style.css file line 804:

    h2, h2 a, h2 a:visited {
    border-bottom: 1px solid #E3E3E3;
    font: 18px arial;
    padding-bottom: 5px;
    }
    Admin

    In reply to: can't display picture in slider unless……

    #13078

    I just tried this feature again in the theme and it works fine on my end. Sorry can’t help you much there.

    Admin

    In reply to: No link in header since update

    #12982

    Version 1.2.1, header.php, line 108:

    <a href="<?php echo home_url(); ?>" id="header_img_link" title="<?php esc_attr_e('Go back to the front page', 'graphene'); ?>">&nbsp;</a>

    That’s the link you edited last time, right?

    Admin

    In reply to: Featured image size… how do I adjust?

    #13056

    This could be due to wordpress resizing those images to 50×50 size because one of the sides is smaller than the thumbnail size, which is 150×150. Try uploading an image that’s bigger than 150×150 and see if it displays correctly.

    Admin

    In reply to: Post title text getting clipped

    #13076

    This issue has been fixed with version 1.2.1. Please update the theme.

Viewing 10 posts - 5,151 through 5,160 (of 6,030 total)