Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Don't show gravatar on every post

    #25395

    There is an error in your child theme’s style.css file. This block:

    .post-title a:visited {

    border-bottom: 1px solid #ffffff;

    .entry-footer {

    is missing a closing brace (}). It should be like this:

    .post-title a:visited {
    border-bottom: 1px solid #ffffff;
    }
    .entry-footer {
    Admin

    In reply to: Don't show gravatar on every post

    #25387

    Actually, you can do this just by using CSS. First, enable the Show post author’s gravatar. Then, add the following code into the Custom CSS option:

    .post .post-avatar-wrap {
    display: none;
    }
    .sticky .post-avatar-wrap {
    display: block;
    }
    Admin

    In reply to: Links redirecting to spam sites

    #25355

    @prasanna, doing that will not overwrite the .htaccess file per se, but just the portion in that file added by WordPress. All other codes outside the # BEGIN WordPress and # END WordPress tags will remain intact.

    Admin

    In reply to: Posts can´t be listed after uppgrade to 1.6

    #25261

    Look at the error log from your host. It’ll provide more information about the “500 Internal Server Error”.

    Admin

    In reply to: [ADDED] 'Link' Post Format Type

    #24585

    Link post format will be added in version 1.7.

    Admin

    In reply to: [IMPLEMENTED] Rewrap page navigation (make wp_pagenavi outer)

    #23699

    OK, done.

    Admin

    In reply to: after updating things are misaligned

    #24939

    Nope, you just need to press the magic buttons: CTRL+F5

    Admin

    In reply to: Error pages

    #25249

    Don’t know. Somehow your .htaccess file got deleted. Going to the permalink settings and resaving it just rebuilds the .htaccess file.

    Admin

    In reply to: Error pages

    #25247

    Go to WP Admin > Settings > Permalink and click Save.

    Admin

    In reply to: Problem with large, wide Slider cropping images

    #25297

    When did you update the theme-head.php file? If it was some time ago, try updating it again as you may not have the latest revision of that file.

    Also, after updating that file, you need to rebuild your thumbnails. Use the AJAX Thumbnail Rebuild plugin for this.

Viewing 10 posts - 3,501 through 3,510 (of 6,030 total)