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
1. Enable the Header Widget Area in Graphene Options > Widget Area Options.
2. Place a text widget into the Header Widget Area in WP Admin > Appearance > Widgets, and insert any text you want to be displayed into this Text widget.
3. Adjust the styling (position + text colour) using the Custom CSS option.
Admin
You’re welcome, Meryl 🙂
Admin
PHP Fatal error: Call to undefined function get_post_format()This error is more likely due to using an older version of WordPress, prior to version 3.1 when the Post Format function was added.
Admin
Insert this in your child theme’s style.css file, or in the theme’s Custom CSS option:
.header_title {
left: 70px;
top: -45px;
z-index: 10;
}
.header_desc {
display: none;
}Admin
I’m thinking of creating a wiki for the theme’s documentation. This will include tutorials and/or guide to using/customising the theme.
Anyone interested in becoming a contributor?
Admin
Nope, we haven’t made any progress yet on BuddyPress support/integration. I’m afraid it will take some time before we get to that.
Admin
Maybe some plugin interfering with the order? Also, try manually modifying the published date/time of those sticky posts and see if the order changes.
Admin
Something caused the page to stop loading just before the content area. Did you modify the codes? Or via child theme? Or maybe some plugin is causing the errors? It’s difficult for me to troubleshoot it since I don’t have access to the site’s logs and PHP on your site is configured to not display error messages.
Admin
You seem to have the Social Sharing Buttons option enabled, but have inserted no social sharing buttons code in the theme’s options. Try disabling it at Graphene Options > Social Sharing Buttons.
Admin
Insert in your child theme’s style.css or in Custom CSS option:
#header-menu > li.menu-item-ancestor > a {
background: none;
padding-left: 10px;
}
