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
Aaa….the commenting feature in WordPress can work for every single post and page. If you want to create just a page for comments, sure you can…but it means that you’ll have to disable comments in all the other pages..
Not sure why you want a specific page for comments though…
Admin
In reply to: How to remove the grey bar post navigation which appears on top of single posts?
May 26, 2011 at 7:29 am #14285Add this to your child theme’s
style.cssfile:.single .post-nav{
display: none;
}Admin
Add this code into your child theme’s
functions.phpfile:function graphene_footer_content(){ ?>
<div class="custom-footer-content">
<!-- Put your HTML codes here -->
</div>
<?php }
add_action('graphene_developer', 'graphene_footer_content');Make sure you replace
<!-- Put your HTML codes here -->with whatever HTML codes you want to put in there, and then position/style it using CSS.Admin
I’ve just tested it again and it works without problem. Anybody else having this problem?
Admin
Can you provide the URL to the post where the alignment is off? Your website looks fine on my end.
Also, the theme does not modify the layout or styling of the WordPress admin pages in any way, except the theme’s own Options page.
Admin
In reply to: Site title and description not showing up properly in post headers
May 25, 2011 at 3:21 am #14302Yes, since version 1.3 the post title in single posts and pages is displayed in an
<h1>tag and the Site title is displayed in<h2>tag for SEO purposes. I must have missed changing the proper tags for those options.For now, just delete whatever you have in the Graphene Options > Display > Text Style for the header text, and use the Custom CSS to style the header instead.
Admin
In reply to: How to remove the grey bar post navigation which appears on top of single posts?
May 24, 2011 at 11:06 pm #14284Topic moved to Support. Please post in the correct section next time. See the forum’s rules: https://forum.graphene-theme.com/topic/forum-rules-please-read-especially-if-youre-new-to-the-forum
Admin
Click on “Remove background image” and/or just simply delete the colour code in WP Admin > Appearance > Background.
Admin
When you use a Static Front Page, the page that you designate as the Posts page (for your case it’s the “Blog” page) will not have its contents displayed, and by extension, there will be no comments box as well.
This is because that page is used only as a placeholder to list all the blog posts you’ve published, and those posts will have the comments section displayed when you view them.
The small post that you see on the bottom left of your front page is a new feature called the “Homepage Panes”. Check the theme’s options to configure it.
Admin
The Custom Fields are still available for posts, but WordPress hides them by default since version 3.1. When you’re in the Edit Post screen, click on “Screen Options” at the top right corner of the screen. Then, tick the “Custom Fields” checkbox, and the Custom Fields meta box will be displayed at the bottom of the screen.
