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 you include the whole set when defining the border radius for the greatest browser compatibility:
.two-columns .post {
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
width: 590px;
}Admin
Admin
In reply to: Just installed graphene, with latest version of WordPress, now server crashing
June 13, 2011 at 8:05 pm #14736There’s a lot of things that may cause a server to crash, and without further info (particularly a look at the last lines of the error log shortly before the crash), there’s not much help anybody can offer.
Plus, I don’t think any theme would be the root cause of your server crashing. The problem may lie somewhere else. The theme’s demo page is running the latest WordPress version, and my development server is running WordPress 3.2 Beta 2. You can be prety sure it’s compatible.
Admin
You can use your own custom header image by using the WordPress Custom Header feature, in WP Admin > Appearance > Header.
Admin
Create a Static Front Page, then hide the page being used for the front page itself by using this CSS code:
.home .page{
display: none;
}Admin
Just create a new
searchform.phpfile in your child theme, and insert the new search code in there. Take a look a the theme’s ownsearchform.phpfile for what you need to insert to preserve the formatting.Admin
Have you made sure that the images are at least 960×198 pixels in dimension?
Admin
Update: in the next version I’ll include two tags (
[#post-url]and[#post-title]) which you can use in the social sharing code. The theme will then replace these tags with the post’s URL and title.Admin
WP Admin > Appearance > Graphene Options > Display > Header Display Options > Link header image to front page
Admin
Sounds like a script conflict to me. Try deactivating your plugins to see if it helps.
