Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Header Text Color Problem

    #29328

    It’s working fine on my end. Try clearing your browser cache. This was a bug in version 1.7.1, but has been fixed in version 1.7.2.

    Admin

    There is a stray . in your site’s <head> element. Check your Google Analytics / Site verification code and remove that ..

    Admin

    In reply to: _transient database entries

    #29329

    Those are from WordPress caching mechanism (hence the “transient”). It’s completely normal. Don’t worry about it.

    Admin

    In reply to: Issues upgrading to wp 3.4

    #29268

    I’ve been running the beta version of WordPress 3.4 since developing for the version 1.7.1, so there shouldn’t be any issue.

    In any case, you’re welcome to report any incompatibilities if you find some.

    Admin

    In reply to: Request

    #29238

    The options are only saved when you click on the “Save Options” button. If you accidentally clicked on the colour preset, just reload the page without saving it.

    Admin

    In reply to: Slider image is not clickable at IE

    #29043

    This is the same issue as with the header image link. It has to do with how IE handles empty <a> tag which isn’t in line with all the other major browsers. I’ll fix it for IE in the next update.

    Admin

    In reply to: How to use Author Page

    #29206

    The theme’s author page template takes the info from the author’s profile. Take a look at the theme’s demo site for example: https://forum.graphene-theme.com/author/admin/

    Admin

    In reply to: Graphene in MultiSite Configuration

    #29182

    That depends. Is the content of the text widget identical in all sites? If yes, then wrapping the text widget content in a div and then styling it in the child theme’s style.css file would be the best wat to go.

    If not identical, you can still wrap the contents in a div with different classes for different sites, and then style them all in the child theme’s style.css file.

    Admin

    In reply to: Remove image in header

    #29091

    I think what Prasanna meant was that you can just use the graphene_header_image filter hook to replace the header image with your own image, bypassing the WordPress Custom Header feature completely.

    In your child theme’s functions.php file:

    function graphene_custom_header_img(){
    return 'http://path.to/image/file';
    }
    add_filter( 'graphene_header_image', 'graphene_custom_header_img' );
    Admin

    In reply to: Graphene in MultiSite Configuration

    #29178
    Quote:
    It sure does get confusing when working with firefox and multisite configurations?!?

    Why is that?

Viewing 10 posts - 3,181 through 3,190 (of 6,030 total)