Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Can you provide a link to the page where you’re trying to use the featured image as the header image?

    Admin

    In reply to: Diaporama bug ?

    #17751

    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.php file with this updated one here: http://code.google.com/p/graphene/source/browse/branches/1.5.3/admin/js/admin.js.php

    Admin

    In reply to: Slider Navigation Colored Icons

    #18083
    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

    In reply to: Inserting object in page

    #18124

    Certainly can. Follow these steps:

    1. Go to Graphene Options > Advanced > Action Hooks Widget Areas. Click on the header.php link, which will list all the action hooks in the header.php file.

    2. Tick the graphene_before_content-main action 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

    In reply to: Sort Child Pages

    #18107

    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.

    #14479

    With 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

    In reply to: Change font size and color in menu bar

    #15382

    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 none as URL, which it obviously won’t find it.

    Admin

    No 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

    Have 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

    #17937

    Or you can wait for a few more days as I’ll be releasing an update to fix this issue, among others, soon.

Viewing 10 posts - 4,021 through 4,030 (of 6,030 total)