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
URL?
Admin
In reply to: Slider link "view full post" links to specific post
February 14, 2011 at 5:59 pm #12491I just visited your website and the links are working fine for me.
Admin
The sidebar that contains the “Truth Pandemic” image is missing a closing
</div>.Admin
That’s exactly what the WordPress custom permalink feature does. See Settings > Permalinks.
Admin
Hurm..I did a quick tryout to get the sidebars to look like the previous version using the Custom CSS feature. If you wanna try it out, simply copy and paste this code into the Custom CSS option:
.sidebar-wrap h3, #sidebar_bottom .sidebar-wrap h3{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background-image: -moz-linear-gradient(center top, #fff,#e3e3e3);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e3e3e3));
background: linear-gradient(#fff, #e3e3e3);
-pie-background: linear-gradient(#fff, #e3e3e3);
border: 1px solid #C5C4C4;
color: #333232;
margin: 0 0 5px -12px;
text-shadow: 0 -1px 0 #ccc;
}
.sidebar div.sidebar-wrap {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
background: none;
border: none;
padding-top:0;
}
#sidebar_right{
background-image: -moz-linear-gradient(left center,#ededed,#fff);
background: -webkit-gradient(linear, left top, right bottom, from(#ededed), to(#fff));
background: linear-gradient(left top, #ededed, #fff);
-pie-background: linear-gradient(left top, #ededed, #fff);
margin-top:0;
margin: 0 5px;
padding: 10px 10px 30px;
}
#sidebar_right{
float:right;
margin-right:0;
}
.leftbar #sidebar_right {
padding: 10px 10px 30px;
margin-left:0;
background-image: -moz-linear-gradient(left center,#fff,#EDEDED);
background: -webkit-gradient(linear, left top, right top, from(#fff), to(#EDEDED));
background: linear-gradient(left top, #fff, #EDEDED);
-pie-background: linear-gradient(left top, #fff, #EDEDED);
}
#sidebar_bottom {
background:#EDEDED;
border-top: 15px solid #CFCFCF;
}Admin
Just refresh the page (CTRL + F5)
Admin
Make sure for every occurrence of
-moz-box-shadow, you duplicate it two times, so that you have something like this:-moz-box-shadow: 0 0 5px 0 #000000;
-webkit-box-shadow: 0 0 5px 0 #000000;
box-shadow: 0 0 5px 0 #000000;Otherwise, different browsers will see different thing. The
-moz-prefix only works in Firefox.Same goes to
-moz-linear-gradient, though the syntax is a bit different for webkit-based browsers and IE. Best to copy the theme’s CSS codes, and just change the colour codes.Admin
On second check, the custom menu styling in the sidebar is indeed a bug…I’ve fixed this and will be available in the next update.
Admin
For the custom menu, you’d probably just need to refresh (CTRL + F5) your browser when viewing the page.
For the blue title, this will be fixed in the next update. In the meantime, add this code to the Custom CSS option in the theme’s display options page:
.sidebar h3 a, .sidebar h3 a:visited, .sidebar h3 a:hover{
color:#fff;
}Admin
Hurm..that’s weird..it’s working fine on my development server, and on the demo site as well. I’ll look into the PDF you sent though.
