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 use a child theme, and then write a custom PHP script to add the back button.
Admin
Run this SQL query on the site’s database (you can do this through phpMyAdmin, for example). If you have custom table prefix other than the default
wp_, be sure to edit the query below accordingly.Take a backup of the database before you run this query though, just in case.
UPDATE wp_usermeta SET meta_value = 1 WHERE meta_key = 'graphene_author_hide_email';Admin
This error appears if the
allow_url_fopenis set to disabled in PHP. I would suggest either of these solutions:
1. Request your host to enableallow_url_fopenin PHP settings.
2. Disable PHP error display on your site.Admin
Try adding the following code to Additional CSS:
.iconMenu { margin-top: -43px; }You might need to reduce the size of the icons a little so they all fit in a single line without overlapping the menu button.
Admin
Looks like the RTL stylesheet is not loaded automatically when using a child theme. We’ll add a fix for this in the next theme update.
Admin
We will add this feature in the next theme update.
Admin
In reply to: I want to get rid of large add area right under the top menu.
March 29, 2020 at 3:06 pm #51303There are two places where the ad code might have been added. Check these two places and see if you can find it:
1. WP Admin > Appearance > Customize > Graphene: General > Ads.
2. WP Admin > Appearance > Widgets.Admin
You can still do the Export/Import from Customizer. Go to Customizer > Graphene: Utilities > Import & export settings.
Admin
Please provide a link to your website so that we can take a look.
Admin
Noted on the request. In the next theme update, we will expand the selectable range from 400px to 2000px.
