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: Strange viewing of images in Chrome with Graphene 2.6.5
September 26, 2019 at 5:53 am #51117Try adding the following code to Additional CSS:
.entry-content { overflow-wrap: break-word; }Admin
Ah.. I see. There is indeed a small bug with the Google Fonts loading script. We’ll include the fix in the next update. In the mean time, go to Customizer > Graphene: Advanced > Scripts Options, and tick the option that says “Host theme fonts and scripts locally”.
Admin
They appear correctly when I viewed the site – bold titles and normal content font. Or am I missing something?

Admin
In reply to: Can I reset a new Graphene-Plus license/key for another domain?
August 24, 2019 at 7:52 am #51096Yes. You can initiate the request from your Account Page.
Admin
Please provide the URL to your site so that we can take a look. Thanks!
Admin
Add the following code to Customizer > Custom CSS, and change the colour code accordingly:
.single-topic #bbpress-forums .hentry.author-role-keymaster, .single-topic #bbpress-forums .hentry.author-role-moderator, #bbpress-forums .bbp-search-results .hentry.author-role-keymaster, #bbpress-forums .bbp-search-results .hentry.author-role-moderator { border-color: #9538c5; }Admin
In the next update, we’ll include additional checks that will prevent the warning message.
Admin
Which WordPress version are you using? Is there any error message being displayed or sent to your email?
Admin
Looks like there’s a bug in the current version where WordPress recognizes the options import file as text/html instead of text/plain. We’ll fix this in the next theme update.
Admin
In reply to: error graphene has automatically switched the layout of this page
June 8, 2019 at 3:08 pm #51040Try the following steps:
1. Go to WP Admin > Appearance > Theme Editor. Make sure that Graphene is selected as the theme to be edited.
2. In the files selection on the right hand panel, click on the
incfolder to expand it. Then click on the fileloop.php.3. In the code editor, scroll to line 1256. Replace that line from the original:
if ( $post || $post_id ) {to this:
if ( is_singular() && ( $post || $post_id ) ) {
