Robert Tolton
Robert Tolton
Has anyone got a solution for this? EDIT: Found this https://github.com/drewjbartlett/vue-flickity/issues/2#issuecomment-352671946 And it works, although using `slides.length` is fine (if your data is an array), not sure why the comment...
I can't get this working, here's my User.php: ```
Herp, I manage to miss the fact that my users array wasn't returning anything because my table got accidentally emptied by another seed.. it seems to be working now.
The verbatim tags are just used for debugging, I just wanted to show what code was producing what result. I’m setting the seoImage using the do function, but it just...
@khalwat here's an abridged template, stripped of irrelevant pieces: ``` {% extends "_layout" %} {% if entry.type.handle == 'post' %} {% set modulesField = 'modules' %} {% else %} {%...
Ah, yes - those I have set to inherit (selecting in the drop down menu) the SEO Image. Regarding the dump, that’s what my previous code displayed - the values...
No problem, I tried showing the output of tags and code at the same time to try and help debug, but think that confused things. Thanks for the clarification!
@jansenfelipe Can we accept?
Hi @lucaspulliese did you have any updated estimate? Thanks again for your work on this!
Am also seeing this issue ``` PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uid' cannot be null in /vagrant/vendor/yiisoft/yii2/db/Command.php:1290 Stack trace: #0 /vagrant/vendor/yiisoft/yii2/db/Command.php(1290): PDOStatement->execute() #1 /vagrant/vendor/yiisoft/yii2/db/Command.php(1091): yii\db\Command->internalExecute() #2 /vagrant/vendor/yiisoft/yii2/db/ActiveRecord.php(332): yii\db\Command->execute()...