Tobias Wolf
Tobias Wolf
e.g. "Your branch is ahead of 'origin/master' by 2 commits." Removed show/hide transitions. Leave `$status` visible longer (10 seconds) because error messages could be very long.
The mix of tabs and spaces was confusing and resulted in formatting issues. I used two spaces for indentation as in Kirby docs.
Hint: https://github.com/wagnerwagner/merx/blob/master/src/gateways.php#L104 ---- *via https://forum.getkirby.com/t/merx-plugin-to-create-online-shops-with-kirby-3/13735/195*
This is a tiny bug. When the commit message is `Replaces with ` it renders as “Replaces *with*”. I will try to fix it when I find the time. *Screenshot...
[$page->isActive()](http://getkirby.com/docs/cheatsheet/page/is-active) and [$page->isOpen()](http://getkirby.com/docs/cheatsheet/page/is-open) unfortunately don’t work in combination with your plugin.
I wanted to use [routes](http://getkirby.com/docs/advanced/routing#omitting-the-blog-folder-in-urls) but unfortunately they don’t work in combination with your great stats plugin.
**- Do you want to request a *feature* or report a *bug*?** bug **- What is the current behavior?** The ”1.044 smashing members“ box (`.col--article--meow__membership`) is very high. That’s why...
`Toolkit\Query` will be deprecated in Kirby 3.9, see https://github.com/getkirby/kirby/releases/tag/3.9.0-rc.1 Compare to https://github.com/rasteiner/k3-pagesdisplay-section/commit/094eb8091f6fb99116c378884efa434ecf3dba46
See https://forum.getkirby.com/t/merx-plugin-to-create-online-shops-with-kirby-3/13735/321 #### Additional info Template name is `order` only if an `order` template exists. https://github.com/wagnerwagner/merx/blob/main/src/Merx.php#L304