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
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
Looks like you got it to work already.
Admin
I think you would need to modify the theme’s code to do this. Or manually add an image using the
graphene_headeraction hook, and then position is using CSS absolute positioning. The latter is the better way.Admin
Oh yes, the
one_columnclass is now changed toone-columnclass on the<body>element.Admin
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
style.css file line 804:
h2, h2 a, h2 a:visited {
border-bottom: 1px solid #E3E3E3;
font: 18px arial;
padding-bottom: 5px;
}Admin
I just tried this feature again in the theme and it works fine on my end. Sorry can’t help you much there.
Admin
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'); ?>"> </a>That’s the link you edited last time, right?
Admin
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
This issue has been fixed with version 1.2.1. Please update the theme.
