Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Re: Add text to the top-bar

    #16075

    1. Enable the Header Widget Area in Graphene Options > Widget Area Options.

    2. Place a text widget into the Header Widget Area in WP Admin > Appearance > Widgets, and insert any text you want to be displayed into this Text widget.

    3. Adjust the styling (position + text colour) using the Custom CSS option.

    Admin

    In reply to: A very big thank you! Truely premium free theme

    #15639

    You’re welcome, Meryl 🙂

    Admin

    In reply to: Posts and Pages not showing anywhere

    #16019
    PHP Fatal error: Call to undefined function get_post_format()

    This error is more likely due to using an older version of WordPress, prior to version 3.1 when the Post Format function was added.

    Admin

    In reply to: Re: Move the header text

    #16063

    Insert this in your child theme’s style.css file, or in the theme’s Custom CSS option:

    .header_title {
    left: 70px;
    top: -45px;
    z-index: 10;
    }
    .header_desc {
    display: none;
    }
    Admin

    In reply to: Re: Documentation Wiki for the theme

    #16056

    I’m thinking of creating a wiki for the theme’s documentation. This will include tutorials and/or guide to using/customising the theme.

    Anyone interested in becoming a contributor?

    Admin

    In reply to: BuddyPress

    #11402

    Nope, we haven’t made any progress yet on BuddyPress support/integration. I’m afraid it will take some time before we get to that.

    Admin

    In reply to: Mobile Issues

    #15995

    Maybe some plugin interfering with the order? Also, try manually modifying the published date/time of those sticky posts and see if the order changes.

    Admin

    In reply to: Posts and Pages not showing anywhere

    #16016

    Something caused the page to stop loading just before the content area. Did you modify the codes? Or via child theme? Or maybe some plugin is causing the errors? It’s difficult for me to troubleshoot it since I don’t have access to the site’s logs and PHP on your site is configured to not display error messages.

    Admin

    In reply to: 1st paragraph alignment problem

    #15948

    You seem to have the Social Sharing Buttons option enabled, but have inserted no social sharing buttons code in the theme’s options. Try disabling it at Graphene Options > Social Sharing Buttons.

    Admin

    In reply to: Navigational menu dropdown arrow formatting issue

    #15457

    Insert in your child theme’s style.css or in Custom CSS option:

    #header-menu > li.menu-item-ancestor > a {
    background: none;
    padding-left: 10px;
    }

Viewing 10 posts - 4,421 through 4,430 (of 6,030 total)