Chris Wilcoxson

Results 11 comments of Chris Wilcoxson

Duplicate of: https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues/440 I'm not seeing a PR for the changes mentioned in that thread though.

Any updates on this? We're running into this, but don't have default values in the nested schema.

You would need to define PLUGIN_PATH in the index.php file as a constant to use it that way.

This is super helpful. I just setup something like this in one my plugins, but I didn't put it into loader. This makes much more sense.

Hey @gr33k01, I'm using the technique described by @LeoFNaN in my plugin Simple Sharing. Works just fine for me, but I'm doing really simple stuff there. https://github.com/slushman/simple-sharing

Are you using wp_enqueue_style() to enqueue the stylesheet? What is it hooked to in your main plugin file? Do you have a repo we can look at?

Check out this response: https://github.com/ThemeFuse/Unyson/issues/153#issuecomment-69721101 Since the enqueue calls happen after the head is already generated, the styles don't get applied immediately. Maybe method #4 from this post would work?...

Hey @aios, I just tried out your code in a quick test plugin and its working for me. Not sure why it wouldn't work for you. What you have above...

Here's a temporary fix for the slideshow_option notice: In the index.php file around line 66, just after the opening of the foreach, add the following: if ( empty( $gallery['slideshow_option'] )...