Mike Hemberger
Mike Hemberger
Seeing this as well.
This would be extremely useful and is often frustrating when I need snippets and don’t have access to my computer. Love Dash otherwise!
@scottstanford I'm doing the same. It seems that this is the way that it _does_ put it in a single option. David's example above will get your value via `$your_option_name['checkbox_setting']`.
Nope. Just tested, it seems the option_name forces the saving in 2 places. I get a separate row for the option_name and also an item in my main option. It...
There are a couple scenarios that I'm wondering will still cause issues. 1. When fields are registered to the same option name but on different hooks or priories, eg init,...
+1 on post_meta, and another +1 on term_meta. Kirki would be killer with these features. There are enough users ok Kirki now, I wonder if a bit of crowdfunding would...
Hey y'all. I've manually had this fix in our theme for a few months now and haven't seen or heard of a single issue with it. I think you're safe...
Re my commit desc: Fixes my part of https://github.com/kirki-framework/kirki/issues/2466 A TL;DR quick test to see the bug is to create 2 fields that save to the same option. Make sure...
Weird finding... if I put _anything_ in the Additional CSS field, then the Kirki CSS works. No idea how that's related. This is what I added, then the pattern has...
I'm hitting this now and took a while to track down. I have Kirki in my plugin (autoloaded via Composer) and my plugin is symlinked into multiple local WP installs....