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: (1.1.4) Slider don't appear and footer widget counts
February 14, 2011 at 10:39 am #12538Hurm..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
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
February 14, 2011 at 3:56 am #12535Did you enable the alternate front page widget areas in the theme’s options page?
Admin
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
Yep, it’s a bug. Fixed and will be made available in a maintenance update when the theme is approved.
Admin
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
Good suggestion..will definitely look into implementing this feature.
Admin
In reply to: (1.1.4) Slider don't appear and footer widget counts
February 13, 2011 at 2:12 pm #12533I’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
The menu looks just fine to me. Try refreshing?
Admin
Same code as above, but just replace every instance of
#aaawith#1AB848,#555with#02601D, and#333with#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/
