Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: How to style a page differently from a post ?

    #49551

    Try copy and paste this code into Customizer > Additional CSS:

    .page.singular #content-main {
    	margin: 0 100px;
    }
    

    You can adjust the margin numbers as required.

    Admin

    In reply to: Search Text Color

    #49550

    Copy and paste this code into Customizer > Additional CSS. Make sure you adjust the colour codes as necessary.

    #top_search input {
    	color: #846f8e;
    }
    #top_search input:focus {
    	color: #fff;
    }
    
    Admin

    In reply to: Dropdown Menu Mobile

    #49548

    At the moment, the mobile menu on Franz Josef theme is limited to two levels deep only. We’ll expand this feature to allow for more levels in the next theme update.

    Admin

    In reply to: Theme's 404 page shows all pages in the sidebar

    #49547

    No, it’s not supposed to do that. We’ll include a fix in the next theme update.

    Admin

    In reply to: Upgraded to Graphene 2.4 And Slider Background Changed

    #49546

    @Pumpkins, please create a new topic for your question as it is an unrelated to the original issue in this topic.

    Admin

    In reply to: How to edit the caption "author" in the comments

    #49545

    Any changes you made to the theme’s files will be overwritten the next time the theme is updated. For this reason, it is not recommended to edit any of the theme’s files.

    The proper method for translating the theme’s strings such as “Continue reading” is to add the translation via the WordPress translation interface. Here is the link for French:
    https://translate.wordpress.org/locale/fr/default/wp-themes/graphene

    The translation status will need to reach 95% before WordPress will generate a language file that will appear as new translation update in your WordPress site. The status is currently 69%. I would suggest for you to contribute for the French translation there so that all users for the theme that use the French language can benefit.

    Admin

    In reply to: Site Title Showing

    #49544

    Try replacing the whole content of that functions.php file with this code:

    <?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' );
    
    Admin

    @gorobertboyer,

    Thanks for your feedback. The card display style for the slider is a new feature, and your feedback will help us to learn how users are really using the feature and improve it in the future.

    For the issue with post date, please create a new topic as it is unrelated to the original post in this topic.

    Thanks.

    Admin

    In reply to: Twitter cards

    #49521

    There should be a number of plugins that provide this functionality. Here are a couple that I could find after a quick search:

    Admin

    In reply to: Repositioning Title in Header

    #49515

    Customizer > Graphene: General > Header > Header image max height.

Viewing 10 posts - 361 through 370 (of 6,030 total)