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
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
In reply to: how to display fb page image in right sidebar and social sharing buttons
November 22, 2017 at 9:36 pm #48795You 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
November 22, 2017 at 9:34 pm #48794That 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
There are a few other things we need to include in the update. We’re targeting a release window sometime next week.
Admin
Does she still has this issue now? There was a bug recently, but we’ve fixed it in the latest version.
Admin
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
@kak, we’ll update all the language files in the next update to for this particular string.
Admin
Copy and paste the following code into Additional CSS for a temporary fix:
.header-widget { margin-top: -200px; }Admin
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
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_headeraction 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.
