Nicscott01

Results 8 comments of Nicscott01

This was originally discussed here: https://github.com/Yoast/yoast-acf-analysis/issues/241 The "workaround" for me is to ensure that the ACF block mode is "preview" (not auto). And then while in the content editor, switch...

Thank you, this fixed the problem for me, too. When will this fix be available in the "official" repo?

Personally I don't like losing Vimeo support. It's currently "one of the big 2" and many businesses use them. In my current application of this plugin, I actually use a...

So there is. I had posted this on the WP support forum a few days ago. Here's the sample response from the API and you can see that there's a...

Looks like that works. I was using this endpoint: /videos/{video_id}/pictures to get the private video images.

Yes, a filter for custom API endpoint would be very helpful. Thank you!

I’m doing it in wds_get_vimeo_details(). My workaround for now was to: remove_action( 'save_post', 'wds_check_if_content_contains_video', 10, 2 ); add_action( 'save_post', 'lsta_check_if_content_contains_video', 10, 2 ); And then write my own function lsta_get_vimeo_details()....

Similar to what was reported in https://github.com/spinupwp/spinupwp-plugin/issues/64