Matt Wilcox

Results 25 issues of Matt Wilcox

Having trouble with your Wordpress install? Please comment here. Remember that any problems are very likely to be something with your server configuration or Wordpress set up. As those things...

Help for users

Send different caching responses depending on whether the user had a cookie or not. No cookie = cache, but also ensure the browser asks the server if there's a newer...

Wish

"Style": "h1" Should not be "style", a heading is not a style, it's a semantic label for type of content in the text node. This property seems to have a...

### Description At certain sizes (this issue at 1280px browser width) the Capture button is hidden off-screen. ### Steps to reproduce 1. Make a purchase that requires Capture. 2. Go...

bug
📝 order edit
🖥 UI

We are using [Stripe for Commerce](https://github.com/craftcms/commerce-stripe/blob/develop/README.md) plugin as a payment gateway, and have our own plugin that's listening on EVENT_RECEIVE_SUBSCRIPTION_PAYMENT as documented here: https://craftcms.com/docs/commerce/3.x/extend/events.html#receivesubscriptionpayment ``` Event::on( Subscriptions::class, Subscriptions::EVENT_RECEIVE_SUBSCRIPTION_PAYMENT, function(SubscriptionEvent $event)...

🔎 status: investigating

### Description ### Steps to reproduce 1. Try to run the update ``` Database Exception: SQLSTATE[HY000]: General error: 1553 Cannot drop index 'c3_maps_ownerId_ownerSiteId_fieldId_unq_idx': needed in a foreign key constraint The...

### Description Status: Forbidden Response: {"error":"User is not permitted to perform this action"} I've attached the [web.log](https://github.com/ethercreative/simplemap/files/4890619/web.log) error pertaining to this action. The error is reported on line 3404. ###...

### Description Updating from 3.5.2 causes Exception 'craft\errors\MigrateException' with message 'An error occurred while migrating Craft CMS.' ### Steps to reproduce 1. Take an old project running 3.5.2, and try...

We have a site with Members, who can edit their profiles through a front-end form. Those members need to add in addresses; and in exactly the same way that the...

enhancement

### Is your feature request related to a problem? Please describe. Best practice is to have `width` and `height` attributes on images, so that the browser can reserve layout space...

enhancement