Rob McFadden
Rob McFadden
Chiming in here because I'm seeing this too. I have Twitter and Facebook set to pull from the SEO image, and they are working right if I have an SEO...
Seconding this as well as not needing the settings in the CP... a `config/linkfield.php` file would be great!
Not the most elegant solution, but I needed this and this is what I came up with. Adjust `1023px` to your needs. ``` if (window.matchMedia('(max-width: 1023px)').matches) { document.querySelectorAll('.js-accordeon-trigger[aria-expanded="true"]').forEach((el) => {...
Interesting, just realized there's a bit more going on. This is the stack trace from the error that's in the DB tab there... ``` yii\base\ErrorException: Trying to access array offset...
@andris-sevcenko - Sent via email. Thanks for taking a look!
Got it, that makes sense. It is just a JS-class. I can resolve this for my situation outside of the Feed Me feed. It's a one-time feed and then content...