Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Not a glitch, but simply an unsupported feature on IE9. The fading uses CSS3 linear gradient, which IE9 doesn’t support.

    Admin

    In reply to: New div above content main w/o affecting core?

    #16024

    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

    In reply to: How can I change the colour of the archives header ?

    #15871

    This option will be available in the next update.

    Admin

    In reply to: Header question

    #12709

    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

    In reply to: Change Nav Menu Text to Pictures

    #16169

    Try placing !important after the background declaration:

    #header-menu > li.page-item-4 > a {
    background: url(path/to/image.png) no-repeat !important;
    }
    Admin

    In reply to: Help Please! Facebook Like Button not showing

    #15649

    You would have to use a child theme with functions.php file 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

    In reply to: Paragraph tags not being added to Posts

    #15854

    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

    In reply to: showing selected categories

    #16130

    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

    In reply to: Thanks, colours and widgets

    #16118

    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

    In reply to: Re: Add text to the top-bar

    #16082
    Quote:
    Then view source.

    Or use the Firebug add-on for Firefox 🙂

Viewing 10 posts - 4,381 through 4,390 (of 6,030 total)