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
@enceladus, try removing the
footer.phpfile from your child theme.Admin
Moved to support. Please post in the correct section next time.
Refresh your browser, and you’ll see the icons.
Admin
@merryb, do you mean that when you switch to two-column sidebar on the right configuration, the widgets are not being displayed?
Admin
@vasvaria and @merryb, your settings look good. Are you using a child theme? If yes, what files are there in your child theme?
Admin
You might want to take a look at this:
Admin
To restore the slider borders as they were pre-1.6, add this to your child theme’s
style.cssfile:.featured_slider #slider_root {
width: auto;
margin-left: 20px;
margin-right: 20px;
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
.container_16 .slider_post {
width: 580px !important;
}
.slider_nav {
right: 20px;
}You would have to adjust the width portion accordingly if you modify the site’s width in the future.
Admin
The header image is just a background image, which you can override using CSS. Something like this:
#header {
background-image: url(place url here) !important;
}Admin
Have you asked the plugin developer about it? They might know more as they are definitely most familiar with their own codes.
Admin
In reply to: How to delete "previous and next post" links above post title?
April 25, 2012 at 8:00 pm #27985Moved to Support. Please post in the correct section next time. See the forum rules.
Admin
You don’t need to change the text, just add a bit of CSS (either in the theme’s Custom CSS option, or in your child theme’s
style.cssfile) to give it a different colour:#previous,
#previous a,
#previous a:visited,
#next-post,
#next-post a,
#next-post a:visited {
color: #000;
}
