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
To have the image in the gallery appear as the thumbnail for any post, set the image as the Featured Image for that post/page.
Admin
Add this code to your child theme’s style.css file:
#disqus_thread {
margin-left: 70px;
}Admin
Are you still having this problem? If yes, please post a screenshot of your local site here.
Admin
For the issue of parent’s featured image appearing as the child page’s featured image, see this post: https://forum.graphene-theme.com/topic/child-thumbnails#post-2539
Admin
ReissExecutive, that’s not the recommended way to make changes, as your changes will be lost the next time you update the theme. It’s never a good idea to edit the theme’s core files directly.
To disable comments, you first need to enable the Discussions options as per my instructions above, then uncheck the “Allow comments” and “Allow trackbacks and pingbacks on this page” option in the Discussion tab.
Admin
The popup info balloon (known as tooltip, FYI), is a standard feature of the HTML language. You can’t turn off that. What you can do though is to remove the
titleattribute of the links.As for the colours of the nav menu, they’re actually an image located in the sprite_h.png file. If you wanna change that, you’d either have to create a new image, or use a solid colour instead. You can use the Firebug plugin for Firefox to figure which part of the CSS code to change.
Admin
Those are the default widgets that are displayed if there is no widgets being used. Just add some widgets to your sidebar, and they should disappear.
For the header, in Appearance > Header there’s an option to remove the header text.
Admin
See the theme’s Options page, under the Slider option.
Admin
The “Comments closed” text is only shown if there’s already some comments on a page, but the commenting feature has been disabled. It won’t show it otherwise.
Admin
In reply to: Changing background color on main post and blog page from white to any color
March 30, 2011 at 9:11 pm #13263Add this code to your child theme’s style.css file:
.post{
background-color: #eee;
}You can change the colour value to any valid colour values you want.
And also, the Firebug plugin for Firefox will help you with identifying which part of the CSS file you need to edit to make the changes.
