Patrick A. Karjala

Results 30 comments of Patrick A. Karjala

Jumping in on this comment train; we would be interested in a student-facing localization for Hawaiian Language use. This would primarily focus on Modal windows messages and buttons such as...

Adding one more note to this feature; please allow it to be restricted to Everyone, Followers, or Subscribers.

Which version of the ckeditor gem are you using?

Tested replacing `URI.escape` with `CGI.escape` which works, but re-encodes spaces as `+` instead. Which isn't ideal, but at least fixes the underlying issue. Alternatively, can remove the `URI.escape` entirely and...

Following up with this, replacing `URI.escape` with `ERB::Util.url_encode` seems to fix the issue entirely. Will issue pull request on the chance this ever gets updated.

Better would be that the installer should provide sane defaults along with messaging. 1. It should try to determine the local site url using wp-cli if possible. This should be...

@StevieDrew Are you using a proxy in your setup? Trying to narrow down some of the possible causes of the issue. @paszczus Do you have any additional information as requested...

OK; do you happen to have any logs showing errors or additional information when the redirect loop is occurring?

@Scriptkiddi You may want to start with reading https://developer.wordpress.org/plugins/ You will need a local WordPress install to test with.

https://github.com/whomwah/rqrcode works as a gem for generating QR codes.