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: Will Post formats templates be returning in the future?
October 20, 2017 at 12:07 pm #48354How is that wooCommerce shop page added? Is it a page template that was added by third-party plugins other than wooCommerce?
Admin
Looks like the image being used on the homepage is 1170×200 pixels. When you uploaded the image to set as the Header Image, make sure you skip any cropping as it is already the exact size.
Admin
In reply to: Will Post formats templates be returning in the future?
October 20, 2017 at 9:07 am #48349@crosseydlobster, please provide the URL to your site so that I can take a look.
Admin
Yes, it should be fixed now. Latest update (version 2.0.4) should also handle child themes more robustly now so even if you didn’t make the change above, it should already work.
Admin
bbPress integration with Graphene 2.0 is still a work in progress. In the mean time, you can adjust the height of the editor by using Additional CSS:
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content { min-height: 300px; }Admin
In an earlier questions, I’d asked about the feature image not replacing the header image when sized appropriately. You noted it would be fixed in the next update. That feature is still not working. Is it still planned for a new update.
It should be working now. What is the size of the image you’re using? Ensure that it is at least 1170×250 pixels. Ensure also the option Disable Featured Image replacing header image is disabled (in Customizer > Graphene: General > Header).
Admin
Admin
Looks like you’re using a child theme in your site. Can you post the content of your child theme’s
functions.phpfile here?Admin
In reply to: how to remove a default widget which came up with new version
October 19, 2017 at 10:21 pm #48330Go to Customizer > Graphene: General > Child Pages, and tick the option Disable contextual navigation in the sidebar.
Admin
Try replacing the whole content of your child theme’s
functions.phpfile with this code:<?php add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); }Strange tho when i switch to the theme not the child theme it all looks ok except header image disapears ?
This is expected since header image setting is tied to the active theme. When you switch themes, the header image settings is switched as well. This is WordPress behaviour to preserve customisations made to specific themes.
