Michael Beckwith

Results 201 issues of Michael Beckwith

Let's remove jQuery from the autocomplete.php and instantsearch.php templates in favor of vanilla javascript.

enhancement

What can we do to get ourselves off a version that was released in 2020? Upgrade guide: https://www.algolia.com/doc/ui-libraries/autocomplete/guides/upgrading/

enhancement

We have autofill and clear label functionality that all rely on javascript to work. If by chance the site owner has javascript disabled, the links will be useless. So let's...

Is there benefit at the moment to go jQuery-less for our file? Could it be an exercise in javascript knowhow? jQuery will likely be around in WordPress admin for a...

This PR begins the process of converting out cptui-scripts.js file to be mostly jQuery-less. There are a couple spots involving confirm/deny dialogs that I am leaving with jQuery UI for...

Able to copy/use https://github.com/OnTheGoSystems/wpml-config/blob/master/custom-post-type-ui/wpml-config.xml as a starting point. Also want to experiment with getting descriptions, has archive slugs, rewrite slugs, and anything else appropriate included. This will need some testing.

i18n

Origin: https://wordpress.org/support/topic/editing-url-slug-just-creates-a-new-cpt/

Much like in #922 where we're removing jQuery dependency for our primary js file, let's convert what we have for our Dashicon picker to vanilla JS as well.

This will be particularly true for page slug checks, and if has_archive is also set to true for the post type. Logic being if it's going to have a custom...

Originally from: https://github.com/WebDevStudios/custom-post-type-ui/issues/920 When translating auto-populated string values, we want to add support for returning either {{singular}} or {{plural}} instead of %s for placeholders. PHP won't throw a fit if...