Florian Schlittenbauer

Results 20 comments of Florian Schlittenbauer

There is a PR to fix this exact issue: https://github.com/PhilippBaschke/acf-pro-installer/pull/35 @PhilippBaschke just needs to merge it...

works fine here. same setup. make sure to use a correct post-type slug: https://codex.wordpress.org/Function_Reference/register_post_type special caracters are not allowed, so festival-event is wrong. make it festival_event or something like that.

Make sure that you have custom permalinks enabled, which is required for wp api to work: https://github.com/WP-API/WP-API/issues/69

So i've set myself up a fresh wp instance to test it. ran into the same problem as you, because i copied your shortcode. `[wp_live_search type="posts"]` is simply wrong. It...

This is not my plugin, i am just using it and happened to see your problem ;) all the credit goes to @bearded-avenger

> does this work > > ``` > {% set md = object.markdown|shortcodes|markdown %} > > {{ md|markdown }} > ``` Unfortunately this does not work. I think the shortcode...

> Change the parser to regular. The parser is already set to regular, thats the strange thing. It works fine when using the exact same nested shorcode in the page...

That's exactly what I'm trying to do. I'd be happy to reduce the PR to only implement the configurable open state - which should be configurable even if it's not...

maybe this hast something to do with the newly released first stable version of the API: https://www.miele.com/developer/news.html > 1 August 2019 > First public release of Miele 3rd Party API....

[1.0.0b0](https://github.com/p0l0/hagruenbeck_cloud/releases/tag/1.0.0b0) fixes it for me