Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Graphene 2.0 function Search

    #48178

    The search function on your site is working for me. I just tried searching for “prima”:

    Admin

    In reply to: New graphene theme 2.0.1

    #48173

    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

    In reply to: I want to go back.

    #48172

    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.

    1. Export the legacy Graphene settings from WP Admin > Appearance > Customize > Graphene: Utilities > Export legacy settings.
    2. Download previous Graphene version using this link: https://wordpress.org/themes/download/graphene.1.9.4.3.zip?nostats=1
    3. Remove Graphene 2.0 and install Graphene 1.9.4.3.
    4. Go to Graphene Options, and import the legacy settings you have exported in step 1.
    Admin

    In reply to: "Fixing" Changes in Graphene 2.0

    #48171

    @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

    In reply to: "Fixing" Changes in Graphene 2.0

    #48162

    @TelevisionAU,

    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

    In reply to: "Fixing" Changes in Graphene 2.0

    #48161

    @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

    In reply to: Graphene 2.0 function Search

    #48160

    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

    In reply to: "Fixing" Changes in Graphene 2.0

    #48155

    Please provide the links to both sites so that we can take a look.

    Admin

    In reply to: Fatal Error

    #48152

    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

    In reply to: Bug from my slideshow following the 2.0.1 update

    #48150

    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.

Viewing 10 posts - 781 through 790 (of 6,030 total)