Eric Howard

Results 7 comments of Eric Howard

I'm also getting a value of `"acf": false` when the post is a `revision`, not `draft`. It works well only when a post or page is in `draft` status. WP...

Oooh baby! Can't wait ✨

The Rellax library has a similar feature, see: https://github.com/dixonandmoe/rellax/issues/67#issuecomment-354317366

Seeing this issue on Chrome `78.0.3904.108` as well. Any thoughts?

The solve is here: https://github.com/xiaody/react-lines-ellipsis/issues/59#issuecomment-528683491

Create a plugin in `~/plugins/vue-match-heights.js` that adds the directive to Vue. Then register the script in your `nuxt.config.js` file like ``` { ... plugins: [ { src: '~/plugins/vue-match-heights', ssr: false...

`Log::info('...');` doesn't appear to be working in 5.4.x either