Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
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
OK, fixed it. I’ve also removed ellipsis from being added to manual excerpts.
Admin
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
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
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
In reply to: Problems with page title changes(font, color, position…)
May 15, 2011 at 11:57 am #13772Add this code either in the Custom CSS option or in your child theme’s style.css file:
.page .post-title{
text-align: center;
}Admin
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
The space containing “(Edit Post)” is displayed only if you’re logged in. It won’t be showed to your visitors.
Admin
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
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.
