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
In reply to: Get rid of underlined text + more text indent + small color changes
May 18, 2011 at 11:40 am #14025Try this:
.home .post .entry {
margin-left: 30px;
}Admin
In reply to: Links are displayed as plain text when post is displayed in the slider
May 18, 2011 at 11:37 am #14018That’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
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
Put this code inside your child theme’s
functions.phpfile: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
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
This is not related to the theme, but rather, to your WordPress files itself. Try reinstalling or updating your WordPress files.
Admin
Use Akismet to combat spam. Or even combine that with the WP-Recaptcha plugin.
Admin
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
Set the Column Options in the theme’s options page to one column, then set your static front page to two-column layout.
Admin
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.
