Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Back Button on Post Pages

    #51321

    You will need to use a child theme, and then write a custom PHP script to add the back button.

    Admin

    In reply to: How to Remove Email from Author Bio

    #51320

    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

    In reply to: Error after last Update

    #51315

    This error appears if the allow_url_fopen is set to disabled in PHP. I would suggest either of these solutions:
    1. Request your host to enable allow_url_fopen in PHP settings.
    2. Disable PHP error display on your site.

    Admin

    In reply to: Insert Content in line to left of Collapsed Menu

    #51309

    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

    In reply to: Sub Menu on Hebrew RTL site override the text

    #51308

    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

    In reply to: shortcode not working in category description

    #51304

    We will add this feature in the next theme update.

    Admin

    There 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

    In reply to: Graphene Options Page / Graphene Settings Page

    #51302

    You can still do the Export/Import from Customizer. Go to Customizer > Graphene: Utilities > Import & export settings.

    Admin

    In reply to: Insert Content in line to left of Collapsed Menu

    #51301

    Please provide a link to your website so that we can take a look.

    Admin

    In reply to: Reduce 800 pixel minimum to 740 pixels

    #51300

    Noted on the request. In the next theme update, we will expand the selectable range from 400px to 2000px.

Viewing 10 posts - 131 through 140 (of 6,030 total)