Jonas
Jonas
Ok, I realized one thing: When using `lazyLoad: true,` it works. When using `lazyLoad: 1,` I see the following weird issue: I have 4 slides: On page load I get...
So far I am just trying to get the desired functionality without your plugin in the first place for a quick hack. I managed to create an own REST route...
Hey @travismeyer. Nice to get some interaction here :). I got quite a bit further in the meantime. The key to success was `get_fields` which you also propose. I am...
@airesvsg Thanks for your input. Haha in the end it seems to easy as pie. I tried it and it indeed shows me the revisions of that post in the...
I got mine to work as well: Just replace the function with this ```PHP public function get_preview( WP_REST_Request $request ){ // use the helper methods to get the parameters $id...
Ok sorry one thing I totally forgot obviously. I cloned your repo and opened it in the terminal. I'm guessing that's where I have to compile it somehow. I still...
Ok I found more: I had to enter the `$ ./configure \` command on its own and after that the five configuration lines. after that I could use `$ make`...
Ok. Sorry for the monologue. But maybe it helps another helpless person like me one day: At first I could not use `$ arpspoof`. In the terminal after the make...
Actually I did find a solution – at least it made the error go away: I thought – because of the suspicion that the timeout was a problem – that...
Oh hey: this could be it: > Second of all, this problem is happening because you’re hitting an https:// API from http://localhost, which doesn’t have SSL, so the problem could...