Jürg Hunziker
Jürg Hunziker
In my opinion the `src` attribute should anyway always be added to the `` tag since this is a required attribute (also in browsers which support `srcset`). But I think...
Yes, this would definitely make sense. I would even do the same if `srcset` is supported as in this case the `src` attribute should be set as well. But as...
Not sure where your last comment with the proposed `srcsetFallback` went but this is exactly how I now solved it in a project manually. I introduced a custom attribute (`fallbackSrc`...
I think this should be fixed in PR #28. Since the meta values of the revision got selected with the `$single` parameter set to `true` (`get_post_meta( $revision_id, $meta_key, true );`)...
maybe related to issue https://github.com/adamsilverstein/wp-post-meta-revisions/issues/17#issuecomment-282719776.
Sure makes sense. I try to do that as fast as possible. Thanks for your help 👍🏻
Ok I could create a minimal reproduction plugin. You'll find it here: https://gist.github.com/tschortsch/5e11413dda42f6df0a7106834306c05d#file-eager-relations-bug-plugin-ts. To reproduce the bug you have to do the following: 1. Setup a vendure instance 2. The...
Upgraded to v2.2.2 but the eager relation is still not resolved when the customField relation is set to `eager: true` 😏
With the `equal-width` options in the column this should be possible. See: https://github.com/liip/bootstrap-blocks-wordpress-plugin?tab=readme-ov-file#options-2
Hi @adwlabs. Could you maybe post the whole function you're adding? With just this snippet it's hard to see where the issue could be.