Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: The new update changed a lot of the look….

    #48460

    You can change those elements in the theme’s options at WP Admin > Appearance > Customize.

    Header image height:
    Graphene: General > Header.

    Widths:
    Graphene: Display > Columns Width

    Admin

    In reply to: New update problem in the main menu

    #48459

    This looks like a plugin conflict. Can you disable your plugins one by one to see which one is causing it?

    Admin

    In reply to: Slider image

    #48458

    Yes, you should use Featured Image since it gives you exact control over which image to show in the slider. It will also show up as a thumbnail in blog listing and archive pages.

    Admin

    In reply to: custom_excerpt

    #48457

    Try this:

    function custom_excerpt_length( $length ) {
       return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 20 );
    
    Admin

    In reply to: FontAwesome Icon

    #48456

    Do this:

    Admin

    In reply to: Header Menu

    #48454

    Try this:

    @media (min-width: 992px) {
       #header-menu {
          display: flex;
          float: none;
       }
       .navbar-inverse .nav > li {
          flex-grow: 1;
       }
    }
    Admin

    In reply to: Home Button

    #48435

    Thanks for the feedback. We’ll add this in the next update.

    Admin

    In reply to: Header Menu

    #48434

    Copy and paste this code into Additional CSS:

    #header-menu {
       display: flex;
       float: none;
    }
    .navbar-inverse .nav > li {
       flex-grow: 1;
    }
    
    Admin

    In reply to: Header image not responsive in mobile

    #48433

    Chris, the slider should be responsive. On which site are you seeing this issue?

    Admin

    In reply to: Warning: Declaration of DropDown_NavMenu::start

    #48432

    Not at the moment. We’ll see about adding that option in the next theme update.

Viewing 10 posts - 701 through 710 (of 6,030 total)