Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Header not correct when updating to 1.7.1

    #28679

    Clear your browser cache (CTRL+F5).

    Admin

    In reply to: Header problems since updating theme

    #28668

    @Dakotapam, your site’s header looks fine to me: http://i.imgur.com/Sd7Dh.png

    Make sure you clear your browser cache (CTRL+F5).

    @grimores, I can see the title of the blog in both IE9 and Chrome, and in both browsers the title is not greater than the width of the site. Make sure you clear your browser cache (CTRL+F5).

    Admin

    In reply to: Google Analytics creating code at top of page

    #28669

    Hi latisha,

    What’s the Google Analytics tracking code that you have placed in Graphene Mobile Options Page > Google Analytics Options?

    Admin

    In reply to: Deleting default H1 homepage

    #27965
    Quote:
    Since I updated to version 1.7.1 I now get H2-Tags for the Main-Site title on every page/article except the front page “Home”, which is extremely uncool!

    This has been the case for quite some time now, since in singular pages the title of the post/page should be more important than the site title, so they get the <h1> tag while the site title gets the <h2> tag.

    Also, I can see your site title in white on other pages as well. Make sure you clear your browser cache (CTRL+F5).

    Admin

    In reply to: How Do I Remove This Sidebar

    #28662

    First, you would need to create a child theme for this. Then, add a file called functions.php in your child theme, and then add this code inside that file:

    <?php
    function graphene_modify_layout(){
    if ( is_single(3437) ){
    global $graphene_settings;
    $graphene_settings['column_mode'] = 'two-col-left';
    }
    }
    add_action( 'template_redirect', 'graphene_modify_layout' );
    ?>
    Admin

    If by “without categoru” you mean the “Uncategorized” category, that’s created by WordPress by default, and you can’t delete them. It’s the default category that’s assigned to any new posts you create.

    Admin

    In reply to: Graphene Mobile Save Options not working?

    #28506

    You’re welcome!

    Admin

    In reply to: Show thumbnails on front page

    #28663

    Graphene is already showing thumbnails for excerpts, so you don’t need another plugin to do that.

    Admin

    In reply to: Graphene Mobile Save Options not working?

    #28504

    That error occurs because you haven’t entered your Graphene Mobile API key in the Graphene Mobile options. You should have received the API key in the purchase receipt email that was sent to you after your purchase.

    Sent from my GT-I9100 using Tapatalk 2

    Admin

    In reply to: Graphene Mobile Save Options not working?

    #28502

    OK, I’ve fixed the bug. You should be able to automatically update to version 1.1.9 shortly, which contains the fix.

Viewing 10 posts - 3,241 through 3,250 (of 6,030 total)