Ed Townend
Ed Townend
As a fix I'd suggest wrapping the new Flickity call inside the init method in a this.$nextTick. Happy to make a PR if needed.
I think the reason that's not working for you is that at the time the parent component is mounted, the child vue-flickity component won't be mounted yet. Instead I think...
As a temporary workaround I wrote the below. ``` php function dm2_fix_login_issue(){ if ( in_array( $GLOBALS['pagenow'], array( 'wp-login.php', 'wp-register.php' )) && ! (isset($_REQUEST['action']) || $_REQUEST['action'] == 'logout') && is_user_logged_in() )...
Sorry for the delay. It doesn't look like the unipdf library supports properties other than 'Content creator', so it's not currently possible.
I added that message before testing ACF's implementation - it is a bit rubbish. I also need the object output in the project that demanded writing the plugin in the...