kirki-helpers icon indicating copy to clipboard operation
kirki-helpers copied to clipboard

Tooltip And some error

Open suganyaselvakumar opened this issue 9 years ago • 4 comments
trafficstars

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: kirki-error

Regards, Suganya

suganyaselvakumar avatar May 26 '16 09:05 suganyaselvakumar

Can you please try the develop branch from github? I believe these have already been fixed.

aristath avatar May 26 '16 09:05 aristath

Thanks for your response. kirki Is This possible to use only one textdomain.

suganyaselvakumar avatar May 26 '16 11:05 suganyaselvakumar

1.whenever use type as "dropdownpages" ,tooltip is not working properly. kirki1 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.

suganyaselvakumar avatar May 26 '16 11:05 suganyaselvakumar

Hi, whether tooltip is working good when type as a dropdown-pages

suganyaselvakumar avatar Jun 03 '16 09:06 suganyaselvakumar