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
Make sure the Link header image to front page option is enabled in Graphene Options > Display > Header Display Options.
Admin
Website URL?
Admin
It’s one of the unfortunate side effects of addng partial CSS3 support to IE. Haven’t found any workaround as of now yet.
Admin
Your question don’t quite make sense. What’s a favicon.ico tab?
Admin
Graphene Options > General > Slider Options. Did you even look through the theme’s options page?
Admin
I just tried sharing a link to the theme’s demo page on facebook, and the excerpt is showing just fine.
Admin
In reply to: Syahir, do you offer paid customisation of this theme?
February 28, 2011 at 3:02 am #12960Hi southxwest,
My Graphene theme customisation rate is US$20/hr. If you could send me a detailed list of what customisations you want to be done, I could provide you wth a quote. Design mockups will be particularly useful.
You can send the information via my site’s contact form.
Admin
You have incorrectly implemented your child theme.
The original Graphene theme folder should be inside the
wp-content/graphene/folder. Your child theme should be inside thewp-content/graphene-child/folder. Inside your child theme folder, DO NOT copy the theme’s originalimagesfolder, and DO NOT copy the theme’sstyle.cssfile.Instead, create an EMPTY style.css file inside your child theme, and add the code as I outlined here: https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme
Then, put any custom CSS codes that you need after the code that you have inserted in the previous step.
Admin
It works if you copy the theme’s images folder into the child theme as well, but as I said, it defeats the purpose of using a child theme.
Admin
No you should not copy the original theme’s style.css file. Doing so would render the child theme useless.
If you see my first post in the thread on how to create a child theme (https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme), I mentioned that you should create a new style.css file in your child theme’s folder, and then insert the code I pasted there inside the new style.css file.
What your browser will do then is that it will load the theme’s original style.css, followed by the custom CSS you defined in your child theme’s style.css. This way, your child theme’s style.css file will take priority over the theme’s original style.css file.
If you copy the theme’s original style.css file over, of course the images and icons won’t be showing on your site, because the URL to those images is relative to the original theme’s folder.
