Michael Beckwith

Results 748 comments of Michael Beckwith

Since this is a low hanger fruit, adding via feature/236-instantsearch-templates

we do make use of jQueryUI Dialog, so this may not be worth the effort.

Closing as wontfix because of the Dialog reliance.

I'm bringing this one back because despite us using jQuery Dialog for some things, we don't need to use jQuery for the other parts of our script.

At least once I get some parts figured out, we're also going to move to native `` instead of jQueryUI Dialog as well.

At the moment, I'm fine with changing everything that I can manage, but if that means also still relying on jQuery UI Dialog for one small part, I'm good with...

PR is available at https://github.com/WebDevStudios/custom-post-type-ui/pull/964

We have more work to do, so I'm not closing this issue overall yet. We got a good amount of work done already. See https://github.com/WebDevStudios/custom-post-type-ui/pull/964#pullrequestreview-1964434471 for more discussion about what...

Can you share what you're seeing in your option row from `wp_options` ? It's possible things are somehow saving as numeral 1.

If I'm reading everything right, `function backgroundq_get_option( $key = '', $default = true ) {}` would be using a boolean value if, when you're using `backgroundq_get_option( 'test_colorpicker' )` without the...