Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Hi @techeez,

    It looks like you’re using the TablePress plugin to insert the tables. The styling that you see (colored header) is actually added by TablePress, not Graphene.

    By extension, I believe the feature that makes the table displayed as rows when viewed on mobile devices also comes from TablePress. If I’m not mistaken there should be a feature to disable that feature in TablePress. You might have to dig around in the plugin’s settings to find it, or ask at the plugin’s support forum.

    Admin

    In reply to: Ads on homepage – option to disable not working

    #51171

    Hi @Marcel,

    Thanks for the report. This does look like a bug that occurs when using a static front page.

    To fix the issue, add the following code after line 29 in graphene/inc/loop.php:

    if ( is_front_page() && ! $graphene_settings['adsense_show_frontpage'] ) return;
    
    Admin

    In reply to: Problem with grid scaling

    #51170

    Hi @headly,

    Glad to see that you’ve found a workaround! We’d like to determine if this is a styling bug in the theme. Can you share the URL to the page where the issue is located?

    Thanks!

    Admin

    In reply to: Fatal error when activating child theme

    #51162

    You may ignore that notice for now. We’ll include a fix for it in the next theme update.

    To prevent the notice from appearing, try setting WP_DEBUG to false.

    Admin

    In reply to: Fatal error when activating child theme

    #51160

    Thanks for sending that through. Try changing the child theme styles loading to just this:

    wp_enqueue_style( 'graphene-parent', get_template_directory_uri() . '/style.css', array() );
    
    Admin

    In reply to: Fatal error when activating child theme

    #51159

    You may use the contact form here to send us the log: https://www.graphene-theme.com/contact-us/

    Admin

    In reply to: Fatal error when activating child theme

    #51157

    Can you obtain and share the error log from the hosting? That would help to pinpoint the issue.

    Admin

    In reply to: Fatal error when activating child theme

    #51155

    What are the files in your child theme?

    Admin

    In reply to: Can't customize

    #51148

    Is there any plugins active on the site? If yes, try disabling them to see if it’s caused by a plugin conflict.

    Admin

    In reply to: Import/Export doesnt work

    #51142

    Thanks for that. We’ve been able to identify the cause and fixed the issue. We’ll push an update containing the fix within this week.

Viewing 10 posts - 171 through 180 (of 6,030 total)