Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Can I list tags at the top of my post?

    #48796

    You will need to write a function that modifies the “entry footer” and “entry meta” content in your child theme. It’s quite easy if you’re well-versed in PHP, but otherwise it’s not straightforward.

    Admin

    You can still find them, in WP Admin > Appearance > Customize. All the Graphene options panel have labels that start with “Graphene:”.

    Admin

    In reply to: Bug? Footer Menu background showing different color in mobile

    #48794

    That was actually intentional, so that the footer menu has a slightly lighter shade compared to the footer bar. I see how this could be an issue if the footer colour is changed to an entirely different colour than the default dark purple shade.

    In the next update we’ll change it to use alpha transparency instead so that it matches whatever colour you choose for the footer.

    Admin

    In reply to: Language support

    #48793

    There are a few other things we need to include in the update. We’re targeting a release window sometime next week.

    Admin

    In reply to: Another Comments issue

    #48785

    Does she still has this issue now? There was a bug recently, but we’ve fixed it in the latest version.

    Admin

    In reply to: How to add background to widget titles?

    #48752

    Copy and paste this code into Additional CSS:

    .sidebar h3 {
       padding: 10px 15px;
       background-color: #333;
       color: #fff;
    }
    

    Change the colour codes as required.

    Admin

    In reply to: Language support

    #48751

    @kak, we’ll update all the language files in the next update to for this particular string.

    Admin

    In reply to: Update to 2.0 removes header widget display

    #48750

    Copy and paste the following code into Additional CSS for a temporary fix:

    .header-widget {
       margin-top: -200px;
    }
    
    Admin

    In reply to: Plugin Graphene Shortcodes

    #48748

    You will still need the plugin if you wish to use the shortcodes. This is simply a rule set by WordPress, and we can’t really do anything about it.

    Admin

    In reply to: Changes to graphene_header action hook?

    #48747

    This is a bit of a difficult issue because we need the header image to works as it currently does in order to make it responsive, i.e. adapt the width and height to different screen sizes. The effect of this is that anything placed in the graphene_header action hook will be placed after the header image, not on top of it. You can read a more detailed explanation about this here:

    For now, the CSS you added is the correct way of solving it. We’ll figure something of a more permanent fix in the next update.

Viewing 10 posts - 611 through 620 (of 6,030 total)