Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: (1.1.4) Slider don't appear and footer widget counts

    #12538

    Hurm..there’s really nothing in the theme that would cause only 2 sidebar items to be displayed. Are you by any chance using the widget logic plugin? Try changing the footer widget column to 5 and see if that appears correctly.

    Also, what pagination selector are you referring to?

    Admin

    In reply to: Carrusel text over image

    #12498

    This feature will be available in the next update (v1.1.5). I’m actually implementing that feature now, though the configurable columns that will be available in the next version makes it quite a lot of work…

    Admin

    In reply to: (1.1.4) Slider don't appear and footer widget counts

    #12535

    Did you enable the alternate front page widget areas in the theme’s options page?

    Admin

    In reply to: Graphene with IE9

    #12542

    IE9 doesn’t support CSS3 linear-gradient, so that’s why the colored frame around the slider does not work. None of the older IE versions support linear-gradient as well, so I used PIE to add that support for IEs. However, unlike older versions of IE, IE9 doesn’t support -pie-background, so that’s why it doesn’t show the linear gradient background. It shows up in compatibility mode possibly because it uses older IE rendering engine, which does support -pie-background.

    I’ve added a fallback background colour for the featured slider, which causes IE9 to display the background as a solid, blue colour. This will be available in the next update, but if you want to fix it now, just add this code to the Custom CSS section in the theme’s display options:

    .featured_slider{background: #0F2D4D;}
    Admin

    In reply to: favicon option working?

    #12507

    Yep, it’s a bug. Fixed and will be made available in a maintenance update when the theme is approved.

    Admin

    In reply to: use first image in post as slider image

    #12531

    Actually the theme displays the Featured Image of the post in the slider, and if no Featured Image is defined, it displays the first image of the post.

    Admin

    In reply to: save custom options presets

    #12532

    Good suggestion..will definitely look into implementing this feature.

    Admin

    In reply to: (1.1.4) Slider don't appear and footer widget counts

    #12533

    I’m not seeing the slider at all. Did you disable them?

    As for the sidebar title background, you can change it to any colours you want via Custom CSS. It’s using CSS3 instead of background image, so changing the colour will involve just adding some extra code, which you can find here: https://forum.graphene-theme.com/topic/help-with-changing-colors

    Admin

    In reply to: Page menu goes crazy after upgrade on 2-13-11

    #12510

    The menu looks just fine to me. Try refreshing?

    Admin

    In reply to: Help with Changing Colors

    #11946

    Same code as above, but just replace every instance of #aaa with #1AB848, #555 with #02601D, and #333 with #024114.

    Essentially you can put any colour to customise the look. You can get the hex colour code from photo editing software like Photoshop, or you can also go to http://www.colorpicker.com/

Viewing 10 posts - 5,391 through 5,400 (of 6,030 total)