Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Ah, you meant the author bio. Yes, you can turn it off via Customizer > Graphene: Display > Posts Elements > Hide author bio.

    Admin

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

    #48288

    It is necessary that I have the ability to customize the page layout (number & order of columns) for each page/post/product.

    The feature that you referred to is actually the “Page template” feature, where you can specify the number of columns on each individual page. This feature is still available. In the Edit Page screen, on the right hand side, you’ll see the option to set the page template for that page.

    As for the actual Post Formats feature, it was actually removed from WordPress itself since version 3.6. We might add this feature in the future if WordPress reintegrates it, or as a plugin integration.

    Admin

    Please provide the URL to your site so that we can take a look.

    Admin

    In reply to: Mobile version following update

    #48285

    Hi Chris,

    Add this code to Additional CSS:

    @media (max-width: 767px) {
       #header {
          background-position-x: 0;
       }
       .navbar-inverse .navbar-toggle {
          background-color: #444;
       }
    }
    
    Admin

    In reply to: Space below the menu bar

    #48284

    The footer height needs to be adjusted to accommodate the image. Add the following code to Additional CSS:

    #footer {
       height: 150px;
       background-size: cover;
    }
    Admin

    In reply to: Setup and save settings

    #48283

    The options for Graphene Mobile are located at WP Admin > Appearance > Graphene Mobile. As outlined in the Installation Instructions, you should not activate Graphene Mobile. Graphene will automatically detect the presence of Graphene Mobile and load it when required.

    The API Key can be activated from the Graphene Mobile options page as well. This is needed in order to receive future updates for the theme.

    Admin

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

    #48256

    OK, change this part:
    wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) );

    to this:
    wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'bootstrap', 'font-awesome' ) );

    Admin

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

    #48254

    Okay, this looks like a child theme issue, where the theme’s stylesheets are not loaded in the correct order. Please copy the content of your child theme’s functions.php file and paste it here: https://pastebin.com/

    Admin

    In reply to: Couple of issues after 2.0

    #48253

    I see that most of your featured images in the slider posts either have portrait aspect ratio (taller than wide), or very small (the trophy image).

    The portrait images are quite difficult to fit into the slider. The automatic cropping is evidently inadequate in this case. Try to manually crop the featured images for the slider posts using the Post Thumbnail Editor plugin. Instructions here: https://pagely.com/blog/2015/06/beautiful-featured-images-crop-thumbnails-wordpress/

    For the very small image, I’m afraid you’ll need to switch that with a bigger image. Here are some free images you can use: https://500px.com/search?q=trophy+cup&type=photos&sort=relevance

    Admin

    In reply to: Replace placeholder in php files

    #48252

    In Graphene and WordPress in general, translations should be done using a translation file. In this case however, we have missed including that string in the translation file. Will get it fixed in the next update.

Viewing 10 posts - 751 through 760 (of 6,030 total)