esc_html__("Clients", 'taskereasy'), "base" => "taskereasy_logo_carousel", 'icon' => get_template_directory_uri() . '/assets/images/favicon-icon/shortcode-icon.png', "class" => "", "description" => esc_html__("Add taskereasy client logo carousel", 'taskereasy'), "category" => esc_html__('Taskereasy Shortcodes', 'taskereasy'), "params" => array( array( "type" => "attach_images", "heading" => esc_html__("Images", 'taskereasy'), "param_name" => "images", ), array( 'type' => 'css_editor', 'heading' => esc_html__( 'CSS', 'taskereasy' ), 'param_name' => 'custom_design', 'group' => esc_html__( 'Design options', 'taskereasy' ), ) ) )); add_shortcode( 'taskereasy_logo_carousel', function($atts, $content = null) { extract(shortcode_atts(array( 'images' => '', 'custom_design' => '', ), $atts)); $custom_design = vc_shortcode_custom_css_class( $custom_design, ' ' ); $image_ids = explode(',', $images); $image_no = 1; $output = ''; $output .='