Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Gravatar not working

    #14148

    Are you using the same emaill adress for your user account in WordPress as the one you used to register the gravatar?

    Admin

    In reply to: Pings field appears when pings are disabled

    #12925

    This issue has been addressed in the upcoming version 1.3.

    Admin

    In reply to: Slider stopped sliding?!

    #14143

    Did you modify the theme in some way? Your site does not seem to have the theme’s footer. Have you removed or changed the footer.php file in the theme’s folder?

    Admin

    In reply to: Gecka bg stretcher

    #14146

    Just make a big enough image, then set it as the background image for your website via WordPress Admin > Appearance > Background. You can set the styling of the background there as well.

    Admin

    In reply to: 'About the Author' Image Error

    #11844

    The theme uses gravatar. Register and set up yours here: http://en.gravatar.com

    Admin

    In reply to: Slider heading

    #14138

    Try this:

    .slider_post_title a, .slider_post_title a:visited{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    color: #EEE;
    text-align: left;
    font-size: 48px;
    }
    Admin

    In reply to: Google Recipe Rich Snippets Testing Tool

    #14091

    Hurm..I haven’t actually considered microformats for the theme..but since you’ve posted it here, I’ve updated the required microformats for entry-title, updated, and hCard author for the theme. Will be available in the upcoming version 1.3.

    Admin

    In reply to: Updating style-light.css ?

    #14096

    Try using the !important flag on the CSS rule you defined. For example: color: #ff0 !important;.

    Admin

    Try adding this into your child theme’s functions.php file:

    function graphene_full_sticky(){
    if (is_sticky()) {
    $content = get_the_content();
    $content = apply_filters('the_content', $content);
    $content = str_replace(']]>', ']]>', $content);
    return $content;
    }
    return get_the_excerpt();
    }
    add_filter('the_excerpt', 'graphene_full_sticky');

    And of course, set the posts to display as excerpts on the front page in the theme’s options page.

    Admin

    In reply to: Slider not showing at all

    #13481

    Have you tried reinstalling the theme again? It may be that some files have been inadvertently changed. Also, try deactivating your plugins one by one and see if the slider show up.

Viewing 10 posts - 5,001 through 5,010 (of 6,030 total)