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
The search function on your site is working for me. I just tried searching for “prima”:

Admin
Try changing your child theme’s functions.php code to this:
<?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' ); add_theme_support( 'woocommerce' );Admin
Follow these steps to roll back to the previous version. Be reminded that you will lose out on significant features that Graphene 2.0 and future versions will bring, and we could not provide support for legacy versions.
- Export the legacy Graphene settings from WP Admin > Appearance > Customize > Graphene: Utilities > Export legacy settings.
- Download previous Graphene version using this link: https://wordpress.org/themes/download/graphene.1.9.4.3.zip?nostats=1
- Remove Graphene 2.0 and install Graphene 1.9.4.3.
- Go to Graphene Options, and import the legacy settings you have exported in step 1.
Admin
@TelevisionAU, I see what’s happening. Looks like you’re using Cloudflare which are caching the stylesheets.
We’ll be releasing an update for the theme shortly which should indicate to browsers to fetch a new copy of the stylesheets instead of using cache. In the mean time, you can also resolve the issue by clearing your site’s Cloudflare cache.
Admin
Apologies if this is a double post as I tried to submit a post to the forum yesterday/Saturday but looks like the forum has now changed too?
The old forum had been using legacy bbPress version for a long time. It was notoriously difficult to maintain and make secure. During the last few months some users have also been having difficulties creating new topics and posting replies, as you have experienced.
With Graphene 2.0 release, we’ve migrated the forum to the latest version of bbPress, WordPress, and Graphene. It’s currently serving as our testbed for perfecting bbPress integration with Graphene.
As for your website, it looks like it’s using a mixture of old and new Graphene stylesheets. Couple of things to try:
- Try deleting the theme, and installing it again.
- If you are using any caching plugin, like W3 Total Cache and WP Super Cache, make sure to clear its cache.
Admin
@strider4336,
1) It seems that on all pages that are not the home page, the Site Title is now a link back to the homepage … b) change that link (and just that link) so that it is the same color on all pages?
Add this code to Additional CSS:
.header_title, .header_title a, .header_title a:visited, .header_title a:hover, .header_desc { color: #000; }2) The new default font for the entire site seems to be something new called “Lato” (and now defaults to 12pt). If I would like to change that default font for the entire site, how would I do that?
Add this code to Additional CSS (and amend the font name and size as necessary):
body { font-family: "Arial"; font-size: 16px; }It seems that my browser was loading cached parts of the old theme along with parts of the upgraded theme.
This seems to be a common cause resulting in many people panicking over the changes as their site falsely appears “broken”. I’ll try to see if it is possible to automatically instruct browsers to clear cache immediately after the update.
Admin
Are you referring to the Google Site Search widget on the left sidebar? The search function on the top bar appears to be working as it should.
Admin
Please provide the links to both sites so that we can take a look.
Admin
There are several ways to rename a file on the server. A couple of the most common methods are:
- Using an FTP program
- Using the File Manager in your hosting’s Control Panel
If you are not familiar with either of the above methods, try simply activating the Graphene theme (this disables the child theme).
Admin
Looks like you have the footer.php file from the old version in your child theme. Try to remove that and your footer issue should be fixed.
I haven’t had the chance to look at your site yet (only the screenshots you linked to). From what I see, the slider issue is probably due to some custom CSS style you have applied in previous version. Try to remove that CSS first and see if that fixes it.
