Ari Stathopoulos
Ari Stathopoulos
With the new implementation and API introduced in v4.0 we may no longer need all those extra properties the `Kirki\Control\Base` class defines, need to check them and clean them up...
Need to make sure there's nothing in there that's not absolutely necessary.
In 4.0, if there is no default value for font-style in a typography field, the field will not be shown - contrary to previous versions where it was part of...
This is a tough one and perhaps we won't be able to find a way to handle symlinks in v4.0. Adding to the 4.0 milestone for now and we can...
Can be used for font-size, padding etc. The logic is described in detail on https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/ See https://codepen.io/jakobud/pen/vmKLYb We'll need: * Breakpoint * Min-size * Max-size * Enqueue JS in the...
Internally the previous implementation (via PHP) is used instead of the new field-dependencies module. This was working at some point, I have to see where/when it broke
## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/22139228-allow-using-required-in-panels-sections?utm_campaign=plugin&utm_content=tracker%2F2030945&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2030945&utm_medium=issues&utm_source=github).
v4.0 requires WP 5.0+ because we're using the `wp-hooks` script, mostly for `postMessage` changes in complex fields like `typography` etc, but also to init these complex fields. As a fallback...
`wp.editor.initialize` is not available due to the experiments Gutenberg does with blocks in widgets. See fix in https://github.com/wplemon/gridd/pull/72/commits/9ea518519e2b583b9b59c7e4fbcd68d88228a87f, found it while debugging https://github.com/wplemon/gridd/issues/71