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
What sidebar widget areas do you currently have in WP Admin > Appearance > Widgets?
Admin
In reply to: Please help me to figure out this long-lasting weird issue !
March 13, 2012 at 6:50 pm #26196Turn off Cloudflare’s Rocket Loader feature.
Admin
When you update the references to the old domain, it is possible that the Graphene options entry in the database is corrupted, since those options are saved as a serialised array.
If this happens again, it could be possible to fix it by deleting the
graphene_optionsentry in thewp_optionstable. Then, import the settings from the dev site using Graphene’s settings import/export feature, and manually change any references to the old domain in Graphene’s settings.Admin
Hi elibus,
It seems like the theme fails to load certain required files. This could be due to the files themselves are missing, or your host has placed a restriction on opening files on the server. Try deleting the Graphene Mobile theme entirely, and then manually upload the theme’s contents using FTP.
Let me know if you need help with that.
Admin
Haha.. there’s more. In case you haven’t noticed these:


So if you see anybody not following the rules, go ahead and give them a warning.
Admin
Option to change the header image height will be added in version 1.7.
Admin
lol… I’ve also added the option to modify the header image height.
Admin
OK done. Will be included in version 1.7.
Admin
Admin
In reply to: Unable to resize commentform textarea to keep it from spilling into next column.
March 13, 2012 at 1:55 am #26128Try adding
!importantto the width property, like so:.three-columns #commentform textarea {
width: 390px !important;
}
