Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Try this:

    .home .post .entry {
    margin-left: 30px;
    }
    Admin

    That’s because WordPress strip all HTML tags from excerpts. In the upcoming version 1.3, I’ve added an option to retain html tags in excerpts. That means you can specify which html tags to retain, for example to retain links it would be <a>. To retain paragraphs it would be <p>.

    Admin

    In reply to: How to put the comment form in Right-to-left?

    #13997

    You can simply hide the menu on front page using CSS:

    .home #header-menu{
    display: none;
    }

    As for making the comment form RTL, you could only do that if you set WordPress to use an RTL language.

    Admin

    In reply to: Any way to change the excerpt length?

    #13954

    Put this code inside your child theme’s functions.php file:

    function graphene_remove_filters(){
    remove_filter('excerpt_length', 'graphene_excerpt_length');
    }
    add_action('init', 'graphene_remove_filters');

    Be warned though that if you’re using background image and excerpt for your slider, the excerpt that will be displayed may be a bit too long for the space.

    Admin

    In reply to: Comments box missing

    #13952

    Hi,

    I can’t seem to be able to access your website. Are you certain the link is correct?

    By the way, you can just reenable comments in the WordPress admin > Settings > Discussion, and in individual posts/pages as well.

    Admin

    In reply to: widget side bar is missing…is there any bug?

    #13929

    This is not related to the theme, but rather, to your WordPress files itself. Try reinstalling or updating your WordPress files.

    Admin

    In reply to: Spam and comments

    #13902

    Use Akismet to combat spam. Or even combine that with the WP-Recaptcha plugin.

    Admin

    In reply to: Is there a closing DIV missing?

    #13873

    Most of the time it’s not the theme’s that’s missing the closing div, but rather, the widgets of those plugins. Try adding </div> at the end of the Nebraska page, and see if that helps.

    Admin

    In reply to: How to set one column on homepage?

    #12480

    Set the Column Options in the theme’s options page to one column, then set your static front page to two-column layout.

    Admin

    In reply to: Thumbnails For Facebook

    #13870

    Is this the Facebook group page you’re referring to: http://www.facebook.com/home.php?sk=group_208035665880721 ? Seems to work fine here.. it shows the correct thumbnails for the posts.

Viewing 10 posts - 5,011 through 5,020 (of 6,030 total)