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
They’re amazing, aren’t they? I’m so grateful to have them here, and I’m sure many of the theme’s users are feeling the same way 🙂
Admin
Quote:If I understand you correctly I will be unable to use the GUI provided by the Types plugin to create custom post types and taxonomies in this theme?That’s not what I meant. You can still create custom post types and taxonomies with the plugin, and they will show up in the Admin area and you’ll be able to add new posts and terms to them.
However, what won’t happen is that none of the custom fields you entered will be displayed anywhere in the theme automatically. That you will have to either write the PHP codes yourself, or use the Views plugin that is intended to supplement the Types plugin, but it is not free.
Posts that belong to custom post types will be displayed using the normal post template. This would be the same regardless of what theme you’re using, since theme developers can’t possibly know what sort of custom fields you’ll be adding.
Admin
Any custom fields you created and entered the value won’t show up automatically. You will have to manually add the necessary PHP codes to display those values in the theme. I would suggest doing this using a child theme and the many action hooks available in the theme.
Admin
This is an issue on WordPress side, but they have fixed it in 3.3 via a filter which I wasn’t aware about.
Will be fixed in Graphene 1.7.
Admin
I would say more graphical header image, and get rid of the additional borders under each post.
Admin
Quote:I am using the newset WP: 3.3.1 … and Simple 301 Redirects is not compatible, helas.6 out of 6 people voted that the combination of WP 3.3.1 and Simple 301 Redirects 1.03 works. You can ignore the “Compatible up to” most of the time.
Admin
Quote:The MailChimp widget does make use of jQuery, so it’s possible that it conflicts with Graphene’s installation of jQuery.FYI, Graphene does not “install” jQuery. It just uses the one that comes bundled with WordPress, as should other themes and plugins.
Admin
In reply to: Issues with website width on all other pages then Home
March 30, 2012 at 5:28 am #25589Quote:Is it possible to that i could delete the theme files (but first export the settings for the theme), and reinstall the theme and import the settings? Would that make a difference?Yep, try that.
Admin
In reply to: Issues with website width on all other pages then Home
March 30, 2012 at 2:03 am #25586Have you modified any of the theme files? Is there any sort of caching plugin being used? In all other pages except the front page, the
#containerdiv is missing the necessary classes, which is causing the layout mess.Admin
Looks good to me. Seems like it’s using PHP to do the redirect instead of using the
.htaccessfile. That’s another way of doing it, and some might even say it’s the better way 🙂
