-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select field on Repeater not working (returning "Array" word) #1888
Comments
There are three different problems here:
|
* develop: (50 commits) possible fix for #1925 Envato theme-check fixes Fix error when typography field has no font-family v3.0.33 Folder permissions fix for google-fonts fixes #1892, fixes #1888 3.0.32 add choice per-control. use async as default for 3.0.31 3.0.31 3.0.30 3.0.29 add caches stable = 3.0.28 & use correct license in readme readme addition v3.0.28 typo readme switch webfont loading to local when in the frontend add googlefonts @font-face to the footer ...
Issue description:
Select field on Repeater not working (returning "Array" word)
Version used:
WP Latest
Kirki Plugin Latest
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
Kirki::add_section('dynamic_widgets_section', array(
'title' => esc_attr__('Dynamic Widgets', TEXTDOMAIN),
'description' => esc_attr__('Allows you to create widget sections.', TEXTDOMAIN),
'panel' => '',
'priority' => 160,
));
The text was updated successfully, but these errors were encountered: