Jory Hogeveen

Results 131 comments of Jory Hogeveen

Did some more testing and can definitely confirm that the opening and closing speed of my patio cover is not the same. This is the reason the calibration is off....

While this issue indeed has become stale it is definitely not fixed.

Hi @jbtrystram I've quickly read through the topic but unfortunately this won't fix this issue. They point that there are to calibration types: 1. Time: The time it takes for...

Side note here. I've added a 1 second adapt_delay and since then didn't encounter this issue anymore. Of course it's less neat since you need to wait and then see...

@akincansenol Keep in mind that this code was never fully finished. I never continued since there seemed to be no need at the time from MLP or it's user base....

Hello Frank, Thanks for the info! I've started a addon to automate metafield syncing but I have some questions. Is there a hook/constant that contains all the linked sites and...

I'm not sure but I think I need the last one, only it doesn't work for mee. This is in short what I'm trying to do with a separate plugin:...

Update: ``` php class Multilingualpress_Custom_Post_Meta_Sync { public function setup() { add_filter('mlp_pre_save_post_meta', array ( $this, 'register_meta_fields' ), 10, 2); } public function register_meta_fields( array $post_meta ) { $blog_id = get_current_blog_id(); $post_id...

I've got it working now, don't exacly know why but the first time it didn't work so I started looking into the MLP source code and saw the post_type ($type)...

ADD: Also I've found this function which does the same aparently: `mlp_get_linked_elements( $post_id, $type, $blog_id )`