Dalton Rooney

Results 21 comments of Dalton Rooney

Appears to be fixed by @mvpdesign in this fork: https://github.com/mvpdesign/acf-reusable-field-group

I've been experiencing this as well. Seems to only happen when I'm using the libsass compiler. Try using the default compiler and see if that helps.

My company would be willing to sponsor this feature. LMK if that’s of interest, maybe a few companies can pool their resources and get this done.

I just struggled with a similar issue. It took me a while to realize that it only happened when I was _not logged in_, and it only happened on my...

I'm having a similar problem in the latest Chrome. I just updated to Craft 3.1 beta yesterday. I have a form with a `{{ csrfInput() }}` field and if I...

I tried using ModalVideo in a Vue component without success. `new ModalVideo(this.$ref.video);` did not launch the video, even though the instance was created. Instead I took a look at react-modal-video...

I'm loading Ember in a theme so I'm using wp_localize_script() to try to pass my nonce value to the Ember app. So far I can't figure out how to access...

I did make some progress which I thought I'd share in case it's helpful for you or anyone else attempting this in the future. Ember really doesn't like global variables,...

@signal-intrusion I would be very interested in seeing this repo expand to support create/update/delete actions. I'm just far enough along with my Ember app that I'm ready to make some...

@sheriffderek 👍 Thanks for that, looks like exactly what I need.