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: NEXTGen Gallery thumbnails "smushed" when inserted onto page.
October 11, 2011 at 1:38 am #14481Can you provide a link to the page where you’re trying to use the featured image as the header image?
Admin
This seems to be happening only on sites that are using the French translation for the theme. It’s related to the French translation having single quotes which breaks the javascript responsible for displaying the categories selection option. It would also mean that none of the JS-dependent option or behaviour is working in the theme’s options pages, like opening/closing sections, colour pickers, etc.
Please try replacing the theme’s
graphene/admin/admin.js.phpfile with this updated one here: http://code.google.com/p/graphene/source/browse/branches/1.5.3/admin/js/admin.js.phpAdmin
Quote:I don’t think it matters much on small websites, such as my own (in regards to loading time).It matters a lot, actually. If your site has like 20 or so images and icons, loading them separately will take a lot more time than loading just a single image file that contains all 20 images. This is due to the overheads associated with every HTTP request made to the server. And if you delve into web optimisation, you’ll see that reducing HTTP requests is among the highest priority items in the list of recommendations to speed up your site.
Admin
Certainly can. Follow these steps:
1. Go to Graphene Options > Advanced > Action Hooks Widget Areas. Click on the
header.phplink, which will list all the action hooks in the header.php file.2. Tick the
graphene_before_content-mainaction hook and save the settings.3. Go to WP Admin > Appearance > Widgets. Notice that a new widget area has been added, called “Graphene Before Content-main”.
4. Add a text widget to this widget area, and add whatever HTML codes inside that text widget to display the banner.
Admin
The child pages are sorted first according to the page order, and then sorted alphabetically according to the page title. Though there’s a bug in the orderby parameter for the child page listing in version 1.5.2, which will be fixed in version 1.5.3.
Admin
In reply to: NEXTGen Gallery thumbnails "smushed" when inserted onto page.
October 10, 2011 at 12:10 am #14479With the theme, in order to use the featured image as the header image, the dimension of the featured image must be equal to or greater than the dimension of the header image, which by default is 960×198 pixels.
Admin
Just to aa to the discussion, you don’t actually need to include the
url(none)bit. Just like this would do:#header-menu {
background: #070707;
}In fact, this way is better since then the browser won’t go and try to look for the background image at
noneas URL, which it obviously won’t find it.Admin
In reply to: How to change page order from navigation bar . Have tried multiple resources!
October 9, 2011 at 8:27 am #18074No no, if you use Custom Menu you shouldn’t need to bother with changing codes or changing the page orders. You can simply drag and drop the menu items to rearrange them.
Give a read through the tutorial at the link I provided above if you haven’t already. It shows you all the things you can do with the Custom Menu feature.
Admin
In reply to: How to change page order from navigation bar . Have tried multiple resources!
October 9, 2011 at 7:54 am #18072Have you tried using Custom Menu? Go to WP Admin > Appearance > Menus. Ken has a good tutorial on this: http://blog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/
Admin
In reply to: Please Respond- My Comments Not Showing Up Under Posts
October 9, 2011 at 2:22 am #17937Or you can wait for a few more days as I’ll be releasing an update to fix this issue, among others, soon.
