esc_html__("Photo box", "keydesign"),
"description" => esc_html__("Simple photo box with link.", "keydesign"),
"base" => "tek_photobox",
"class" => "",
"icon" => plugins_url('assets/element_icons/photo-box.png', dirname(__FILE__)),
"category" => esc_html__("KeyDesign Elements", "keydesign"),
"params" => array(
array(
"type" => "textfield",
"class" => "kd-back-desc",
"heading" => esc_html__("Box title", "keydesign"),
"param_name" => "phb_title",
"holder" => "div",
"value" => "",
"description" => esc_html__("Enter box title here.", "keydesign")
),
array(
"type" => "colorpicker",
"class" => "",
"heading" => esc_html__("Title color", "keydesign"),
"param_name" => "phb_title_color",
"value" => "",
"description" => esc_html__("Choose title color. If none selected, the default theme color will be used.", "keydesign"),
),
array(
"type" => "textarea",
"class" => "",
"heading" => esc_html__("Box description", "keydesign"),
"param_name" => "phb_description",
"value" => "",
"description" => esc_html__("Enter box content text here.", "keydesign")
),
array(
"type" => "colorpicker",
"class" => "",
"heading" => esc_html__("Description color", "keydesign"),
"param_name" => "phb_description_color",
"value" => "",
"description" => esc_html__("Choose description color. If none selected, the default theme color will be used.", "keydesign"),
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("Box text align", "keydesign"),
"param_name" => "phb_text_align",
"value" => array(
esc_html__( 'Left aligned', 'keydesign' ) => 'text-left',
esc_html__( 'Center aligned', 'keydesign' ) => 'text-center',
),
"save_always" => true,
"description" => esc_html__("Text alignment in box.", "keydesign"),
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("Image source", "keydesign"),
"param_name" => "image_source",
"value" => array(
"Media library" => "media_library",
"External link" => "external_link",
),
"description" => esc_html__("Select image source.", "keydesign"),
"save_always" => true,
),
array(
"type" => "attach_image",
"class" => "",
"heading" => esc_html__("Image", "keydesign"),
"param_name" => "phb_image",
"value" => "",
"description" => esc_html__("Select or upload your image using the media library.", "keydesign"),
"dependency" => array(
"element" => "image_source",
"value" => array("media_library")
),
),
array(
"type" => "textfield",
"class" => "",
"heading" => esc_html__("Image external source", "keydesign"),
"param_name" => "ext_image",
"value" => "",
"description" => esc_html__("Enter image external link.", "keydesign"),
"dependency" => array(
"element" => "image_source",
"value" => array("external_link")
),
),
array(
"type" => "textfield",
"class" => "",
"heading" => esc_html__("Image size", "keydesign"),
"param_name" => "ext_image_size",
"value" => "",
"description" => esc_html__("Enter image size in pixels. Example: 400x250 (Width x Height).", "keydesign"),
"dependency" => array(
"element" => "image_source",
"value" => array("external_link")
),
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("Box link type", "keydesign"),
"param_name" => "phb_custom_link",
"value" => array(
esc_html__( 'No link', 'keydesign' ) => '#',
esc_html__( 'Button link', 'keydesign' ) => 'box-button-link',
esc_html__( 'Full box link', 'keydesign' ) => 'box-link',
),
"save_always" => true,
"description" => esc_html__("You can add or remove the custom link.", "keydesign"),
),
array(
"type" => "vc_link",
"class" => "",
"heading" => esc_html__("Link settings", "keydesign"),
"param_name" => "phb_box_link",
"value" => "",
"description" => esc_html__("You can add or remove the existing link from here.", "keydesign"),
"dependency" => array(
"element" => "phb_custom_link",
"value" => array( "box-button-link", "box-link" ),
),
),
array(
"type" => "textfield",
"class" => "",
"heading" => esc_html__("Button text", "keydesign"),
"param_name" => "phb_button_text",
"value" => "",
"description" => esc_html__("Write the text displayed on the button.", "keydesign"),
"dependency" => array(
"element" => "phb_custom_link",
"value" => array( "box-button-link" ),
),
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("Button style", "keydesign"),
"param_name" => "phb_button_style",
"value" => array(
"Solid color" => "tt_primary_button",
"Outline" => "tt_secondary_button",
),
"dependency" => array(
"element" => "phb_custom_link",
"value" => array( "box-button-link" ),
),
"save_always" => true,
"description" => esc_html__("Select button style.", "keydesign")
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("Button color scheme", "keydesign"),
"param_name" => "phb_button_color_scheme",
"value" => array(
"Primary color" => "btn_primary_color",
"Secondary color" => "btn_secondary_color",
),
"dependency" => array(
"element" => "phb_custom_link",
"value" => array( "box-button-link" ),
),
"save_always" => true,
"description" => esc_html__("Select button predefined color scheme.", "keydesign")
),
array(
"type" => "colorpicker",
"class" => "",
"heading" => esc_html__("Box background color", "keydesign"),
"param_name" => "phb_background_color",
"value" => "",
"description" => esc_html__("Choose box background color.", "keydesign"),
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("CSS Animation", "keydesign"),
"param_name" => "css_animation",
"value" => array(
"No" => "",
"Fade In" => "kd-animated fadeIn",
"Fade In Down" => "kd-animated fadeInDown",
"Fade In Left" => "kd-animated fadeInLeft",
"Fade In Right" => "kd-animated fadeInRight",
"Fade In Up" => "kd-animated fadeInUp",
"Zoom In" => "kd-animated zoomIn",
),
"save_always" => true,
"admin_label" => true,
"description" => esc_html__("Select type of animation for element to be animated when it enters the browsers viewport (Note: works only in modern browsers).", "keydesign"),
"group" => esc_html__( "Extras", "keydesign" ),
),
array(
"type" => "dropdown",
"class" => "",
"heading" => esc_html__("Animation Delay", "keydesign"),
"param_name" => "elem_animation_delay",
"value" => array(
"0 ms" => "",
"200 ms" => "200",
"400 ms" => "400",
"600 ms" => "600",
"800 ms" => "800",
"1 s" => "1000",
),
"dependency" => array(
"element" => "css_animation",
"value" => array("kd-animated fadeIn", "kd-animated fadeInDown", "kd-animated fadeInLeft", "kd-animated fadeInRight", "kd-animated fadeInUp", "kd-animated zoomIn")
),
"save_always" => true,
"admin_label" => true,
"description" => esc_html__("Enter animation delay in ms", "keydesign"),
"group" => esc_html__( "Extras", "keydesign" ),
),
array(
"type" => "textfield",
"class" => "",
"heading" => esc_html__("Extra class name", "keydesign"),
"param_name" => "phb_extra_class",
"value" => "",
"description" => esc_html__("If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.", "keydesign"),
"group" => esc_html__( "Extras", "keydesign" ),
),
)
));
}
}
// Render the element on front-end
public function kd_photobox_shrt($atts, $content = null)
{
extract(shortcode_atts(array(
'phb_title' => '',
'phb_title_color' => '',
'phb_description' => '',
'phb_description_color' => '',
'phb_text_align' => '',
'image_source' => '',
'phb_image' => '',
'ext_image' => '',
'ext_image_size' => '',
'phb_custom_link' => '',
'phb_box_link' => '',
'phb_button_text' => '',
'phb_button_style' => '',
'phb_button_color_scheme' => '',
'phb_background_color' => '',
'css_animation' => '',
'elem_animation_delay' => '',
'phb_extra_class' => '',
), $atts));
$content_image = $phb_img_array = $href = $link_target = $link_title = $no_image_class = $animation_delay = $default_src = $dimensions = $hwstring = '';
if(empty($phb_image)) {
$no_image_class = "no-image";
}
$default_src = vc_asset_url( 'vc/no_image.png' );
$dimensions = vc_extract_dimensions( $ext_image_size );
$hwstring = $dimensions ? image_hwstring( $dimensions[0], $dimensions[1] ) : '';
if ($image_source == 'external_link') {
if (!$ext_image) {
$content_image .='';
} else {
$content_image .='
';
}
} else {
$phb_img_array = wpb_getImageBySize ( $params = array( 'post_id' => NULL, 'attach_id' => $phb_image, 'thumb_size' => 'full', 'class' => "" ) );
$content_image = $phb_img_array['thumbnail'];
}
$href = vc_build_link($phb_box_link);
if($href['url'] !== '') {
$link_target = (isset($href['target']) && ($href['target'] != '')) ? 'target="'.$href['target'].'"' : '';
$link_title = (isset($href['title'])) ? 'title="'.$href['title'].'"' : '';
}
//CSS Animation
if ($css_animation == "no_animation") {
$css_animation = "";
}
// Animation delay
if ($elem_animation_delay) {
$animation_delay = 'data-animation-delay='.$elem_animation_delay;
}
$output = '
'.$phb_description.'
'; if ($phb_custom_link == "box-button-link") { $output .= ''; } $output .= '