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
See here for using the previous version’s style: https://forum.graphene-theme.com/topic/help-with-changing-colors
See here for rolling back to previous version: https://forum.graphene-theme.com/topic/is-there-a-way-to-roll-back-latest-update
Admin
Only on certain browsers. And it has been improved in the development version of the theme, which will make it in the next update, 1.1.5.
Admin
In reply to: Graphene 1.1.4 – Excerpts – aligning image to right instead of left
February 15, 2011 at 12:46 pm #12621Insert this code in the Custom CSS option:
.entry-content .excerpt-thumb {
float: right;
margin: 5px 0 0 5px;
}Perhaps you’d also like to align the Read More button to the left:
.post .block-button, .post .block-button:visited{
float: left;
}
a.more-link, a.more-link span {
margin: 0 0 5px 5px;
}Admin
You can of course add categories to the menu, and when people click on that menu item, the list of posts that belong to that category will be shown.
You can read more about using Custom Menu here: http://codex.wordpress.org/Appearance_Menus_SubPanel
Admin
Nope. There’s simply no reason to.
Admin
It’s still working fine for me on my development server and the demo site.
Admin
In reply to: How can I disable the 404/301 search redirect, temporarily?
February 15, 2011 at 7:40 am #12433If you look at the 404.php file which handles the Not Found error and redirect, a header response of 404 is returned to the client, so there shouldn’t be a problem with search engines and the like.
If you wanna disable it, just rename the file 404.php to some other name.
Admin
Try using the Firebug plugin for Firefox.
Admin
Yes, I noticed that too. It was working fine for me before in IE8, but after I installed IE9 the PIE script is not being loaded by IE8. It’s working fine for IE9 though.
Admin
URL please?
