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
In reply to: Urgent: why all my sites with Graphene theme are broken?
March 21, 2012 at 12:56 am #26639Quote:In my second installation, it didn’t change to default, it is still 1240px, and each column maintains the width I set before.That’s to be expected, since the options you set was stored in the database and did not get deleted when you delete (and reinstall) the theme. To delete the stored settings in the database, use the “Uninstall theme” feature at the bottom right of the Graphene Options page.
I also noticed that your site is loading this CSS file:
http://www.ratehub.ca/css/main.css?v=5which conflicts with the theme’s CSS file. Specifically, it overrides the theme’s container width to 1004px even when the theme sets it to 1240px.
Admin
What files are there in the
wp-contentfolder?Admin
Try uploading that image again.
Admin
It seems like you’re using Cloudflare’s Rocket Loader feature. Try turning that off first. Also, are you using any other caching plugin?
Admin
#secondary-menu-wrap {
display: none;
}Admin
The only issue I have with including PIE for IE9 is the additional file visitors will have to download (and at 40KB it’s a big one). There is also the issue that it causes some elements to have collapsed margin/padding.
If anything, we’ll be trying to move away from PIE, maybe even phasing it out altogether.
As for now, IE9 already supports box shadow and border radius, which is two of the major CSS3 features used in the theme. I’ll be adding gradient to IE9 using the DXImage filter, though this will cause the elements it is applied to to no longer have rounded corners, like the block buttons.
In any case, I’ll be updating the copy of PIE included with the theme to the latest version, but still apply it only to IE 8 and below. If you’d like, you can simply override this by removing the action that prints the conditional comment into the theme head and adding your own.
Admin
@kroig1018, please take some time to read the forum rules:
We’ll be able to better help you if you follow the guidelines mentioned there.
Admin
Quote:I just installed the bbPress plugin last night and was trying to get my forum setup. I noticed later in the evening this text/warning message in my WP Dashboard. Can someone please lead me in the right direction?“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
You can safely ignore that message.
Quote:Also, I was wondering if this forum is setup using bbPress. If it is, how in the world did you get it setup with the red, green, star, and lock icons? Is it included in the bbPress plugin? I’m having a tough time getting it to look like a nice clean forum. ThanksThis forum is using the standalone version of bbPress, not the plugin version. The icons are part of a plugin for the standalone version that allows you to set the status of a topic.
Admin
Quote:But, I’ve no idea what happened to the slider and slider options! 🙂Oops! Another bug in the code. It should be correct now.
Admin
Ah.. hang on, the importer checks the file for the existence of certain option.
OK, I’ve updated the code. Try it now.
