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
@Gendji, can you post the line preceding the error log you posted above? Before the
in /blog/wp-content/plugins/.... That would indicate what the error actually was.Admin
In reply to: How to control "IN THIS SECTION" menu in the widget area in V2?
February 16, 2018 at 10:14 am #49092That widget follows the page order in WordPress. There are a few ways to rearrange them. See this page to read about the available options: https://www.greengeeks.com/tutorials/article/the-easiest-way-to-reorder-pages-in-wordpress/
To disable that feature, go to Customizer > Graphene: General > Child Pages > Disable contextual navigation in the sidebar.
Admin
Hmm.. that is strange as the demo site is also running Stacks with PHP 7.1. Can you turn on WP_DEBUG on your site and see if there’s any error message displayed? Also, have you installed the latest SiteOrigin Page Builder plugin to replace the theme’s bundled copy?
Admin
At the moment the display is restricted by how the HTML code is laid out in the theme and is not easily fixed. We’ll work something out in the next theme update.
Admin
Thanks for highlighting this. In the next update, we’ll include a fix which will remove the old
favicon_urlsetting if the WordPress site icon has been set. If it has not been set, the oldfavicon_urlwill still be used to avoid catching existing users unaware and finding their favicons are missing.In the mean time, you can use a text editor to remove the
favicon_urlreference from your Graphene options export file and re-import them into your real site.Admin
The header itself doesn’t have a background colour. The white background you’re seeing is from the
.boxed-wrapperelement, so you’ll have to remove the background for that element for all pages.Admin
You’ll only need to prefix it with
.home, like so:.home .boxed-wrapper, .home #content { background: none; }Admin
@skooter, I have requested for them to make you as a pt-BR translation editor for Graphene.
Admin
All the german strings are translated, but they have to be approved by a translation editor.
That’s the problem!That’s right. I can make a request for them to make you or other German users of the theme as translation editor, but you’ll need to actually show them that you can make good German translation. You can do this by adding some (good) German translation first, via this page:
https://translate.wordpress.org/locale/de/default/wp-themes/grapheneMake sure you follow the German translation community guidelines when adding translations as well. See this discussion on WordPress.org for more info: https://make.wordpress.org/polyglots/2017/12/27/hello-everyone-i-am-the/#comment-277951
Admin
The admin bar will only be shown when you’re logged in. Your visitors will not see them. If it still bothers you though, you can add an offset to the background image while logged in. Try:
body.admin-bar { background-position: center 32px; }
