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: Tables when viewing on mobile device or in mobile section in customize
November 11, 2019 at 6:30 pm #51172Hi @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
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
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
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
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
You may use the contact form here to send us the log: https://www.graphene-theme.com/contact-us/
Admin
Can you obtain and share the error log from the hosting? That would help to pinpoint the issue.
Admin
What are the files in your child theme?
Admin
Is there any plugins active on the site? If yes, try disabling them to see if it’s caused by a plugin conflict.
Admin
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.
