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: An Email link (box) has appeared at bottom of all my post pages
October 19, 2017 at 10:17 am #48289Ah, you meant the author bio. Yes, you can turn it off via Customizer > Graphene: Display > Posts Elements > Hide author bio.
Admin
In reply to: Will Post formats templates be returning in the future?
October 19, 2017 at 10:15 am #48288It is necessary that I have the ability to customize the page layout (number & order of columns) for each page/post/product.
The feature that you referred to is actually the “Page template” feature, where you can specify the number of columns on each individual page. This feature is still available. In the Edit Page screen, on the right hand side, you’ll see the option to set the page template for that page.

As for the actual Post Formats feature, it was actually removed from WordPress itself since version 3.6. We might add this feature in the future if WordPress reintegrates it, or as a plugin integration.
Admin
In reply to: Testimonials slider no longer appearing on right hand side (sidebar).
October 19, 2017 at 10:08 am #48286Please provide the URL to your site so that we can take a look.
Admin
Hi Chris,
Add this code to Additional CSS:
@media (max-width: 767px) { #header { background-position-x: 0; } .navbar-inverse .navbar-toggle { background-color: #444; } }Admin
The footer height needs to be adjusted to accommodate the image. Add the following code to Additional CSS:
#footer { height: 150px; background-size: cover; }Admin
The options for Graphene Mobile are located at WP Admin > Appearance > Graphene Mobile. As outlined in the Installation Instructions, you should not activate Graphene Mobile. Graphene will automatically detect the presence of Graphene Mobile and load it when required.
The API Key can be activated from the Graphene Mobile options page as well. This is needed in order to receive future updates for the theme.
Admin
OK, change this part:
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) );to this:
wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'bootstrap', 'font-awesome' ) );Admin
Okay, this looks like a child theme issue, where the theme’s stylesheets are not loaded in the correct order. Please copy the content of your child theme’s
functions.phpfile and paste it here: https://pastebin.com/Admin
I see that most of your featured images in the slider posts either have portrait aspect ratio (taller than wide), or very small (the trophy image).
The portrait images are quite difficult to fit into the slider. The automatic cropping is evidently inadequate in this case. Try to manually crop the featured images for the slider posts using the Post Thumbnail Editor
plugin. Instructions here: https://pagely.com/blog/2015/06/beautiful-featured-images-crop-thumbnails-wordpress/
For the very small image, I’m afraid you’ll need to switch that with a bigger image. Here are some free images you can use: https://500px.com/search?q=trophy+cup&type=photos&sort=relevance
Admin
In Graphene and WordPress in general, translations should be done using a translation file. In this case however, we have missed including that string in the translation file. Will get it fixed in the next update.
