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
Try copy and paste this code into Customizer > Additional CSS:
.page.singular #content-main { margin: 0 100px; }You can adjust the margin numbers as required.
Admin
Copy and paste this code into Customizer > Additional CSS. Make sure you adjust the colour codes as necessary.
#top_search input { color: #846f8e; } #top_search input:focus { color: #fff; }Admin
At the moment, the mobile menu on Franz Josef theme is limited to two levels deep only. We’ll expand this feature to allow for more levels in the next theme update.
Admin
No, it’s not supposed to do that. We’ll include a fix in the next theme update.
Admin
@Pumpkins, please create a new topic for your question as it is an unrelated to the original issue in this topic.
Admin
Any changes you made to the theme’s files will be overwritten the next time the theme is updated. For this reason, it is not recommended to edit any of the theme’s files.
The proper method for translating the theme’s strings such as “Continue reading” is to add the translation via the WordPress translation interface. Here is the link for French:
https://translate.wordpress.org/locale/fr/default/wp-themes/grapheneThe translation status will need to reach 95% before WordPress will generate a language file that will appear as new translation update in your WordPress site. The status is currently 69%. I would suggest for you to contribute for the French translation there so that all users for the theme that use the French language can benefit.
Admin
Try replacing the whole content of that
functions.phpfile with this code:<?php /** * Graphene Child Theme Functions */ function graphene_child_enqueue_styles() { wp_enqueue_style( 'graphene', get_template_directory_uri() . '/style.css', array( 'bootstrap', 'font-awesome' ) ); wp_enqueue_style( 'graphene-child', get_stylesheet_uri(), array( 'graphene' ) ); } add_action( 'wp_enqueue_scripts', 'graphene_child_enqueue_styles' );Admin
Thanks for your feedback. The card display style for the slider is a new feature, and your feedback will help us to learn how users are really using the feature and improve it in the future.
For the issue with post date, please create a new topic as it is unrelated to the original post in this topic.
Thanks.
Admin
There should be a number of plugins that provide this functionality. Here are a couple that I could find after a quick search:
Admin
Customizer > Graphene: General > Header > Header image max height.
