kirki-helpers
kirki-helpers copied to clipboard
Tooltip And some error
Your design is very very awesome, But I face some following problem. ( I just include kirki in ny theme )
1.whenever use type as "text,dropdownpages" ,tooltip is not working properly. kindly let us know your response.
2. Theme unit test bug are in following image:

Regards, Suganya
Can you please try the develop branch from github? I believe these have already been fixed.
Thanks for your response.
Is This possible to use only one textdomain.
1.whenever use type as "dropdownpages" ,tooltip is not working properly.
2.How to use type as "code".
3.
<?php
Kirki::add_config( 'my_config' );
Kirki::add_field( 'my_config', array(
'type' => 'slider',
'settings' => 'my_setting',
'label' => __( 'Border width', 'my_textdomain' ),
'section' => 'my_section',
'default' => 1,
'priority' => 1,
'choices' => array(
'min' => 0,
'max' => 20,
'step' => 1,
),
'output' => array(
array(
'element' => '.variable-top-border',
'property' => 'border-top-width',
'units' => 'px',
),
array(
'element' => '.variable-bottom-border',
'property' => 'border-bottom-width',
'units' => 'px',
),
),
) );
?>
the above code, the particular field value is set for that element, but i want set the group of css value in that element.(e.x) if one field enable just add some setof css value to the elements. is this possible...,or this features have been already enabled means which field arguments we use.
Hi, whether tooltip is working good when type as a dropdown-pages