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
Thanks, Marcel. Can you try this fix:
1. Edit file
graphene/inc/widgets.php.
2. Replace line #53 from this:if ( is_object( $widget ) ) {to this:
if ( is_object( $widget ) && method_exists( $widget, 'get_settings' ) ) {Admin
This is a known issue and we’ve got the fix ready. See this topic:
Admin
Thanks, Chris. I’ve been able to identify the issue and produced a fix. Will release a maintenance update very soon.
Admin
Try adding this code to Customizer > Additional CSS:
textarea { height: auto; }Admin
That’s a PHP notice; it doesn’t stop code execution. Look for a line that says “Fatal error”.
Admin
Can you use Pastebin and post the link here?
Admin
In reply to: Text/image links in Header Widget Area not clickable
February 25, 2018 at 2:49 pm #49167Yes, that’s one way to do it. Make sure to you test the view in mobile view as well.
Admin
Looks like there’s an error that prevents the page from finishing loading. Can you turn on WP_DEBUG temporarily and see if there’s any error message being displayed?
Admin
Might be some other styling is overriding that change. Please post a link to your website so that we can take a look.
Admin
In reply to: Text/image links in Header Widget Area not clickable
February 25, 2018 at 8:30 am #49163Please provide a link where this is happening. I suspect it’s the
z-indexproperty of the header image link to home page that causes it to cover the widgets inserted into the area.
