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
Seems like you’re using the TwentyTen theme?
Admin
I don’t think it has got anything to do with the theme. It’s probably some plugins you have installed, or a misconfigured server. When did this start happening?
Admin
There seems to be quite a number of AddThis plugins in the WordPress.org Plugins repository. Can you provide a link to the pne you’re referring to so that I can test it?
Admin
That would require writing a custom loop template file for the front page. Substantial code writing is required. If you’re not familiar with PHP and WordPress, better hire someone who is to implement it for you.
Admin
Put this in the theme’s Custom CSS option:
#sidebar_bottom .sidebar-wrap {
margin: 10px 0 5px 15px;
}Adjust the margins accordingly. It’s in this format:
margin: top right bottom leftAlso, take my word and go implement the child theme. It’s a much better option, if you don’t want to be missing out on the theme’s updates.
Admin
What you’re asking has been answered quite a few times in this forum. Always use the search function first. You’ll probably get your answer much quicker that way.
Admin
There is no
page.phpfile in the Grahene theme. The template being used for single page is the same as that used for a single post, thesingle.phpfile.See the Codex page on Template Hierarchy for more details: http://codex.wordpress.org/Template_Hierarchy
Admin
The search function is provided by WordPress. The theme does nothing but displays it. It may be a limitation of the search function provided by WordPress, so you might want to ask in the WordPress support forum instead.
Admin
Aman, please post your question in a separate topic. That will keep this thread’s discussion on topic and not veer off to something else.
Admin
It’s all just a play with the CSS.
Get familiar with it:
Then get the Firebug plugin for Firefox. Then tweak away.
