Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Will Post formats templates be returning in the future?

    #48354

    How is that wooCommerce shop page added? Is it a page template that was added by third-party plugins other than wooCommerce?

    Admin

    In reply to: Under the new update all my headers are gone!

    #48353

    Looks like the image being used on the homepage is 1170×200 pixels. When you uploaded the image to set as the Header Image, make sure you skip any cropping as it is already the exact size.

    Admin

    In reply to: Will Post formats templates be returning in the future?

    #48349

    @crosseydlobster, please provide the URL to your site so that I can take a look.

    Admin

    In reply to: New update problems

    #48348

    Yes, it should be fixed now. Latest update (version 2.0.4) should also handle child themes more robustly now so even if you didn’t make the change above, it should already work.

    Admin

    In reply to: 2.04 and BBpress

    #48347

    bbPress integration with Graphene 2.0 is still a work in progress. In the mean time, you can adjust the height of the editor by using Additional CSS:

    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
       min-height: 300px;
    }
    Admin

    In reply to: Under the new update all my headers are gone!

    #48346

    In an earlier questions, I’d asked about the feature image not replacing the header image when sized appropriately. You noted it would be fixed in the next update. That feature is still not working. Is it still planned for a new update.

    It should be working now. What is the size of the image you’re using? Ensure that it is at least 1170×250 pixels. Ensure also the option Disable Featured Image replacing header image is disabled (in Customizer > Graphene: General > Header).

    Admin

    In reply to: PHP7

    #48332

    Our development environment runs on PHP7, so yes, it is compatible.

    Admin

    In reply to: Under the new update all my headers are gone!

    #48331

    Looks like you’re using a child theme in your site. Can you post the content of your child theme’s functions.php file here?

    Admin

    In reply to: how to remove a default widget which came up with new version

    #48330

    Go to Customizer > Graphene: General > Child Pages, and tick the option Disable contextual navigation in the sidebar.

    Admin

    In reply to: New update problems

    #48329

    Try replacing the whole content of your child theme’s functions.php file with this code:

    <?php
    add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
    function my_theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }

    Strange tho when i switch to the theme not the child theme it all looks ok except header image disapears ?

    This is expected since header image setting is tied to the active theme. When you switch themes, the header image settings is switched as well. This is WordPress behaviour to preserve customisations made to specific themes.

Viewing 10 posts - 731 through 740 (of 6,030 total)