Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Avatar & Image

    #14108

    Hi Sara,

    Firstly, congrats on your new post! I actually read through your half-marathon experience. Hopefully your Achilles tendon will heal soon 🙂

    Secondly, and unfortunately, no there’s no number you can call for more help as Kim is in Denmark (I think, based on his website’s domain and his Danish translation of the theme) and I’m in New Zealand, so it’ll be very expensive for you to call!

    We’re both volunteers just spending what free time we have contributing back to the community. If you want to get things done quickly and efficiently, your best bet would be to just hire somebody to do it for you. But if you wanna learn them yourself, make this forum your favourite place and we’ll try to help you as much as our time and commitment allows 🙂

    Admin

    In reply to: Slider shows "Continue Reading" and "View Full Post"

    #13593

    OK, fixed it. I’ve also removed ellipsis from being added to manual excerpts.

    Admin

    In reply to: My Gravatar isn't showing

    #14129

    The image you inserted as the Author profile image URL in the User Profile page will only be displayed in the Author Profile page here: http://fastforwardandrewind.com/?author=1

    To use the same gravatar throughout the site, register your gravatar here using the same email address that you used on your profile: http://en.gravatar.com/

    Admin

    In reply to: making thumbnails clickable

    #13809

    Added link to the excerpt thumbnails and will be available in the upcoming version 1.3.

    You can change the thumbnail size here: WordPress admin > Settings > Media > Thumbnail size

    Admin

    In reply to: home page display to imitate pagination page display

    #13776

    Hurm..looks like you’re using a Static Front Page when instead you want to list your latest posts in the front page. Try changing “Front page display” option to “Your latest posts” in WordPress admin > Settings > Reading.

    Admin

    Add this code either in the Custom CSS option or in your child theme’s style.css file:

    .page .post-title{
    text-align: center;
    }
    Admin

    In reply to: Secundair menu

    #13752

    Sorry, the theme does not have this capability built in. You can create a custom function that will do this though, but it’ll be difficult if you’re not familiar with PHP and WordPress action hooks.

    Admin

    In reply to: Space Between Nav Bar and Body

    #13747

    The space containing “(Edit Post)” is displayed only if you’re logged in. It won’t be showed to your visitors.

    Admin

    In reply to: Moving Post Excerpts to Left in Slider

    #12129

    Add this to your Custom CSS, or your child theme’s style.css file:

    .sliderpost_featured_image {
    float: right;
    margin: 4px 0 12px 1em;
    }
    .slider_post_entry .block-button, .slider_post_entry .block-button:visited{
    float: left;
    }
    Admin

    In reply to: Hide post tags – will the search engins index them?

    #13743

    Yes, they’ll be invisible to search engines as well, as the code is not only hidden, but it’s actually removed from the page.

    If you want the search engines to still index them, you can keep the codes there, but use CSS instead to hide the tags.

Viewing 10 posts - 5,031 through 5,040 (of 6,030 total)