-
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
Editor field #968
Comments
Hello again, same issue, No way to add color on the editor ? Thanks |
Hello again, now , all seems working excepting adding link and color to text (no button for this one) ? Anyone ? |
Not working by me ;( |
+1 |
we can add some options to the editor field by editing ; includes\field\class-kirki-field-editor.php
but there's a lot of bug on css ( add link, dropdown styles and color, ...) |
This has been fixed in the develop branch, closing. |
Hello, i have a problem with editor settings |
Issue description:
Is there a way to have a working wysiwyg Wp editor field ?
I tried the editor Type, but I'm experciencing some bug
Info not saved, can't clic on save (not active), link not displayed ...
I didn't found more on this type (editor) on the doc.
Still in developpment ?
Thanks
Version used:
github
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
s_Kirki::add_field( 's_theme', array(
'type' => 'editor',
'settings' => 'footer_txt',
'label' => esc_attr( 'Texte du footer', 'my_textdomain' ),
'section' => 'footer',
'priority' => 10,
) );
The text was updated successfully, but these errors were encountered: