Rahul Verma
Rahul Verma
The issue persists with v4. Please reopen this one.
@aristath Expanded sections (#703), when combined with 'required' in sections, could result in a very user-friendly customizer in my opinion. I was wondering if you could include this in v2.2...
@PlayerThemes For the time being you could use `active_callback` in `add_section()` to accomplish the same. ``` PHP Kirki::add_section( 'example_section', array( 'panel' => 'example_panel', 'title' => esc_html__( 'Example', 'example' ), 'active_callback'...
I tried this exact code with Twenty Seventeen theme again. Panel and section priorities don't work in nested Panels
The issue persists with v4. Please reopen this one.
Thank you :)
The issue persists with v4. Please reopen this one.
It works for `font-family`, `font-size`, `line-height`, `text-transform`, and `letter-spacing`. But **NOT** for `variant`. So the following code won't work. ```php [ 'element' => ':root', 'choice' => 'variant', 'property' => '--body-font-weight'...
The issue persists with v4. Please reopen this or #2019.