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: Can’t use some nav bar colors because the search bar color can’t be set
October 10, 2020 at 12:29 pm #51567Thanks for the feedback. In the next theme update, we’ll add a couple more colour options to select the top bar foreground and link colours.
Admin
Are you still having this issue? The slider is working from my end on the jules.crew-mgr.com site.
Admin
We’ll issue another theme update soon that should fix most of those issues for you.
Admin
In reply to: Comments not showing in posts after WordPress 5.5 update
October 10, 2020 at 11:37 am #51562Partrice, thanks for highlighting that. We’ll include the fix in the next theme update.
Admin
Thanks for highlighting this. We’ll include the fix in the next theme update.
Admin
Thank you for the screenshots. We’ve determined the cause and will include the fix in the next theme update.
To apply the fix in the mean time, add the following code to line 6 of the file
graphene/inc/compat.php:if ( is_admin() ) return;Admin
It looks like the Mighty Classic Pros And Cons plugin is overriding the font used for those icons with an incompatible version. Try deactivating the plugin to verify if it’s the cause of the issue.
Admin
This sounds like a script conflict. On your browser while accessing any of those pages that don’t work correctly, press F12 to bring up the developer console. Then click on the “Console” tab, and see if there’s any error listed there.

Admin
You’ll need to install the Graphene Plus theme, then adjust the
Templateline in your child theme, and that’s it. All your existing settings and customizations should still be in place and you won’t need to redo anything.In any case, if you run into issues, you can always reach out to us using the Priority Support that’s available to all Graphene Plus customers for speedy resolution.
Admin
There is no option to hide the menu, but you can achieve this with a few lines of additional CSS:
.post-## .navbar { display: none; }Replace
##in the code about with the ID of the post/page where you’d like to hide the menu.
