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
No worries. Enjoy the new version 🙂
Admin
OK, I think I’ve fixed it. Took a while to figure out the piece of code that’s causing the issue. Should be fine now.
Admin
Ah…the IE7 z-index bug rearing its head…
Add this to your Custom CSS option:
#nav {
position: relative;
}This fix will be included in the next update.
Admin
You can get the theme’s original files from here: http://themes.svn.wordpress.org/graphene/
May I also suggest that you implement the changes using a child theme instead of directly editing the theme. That way you won’t lose your changes the next time you update the theme.
Admin
For the vertical centering of the search form, add this to the Custom CSS option:
#nav #top_search {
top: 50%;
margin-top: -12px;
}This fix will be included in the next update.
As for your post’s date, they’re appearing just fine to me.
Admin
Please replace the theme’s
functions.phpandadmin/validator.phpfiles with the updated ones here:http://graphene.googlecode.com/svn-history/r164/trunk/graphene/functions.php
http://graphene.googlecode.com/svn-history/r164/trunk/graphene/admin/validator.php
Admin
Seems like you did the change using child theme previously. Just delete the previous change and the blue border should be gone.
Admin
In reply to: Did an update to the new version and menu was all funy?
July 15, 2011 at 10:06 pm #15323What’s the URL to your site? The link you gave ( http://www.unleashedbeats.com/ ) does not work – the browser says “Server not found”.
Admin
Hi Sjaak,
You’re right about the ‘previous post’ and ‘next post’ being missing from the language file. Thanks for the report! I’ve corrected them.
You API key should have been sent together with your purchase receipt. If not, you can get your API key from this page: http://www.khairul-syahir.com/products-page/your-account
Login and then click on the “Downloads” link, and you will have a list of the downloadable products you’ve purchased and the corresponding API key.
Let me know if you have any problems.
Admin
If you haven’t made a child themes and have made changes to the theme’s files, you will lose those changes when you update. There’s just no way around it except to port all those changes to a child theme.
You can update WordPress just fine though, it shouldn’t affect the changes you made to the theme.
