'repeater',
'label' => esc_attr__( 'Top Slider Slides', 'aquaapp' ),
'description' => __( 'Add Slides here' , 'aquaapp' ),
'section' => 'Section_Five',
'priority' => 10,
'settings' => 'awesome_screenshots_slides',
'choices' => array(
'limit' => 4,
),
'row_label' => array(
'type' => 'text',
'value' => 'image'
),
'fields' => array(
'awesome_screenshots_images' => array(
'type' => 'image',
'label' => esc_attr__( 'Awesome_Screenshots_Images', 'aquaapp' ),
'description' => esc_attr__( 'This will be image for the slide.', 'aquaapp' ),
'default' => '',
),
)
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'awesomescreenshotprotitle_1',
'section' => 'Section_Five',
'default' => '
',
'priority' => 10,
) );
/*---------------------------------------
Testinomial Slider
-----------------------------------------*/
Kirki::add_field( 'aquaapp', array(
'type' => 'repeater',
'label' => esc_attr__( 'Top Slider Slides', 'aquaapp' ),
'description' => __( 'Add Slides here' , 'aquaapp' ),
'section' => 'Section_Six',
'priority' => 10,
'settings' => 'Testimonial_Slider',
'choices' => array(
'limit' => 3,
),
'row_label' => array(
'type' => 'text',
'value' => 'feedback'
),
'fields' => array(
'testimonial_image' => array(
'type' => 'image',
'label' => esc_attr__( 'Testimonial Image', 'aquaapp' ),
'description' => esc_attr__( 'This will be the image for slide.', 'aquaapp' ),
'default' => '',
),
'testimonial_content' => array(
'type' => 'textarea',
'label' => esc_attr__( 'Testimonial Content', 'aquaapp' ),
'description' => esc_attr__( 'This will be content for slide.', 'aquaapp' ),
'default' => '',
),
'testimonial_author' => array(
'type' => 'text',
'label' => esc_attr__( 'Testimonial Author', 'aquaapp' ),
'description' => esc_attr__( "This will be author for slide.", 'aquaapp' ),
'default' => '',
),
)
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'awesomescreenshotprotitle_2',
'section' => 'Section_Six',
'default' => '',
'priority' => 10,
) );
/*---------------------------------------
Contact Form
-----------------------------------------*/
Kirki::add_field( 'aquaapp', array(
'type' => 'repeater',
'label' => __( 'Repeater Field', 'aquaapp' ),
'description' => __( 'How to add icons?
- Go to the Bootstarp Icon website here.
- Find the icon you want to use and click on it.
- Copy the icon\'s class which is in a rectangular box. For example glyphicon-home.
- Paste it in the Icon Class field.
' , 'aquaapp' ),
'section' => 'contact_form',
'priority' => 10,
'settings' => 'contactformdetails',
'choices' => array(
'limit' => 3,
),
'row_label' => array(
'type' => 'text',
'value' => 'Contact Details'
),
'fields' => array(
'contact_icon' => array(
'type' => 'text',
'label' => esc_attr__( 'Contact Icon Class', 'aquaapp' ),
'description' => esc_attr__( 'This will be the icon.', 'aquaapp' ),
'default' => '',
),
'contact_title' => array(
'type' => 'text',
'label' => esc_attr__( 'Contact Details', 'aquaapp' ),
'description' => esc_attr__( 'This will be the contact details.', 'aquaapp' ),
'default' => '',
),
)
) );