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
Can you let me know what’s your settings for Graphene Options > Front Page options?
Also, do you have anything in your child theme that is hooked to the
graphene_frontpage_posts_cats_argsorgraphene_frontpage_posts_cats_sticky_argsfilter?Admin
There’s a missing brace for the footer widget CSS that causes all other colour options to not be applied. Either use the default 3-column footer widget, or open up the theme’s
functions.phpfile and change line 342 from this:$style .= '#sidebar_bottom .sidebar-wrap{width:'.$widget_width.'px';to this:
$style .= '#sidebar_bottom .sidebar-wrap{width:'.$widget_width.'px}';Admin
Slider post title:
.full-sized .slider_post h2 a, .full-sized .slider_post h2 a:visited {
/* Your custom CSS style here */
}Share text:
.sharing_label {
color: #fff;
}It’s very easy to figure these out using Firebug. I just did that in a minute or two.
Admin
Hi millo,
I just tested the mobile theme on a multisite installation in my dev server, and it’s working as it should. Make sure though that you’ve network-enabled both the Graphene theme and Graphene Mobile theme as well as the Mobile Smart plugin, as non-network-enabled themes and plugin can’t be used by sites in a multisite installation.
Admin
In reply to: sidebar widgets showing up UNDERNEATH all of my posts help!!
September 28, 2011 at 3:41 am #17262Try removing that Facebook widget for a while, and see if that’s what causing it.
Admin
Version 1.5 will allow you to select multiple categories for the slider.
Admin
Add this to your Custom CSS:
.full-sized .slider-entry-wrap {
height: 25%;
width: 100%;
top: auto;
bottom: 00;
}Adjust your desired width and height accordingly.
As for the content area width, do a search around in this forum, it’s been discussed quite a lot previously.
Admin
The header image you’re trying to upload is not 198 pixels high. WordPress keeps the ratio of the header image, hence it’s asking you to crop the image.
Admin
Add this to the Custom CSS option:
.symposium-wrapper .avatar {
position: static;
border: none;
margin-left: 0;
margin-top: 0;
}Admin
alexjc,
It seems that you are using a static front page, but the page you’re using for that doesn’t have any content. Try adding some content or just use the default posts listing instead of Static Front Page.
