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
Moved to Support.
Admin
In reply to: Bug in translation in Graphene 6.0 : some elements not translated !
February 16, 2012 at 12:31 pm #23966You should not edit any of the theme’s files directly, since those edits will be gone when you update the theme. If the French translation is not complete and you have updated them, send the translation files to me so that I can include the updated translation with the new version.
You might also want to take a look at this wiki page:
http://wiki.khairul-syahir.com/graphene-theme/wiki/Translating_the_theme
Admin
The rounded corners for the posts and pages were removed. The discussion about whether to remove the rounded corners or leave them be was after this has been done. The discussion was about the other rounded corners in the theme, namely in the widgets and buttons. The decision was to leave them be.
Admin
@CKW,
Try replacing the content of the theme’s
includes/theme-slider.phpfile with the updated one here:http://graphene.googlecode.com/svn/branches/1.6/includes/theme-slider.php
Admin
Fixed. Update your local copy from svn 1.6 branch.
Admin
Okay, try replacing the content of the following three files with the updated ones:
includes/theme-setup.phphttp://graphene.googlecode.com/svn/branches/1.6/includes/theme-setup.php
includes/theme-functions.phphttp://graphene.googlecode.com/svn/branches/1.6/includes/theme-functions.php
includes/theme-utils.phphttp://graphene.googlecode.com/svn/branches/1.6/includes/theme-utils.php
Then, use the AJAX Thumbnail Rebuild plugin to rebuild the thumbnails for the images on your site.
Admin
If you’re referring to the gradient, it is because some browsers (mostly Internet Explorer) do not yet support CSS3 gradients.
Admin
It appears that you have set up your child theme incorrectly. For one, you should not copy the entire content of the theme’s style.css into your child theme’s style.css file. Second, you need to have this line of code right after the top comment block in your child theme’s style.css file:
@import url("../graphene/style.css");See this wiki page for more details:
http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme
Admin
Replace the content of the theme’s
include/theme-shortcodes.phpfile with the updated one here:http://graphene.googlecode.com/svn/branches/1.6/includes/theme-shortcodes.php
Admin
Try replacing the content of the theme’s
loop-page.phpfile with the updated one here:http://graphene.googlecode.com/svn/branches/1.6/loop-page.php
