WHITE-developer
WHITE-developer
### What happened? ### Description Scrolling with mouse wheel through list of actions works fine, but when trying to scroll by clicking the bars (1 and 2 in screenshot) the...
### Description It doesn't save the category settings on the sitemap page. Looks like it has something to do with the empty hidden category-field in the product type part: https://github.com/ethercreative/seo/blob/v3/src/templates/sitemap.twig#L190...
The youtube player api gets injected even when there is no `data-vbg` on the page. Also gets injected when the `data-vbg` has a vimeo link.
Uncaught ReferenceError: wrapper_styles is not defined `jquery.youtube-background.js:562`
### Description We noticed today that in some weird situation the VAT can get negative where it should be 0 https://nimb.ws/Mfjp2w It is calculated as the total order is €5...
Cool function the auto generate redirects for entries, but we were missing that for the categories (and commerce products), so I decided to create this pull request. - Added the...
When you have the linkfield plugin installed the debug toolbar is not working anymore because of the following error: Exception 'Error' with message 'Typed property lenz\craft\utils\foreignField\ForeignFieldModel::$_field must not be accessed...
### Description When trying to add a link inside the redactor field, the entry selector doesn't show the custom sources you have created. ### Steps to reproduce 1. enable the...
### Describe the bug The pagination next/prev meta are getting a trailing slash when using `pageTrigger` with query param (eg ?page) and `addTrailingSlashesToUrls` is enabled. This due to the [UrlHelper.php:L152](https://github.com/nystudio107/craft-seomatic/blob/develop-v4/src/helpers/UrlHelper.php#L152-L154)....
### What happened? ### Description On an order when you have a valid EU vat-id the tax doesn't get removed on order level because it gets removed by the discount...