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
Right now the feature is not implemented in the Antiaris theme yet. But you can do a simple
display:none;CSS to hide the top bar, just like in Graphene theme before the feature to remove the top bar was implemented:#top-bar{display:none;}Admin
Try replacing the contents of your Graphene template file with the ones at the links provided below.
admin/options-default.php:
http://graphene.googlecode.com/svn/branches/1.2.1/admin/options-defaults.php
admin/options.php:
http://graphene.googlecode.com/svn/branches/1.2.1/admin/options.php
admin/validator.php:
http://graphene.googlecode.com/svn/branches/1.2.1/admin/validator.php
Please let me know if that fixes the issue. Thanks.
Admin
Did you enable the alternate front page widget areas in the theme’s options?
Admin
No, you would have to modify the CSS for all the elements that are using the sprite_master.png image. If you only edit a few of the images in the sprite, it’s better to just use individual images instead or create your own sprite.
Admin
Try clicking on Screen Options in the Edit Post page and enable the respective fields. WordPress 3.1 turns many things off by default, and for good reason – to most people those fields are rarely used and just add to the clutter.
Admin
The shadow has to be removed for Firefox 3.6 and below as well as IE, because they cause too much performance hit. They are still there in more modern browsers such as Google Chrome and Firefox 4 Beta.
Admin
You can specify the url to your favicon in Graphene Options > Display > Miscellaneous options.
Admin
This part:
#cimy_div_id {
float: left;
margin: 1em auto;
border: 0px solid #000000;
width: 960px;
height: 198px;
}Change the margin to
0 auto;Also, next time please wrap codes in backticks (`).
Admin
In reply to: post date icon overlaps page title in is_tag pages (when a tag is clicked).
March 1, 2011 at 5:42 am #12988Try replacing the contents of the theme’s loop.php file with this one: http://graphene.googlecode.com/svn/branches/1.2.1/loop.php
Let me know if that fixes it.
Admin
.entry-content img{border:none;}Please create a new topic next time instead of reviving an old one that’s not really about what you’re asking.
