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
In reply to: Created child theme but cannot change header and background
January 27, 2011 at 2:12 am #12346Is there any error message when you tried to set the custom background and custom header?
Admin
Use Custom Menu (Appearance > Menus) to customise and control your menu.
Admin
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
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
See this thread: https://forum.graphene-theme.com/topic/add-button-in-header-or-menu
Admin
You are not actually using child theme on http://putzle.com
Admin
Add this code before the slider:
<?php if (is_front_page()) : ?>and this code after the slider:
<?php endif; ?>Admin
Hurm…I overlooked this..
I’ll fix this in the next update.
Admin
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)withthumbnail, 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
Go to Settings > General, and modify the Site Title and Site Description as you like.
