k3ob
Forum Replies Created
-
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] 1.3.0 update and grid template rows+1 also seeing issue this after upgrading
Forum: Themes and Templates
In reply to: [Kadence] Cannot translate header/footer elements with Polylang+1 I do not see Kadence in the string translation area either.
I was able to solve this in a different way. The answer depends on the type of setting you’re trying to customize for the language.
For buttons/text in the Kadence header/footer, I used the plugin Add Polylang support for Customizer.
For Kadence Elements, I had to enable translation for the Elements content type in Polylang settings. Then I made translated versions of my Kadence Elements. Because I was using the element in the footer by placing a widget with a shortcode, the string translation area showed a widget group and I updated the Element ID in the shortcode for each language.
Forum: Plugins
In reply to: [Block Pattern Builder] Missing patterns+1
WordPress 5.4.2
Block Pattern Builder plugin 1.0.0
Gutenberg plugin 8.5.1Patterns do not appear in the Gutenberg editor menus. If I downgrade Gutenberg plugin to version 8.3.0, it does work but there is a deprecation warning:
register_pattern is deprecated since version Gutenberg 8.1.0! Use register_block_pattern() instead.
This is already fixed in for the next release (https://github.com/justintadlock/block-pattern-builder/blob/master/src/functions-patterns.php), when might that be released?
Thanks for the great plugin!