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: Slider background not fading in IE9, is fading in Firefox 5
August 13, 2011 at 8:13 am #16223Not a glitch, but simply an unsupported feature on IE9. The fading uses CSS3 linear gradient, which IE9 doesn’t support.
Admin
Actually, there are quite a few, since I continue to add more action hooks as needs arise. Updating the list for each update is rather…inconvenient. If you need a hook to be placed where there isn’t one currently, just ask 🙂
Admin
This option will be available in the next update.
Admin
Hmm..this is tricky. Those dark vertical lines are actually the shadow of the container. Removing it will remove the shadow from the top all the way down to the bottom of the page, making your content area (possibly) indistinguishable from your background.
However, with some CSS trickery:
#container {
margin-top: 198px;
}
#header {
position: absolute;
left: 0;
top: 0;
}That ought to do it.
Admin
Try placing
!importantafter the background declaration:#header-menu > li.page-item-4 > a {
background: url(path/to/image.png) no-repeat !important;
}Admin
You would have to use a child theme with
functions.phpfile in it to do that. Otherwise, you can just place both the Facebook Like button and the AddThis buttons at the top of posts instead of bottom.Admin
Have you tried disabling all plugins to see if any of them is causing the issue? Otherwise, if all else fails, you might want to try the TinyMCE Advanced plugin.
Admin
Hi lizruest,
Yes, this is a known bug and it has been fixed. It will be available in the next update, which will be coming soon.
Admin
Even in the Colour Options panel, you still need to include the # in front. If you use the colour pickers, they should automatically add those hashes. If you manually enter the colour codes, make sure you include the # in front.
Admin
Quote:Then view source.Or use the Firebug add-on for Firefox 🙂
