Ryan Cramer

Results 408 comments of Ryan Cramer

@markmcgrory The steps you mentioned should remove it from the toolbar. But you'll also want to uncheck the box for "menubar" (the 2nd item in "Features"). Does that make the...

@adrianbj I think the way you'd override it is to use the same CSS selector (or whatever CSS selector you want to use to target the element), and then set...

I don't think PW has anything to do with that, I'm guessing it's something else? Does it work without PW? On Thu, Oct 23, 2025, 6:00 PM Adrian Jones ***@***.***>...

@adrianbj Can you confirm that the request method is POST? (I think that's required for `php://input`) Also, I think that data sent with a content type of `application/x-www-form-urlencoded` or `multipart/form-data`...

@adrianbj Do you want to post the code you are using? Here's what I used to test, but was not able to duplicate the issue: /site/ready.php ~~~php $wire->addHook('/hello/world', function($event) {...

If I recall correctly, these options were removed because they can work in most cases, but not in all cases. So only the visibility options that are guaranteed to always...

@Toutouwai I have added them back. I'm not confident they all work in all cases, so may end up having to reduce the whitelist when/if reports come in that there...

Lets keep this one open so I don't forget, as I've been meaning to add esc key to panels as a default behavior.