Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Update H1 Tag to Post Title Only in Single.php

    #14074

    Not sure how much effect this will have on SEO really, but I’ve modified the theme so that the post / page titles will be wrapped in <h1> tag instead of <h2> in all singular pages.

    Will be available in the next update.

    Admin

    In reply to: Help! Latest Update has messed up my page display

    #13123

    The option has been added to the upcoming version 1.3

    Admin

    In reply to: ping

    #13515

    Pings are basically when other ping-enabled websites (most WordPress-powered sites are) link back to your particular post or page in their post / page. To test whether or not it works, try linking to any post (say, Post A) from within any other post (say, Post B) on your website, and see if the post that is linked to (in this case Post A) has any ping listed on it.

    Admin

    In reply to: How to remove Archives & Meta boxes from left sidebar

    #13271

    Use the “Text” widget, and insert your table HTML codes inside it.

    Admin

    In reply to: Menu order question

    #12221

    Same thing. Use Custom Menu. In WordPress admin, go to Appearance > Menus.

    Admin

    In reply to: Side Bar diplay

    #13950

    Try adding the following code at the top of the template file before the get_header() call:

    global $graphene_settings;
    $graphene_settings['column_mode'] = 'one-column';
    Admin

    In reply to: SQL Injection Attack

    #14045

    Try replacing the contents of the Graphene theme’s 404.php file with the updated codes here: http://graphene.googlecode.com/svn/trunk/graphene/404.php

    And then ask the Google staff to check it again. Please post in this forum again when the Google staff responds.

    And btw, this is not an SQL injection attack, but merely the server sending a wrong HTTP response status code, so you don’t need to worry about it being a security issue.

    Admin

    In reply to: Volunteer for Theme Testing

    #11108

    Hi everyone! The alpha version of Graphene 1.3 is now ready for public testing! Please follow this link for information and download: https://forum.graphene-theme.com/topic/alpha-graphene-13a

    Admin

    In reply to: Make header image area less high

    #13253

    You need to create another file in the graphene-child folder, and name it functions.php. Then remove the following code from the child theme’s style.css file and add it to the new functions.php file:

    <?php
    function graphene_custom_header_width(){
    return 960;
    }
    function graphene_custom_header_height(){
    return 260;
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');
    ?>
    Admin

    Hi Sara,

    Sorry, you won’t be able to change the username. But you can re-register yourself using a different name, if you want. Let me know if and when you do that, so that I can delete your current user account.

Viewing 10 posts - 5,081 through 5,090 (of 6,030 total)