| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/www/prensa/wp-content/plugins/td-composer/legacy/Newspaper/includes/ |
Upload File : |
<?php
/**
* the blocks
*/
td_api_block::add('td_block_ad_box',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Ad box',
"base" => 'td_block_ad_box',
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-ads',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_ad_box.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'spot_id',
'spot_title',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"spot_img_horiz" => "content-horiz-center",
)
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Ad content',
"value" => "",
"class" => "",
),
array(
"param_name" => "spot_id",
"type" => "dropdown",
"value" => array(
'- Select an ad spot -' => '',
'header' => 'header',
'sidebar' => 'sidebar',
'custom_ad_1' => 'custom_ad_1',
'custom_ad_2' => 'custom_ad_2',
'custom_ad_3' => 'custom_ad_3',
'custom_ad_4' => 'custom_ad_4',
'custom_ad_5' => 'custom_ad_5'
),
"heading" => 'Use adspot from:',
"description" => 'Choose the adspot from list',
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/rec_general_select_anim.png"
),
array(
"param_name" => "spot_hide",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ads for admins/editors",
"description" => "",
"holder" => "div",
"class" => "",
"group" => ''
),
array(
"param_name" => "spot_hide_plan_id",
"type" => "textfield",
"value" => "",
"heading" => 'Hide ads for subscribed users',
"description" => "Hide the Ad for users which are subscribed to one of the plan IDs you enter here.",
"holder" => "div",
"class" => "tdc-textfield-big " . ( !defined( 'TD_SUBSCRIPTION' ) || !method_exists( 'tds_util', 'is_user_subscribed_to_plan' ) ? 'tdc-hidden' : '' ),
),
array(
"param_name" => "spot_title",
"type" => "textfield",
"value" => "",
"heading" => 'Ad title:',
"description" => "Optional - a title for the Ad, like - Advertisement - if you leave it blank the block will not have a title",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"info_img" => "https://cloud.tagdiv.com/help/rec_general_title_anim.png"
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Ad title color',
"param_name" => "ad_title_color",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "https://cloud.tagdiv.com/help/rec_general_title_color_anim.png"
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Ad title text' ),
array(
array(
"param_name" => "spot_img_all",
"type" => "attach_image",
"value" => '',
"heading" => "All devices",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_all_width_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Width attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad',
"info_img" => "https://cloud.tagdiv.com/help/rec_image_width_anim.png",
),
array(
"param_name" => "spot_img_all_height_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Height attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_tl",
"type" => "attach_image",
"value" => '',
"heading" => "Tablet landscape",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_tl_width_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Width attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad',
"info_img" => "https://cloud.tagdiv.com/help/rec_image_width_anim.png",
),
array(
"param_name" => "spot_img_tl_height_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Height attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_tp",
"type" => "attach_image",
"value" => '',
"heading" => "Tablet portrait",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_tp_width_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Width attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad',
"info_img" => "https://cloud.tagdiv.com/help/rec_image_width_anim.png",
),
array(
"param_name" => "spot_img_tp_height_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Height attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_mob",
"type" => "attach_image",
"value" => '',
"heading" => "Phone",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_mob_width_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Width attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad',
"info_img" => "https://cloud.tagdiv.com/help/rec_image_width_anim.png",
),
array(
"param_name" => "spot_img_mob_height_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Height attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Image ad'
),
array(
"param_name" => "spot_url",
"type" => "textfield",
"value" => "",
"heading" => 'Ad url',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Image ad'
),
array(
"param_name" => "spot_url_window",
"type" => "checkbox",
"value" => '',
"heading" => "Open url in new window",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_url_rel",
"type" => "dropdown",
"value" => array(
'None' => '',
'Nofollow' => 'nofollow',
'Noreferrer' => 'noreferrer',
'Noopener' => 'noopener'
),
"heading" => 'Spot url rel',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_alt_attribute",
"type" => "textfield",
"value" => "",
"placeholder" => "",
"heading" => 'Alt attribute',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_all_hide",
"type" => "checkbox",
"value" => '',
"heading" => "Hide on desktop",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_tl_hide",
"type" => "checkbox",
"value" => '',
"heading" => "Hide on tablet landscape",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_tp_hide",
"type" => "checkbox",
"value" => '',
"heading" => "Hide on tablet portrait",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_mob_hide",
"type" => "checkbox",
"value" => '',
"heading" => "Hide on phone",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "",
"group" => 'Image ad'
),
array(
"param_name" => "spot_img_width",
"type" => "textfield-responsive",
"value" => "",
"placeholder" => "auto",
"heading" => 'Width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"group" => 'Image ad',
"info_img" => "https://cloud.tagdiv.com/help/rec_image_width_anim.png"
),
array(
"param_name" => "spot_img_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Horizontal align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => 'Image ad',
"info_img" => "https://cloud.tagdiv.com/help/rec_image_horizontal_anim.png"
),
array(
"param_name" => "spot_code",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "",
"heading" => 'Custom ad code',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Custom ad',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
),
)
);
$favourites_badge_params = array(
);
td_api_block::add( 'td_flex_block_1',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block 1',
"base" => 'td_flex_block_1',
"class" => 'td_flex_block_1',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_1',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_flex_block_1.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'td_ajax_filter_ids',
'td_filter_default_txt',
'td_ajax_preloading',
'ajax_pagination_infinite_stop',
'offset',
'modules_on_row',
'modules_gap',
'limit',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"modules_on_row" => "33.33333333%",
"limit" => '3',
"hide_audio" => "yes"
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat/Garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title_font_family" => "394",
"f_ex_font_family" => "fs_4",
"f_btn_font_family" => "fs_4",
),
array(
'tdc_preset_name' => '', // Font - Source Serif/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title_font_family" => "721",
"f_ex_font_family" => "653",
"f_btn_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Raleway/Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title_font_family" => "507",
"f_ex_font_family" => "507",
"f_btn_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title_font_family" => "653",
"f_ex_font_family" => "653",
"f_btn_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette/Open Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title_font_family" => "147",
"f_ex_font_family" => "",
"f_btn_font_family" => "",
),
array(
'tdc_preset_name' => '', // Font - Oswald/EB garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title_font_family" => "445",
"f_ex_font_family" => "185",
"f_btn_font_family" => "185",
),
array(
'tdc_preset_name' => '', // Font - Muli/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title_font_family" => "406",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title_font_family" => "646",
"f_ex_font_family" => "297",
"f_btn_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Anton/Roboto Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title_font_family" => "41",
"f_ex_font_family" => "523",
"f_btn_font_family" => "523",
),
array(
'tdc_preset_name' => '', // Font - Quicksand/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title_font_family" => "502",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title_font_family" => "331",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Caveat/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title_font_family" => "663",
"f_ex_font_family" => "297",
"f_btn_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Volkorn/Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title_font_family" => "639",
"f_ex_font_family" => "394",
"f_btn_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title_font_family" => "",
"f_ex_font_family" => "",
"f_btn_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title_font_line_height" => "1.3",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title_font_line_height" => "1.4",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_ex_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => 'Text alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Image format',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_image',
),
array(
'tdc_preset_name' => '', // Image format - OFF
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image1',
'tdc_preset_individual' => '1',
"hide_image" => "yes",
),
array(
'tdc_preset_name' => '', // Image format - 2:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image2',
'tdc_preset_individual' => '1',
"image_height" => "150",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image3',
'tdc_preset_individual' => '1',
"image_height" => "133",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 7:8
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image4',
'tdc_preset_individual' => '1',
"image_height" => "114",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 1:1
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image5',
'tdc_preset_individual' => '1',
"image_height" => "100",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 5:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image6',
'tdc_preset_individual' => '1',
"image_height" => "80",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 4:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image7',
'tdc_preset_individual' => '1',
"image_height" => "75",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:2
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image8',
'tdc_preset_individual' => '1',
"image_height" => "67",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 16:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image9',
'tdc_preset_individual' => '1',
"image_height" => "56",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 18:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image10',
'tdc_preset_individual' => '1',
"image_height" => "50",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 21:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image11',
'tdc_preset_individual' => '1',
"image_height" => "40",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 30:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image12',
'tdc_preset_individual' => '1',
"image_height" => "30",
"hide_image" => "",
),
array(
'tdc_preset_name' => 'Color library',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_color',
),
array(
'tdc_preset_name' => '', // Color library
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color1',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f9c100',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color2',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff7500',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color3',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f44336',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color4',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff036e',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color5',
'tdc_preset_individual' => '1',
'accent_text_color' => '#58c7db',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color6',
'tdc_preset_individual' => '1',
'accent_text_color' => '#607d8b',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color7',
'tdc_preset_individual' => '1',
'accent_text_color' => '#005689',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color8',
'tdc_preset_individual' => '1',
'accent_text_color' => '#997df3',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color9',
'tdc_preset_individual' => '1',
'accent_text_color' => '#4caf50',
),
array(
'tdc_preset_name' => 'Columns',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_col',
),
array(
'tdc_preset_name' => '', // Columns - 1
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col1',
'tdc_preset_individual' => '1',
"modules_on_row" => "",
"modules_gap" => "",
),
array(
'tdc_preset_name' => '', // Columns - 2
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col2',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==",
"modules_gap" => "eyJhbGwiOiIxLjYlIiwicG9ydHJhaXQiOiIyJSJ9",
"limit" => "2",
),
array(
'tdc_preset_name' => '', // Columns - 3
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col3',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==",
"modules_gap" => "1.4%",
"limit" => "3",
),
array(
'tdc_preset_name' => '', // Columns - 4
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col4',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiIyNSUiLCJwaG9uZSI6IjUwJSJ9",
"modules_gap" => "eyJhbGwiOiIxLjIlIiwicGhvbmUiOiIzJSJ9",
"limit" => "4",
),
array(
'tdc_preset_name' => '', // Columns - 5
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col5',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiIyMCUiLCJwaG9uZSI6IjEwMCUifQ==",
"modules_gap" => "1%",
"limit" => "5",
"image_width" => "eyJwaG9uZSI6IjMwIn0=",
"image_floated" => "eyJwaG9uZSI6ImZsb2F0X2xlZnQifQ==",
"meta_padding" => "eyJwaG9uZSI6IjJweCAwIDAgMTZweCJ9",
"all_modules_space" => "eyJhbGwiOiIzNiIsInBob25lIjoiMjUifQ==",
),
array(
'tdc_preset_name' => 'Layout style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_layout',
),
array(
'tdc_preset_name' => '', // Layout style - normal
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout1',
'tdc_preset_individual' => '1',
"image_width" => "",
"image_floated" => "",
"meta_padding" => "",
"image_radius" => "",
"image_height" => "65",
"meta_info_horiz" => "",
"modules_category" => "image",
"modules_category_margin" => "",
),
array(
'tdc_preset_name' => '', // Layout style - normal rounded
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout2',
'tdc_preset_individual' => '1',
"image_width" => "80",
"image_floated" => "",
"meta_padding" => "",
"image_radius" => "500",
"image_height" => "100",
"meta_info_horiz" => "content-horiz-center",
"modules_category" => "above",
"modules_category_margin" => "0 0 8px 0",
),
array(
'tdc_preset_name' => '', // Layout style - float left
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout3',
'tdc_preset_individual' => '1',
"image_width" => "30",
"image_floated" => "float_left",
"meta_padding" => "1% 5%",
"image_radius" => "",
"image_height" => "65",
"meta_info_horiz" => "",
"modules_category" => "image",
"modules_category_margin" => "",
),
array(
'tdc_preset_name' => '', // Layout style - float left rounded
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout4',
'tdc_preset_individual' => '1',
"image_width" => "30",
"image_floated" => "float_left",
"meta_padding" => "1% 5%",
"image_radius" => "500",
"image_height" => "100",
"meta_info_horiz" => "",
"modules_category" => "",
"modules_category_margin" => "",
),
array(
'tdc_preset_name' => 'Show/Hide module elements',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_elements',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_cat" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat" => "none",
),
array(
'tdc_preset_name' => 'Category tag', // Category tag
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_author" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author" => "none",
),
array(
'tdc_preset_name' => 'Author', // Author
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_date" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date" => "none",
),
array(
'tdc_preset_name' => 'Date', // Date
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_review" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review" => "none",
),
array(
'tdc_preset_name' => 'Review stars', // Review
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_com" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com" => "none",
),
array(
'tdc_preset_name' => 'Comment tag', // Comment tag
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_excerpt" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt" => "none",
),
array(
'tdc_preset_name' => 'Excerpt', // Excerpt
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_btn" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_btn" => "none",
),
array(
'tdc_preset_name' => 'Button', // Button
'tdc_preset_class' => 'tdcp_elements_text',
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 1',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc1_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc1_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "mc1_el",
"type" => "textfield",
"value" => '',
"heading" => 'Excerpt length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"info_img" => "https://cloud.tagdiv.com/help/excerpt_length.png",
),
),
td_config::get_map_filter_array('Filter', true),
// block cache
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Cache',
"value" => "",
"class" => "",
),
array(
"param_name" => "td_query_cache",
"type" => "checkbox",
"value" => '',
"heading" => "Cache block results",
"description" => "If enabled the block output will be cached",
"holder" => "div",
"class" => "",
"toggle_enable_params" => 'td_query_cache',
),
array(
"param_name" => "td_query_cache_expiration",
"type" => "dropdown-responsive",
"value" => array(
'1 minute' => '',
'5 minutes' => 5 * MINUTE_IN_SECONDS,
'10 minutes' => 10 * MINUTE_IN_SECONDS,
'30 minutes' => 30 * MINUTE_IN_SECONDS,
'1 hour' => 60 * MINUTE_IN_SECONDS,
'1 day' => 24 * HOUR_IN_SECONDS,
'1 week' => 7 * DAY_IN_SECONDS,
),
"heading" => 'Cache expiration',
"description" => "The block cache expiration time in seconds. Note that cache will be cleard when block's settings change.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"toggle_enabled_by" => 'td_query_cache',
),
),
td_config::get_map_block_ajax_filter_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "container_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Container width (0-100 percent)',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_container.png",
),
array(
"param_name" => "modules_on_row",
"type" => "dropdown-responsive",
"value" => array(
'1' => '100%',
'2' => '50%',
'3' => '33.33333333%',
'4' => '25%',
'5' => '20%',
'6' => '16.66666667%',
'7' => '14.28571428%',
'8' => '12.5%',
'9' => '11.11111111%',
'10' => '10%',
),
"heading" => 'Modules per row',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_per_row.png",
),
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "m_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_padding.png",
),
array(
"param_name" => "all_modules_space",
"type" => "textfield-responsive",
"value" => '36',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "36",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_border_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_border_width.png",
),
array(
"param_name" => "modules_border_style",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "modules_border_color",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_color.png",
),
array(
"param_name" => "modules_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_divider",
"type" => "dropdown",
"value" => array(
'None' => '',
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Modules divider',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_divider.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Modules divider color',
"param_name" => "modules_divider_color",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_divider_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "h_effect",
"type" => "dropdown",
"value" => array(
'None' => '',
'Shadow' => 'shadow',
'Move up & shadow' => 'up-shadow',
),
"heading" => 'Hover effect',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_hover_effect.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Medium - Default - 696x0px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Large - 1068x0px' => 'td_1068x0',
'Full - 1920x0px' => 'td_1920x0',
'-- [Other sizes] --' => '__',
'218x150px' => 'td_218x150',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "image_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (0-100 percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_floated",
"type" => "dropdown-responsive",
"value" => array(
'Normal' => 'no_float',
'Float left' => 'float_left',
'Float right' => 'float_right',
'Hidden' => 'hidden',
),
"heading" => 'Image position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_position.png",
),
array(
"param_name" => "image_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "hide_image",
"type" => "checkbox",
"value" => '',
"heading" => "Hide image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_hide_image.png",
),
),
td_config::td_favourites_badge(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "video_icon",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "video_popup",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "video_rec",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Video pop-up article title color',
"param_name" => "video_title_color",
"value" => '',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_title_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Video pop-up article title hover color',
"param_name" => "video_title_color_h",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_bg",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_background.png",
),
array(
"param_name" => "video_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up overlay color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_overlay_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "vid_t_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration text color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_text_color.png",
),
array(
"param_name" => "vid_t_bg_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_bg_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
),
td_config_helper::get_map_block_font_array( 'f_vid_title', true, 'Video pop-up article title', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_vid_time', false, 'Video duration text', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_duration_title.png', '' ),
td_config::get_map_exclusive_label_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "meta_info_align",
"type" => "dropdown-responsive",
"value" => array(
'Default' => '',
'Top' => 'initial',
'Center' => 'center',
'Bottom' => 'flex-end',
),
"heading" => 'Vertical align',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_vertical_align.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown-responsive",
"value" => array(
'Default' => 'layout-default',
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Horiz. align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "meta_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta container space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_container_space.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article title',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "art_title",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 6px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_btn",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article button space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Meta info border',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "meta_info_border_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_border_width.png",
),
array(
"param_name" => "meta_info_border_style",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_border_style_general.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "meta_info_border_color",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_border_color_general.png",
),
array(
"param_name" => "meta_info_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Category tag',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Over image' => 'image',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Author',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_author",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "author_photo",
"type" => "checkbox",
"value" => '',
"heading" => "Show author photo",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo.png",
),
array(
"param_name" => "author_photo_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_size.png",
),
array(
"param_name" => "author_photo_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "6",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_space.png",
),
array(
"param_name" => "author_photo_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_radius.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Date / Comment',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_date",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Review stars',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_review",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Excerpt',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_excerpt",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show excerpt',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_show_excerpt.png",
),
array(
"param_name" => "art_excerpt",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "excerpt_col",
"type" => "dropdown-responsive",
"value" => array(
'1' => '1',
'2' => '2',
'3' => '3',
),
"heading" => 'Article excerpt columns',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_article_excerpt_columns.png",
),
array(
"param_name" => "excerpt_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt columns gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "48",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "excerpt_middle",
"type" => "checkbox",
"value" => '',
"heading" => "Excerpt in middle",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_excerpt_in_middle.png",
),
array(
"param_name" => "excerpt_inline",
"type" => "checkbox",
"value" => '',
"heading" => "Inline Excerpt & Title",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_inline_excerpt_title.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_audio",
"type" => "dropdown-responsive",
"value" => array(
'Visible' => 'block',
'Hidden' => 'none',
),
"heading" => 'Show audio player',
"description" => "This will hide the audio player responsive",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "hide_audio",
"type" => "checkbox",
"value" => '',
"heading" => "Remove audio player",
"description" => "This will remove the audio player from code",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "art_audio",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Audio player space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_space.png",
),
array(
'param_name' => 'art_audio_size',
'type' => 'range-responsive',
'value' => '1.5',
'heading' => 'Audio player size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Button',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_btn",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show button',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_show.png",
),
array(
"param_name" => "btn_title",
"type" => "textfield",
"value" => '',
"heading" => 'Button text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "Read more",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_text.png",
),
array(
"param_name" => "btn_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 20px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_space.png",
),
array(
"param_name" => "btn_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "10px 15px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_padding.png",
),
array(
"param_name" => "btn_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_border.png",
),
array(
"param_name" => "btn_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_radius.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "pag_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top space',
"description" => "",
"placeholder" => "20",
"holder" => "div",
"class" => "tdc-textfield-small",
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_space.png",
),
array(
"param_name" => "pag_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_padding.png",
),
array(
"param_name" => "pag_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "1",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border.png",
),
array(
"param_name" => "pag_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
'param_name' => 'prev_tdicon',
'type' => 'icon',
'heading' => 'Prev icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
'param_name' => 'next_tdicon',
'type' => 'icon',
'heading' => 'Next icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
"param_name" => "pag_icons_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icons size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Block fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config_helper::get_map_block_font_array( 'f_more', false, 'Load more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_load_more.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Article title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat', false, 'Article category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta', false, 'Article meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ex', false, 'Article excerpt', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_excerpt.png', '' ),
td_config_helper::get_map_block_font_array( 'f_btn', false, 'Article read more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_read.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Module background',
"param_name" => "m_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "color_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Module image overlay",
"value" => "",
"class" => "",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_image_overlay.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
),
td_config_helper::get_map_block_shadow_array('shadow', 'Module Shadow', 0, 0, 0, "Style", '', 0, true, '', 'https://cloud.tagdiv.com/help/module_shadow.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article title',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Category tag',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'AUTHOR / DATE / COMMENT / EXCERPT',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Excerpt text color',
"param_name" => "ex_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_excerpt.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment background',
"param_name" => "com_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment text color',
"param_name" => "com_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "rev_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_review_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Buttons color',
"param_name" => "audio_btn_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_buttons.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Time text color',
"param_name" => "audio_time_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_time.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bars background color',
"param_name" => "audio_bar_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_bar.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bars progress color',
"param_name" => "audio_bar_curr_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_progress.png",
),
),
td_config_helper::get_map_block_shadow_array('shadow_m', 'Meta info shadow', 0, 0, 0, "Style", '', 0, true, '', 'https://cloud.tagdiv.com/help/module_meta_shadow.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Button',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button background',
"param_name" => "btn_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button background hover',
"param_name" => "btn_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button text color',
"param_name" => "btn_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button text hover',
"param_name" => "btn_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button border color',
"param_name" => "btn_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_border_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button border hover',
"param_name" => "btn_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "pag_text",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Text hover color',
"param_name" => "pag_h_text",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Background color',
"param_name" => "pag_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Background hover color',
"param_name" => "pag_h_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Border color',
"param_name" => "pag_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Border hover color',
"param_name" => "pag_h_border",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_block_pagination_array()
)
)
);
td_api_block::add( 'td_flex_block_2',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block 2',
"base" => 'td_flex_block_2',
"class" => 'td_flex_block_2',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_2',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_flex_block_2.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'td_ajax_filter_ids',
'td_filter_default_txt',
'td_ajax_preloading',
'ajax_pagination_infinite_stop',
'offset',
'limit',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
'image_align' => 'center',
'meta_info_align' => 'bottom',
'color_overlay' => 'eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOltdLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSk7IiwiY3NzUGFyYW1zIjoiMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSJ9',
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat/Garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title_font_family" => "394",
"f_ex_font_family" => "fs_4",
"f_btn_font_family" => "fs_4",
),
array(
'tdc_preset_name' => '', // Font - Source Serif/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title_font_family" => "721",
"f_ex_font_family" => "653",
"f_btn_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Raleway/Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title_font_family" => "507",
"f_ex_font_family" => "507",
"f_btn_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title_font_family" => "653",
"f_ex_font_family" => "653",
"f_btn_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette/Open Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title_font_family" => "147",
"f_ex_font_family" => "",
"f_btn_font_family" => "",
),
array(
'tdc_preset_name' => '', // Font - Oswald/EB garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title_font_family" => "445",
"f_ex_font_family" => "185",
"f_btn_font_family" => "185",
),
array(
'tdc_preset_name' => '', // Font - Muli/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title_font_family" => "406",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title_font_family" => "646",
"f_ex_font_family" => "297",
"f_btn_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Anton/Roboto Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title_font_family" => "41",
"f_ex_font_family" => "523",
"f_btn_font_family" => "523",
),
array(
'tdc_preset_name' => '', // Font - Quicksand/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title_font_family" => "502",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title_font_family" => "331",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Caveat/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title_font_family" => "663",
"f_ex_font_family" => "297",
"f_btn_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Volkorn/Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title_font_family" => "639",
"f_ex_font_family" => "394",
"f_btn_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title_font_family" => "",
"f_ex_font_family" => "",
"f_btn_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title_font_line_height" => "1.3",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title_font_line_height" => "1.4",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_ex_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => 'Text alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Color library',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_color',
),
array(
'tdc_preset_name' => '', // Color library
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color1',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f9c100',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color2',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff7500',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color3',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f44336',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color4',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff036e',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color5',
'tdc_preset_individual' => '1',
'accent_text_color' => '#58c7db',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color6',
'tdc_preset_individual' => '1',
'accent_text_color' => '#607d8b',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color7',
'tdc_preset_individual' => '1',
'accent_text_color' => '#005689',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color8',
'tdc_preset_individual' => '1',
'accent_text_color' => '#997df3',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color9',
'tdc_preset_individual' => '1',
'accent_text_color' => '#4caf50',
),
array(
'tdc_preset_name' => 'Layout style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_layout',
),
array(
'tdc_preset_name' => '', // Layout style - normal
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout7',
'tdc_preset_individual' => '1',
"image_margin_right" => "",
),
array(
'tdc_preset_name' => '', // Layout style - normal
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout8',
'tdc_preset_individual' => '1',
"image_margin_right" => "yes",
),
array(
'tdc_preset_name' => 'Show/Hide module elements',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_elements',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_cat" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat" => "none",
),
array(
'tdc_preset_name' => 'Category tag', // Category tag
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_author" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author" => "none",
),
array(
'tdc_preset_name' => 'Author', // Author
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_date" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date" => "none",
),
array(
'tdc_preset_name' => 'Date', // Date
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_review" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review" => "none",
),
array(
'tdc_preset_name' => 'Review stars', // Review
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_com" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com" => "none",
),
array(
'tdc_preset_name' => 'Comment tag', // Comment tag
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_excerpt" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt" => "none",
),
array(
'tdc_preset_name' => 'Excerpt', // Excerpt
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_btn" => "block",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_btn" => "",
),
array(
'tdc_preset_name' => 'Button', // Button
'tdc_preset_class' => 'tdcp_elements_text',
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 2',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc2_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc2_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "mc2_el",
"type" => "textfield",
"value" => '',
"heading" => 'Excerpt length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"info_img" => "https://cloud.tagdiv.com/help/excerpt_length.png",
),
),
td_config::get_map_filter_array('Filter', true),
// block cache
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Cache',
"value" => "",
"class" => "",
),
array(
"param_name" => "td_query_cache",
"type" => "checkbox",
"value" => '',
"heading" => "Cache block results",
"description" => "If enabled the block output will be cached",
"holder" => "div",
"class" => "",
"toggle_enable_params" => 'td_query_cache',
),
array(
"param_name" => "td_query_cache_expiration",
"type" => "dropdown-responsive",
"value" => array(
'1 minute' => '',
'5 minutes' => 5 * MINUTE_IN_SECONDS,
'10 minutes' => 10 * MINUTE_IN_SECONDS,
'30 minutes' => 30 * MINUTE_IN_SECONDS,
'1 hour' => 60 * MINUTE_IN_SECONDS,
'1 day' => 24 * HOUR_IN_SECONDS,
'1 week' => 7 * DAY_IN_SECONDS,
),
"heading" => 'Cache expiration',
"description" => "The block cache expiration time in seconds. Note that cache will be cleard when block's settings change.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"toggle_enabled_by" => 'td_query_cache',
),
),
td_config::get_map_block_ajax_filter_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "modules_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules height',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "460",
"group" => "Layout",
),
array(
"param_name" => "modules_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "36",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "block_title_over",
"type" => "checkbox",
"value" => '',
"heading" => "Block title over image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "block_title_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Block title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Full - Default - 1920x0px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Medium - 696x0px' => 'td_696x0',
'Large - 1068x0px' => 'td_1068x0',
'-- [Other sizes] --' => '__',
'218x150' => 'td_218x150',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "image_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image negative margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_margin.png",
),
array(
"param_name" => "image_margin_right",
"type" => "checkbox",
"value" => '',
"heading" => "Reverse negative margin",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "image_margin_forced",
"type" => "checkbox",
"value" => '',
"heading" => "Auto stretch image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
),
td_config::td_favourites_badge(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "video_icon",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "video_popup",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "video_rec",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid",
"type" => "checkbox",
"value" => '',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0 5px 0 0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Video pop-up article title color',
"param_name" => "video_title_color",
"value" => '',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_title_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Video pop-up article title hover color',
"param_name" => "video_title_color_h",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_bg",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_background.png",
),
array(
"param_name" => "video_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up overlay color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_overlay_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "vid_t_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration text color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_text_color.png",
),
array(
"param_name" => "vid_t_bg_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_bg_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
),
td_config_helper::get_map_block_font_array( 'f_vid_title', true, 'Video pop-up article title', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_vid_time', false, 'Video duration text', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_duration_title.png', '' ),
td_config::get_map_exclusive_label_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "meta_info_align",
"type" => "dropdown",
"value" => array(
'Top' => 'top',
'Center' => 'center',
'Bottom' => 'bottom',
),
"heading" => 'Meta info alignment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_vertical_align.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 40px 40px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "meta_info_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article title',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 8px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Category tag',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Author / date / comment',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Review stars',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Excerpt',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_excerpt",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show excerpt',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_show_excerpt.png",
),
array(
"param_name" => "art_excerpt",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "18px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_space.png",
),
array(
"param_name" => "excerpt_middle",
"type" => "checkbox",
"value" => '',
"heading" => "Excerpt in middle",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_excerpt_in_middle.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Button',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_btn",
"type" => "dropdown-responsive",
"value" => array(
'Hide' => 'none',
'Show' => 'block',
),
"heading" => 'Show button',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_show.png",
),
array(
"param_name" => "btn_title",
"type" => "textfield",
"value" => '',
"heading" => 'Button text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "Read more",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_text.png",
),
array(
"param_name" => "btn_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_space.png",
),
array(
"param_name" => "btn_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "10px 15px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_padding.png",
),
array(
"param_name" => "btn_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_border.png",
),
array(
"param_name" => "btn_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_radius.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "nextprev_position",
"type" => "dropdown-responsive",
"value" => array(
'Top right' => 'top',
'Bottom right' => 'bottom',
'Top left' => 'top-left',
'Top center' => 'top-center',
'Center left' => 'center-left',
'Center' => 'center-center',
'Center right' => 'center-right',
'Bottom left' => 'bottom-left',
'Bottom center' => 'bottom-center',
),
"heading" => 'Vertical and horizontal position',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class tdc-modal-align-selector",
"group" => "Layout",
),
array(
"param_name" => "nextprev_split",
"type" => "checkbox-responsive",
"value" => '',
"heading" => "Split icons (align to left & right)",
"description" => "",
"holder" => "div",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "nextprev",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 20px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "pag_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_padding.png",
),
array(
"param_name" => "pag_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "1",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border.png",
),
array(
"param_name" => "pag_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
'param_name' => 'prev_tdicon',
'type' => 'icon',
'heading' => 'Prev icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
'param_name' => 'next_tdicon',
'type' => 'icon',
'heading' => 'Next icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
"param_name" => "pag_icons_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icons size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow_size.png",
),
array(
"param_name" => "pag_icons_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Space between icons',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "7",
"group" => "Layout",
),
),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Block fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config_helper::get_map_block_font_array( 'f_more', false, 'Load more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_load_more.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Article title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat', false, 'Article category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta', false, 'Article meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ex', false, 'Article excerpt', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_excerpt.png', '' ),
td_config_helper::get_map_block_font_array( 'f_btn', false, 'Article read more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_read.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "color_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Module image overlay",
"value" => "",
"class" => "",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_image_overlay.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Next Prev arrows color',
"param_name" => "nextprev_icon",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Next Prev hover arrows color',
"param_name" => "nextprev_icon_h",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Next Prev background',
"param_name" => "nextprev_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Next Prev hover background',
"param_name" => "nextprev_bg_h",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Excerpt text color',
"param_name" => "ex_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_excerpt.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment text color',
"param_name" => "com_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment icon color',
"param_name" => "com_icon",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "rev_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_review_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Button',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button background',
"param_name" => "btn_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button background hover',
"param_name" => "btn_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button text color',
"param_name" => "btn_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button text hover',
"param_name" => "btn_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button border color',
"param_name" => "btn_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_border_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button border hover',
"param_name" => "btn_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_block_pagination_array()
)
)
);
td_api_block::add( 'td_flex_block_3',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block 3',
"base" => 'td_flex_block_3',
"class" => 'td_flex_block_3',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_3',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_flex_block_3.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'td_ajax_filter_ids',
'td_filter_default_txt',
'td_ajax_preloading',
'ajax_pagination_infinite_stop',
'offset',
'columns',
'columns_gap',
'limit',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"modules_category" => "image",
"modules_on_row" => "eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=",
"modules_category1" => "image",
"show_cat2" => "none",
"show_com2" => "none",
"show_author2" => "none",
"columns" => "eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==",
"columns_gap" => "eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==",
"image_width2" => "eyJwb3J0cmFpdCI6IjM1In0=",
"modules_space1" => "eyJhbGwiOiIwIiwicGhvbmUiOiIyMSJ9",
"hide_audio" => "yes",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat/Garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_ex1_font_family" => "fs_4",
"f_btn1_font_family" => "fs_4",
"f_title2_font_family" => "394",
"f_ex2_font_family" => "fs_4",
"f_btn2_font_family" => "fs_4",
),
array(
'tdc_preset_name' => '', // Font - Source Serif/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_ex1_font_family" => "653",
"f_btn1_font_family" => "653",
"f_title2_font_family" => "721",
"f_ex2_font_family" => "653",
"f_btn2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Raleway/Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_ex1_font_family" => "507",
"f_btn1_font_family" => "507",
"f_title2_font_family" => "507",
"f_ex2_font_family" => "507",
"f_btn2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_ex1_font_family" => "653",
"f_btn1_font_family" => "653",
"f_title2_font_family" => "653",
"f_ex2_font_family" => "653",
"f_btn2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette/Open Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_ex1_font_family" => "",
"f_btn1_font_family" => "",
"f_title2_font_family" => "147",
"f_ex2_font_family" => "",
"f_btn2_font_family" => "",
),
array(
'tdc_preset_name' => '', // Font - Oswald/EB garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_ex1_font_family" => "185",
"f_btn1_font_family" => "185",
"f_title2_font_family" => "445",
"f_ex2_font_family" => "185",
"f_btn2_font_family" => "185",
),
array(
'tdc_preset_name' => '', // Font - Muli/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_ex1_font_family" => "406",
"f_btn1_font_family" => "406",
"f_title2_font_family" => "406",
"f_ex2_font_family" => "406",
"f_btn2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_ex1_font_family" => "297",
"f_btn1_font_family" => "297",
"f_title2_font_family" => "646",
"f_ex2_font_family" => "297",
"f_btn2_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Anton/Roboto Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_ex1_font_family" => "523",
"f_btn1_font_family" => "523",
"f_title2_font_family" => "41",
"f_ex2_font_family" => "523",
"f_btn2_font_family" => "523",
),
array(
'tdc_preset_name' => '', // Font - Quicksand/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_ex1_font_family" => "406",
"f_btn1_font_family" => "406",
"f_title2_font_family" => "502",
"f_ex2_font_family" => "406",
"f_btn2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_ex1_font_family" => "406",
"f_btn1_font_family" => "406",
"f_title2_font_family" => "331",
"f_ex2_font_family" => "406",
"f_btn2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Caveat/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_ex1_font_family" => "297",
"f_btn1_font_family" => "297",
"f_title2_font_family" => "663",
"f_ex2_font_family" => "297",
"f_btn2_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Volkorn/Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_ex1_font_family" => "394",
"f_btn1_font_family" => "394",
"f_title2_font_family" => "639",
"f_ex2_font_family" => "394",
"f_btn2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_ex1_font_family" => "",
"f_btn1_font_family" => "",
"f_title2_font_family" => "",
"f_ex2_font_family" => "",
"f_btn2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title1_font_line_height" => "1.3",
"f_ex1_font_size" => "",
"f_ex1_font_line_height" => "",
"f_title2_font_size" => "eyJhbGwiOiIxMiIsInBvcnRyYWl0IjoiMTEiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title1_font_line_height" => "1.4",
"f_ex1_font_size" => "",
"f_ex1_font_line_height" => "",
"f_title2_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMyIsImFsbCI6IjEuNCJ9",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title1_font_line_height" => "1.2",
"f_ex1_font_size" => "",
"f_ex1_font_line_height" => "",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_ex1_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex1_font_line_height" => "1.5",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_ex1_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjEzIn0=",
"f_ex1_font_line_height" => "1.5",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjE0IiwibGFuZHNjYXBlIjoiMTUifQ==",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => 'Text alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz1" => "content-horiz-left",
"meta_info_horiz2" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz1" => "content-horiz-center",
"meta_info_horiz2" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz1" => "content-horiz-right",
"meta_info_horiz2" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Image format',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_image',
),
array(
'tdc_preset_name' => '', // Image format - OFF
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image1',
'tdc_preset_individual' => '1',
"hide_image" => "yes",
"hide_image2" => "yes",
),
array(
'tdc_preset_name' => '', // Image format - 2:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image2',
'tdc_preset_individual' => '1',
"image_height1" => "150",
"image_height2" => "150",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image3',
'tdc_preset_individual' => '1',
"image_height1" => "133",
"image_height2" => "133",
"hide_image" => "",
"hide_image1" => "",
),
array(
'tdc_preset_name' => '', // Image format - 7:8
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image4',
'tdc_preset_individual' => '1',
"image_height1" => "114",
"image_height2" => "114",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 1:1
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image5',
'tdc_preset_individual' => '1',
"image_height1" => "100",
"image_height2" => "100",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 5:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image6',
'tdc_preset_individual' => '1',
"image_height1" => "80",
"image_height2" => "80",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 4:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image7',
'tdc_preset_individual' => '1',
"image_height1" => "75",
"image_height2" => "75",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:2
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image8',
'tdc_preset_individual' => '1',
"image_height1" => "67",
"image_height2" => "67",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 16:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image9',
'tdc_preset_individual' => '1',
"image_height1" => "56",
"image_height2" => "56",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 18:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image10',
'tdc_preset_individual' => '1',
"image_height1" => "50",
"image_height2" => "50",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 21:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image11',
'tdc_preset_individual' => '1',
"image_height1" => "40",
"image_height2" => "40",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 30:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image12',
'tdc_preset_individual' => '1',
"image_height1" => "30",
"image_height2" => "30",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => 'Color library',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_color',
),
array(
'tdc_preset_name' => '', // Color library
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color1',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f9c100',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color2',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff7500',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color3',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f44336',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color4',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff036e',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color5',
'tdc_preset_individual' => '1',
'accent_text_color' => '#58c7db',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color6',
'tdc_preset_individual' => '1',
'accent_text_color' => '#607d8b',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color7',
'tdc_preset_individual' => '1',
'accent_text_color' => '#005689',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color8',
'tdc_preset_individual' => '1',
'accent_text_color' => '#997df3',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color9',
'tdc_preset_individual' => '1',
'accent_text_color' => '#4caf50',
),
array(
'tdc_preset_name' => 'Columns',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_col',
),
array(
'tdc_preset_name' => '', // Columns - 1
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col1',
'tdc_preset_individual' => '1',
"columns" => "",
"modules_gap" => "",
),
array(
'tdc_preset_name' => '', // Columns - 2
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col2',
'tdc_preset_individual' => '1',
"columns" => "eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==",
"columns_gap" => "eyJhbGwiOiI0OCIsInBvcnRyYWl0IjoiMjgiLCJsYW5kc2NhcGUiOiI0MCJ9",
"limit" => "5",
),
array(
'tdc_preset_name' => '', // Columns - 3
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col3',
'tdc_preset_individual' => '1',
"columns" => "eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==",
"columns_gap" => "eyJhbGwiOiI0OCIsInBvcnRyYWl0IjoiMjgiLCJsYW5kc2NhcGUiOiI0MCJ9",
"limit" => "9",
),
array(
'tdc_preset_name' => 'Show/Hide module elements',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_elements',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_cat1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_cat2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat2" => "none",
),
array(
'tdc_preset_name' => 'Category tag', // Category tag
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_author1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_author2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author2" => "none",
),
array(
'tdc_preset_name' => 'Author', // Author
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_date1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_date2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date2" => "none",
),
array(
'tdc_preset_name' => 'Date', // Date
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_review1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_review2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review2" => "none",
),
array(
'tdc_preset_name' => 'Review stars', // Review
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_com1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_com2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com2" => "none",
),
array(
'tdc_preset_name' => 'Comment tag', // Comment tag
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_excerpt1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_disabled tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_excerpt2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_disabled tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt2" => "none",
),
array(
'tdc_preset_name' => 'Excerpt', // Excerpt
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 1',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc1_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc1_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "mc1_el",
"type" => "textfield",
"value" => '',
"heading" => 'Excerpt length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"info_img" => "https://cloud.tagdiv.com/help/excerpt_length.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 3',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc3_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc3_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::get_map_filter_array('Filter', true),
// block cache
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Cache',
"value" => "",
"class" => "",
),
array(
"param_name" => "td_query_cache",
"type" => "checkbox",
"value" => '',
"heading" => "Cache block results",
"description" => "If enabled the block output will be cached",
"holder" => "div",
"class" => "",
"toggle_enable_params" => 'td_query_cache',
),
array(
"param_name" => "td_query_cache_expiration",
"type" => "dropdown-responsive",
"value" => array(
'1 minute' => '',
'5 minutes' => 5 * MINUTE_IN_SECONDS,
'10 minutes' => 10 * MINUTE_IN_SECONDS,
'30 minutes' => 30 * MINUTE_IN_SECONDS,
'1 hour' => 60 * MINUTE_IN_SECONDS,
'1 day' => 24 * HOUR_IN_SECONDS,
'1 week' => 7 * DAY_IN_SECONDS,
),
"heading" => 'Cache expiration',
"description" => "The block cache expiration time in seconds. Note that cache will be cleard when block's settings change.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"toggle_enabled_by" => 'td_query_cache',
),
),
td_config::get_map_block_ajax_filter_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "columns",
"type" => "dropdown-responsive",
"value" => array(
'1' => '100%',
'2' => '50%',
'3' => '33.33333333%',
),
"heading" => 'Columns',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
"group" => "Layout",
// 'live' => 1,
),
array(
"param_name" => "columns_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Columns gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "48",
"group" => "Layout",
),
array(
"param_name" => "h_effect",
"type" => "dropdown",
"value" => array(
'None' => '',
'Shadow' => 'shadow',
'Move up & shadow' => 'up-shadow',
),
"heading" => 'Hover effect',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_hover_effect.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "modules_space1",
"type" => "textfield-responsive",
"value" => '0',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
// 'live' => 1,
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_border_size1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_border_width.png",
),
array(
"param_name" => "modules_border_style1",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "modules_border_color1",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_divider1",
"type" => "dropdown-responsive",
"value" => array(
'None' => '',
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Module divider',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_divider.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Module divider color',
"param_name" => "modules_divider_color1",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_divider_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Medium - Default - 696x0px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Large - 1068x0px' => 'td_1068x0',
'Full - 1920x0px' => 'td_1920x0',
'-- [Other sizes] --' => '__',
'218x150px' => 'td_218x150',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "72",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "image_radius1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "hide_image",
"type" => "checkbox",
"value" => '',
"heading" => "Hide image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_hide_image.png",
),
),
td_config::td_favourites_badge(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "video_popup",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "video_rec",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Video pop-up article title color',
"param_name" => "video_title_color",
"value" => '',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_title_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Video pop-up article title hover color',
"param_name" => "video_title_color_h",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_bg",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_background.png",
),
array(
"param_name" => "video_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up overlay color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_overlay_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "vid_t_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration text color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_text_color.png",
),
array(
"param_name" => "vid_t_bg_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_bg_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
),
td_config_helper::get_map_block_font_array( 'f_vid_title', true, 'Video pop-up article title', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_vid_time', false, 'Video duration text', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_duration_title.png', '' ),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "meta_info_align1",
"type" => "dropdown-responsive",
"value" => array(
'Bottom' => '',
'Top' => 'initial',
),
"heading" => 'Meta info alignment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_vertical_align.png",
),
array(
"param_name" => "meta_info_horiz1",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "meta_info_border_radius1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 6px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Over image' => 'image',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius1',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Category tag border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category tag',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide'
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "author_photo",
"type" => "checkbox",
"value" => '',
"heading" => "Show author photo",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo.png",
),
array(
"param_name" => "author_photo_size1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_size.png",
),
array(
"param_name" => "author_photo_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "6",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_space.png",
),
array(
"param_name" => "author_photo_radius1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_excerpt1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show excerpt',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_show_excerpt.png",
),
array(
"param_name" => "art_excerpt1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "16px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_space.png",
),
array(
"param_name" => "excerpt_middle",
"type" => "checkbox",
"value" => '',
"heading" => "Excerpt in middle",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_excerpt_in_middle.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_audio1",
"type" => "dropdown-responsive",
"value" => array(
'Visible' => 'block',
'Hidden' => 'none',
),
"heading" => 'Show audio player',
"description" => "This will hide the audio player responsive",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "hide_audio",
"type" => "checkbox",
"value" => '',
"heading" => "Remove audio player",
"description" => "This will remove the audio player from code",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_audio1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Audio player space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_space.png",
),
array(
'param_name' => 'art_audio_size1',
'type' => 'range-responsive',
'value' => '1.5',
'heading' => 'Audio player size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "modules_space2",
"type" => "textfield-responsive",
"value" => '26',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "26",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_border_size2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_border_width.png",
),
array(
"param_name" => "modules_border_style2",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "modules_border_color2",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_divider2",
"type" => "dropdown-responsive",
"value" => array(
'None' => '',
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Modules divider',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_divider.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Modules divider color',
"param_name" => "modules_divider_color2",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_divider_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'Default - 218x150px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Medium - 696x0px' => 'td_696x0',
'Large - 1068x0px' => 'td_1068x0',
'Full - 1920x0px' => 'td_1920x0',
'-- [Other sizes] --' => '__',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (0-100 percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "30",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "image_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "hide_image2",
"type" => "checkbox",
"value" => '',
"heading" => "Hide image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_hide_image.png",
),
),
td_config::td_favourites_badge( 'Layout', '2' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_popup2",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "video_rec2",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title2",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color2",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid2",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
),
td_config::get_map_exclusive_label_array('2', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "meta_info_align2",
"type" => "dropdown-responsive",
"value" => array(
'Top' => 'initial',
'Center' => 'center',
'Bottom' => 'flex-end',
),
"heading" => 'Meta info alignment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_vertical_align.png",
),
array(
"param_name" => "meta_info_horiz2",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "meta_info_border_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 6px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Over image' => 'image',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius2',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Category tag border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category tag',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide'
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "author_photo2",
"type" => "checkbox",
"value" => '',
"heading" => "Show author photo",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "author_photo_size2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_size.png",
),
array(
"param_name" => "author_photo_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "6",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_space.png",
),
array(
"param_name" => "author_photo_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_audio2",
"type" => "dropdown-responsive",
"value" => array(
'Visible' => 'block',
'Hidden' => 'none',
),
"heading" => 'Show audio player',
"description" => "This will hide the audio player responsive",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "hide_audio2",
"type" => "checkbox",
"value" => '',
"heading" => "Remove audio player",
"description" => "This will remove the audio player from code",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_audio2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Audio player space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_space.png",
),
array(
'param_name' => 'art_audio_size2',
'type' => 'range-responsive',
'value' => '1',
'heading' => 'Audio player size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "pag_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top space',
"description" => "",
"placeholder" => "20",
"holder" => "div",
"class" => "tdc-textfield-small",
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_space.png",
),
array(
"param_name" => "pag_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_padding.png",
),
array(
"param_name" => "pag_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "1",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border.png",
),
array(
"param_name" => "pag_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
'param_name' => 'prev_tdicon',
'type' => 'icon',
'heading' => 'Prev icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
'param_name' => 'next_tdicon',
'type' => 'icon',
'heading' => 'Next icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
"param_name" => "pag_icons_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icons size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Block fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config_helper::get_map_block_font_array( 'f_more', false, 'Load more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_load_more.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Article title 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Article category tag 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Article meta info 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ex1', false, 'Article excerpt 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_excerpt.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Article title 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Article category tag 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Article meta info 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
),
td_config_helper::get_map_block_shadow_array('shadow', 'Module Shadow', 0, 0, 0, "Style", '', 0, true, '', 'https://cloud.tagdiv.com/help/module_shadow.png', '' ),
array(
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article title',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size Module 1',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"param_name" => "all_underline_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size Module 2',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color",
"value" => '#000',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Category tag',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Meta info',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Excerpt text color',
"param_name" => "ex_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_excerpt.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment background',
"param_name" => "com_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment text color',
"param_name" => "com_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "rev_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_review_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Buttons color',
"param_name" => "audio_btn_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_buttons.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Time text color',
"param_name" => "audio_time_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_time.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bars background color',
"param_name" => "audio_bar_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_bar.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bars progress color',
"param_name" => "audio_bar_curr_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_progress.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "pag_text",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Text hover color',
"param_name" => "pag_h_text",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Background color',
"param_name" => "pag_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Background hover color',
"param_name" => "pag_h_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Border color',
"param_name" => "pag_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Border hover color',
"param_name" => "pag_h_border",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "btn_title",
"type" => "textfield",
"value" => '',
"heading" => 'Button text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big tdc-hidden",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_text.png",
),
),
td_config::get_map_block_pagination_array()
)
)
);
td_api_block::add( 'td_flex_block_4',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block 4',
"base" => 'td_flex_block_4',
"class" => 'td_flex_block_4',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_4',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_flex_block_4.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'td_ajax_filter_ids',
'td_filter_default_txt',
'td_ajax_preloading',
'ajax_pagination_infinite_stop',
'offset',
'columns',
'columns_gap',
'limit',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"modules_category" => "image",
"modules_on_row" => "eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=",
"modules_category1" => "image",
"show_cat2" => "none",
"show_com2" => "none",
"show_author2" => "none",
"columns" => "50%",
"columns_gap" => "eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==",
"image_width2" => "eyJwb3J0cmFpdCI6IjM1In0=",
"modules_space1" => "eyJwaG9uZSI6IjIxIiwiYWxsIjoiMjEifQ==",
"limit" => "6",
"show_excerpt1" => "",
"show_excerpt2" => "none",
"hide_audio" => "yes"
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat/Garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_ex1_font_family" => "fs_4",
"f_btn1_font_family" => "fs_4",
"f_title2_font_family" => "394",
"f_ex2_font_family" => "fs_4",
"f_btn2_font_family" => "fs_4",
),
array(
'tdc_preset_name' => '', // Font - Source Serif/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_ex1_font_family" => "653",
"f_btn1_font_family" => "653",
"f_title2_font_family" => "721",
"f_ex2_font_family" => "653",
"f_btn2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Raleway/Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_ex1_font_family" => "507",
"f_btn1_font_family" => "507",
"f_title2_font_family" => "507",
"f_ex2_font_family" => "507",
"f_btn2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_ex1_font_family" => "653",
"f_btn1_font_family" => "653",
"f_title2_font_family" => "653",
"f_ex2_font_family" => "653",
"f_btn2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette/Open Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_ex1_font_family" => "",
"f_btn1_font_family" => "",
"f_title2_font_family" => "147",
"f_ex2_font_family" => "",
"f_btn2_font_family" => "",
),
array(
'tdc_preset_name' => '', // Font - Oswald/EB garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_ex1_font_family" => "185",
"f_btn1_font_family" => "185",
"f_title2_font_family" => "445",
"f_ex2_font_family" => "185",
"f_btn2_font_family" => "185",
),
array(
'tdc_preset_name' => '', // Font - Muli/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_ex1_font_family" => "406",
"f_btn1_font_family" => "406",
"f_title2_font_family" => "406",
"f_ex2_font_family" => "406",
"f_btn2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_ex1_font_family" => "297",
"f_btn1_font_family" => "297",
"f_title2_font_family" => "646",
"f_ex2_font_family" => "297",
"f_btn2_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Anton/Roboto Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_ex1_font_family" => "523",
"f_btn1_font_family" => "523",
"f_title2_font_family" => "41",
"f_ex2_font_family" => "523",
"f_btn2_font_family" => "523",
),
array(
'tdc_preset_name' => '', // Font - Quicksand/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_ex1_font_family" => "406",
"f_btn1_font_family" => "406",
"f_title2_font_family" => "502",
"f_ex2_font_family" => "406",
"f_btn2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_ex1_font_family" => "406",
"f_btn1_font_family" => "406",
"f_title2_font_family" => "331",
"f_ex2_font_family" => "406",
"f_btn2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Caveat/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_ex1_font_family" => "297",
"f_btn1_font_family" => "297",
"f_title2_font_family" => "663",
"f_ex2_font_family" => "297",
"f_btn2_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Volkorn/Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_ex1_font_family" => "394",
"f_btn1_font_family" => "394",
"f_title2_font_family" => "639",
"f_ex2_font_family" => "394",
"f_btn2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_ex1_font_family" => "",
"f_btn1_font_family" => "",
"f_title2_font_family" => "",
"f_ex2_font_family" => "",
"f_btn2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title1_font_line_height" => "1.3",
"f_ex1_font_size" => "",
"f_ex1_font_line_height" => "",
"f_title2_font_size" => "eyJhbGwiOiIxMiIsInBvcnRyYWl0IjoiMTEiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title1_font_line_height" => "1.4",
"f_ex1_font_size" => "",
"f_ex1_font_line_height" => "",
"f_title2_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIifQ==",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMyIsImFsbCI6IjEuNCJ9",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title1_font_line_height" => "1.2",
"f_ex1_font_size" => "",
"f_ex1_font_line_height" => "",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_ex1_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex1_font_line_height" => "1.5",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_ex1_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjEzIn0=",
"f_ex1_font_line_height" => "1.5",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjE0IiwibGFuZHNjYXBlIjoiMTUifQ==",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => 'Text alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz1" => "content-horiz-left",
"meta_info_horiz2" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz1" => "content-horiz-center",
"meta_info_horiz2" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz1" => "content-horiz-right",
"meta_info_horiz2" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Image format',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_image',
),
array(
'tdc_preset_name' => '', // Image format - OFF
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image1',
'tdc_preset_individual' => '1',
"hide_image" => "yes",
"hide_image3" => "yes",
),
array(
'tdc_preset_name' => '', // Image format - 2:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image2',
'tdc_preset_individual' => '1',
"image_height1" => "150",
"image_height2" => "150",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image3',
'tdc_preset_individual' => '1',
"image_height1" => "133",
"image_height2" => "133",
"hide_image" => "",
"hide_image1" => "",
),
array(
'tdc_preset_name' => '', // Image format - 7:8
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image4',
'tdc_preset_individual' => '1',
"image_height1" => "114",
"image_height2" => "114",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 1:1
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image5',
'tdc_preset_individual' => '1',
"image_height1" => "100",
"image_height2" => "100",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 5:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image6',
'tdc_preset_individual' => '1',
"image_height1" => "80",
"image_height2" => "80",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 4:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image7',
'tdc_preset_individual' => '1',
"image_height1" => "75",
"image_height2" => "75",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:2
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image8',
'tdc_preset_individual' => '1',
"image_height1" => "67",
"image_height2" => "67",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 16:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image9',
'tdc_preset_individual' => '1',
"image_height1" => "56",
"image_height2" => "56",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 18:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image10',
'tdc_preset_individual' => '1',
"image_height1" => "50",
"image_height2" => "50",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 21:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image11',
'tdc_preset_individual' => '1',
"image_height1" => "40",
"image_height2" => "40",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => '', // Image format - 30:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image12',
'tdc_preset_individual' => '1',
"image_height1" => "30",
"image_height2" => "30",
"hide_image" => "",
"hide_image2" => "",
),
array(
'tdc_preset_name' => 'Color library',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_color',
),
array(
'tdc_preset_name' => '', // Color library
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color1',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f9c100',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color2',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff7500',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color3',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f44336',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color4',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff036e',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color5',
'tdc_preset_individual' => '1',
'accent_text_color' => '#58c7db',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color6',
'tdc_preset_individual' => '1',
'accent_text_color' => '#607d8b',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color7',
'tdc_preset_individual' => '1',
'accent_text_color' => '#005689',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color8',
'tdc_preset_individual' => '1',
'accent_text_color' => '#997df3',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color9',
'tdc_preset_individual' => '1',
'accent_text_color' => '#4caf50',
),
array(
'tdc_preset_name' => 'Columns',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_col',
),
array(
'tdc_preset_name' => '', // Columns - 1
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col1',
'tdc_preset_individual' => '1',
"columns" => "100%",
"modules_gap" => "",
),
array(
'tdc_preset_name' => '', // Columns - 2
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col2',
'tdc_preset_individual' => '1',
"columns" => "50%",
"columns_gap" => "eyJhbGwiOiI0OCIsInBvcnRyYWl0IjoiMjgiLCJsYW5kc2NhcGUiOiI0MCJ9",
"limit" => "6",
),
array(
'tdc_preset_name' => '', // Columns - 3
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col3',
'tdc_preset_individual' => '1',
"columns" => "33.33333333%",
"columns_gap" => "eyJhbGwiOiI0OCIsInBvcnRyYWl0IjoiMjgiLCJsYW5kc2NhcGUiOiI0MCJ9",
"limit" => "9",
),
array(
'tdc_preset_name' => '', // Columns - 4
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col4',
'tdc_preset_individual' => '1',
"columns" => "25%",
"columns_gap" => "eyJhbGwiOiIxLjIlIiwicGhvbmUiOiIzJSJ9",
"limit" => "12",
),
array(
'tdc_preset_name' => '', // Columns - 5
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col5',
'tdc_preset_individual' => '1',
"columns" => "20%",
"columns_gap" => "1%",
"limit" => "15",
),
array(
'tdc_preset_name' => 'Show/Hide module elements',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_elements',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_cat1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_cat2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat2" => "none",
),
array(
'tdc_preset_name' => 'Category tag', // Category tag
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_author1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_author2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author2" => "none",
),
array(
'tdc_preset_name' => 'Author', // Author
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_date1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_date2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date2" => "none",
),
array(
'tdc_preset_name' => 'Date', // Author
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_review1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_review2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review2" => "none",
),
array(
'tdc_preset_name' => 'Review stars', // Review
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_com1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_com2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com2" => "none",
),
array(
'tdc_preset_name' => 'Comment tag', // Comment tag
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_excerpt1" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt1" => "none",
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s tdcp_elements_s_small',
'tdc_preset_individual' => '1',
"show_excerpt2" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt2" => "none",
),
array(
'tdc_preset_name' => 'Excerpt', // Excerpt
'tdc_preset_class' => 'tdcp_elements_text tdcp_elements_text_small',
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 1',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc1_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc1_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "mc1_el",
"type" => "textfield",
"value" => '',
"heading" => 'Excerpt length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"info_img" => "https://cloud.tagdiv.com/help/excerpt_length.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 4',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc4_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc4_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "mc4_el",
"type" => "textfield",
"value" => '',
"heading" => 'Excerpt length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"info_img" => "https://cloud.tagdiv.com/help/excerpt_length.png",
),
),
td_config::get_map_filter_array('Filter', true),
// block cache
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Cache',
"value" => "",
"class" => "",
),
array(
"param_name" => "td_query_cache",
"type" => "checkbox",
"value" => '',
"heading" => "Cache block results",
"description" => "If enabled the block output will be cached",
"holder" => "div",
"class" => "",
"toggle_enable_params" => 'td_query_cache',
),
array(
"param_name" => "td_query_cache_expiration",
"type" => "dropdown-responsive",
"value" => array(
'1 minute' => '',
'5 minutes' => 5 * MINUTE_IN_SECONDS,
'10 minutes' => 10 * MINUTE_IN_SECONDS,
'30 minutes' => 30 * MINUTE_IN_SECONDS,
'1 hour' => 60 * MINUTE_IN_SECONDS,
'1 day' => 24 * HOUR_IN_SECONDS,
'1 week' => 7 * DAY_IN_SECONDS,
),
"heading" => 'Cache expiration',
"description" => "The block cache expiration time in seconds. Note that cache will be cleard when block's settings change.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"toggle_enabled_by" => 'td_query_cache',
),
),
td_config::get_map_block_ajax_filter_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "columns",
"type" => "dropdown",
"value" => array(
'1' => '100%',
'2' => '50%',
'3' => '33.33333333%',
'4' => '25%',
'5' => '20%',
),
"heading" => 'Columns',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
"group" => "Layout",
),
array(
"param_name" => "columns_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Columns gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "48",
"group" => "Layout",
),
array(
"param_name" => "h_effect",
"type" => "dropdown",
"value" => array(
'None' => '',
'Shadow' => 'shadow',
'Move up & shadow' => 'up-shadow',
),
"heading" => 'Hover effect',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_hover_effect.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "modules_space1",
"type" => "textfield-responsive",
"value" => '21',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "21",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_border_size1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_border_width.png",
),
array(
"param_name" => "modules_border_style1",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "modules_border_color1",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_divider1",
"type" => "dropdown",
"value" => array(
'None' => '',
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Module divider',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_divider.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Module divider color',
"param_name" => "modules_divider_color1",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_divider_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Medium - Default - 696x0px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Large - 1068x0px' => 'td_1068x0',
'Full - 1920x0px' => 'td_1920x0',
'-- [Other sizes] --' => '__',
'218x150px' => 'td_218x150',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "image_radius1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "hide_image",
"type" => "checkbox",
"value" => '',
"heading" => "Hide image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_hide_image.png",
),
),
td_config::td_favourites_badge(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "video_popup",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "video_rec",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Video pop-up article title color',
"param_name" => "video_title_color",
"value" => '',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_title_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Video pop-up article title hover color',
"param_name" => "video_title_color_h",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_bg",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_background.png",
),
array(
"param_name" => "video_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up overlay color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_overlay_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "vid_t_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration text color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_text_color.png",
),
array(
"param_name" => "vid_t_bg_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_bg_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
),
td_config_helper::get_map_block_font_array( 'f_vid_title', true, 'Video pop-up article title', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_vid_time', false, 'Video duration text', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_duration_title.png', '' ),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "meta_info_align1",
"type" => "dropdown-responsive",
"value" => array(
'Bottom' => '',
'Top' => 'initial',
'Over image' => 'image',
),
"heading" => 'Meta info alignment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_vertical_align.png",
),
array(
"param_name" => "meta_info_horiz1",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "meta_info_border_radius1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 6px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Over image' => 'image',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius1',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Category tag border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category tag',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide'
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "author_photo",
"type" => "checkbox",
"value" => '',
"heading" => "Show author photo",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo.png",
),
array(
"param_name" => "author_photo_size1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_size.png",
),
array(
"param_name" => "author_photo_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "6",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_space.png",
),
array(
"param_name" => "author_photo_radius1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_excerpt1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show excerpt',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_show_excerpt.png",
),
array(
"param_name" => "art_excerpt1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "16px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_space.png",
),
array(
"param_name" => "excerpt_middle",
"type" => "checkbox",
"value" => '',
"heading" => "Excerpt in middle",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_excerpt_in_middle.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_audio1",
"type" => "dropdown-responsive",
"value" => array(
'Visible' => 'block',
'Hidden' => 'none',
),
"heading" => 'Show audio player',
"description" => "This will hide the audio player responsive",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "hide_audio",
"type" => "checkbox",
"value" => '',
"heading" => "Remove audio player",
"description" => "This will remove the audio player from code",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_audio1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Audio player space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_space.png",
),
array(
'param_name' => 'art_audio_size1',
'type' => 'range-responsive',
'value' => '1.5',
'heading' => 'Audio player size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "m_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_padding.png",
),
array(
"param_name" => "modules_space2",
"type" => "textfield-responsive",
"value" => '26',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "26",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_border_size2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_border_width.png",
),
array(
"param_name" => "modules_border_style2",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "modules_border_color2",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_divider2",
"type" => "dropdown-responsive",
"value" => array(
'None' => '',
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Modules divider',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_divider.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Modules divider color',
"param_name" => "modules_divider_color2",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_divider_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "image_size3",
"type" => "dropdown",
"value" => array(
'Default - 218x150px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Medium - 696x0px' => 'td_696x0',
'Large - 1068x0px' => 'td_1068x0',
'Full - 1920x0px' => 'td_1920x0',
'-- [Other sizes] --' => '__',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (0-100 percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "30",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "70",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "image_floated2",
"type" => "dropdown-responsive",
"value" => array(
'Float left' => 'float_left',
'Float right' => 'float_right',
'Hidden' => 'hidden',
),
"heading" => 'Image position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "image_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "hide_image3",
"type" => "checkbox",
"value" => '',
"heading" => "Hide image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_hide_image.png",
),
),
td_config::td_favourites_badge( 'Layout', '2' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_popup3",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "video_rec3",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title3",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color3",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid3",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
),
td_config::get_map_exclusive_label_array('2', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "meta_info_horiz2",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "meta_info_border_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 6px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category3",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Over image' => 'image',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius2',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Category tag border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category tag',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide'
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "author_photo3",
"type" => "checkbox",
"value" => '',
"heading" => "Show author photo",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "author_photo_size2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_size.png",
),
array(
"param_name" => "author_photo_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "6",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_space.png",
),
array(
"param_name" => "author_photo_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_excerpt2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show excerpt',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_show_excerpt.png",
),
array(
"param_name" => "art_excerpt2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "16px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_space.png",
),
array(
"param_name" => "excerpt_middle3",
"type" => "checkbox",
"value" => '',
"heading" => "Excerpt in middle",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_excerpt_in_middle.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_audio2",
"type" => "dropdown-responsive",
"value" => array(
'Visible' => 'block',
'Hidden' => 'none',
),
"heading" => 'Show audio player',
"description" => "This will hide the audio player responsive",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "hide_audio3",
"type" => "checkbox",
"value" => '',
"heading" => "Remove audio player",
"description" => "This will remove the audio player from code",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_audio2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Audio player space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_space.png",
),
array(
'param_name' => 'art_audio_size2',
'type' => 'range-responsive',
'value' => '1',
'heading' => 'Audio player size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "pag_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top space',
"description" => "",
"placeholder" => "20",
"holder" => "div",
"class" => "tdc-textfield-small",
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_space.png",
),
array(
"param_name" => "pag_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_padding.png",
),
array(
"param_name" => "pag_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "1",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border.png",
),
array(
"param_name" => "pag_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
'param_name' => 'prev_tdicon',
'type' => 'icon',
'heading' => 'Prev icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
'param_name' => 'next_tdicon',
'type' => 'icon',
'heading' => 'Next icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
"param_name" => "pag_icons_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icons size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Block fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config_helper::get_map_block_font_array( 'f_more', false, 'Load more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_load_more.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Article title 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Article category tag 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Article meta info 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ex1', false, 'Article excerpt 1', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_excerpt.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Article title 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Article category tag 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Article meta info 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ex2', false, 'Article excerpt 2', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_excerpt.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
),
td_config_helper::get_map_block_shadow_array('shadow', 'Module Shadow', 0, 0, 0, "Style", '', 0, true, '', 'https://cloud.tagdiv.com/help/module_shadow.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module 1 colors',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"param_name" => "color_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Module image overlay",
"value" => "",
"class" => "",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_image_overlay.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color1",
"value" => '#000',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border1",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover1",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Excerpt text color',
"param_name" => "ex_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_excerpt.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment background',
"param_name" => "com_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment text color',
"param_name" => "com_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "rev_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_review_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player buttons color',
"param_name" => "audio_btn_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_buttons.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player time text color',
"param_name" => "audio_time_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_time.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player bars background color',
"param_name" => "audio_bar_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_bar.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player bars progress color',
"param_name" => "audio_bar_curr_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_progress.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module 2 colors',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover2",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color2",
"value" => '#000',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover2",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover2",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover2",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover2",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Excerpt text color',
"param_name" => "ex_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_excerpt.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment background',
"param_name" => "com_bg2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment text color',
"param_name" => "com_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "rev_txt2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_review_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player buttons color',
"param_name" => "audio_btn_color2",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_buttons.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player time text color',
"param_name" => "audio_time_color2",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_time.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player bars background color',
"param_name" => "audio_bar_color2",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_bar.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Audio player bars progress color',
"param_name" => "audio_bar_curr_color2",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_progress.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "pag_text",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Text hover color',
"param_name" => "pag_h_text",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Background color',
"param_name" => "pag_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Background hover color',
"param_name" => "pag_h_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Border color',
"param_name" => "pag_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Border hover color',
"param_name" => "pag_h_border",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "btn_title",
"type" => "textfield",
"value" => '',
"heading" => 'Button text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big tdc-hidden",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_text.png",
),
),
td_config::get_map_block_pagination_array()
)
)
);
td_api_block::add( 'td_flex_block_5',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block 5',
"base" => 'td_flex_block_5',
"class" => 'td_flex_block_5',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_5',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_flex_block_5.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'td_ajax_filter_ids',
'td_filter_default_txt',
'td_ajax_preloading',
'ajax_pagination_infinite_stop',
'offset',
'modules_on_row',
'modules_gap',
'limit',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"art_title_pos" => "bottom",
"info_pos" => "bottom",
"art_excerpt_pos" => "bottom",
"art_audio_pos" => "bottom",
"modules_category" => "image",
"btn_pos" => "bottom",
"hide_audio" => "yes"
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat/Garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title_font_family" => "394",
"f_ex_font_family" => "fs_4",
"f_btn_font_family" => "fs_4",
),
array(
'tdc_preset_name' => '', // Font - Source Serif/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title_font_family" => "721",
"f_ex_font_family" => "653",
"f_btn_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Raleway/Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title_font_family" => "507",
"f_ex_font_family" => "507",
"f_btn_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans/Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title_font_family" => "653",
"f_ex_font_family" => "653",
"f_btn_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette/Open Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title_font_family" => "147",
"f_ex_font_family" => "",
"f_btn_font_family" => "",
),
array(
'tdc_preset_name' => '', // Font - Oswald/EB garamond
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title_font_family" => "445",
"f_ex_font_family" => "185",
"f_btn_font_family" => "185",
),
array(
'tdc_preset_name' => '', // Font - Muli/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title_font_family" => "406",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title_font_family" => "646",
"f_ex_font_family" => "297",
"f_btn_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Anton/Roboto Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title_font_family" => "41",
"f_ex_font_family" => "523",
"f_btn_font_family" => "523",
),
array(
'tdc_preset_name' => '', // Font - Quicksand/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title_font_family" => "502",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville/Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title_font_family" => "331",
"f_ex_font_family" => "406",
"f_btn_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Caveat/Josefin Slab
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title_font_family" => "663",
"f_ex_font_family" => "297",
"f_btn_font_family" => "297",
),
array(
'tdc_preset_name' => '', // Font - Volkorn/Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title_font_family" => "639",
"f_ex_font_family" => "394",
"f_btn_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title_font_family" => "",
"f_ex_font_family" => "",
"f_btn_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title_font_line_height" => "1.3",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title_font_line_height" => "1.4",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "=",
"f_ex_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
"f_ex_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_ex_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjEzIn0=",
"f_ex_font_line_height" => "1.5",
),
array(
'tdc_preset_name' => 'Text alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Image format',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_image',
),
array(
'tdc_preset_name' => '', // Image format - OFF
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image1',
'tdc_preset_individual' => '1',
"hide_image" => "yes",
),
array(
'tdc_preset_name' => '', // Image format - 2:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image2',
'tdc_preset_individual' => '1',
"image_height" => "150",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image3',
'tdc_preset_individual' => '1',
"image_height" => "133",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 7:8
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image4',
'tdc_preset_individual' => '1',
"image_height" => "114",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 1:1
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image5',
'tdc_preset_individual' => '1',
"image_height" => "100",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 5:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image6',
'tdc_preset_individual' => '1',
"image_height" => "80",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 4:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image7',
'tdc_preset_individual' => '1',
"image_height" => "75",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:2
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image8',
'tdc_preset_individual' => '1',
"image_height" => "67",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 16:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image9',
'tdc_preset_individual' => '1',
"image_height" => "56",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 18:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image10',
'tdc_preset_individual' => '1',
"image_height" => "50",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 21:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image11',
'tdc_preset_individual' => '1',
"image_height" => "40",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 30:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_image12',
'tdc_preset_individual' => '1',
"image_height" => "30",
"hide_image" => "",
),
array(
'tdc_preset_name' => 'Color library',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_color',
),
array(
'tdc_preset_name' => '', // Color library
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color1',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f9c100',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color2',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff7500',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color3',
'tdc_preset_individual' => '1',
'accent_text_color' => '#f44336',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color4',
'tdc_preset_individual' => '1',
'accent_text_color' => '#ff036e',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color5',
'tdc_preset_individual' => '1',
'accent_text_color' => '#58c7db',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color6',
'tdc_preset_individual' => '1',
'accent_text_color' => '#607d8b',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color7',
'tdc_preset_individual' => '1',
'accent_text_color' => '#005689',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color8',
'tdc_preset_individual' => '1',
'accent_text_color' => '#997df3',
),
array(
'tdc_preset_name' => '',
'tdc_preset_class' => 'tdcp_img tdcp_color tdcp_color9',
'tdc_preset_individual' => '1',
'accent_text_color' => '#4caf50',
),
array(
'tdc_preset_name' => 'Columns',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_col',
),
array(
'tdc_preset_name' => '', // Columns - 1
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col1',
'tdc_preset_individual' => '1',
"modules_on_row" => "",
"modules_gap" => "",
),
array(
'tdc_preset_name' => '', // Columns - 2
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col2',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiI1MCUiLCJwaG9uZSI6IjEwMCUifQ==",
"modules_gap" => "eyJhbGwiOiIxLjYlIiwicG9ydHJhaXQiOiIyJSJ9",
"limit" => "2",
),
array(
'tdc_preset_name' => '', // Columns - 3
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col3',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==",
"modules_gap" => "1.4%",
"limit" => "3",
),
array(
'tdc_preset_name' => '', // Columns - 4
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col4',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiIyNSUiLCJwaG9uZSI6IjUwJSJ9",
"modules_gap" => "eyJhbGwiOiIxLjIlIiwicGhvbmUiOiIzJSJ9",
"limit" => "4",
),
array(
'tdc_preset_name' => '', // Columns - 5
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col5',
'tdc_preset_individual' => '1',
"modules_on_row" => "eyJhbGwiOiIyMCUiLCJwaG9uZSI6IjEwMCUifQ==",
"modules_gap" => "1%",
"limit" => "5",
"image_width" => "eyJwaG9uZSI6IjMwIn0=",
"image_floated" => "eyJwaG9uZSI6ImZsb2F0X2xlZnQifQ==",
"meta_padding" => "eyJwaG9uZSI6IjJweCAwIDAgMTZweCJ9",
"all_modules_space" => "eyJhbGwiOiIzNiIsInBob25lIjoiMjUifQ==",
),
array(
'tdc_preset_name' => 'Layout style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_layout',
),
array(
'tdc_preset_name' => '', // Layout style - normal
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout1',
'tdc_preset_individual' => '1',
"all_modules_space" => "",
"image_width" => "",
"image_floated" => "",
"meta_padding" => "",
"meta_padding2" => "",
"image_radius" => "",
"image_height" => "50",
"meta_info_horiz" => "",
"modules_category" => "image",
"modules_category_margin" => "",
"art_title_pos" => "bottom",
"info_pos" => "bottom",
"art_excerpt_pos" => "bottom",
"art_excerpt" => "",
"btn_pos" => "bottom"
),
array(
'tdc_preset_name' => '', // Layout style - normal
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout5',
'tdc_preset_individual' => '1',
"all_modules_space" => "48",
"image_width" => "",
"image_floated" => "",
"image_radius" => "",
"image_height" => "50",
"meta_padding" => "0 0 20px",
"meta_padding2" => "20px 0 0",
"meta_info_horiz" => "content-horiz-center",
"modules_category" => "above",
"modules_category_margin" => "0 0 9px",
"art_title_pos" => "top",
"info_pos" => "top",
"art_excerpt_pos" => "bottom",
"art_excerpt" => "0",
"btn_pos" => "bottom"
),
array(
'tdc_preset_name' => '', // Layout style - normal
'tdc_preset_class' => 'tdcp_img tdcp_layout tdcp_layout6',
'tdc_preset_individual' => '1',
"all_modules_space" => "",
"image_width" => "",
"image_floated" => "",
"meta_padding" => "0 0 11px",
"meta_padding2" => "",
"image_radius" => "",
"image_height" => "50",
"meta_info_horiz" => "",
"modules_category" => "image",
"modules_category_margin" => "",
"art_title_pos" => "top",
"info_pos" => "bottom",
"art_excerpt_pos" => "bottom",
"art_excerpt" => "",
"btn_pos" => "bottom"
),
array(
'tdc_preset_name' => 'Show/Hide module elements',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_elements',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_cat" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_cat" => "none",
),
array(
'tdc_preset_name' => 'Category tag', // Category tag
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_author" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_author" => "none",
),
array(
'tdc_preset_name' => 'Author', // Author
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_date" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_date" => "none",
),
array(
'tdc_preset_name' => 'Date', // Author
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_review" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_review" => "none",
),
array(
'tdc_preset_name' => 'Review stars', // Review
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_com" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h',
'tdc_preset_individual' => '1',
"show_com" => "none",
),
array(
'tdc_preset_name' => 'Comment tag', // Comment tag
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_excerpt" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_excerpt" => "none",
),
array(
'tdc_preset_name' => 'Excerpt', // Excerpt
'tdc_preset_class' => 'tdcp_elements_text',
),
array(
'tdc_preset_name' => '', // Show
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_s',
'tdc_preset_individual' => '1',
"show_btn" => "",
),
array(
'tdc_preset_name' => '', // Hide
'tdc_preset_class' => 'tdcp_img tdcp_elements tdcp_elements_h tdcp_clear',
'tdc_preset_individual' => '1',
"show_btn" => "none",
),
array(
'tdc_preset_name' => 'Button', // Button
'tdc_preset_class' => 'tdcp_elements_text',
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 5',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mc5_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mc5_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "mc5_el",
"type" => "textfield",
"value" => '',
"heading" => 'Excerpt length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"info_img" => "https://cloud.tagdiv.com/help/excerpt_length.png",
),
),
td_config::get_map_filter_array('Filter', true),
// block cache
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Cache',
"value" => "",
"class" => "",
),
array(
"param_name" => "td_query_cache",
"type" => "checkbox",
"value" => '',
"heading" => "Cache block results",
"description" => "If enabled the block output will be cached",
"holder" => "div",
"class" => "",
"toggle_enable_params" => 'td_query_cache',
),
array(
"param_name" => "td_query_cache_expiration",
"type" => "dropdown-responsive",
"value" => array(
'1 minute' => '',
'5 minutes' => 5 * MINUTE_IN_SECONDS,
'10 minutes' => 10 * MINUTE_IN_SECONDS,
'30 minutes' => 30 * MINUTE_IN_SECONDS,
'1 hour' => 60 * MINUTE_IN_SECONDS,
'1 day' => 24 * HOUR_IN_SECONDS,
'1 week' => 7 * DAY_IN_SECONDS,
),
"heading" => 'Cache expiration',
"description" => "The block cache expiration time in seconds. Note that cache will be cleard when block's settings change.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"toggle_enabled_by" => 'td_query_cache',
),
),
td_config::get_map_block_ajax_filter_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "modules_on_row",
"type" => "dropdown-responsive",
"value" => array(
'1' => '100%',
'2' => '50%',
'3' => '33.33333333%',
'4' => '25%',
'5' => '20%',
'6' => '16.66666667%',
'7' => '14.28571428%',
'8' => '12.5%',
'9' => '11.11111111%',
'10' => '10%',
),
"heading" => 'Modules per row',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_per_row.png",
),
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "m_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_padding.png",
),
array(
"param_name" => "all_modules_space",
"type" => "textfield-responsive",
"value" => '36',
"heading" => 'Modules bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "36",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_bottom_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_border_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_border_width.png",
),
array(
"param_name" => "modules_border_style",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "modules_border_color",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_border_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "modules_divider",
"type" => "dropdown",
"value" => array(
'None' => '',
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Modules divider',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_divider.png",
),
array(
"param_name" => "divider_on",
"type" => "checkbox",
"value" => '',
"heading" => "Show all dividers",
"description" => "Display dividers on modules from the last row",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_all_dividers.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Modules divider color',
"param_name" => "modules_divider_color",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_divider_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "h_effect",
"type" => "dropdown",
"value" => array(
'None' => '',
'Shadow' => 'shadow',
'Move up & shadow' => 'up-shadow',
),
"heading" => 'Hover effect',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_hover_effect.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Medium - Default - 696x0px' => '',
'-- [No crop] --' => '__',
'XSmall - 150x0px' => 'td_150x0',
'Small - 300x0px' => 'td_300x0',
'Large - 1068x0px' => 'td_1068x0',
'Full - 1920x0px' => 'td_1920x0',
'-- [Other sizes] --' => '__',
'218x150px' => 'td_218x150',
'324x400px' => 'td_324x400',
'485x360' => 'td_485x360'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "image_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_radius.png",
),
array(
"param_name" => "image_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_margin.png",
),
array(
"param_name" => "hide_image",
"type" => "checkbox",
"value" => '',
"heading" => "Hide image",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_hide_image.png",
),
),
td_config::td_favourites_badge(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article video',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "video_icon",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "video_popup",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Enable video pop-up",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_enable_video_pop-up.png",
),
array(
"param_name" => "video_rec",
"type" => "textarea_raw_html",
"holder" => "div",
"class" => "tdc-textarea-raw-small",
"heading" => 'Video pop-up ad',
"value" => "",
"description" => 'Paste your ad code here.',
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_video_popup_ad.png",
),
array(
"param_name" => "spot_header",
"type" => "spot_header",
"value" => "",
"class" => '',
'group' => 'Layout',
),
array(
"param_name" => "video_rec_title",
"type" => "textfield",
"value" => '',
"heading" => 'Ad title',
"description" => "",
"placeholder" => "- Advertisement -",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-spot-controller tdc-spot-title",
'group' => 'Layout',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-spot-controller tdc-spot-color",
"heading" => 'Ad title color',
"param_name" => "video_rec_color",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_rec_disable",
"type" => "checkbox",
"value" => '',
"heading" => "Hide ADS for admins/editors",
"description" => "Used to prevent fake clicks and views on ads by admins and editors",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "autoplay_vid",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Autoplay video",
"description" => "When it is inactive, the sound will be ON",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "show_vid_t",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show video duration',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_show_video_duration.png",
),
array(
"param_name" => "vid_t_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_space.png",
),
array(
"param_name" => "vid_t_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video duration padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_padding.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Video pop-up article title color',
"param_name" => "video_title_color",
"value" => '',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_title_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Video pop-up article title hover color',
"param_name" => "video_title_color_h",
"value" => '',
"description" => '',
"group" => "Layout",
),
array(
"param_name" => "video_bg",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_background.png",
),
array(
"param_name" => "video_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Video pop-up overlay color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_overlay_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "vid_t_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration text color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_text_color.png",
),
array(
"param_name" => "vid_t_bg_color",
"holder" => "div",
"type" => "colorpicker",
'heading' => "Video duration background color",
"value" => "",
"class" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_video_bg_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
),
td_config_helper::get_map_block_font_array( 'f_vid_title', true, 'Video pop-up article title', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_vid_time', false, 'Video duration text', 'Layout', '', '', 'https://cloud.tagdiv.com/help/module_video_duration_title.png', '' ),
td_config::get_map_exclusive_label_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_margin.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Bottom info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_bottom_margin.png",
),
array(
"param_name" => "meta_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Bottom info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_bottom_padding.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Meta info border',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "meta_info_border_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top info border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_border.png",
),
array(
"param_name" => "meta_info_border_size2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Bottom info border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_bottom_border.png",
),
array(
"param_name" => "meta_info_border_style",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_border_style.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "meta_info_border_color",
"value" => '#eaeaea',
"description" => '',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_border_color.png",
),
array(
"param_name" => "meta_info_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "meta_info_border_radius2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Bottom info border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article title',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "art_title_pos",
"type" => "dropdown",
"value" => array(
'Above image' => 'top',
'Under image' => 'bottom',
),
"heading" => 'Article title position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_title_position.png",
),
array(
"param_name" => "info_pos",
"type" => "dropdown",
"value" => array(
'Above image' => 'top',
'Under image' => 'bottom',
'Above title' => 'title',
),
"heading" => 'Info position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_info_position.png",
),
array(
"param_name" => "info_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Info space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_info_space.png",
),
array(
"param_name" => "art_title",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 6px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article excerpt',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_excerpt",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show excerpt',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_show_excerpt.png",
),
array(
"param_name" => "art_excerpt_pos",
"type" => "dropdown",
"value" => array(
'Above image' => 'top',
'Under image' => 'bottom',
),
"heading" => 'Article excerpt position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_position.png",
),
array(
"param_name" => "art_excerpt",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article excerpt space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_excerpt_space.png",
),
array(
"param_name" => "excerpt_inline",
"type" => "checkbox",
"value" => '',
"heading" => "Inline Excerpt & Title",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/layout_inline_excerpt_title.png",
),
array(
"param_name" => "meta_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta container space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_container_space.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_audio",
"type" => "dropdown-responsive",
"value" => array(
'Visible' => 'block',
'Hidden' => 'none',
),
"heading" => 'Show audio player',
"description" => "This will hide the audio player responsive",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "hide_audio",
"type" => "checkbox",
"value" => '',
"heading" => "Remove audio player",
"description" => "This will remove the audio player from code",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_audio_show.png",
),
array(
"param_name" => "art_audio_pos",
"type" => "dropdown",
"value" => array(
'Above image' => 'top',
'Under image' => 'bottom',
),
"heading" => 'Audio player position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_position.png",
),
array(
"param_name" => "art_audio",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Audio player space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_space.png",
),
array(
'param_name' => 'art_audio_size',
'type' => 'range-responsive',
'value' => '1.5',
'heading' => 'Audio player size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_audio_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Category tag',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_cat",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Over image' => 'image',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 4px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_category_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag border',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "modules_extra_cat",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide'
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Author',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_author",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "author_photo",
"type" => "checkbox",
"value" => '',
"heading" => "Show author photo",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo.png",
),
array(
"param_name" => "author_photo_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_size.png",
),
array(
"param_name" => "author_photo_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "6",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_space.png",
),
array(
"param_name" => "author_photo_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author photo radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_photo_radius.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Date / Comment',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_date",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Review stars',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_review",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Button',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout'
),
array(
"param_name" => "show_btn",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'block',
'Hide' => 'none',
),
"heading" => 'Show button',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_show.png",
),
array(
"param_name" => "btn_pos",
"type" => "dropdown",
"value" => array(
'Above image' => 'top',
'Under image' => 'bottom',
),
"heading" => 'Button position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_position.png",
),
array(
"param_name" => "btn_title",
"type" => "textfield",
"value" => '',
"heading" => 'Button text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "Read more",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_text.png",
),
array(
"param_name" => "btn_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 20px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_space.png",
),
array(
"param_name" => "btn_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "10px 15px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_padding.png",
),
array(
"param_name" => "btn_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_border.png",
),
array(
"param_name" => "btn_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Button radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_button_radius.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "pag_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Top space',
"description" => "",
"placeholder" => "20",
"holder" => "div",
"class" => "tdc-textfield-small",
'group' => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_space.png",
),
array(
"param_name" => "pag_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_padding.png",
),
array(
"param_name" => "pag_border_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "1",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border.png",
),
array(
"param_name" => "pag_border_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border radius',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_border_radius.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
'param_name' => 'prev_tdicon',
'type' => 'icon',
'heading' => 'Prev icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
'param_name' => 'next_tdicon',
'type' => 'icon',
'heading' => 'Next icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => 'Layout',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow.png",
),
array(
"param_name" => "pag_icons_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icons size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_arrow_size.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Block fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config_helper::get_map_block_font_array( 'f_more', false, 'Load more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_load_more.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Article title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat', false, 'Article category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta', false, 'Article meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ex', false, 'Article excerpt', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_excerpt.png', '' ),
td_config_helper::get_map_block_font_array( 'f_btn', false, 'Article read more button', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_read.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Module background',
"param_name" => "m_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
),
td_config_helper::get_map_block_shadow_array('shadow', 'Module Shadow', 0, 0, 0, "Style", '', 0, true, '', 'https://cloud.tagdiv.com/help/module_shadow.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Top meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bottom meta info background',
"param_name" => "meta_bg2",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article title',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color",
"value" => '#000',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Category tag',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'AUTHOR / DATE / COMMENT / EXCERPT',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Excerpt text color',
"param_name" => "ex_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_excerpt.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment background',
"param_name" => "com_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comment text color',
"param_name" => "com_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_comment_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "rev_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_review_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
),
td_config_helper::get_map_block_shadow_array('shadow_m', 'Meta info shadow', 0, 0, 0, "Style", '', 0, true, '', 'https://cloud.tagdiv.com/help/module_meta_shadow.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Audio player',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Buttons color',
"param_name" => "audio_btn_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_buttons.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Time text color',
"param_name" => "audio_time_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_time.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bars background color',
"param_name" => "audio_bar_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_bar.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Bars progress color',
"param_name" => "audio_bar_curr_color",
"value" => '',
"description" => '',
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_color_audio_progress.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Button',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button background',
"param_name" => "btn_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button background hover',
"param_name" => "btn_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button text color',
"param_name" => "btn_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button text hover',
"param_name" => "btn_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Button border color',
"param_name" => "btn_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_button_border_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Button border hover',
"param_name" => "btn_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pagination',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "pag_text",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Text hover color',
"param_name" => "pag_h_text",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Background color',
"param_name" => "pag_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Background hover color',
"param_name" => "pag_h_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Border color',
"param_name" => "pag_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_pagination_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Border hover color',
"param_name" => "pag_h_border",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_block_pagination_array()
)
)
);
td_api_block::add( 'td_flex_block_6',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block X',
"base" => 'td_flex_block_6',
"class" => 'td_flex_block_6',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_6',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_flex_block_6.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'td_ajax_filter_ids',
'td_filter_default_txt',
'td_ajax_preloading',
'ajax_pagination_infinite_stop',
'offset',
'modules_on_row',
'modules_gap',
'limit',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"limit" => '3',
'tds_module_loop_1_style-modules_on_row' => 'eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==',
"tds_module_loop_1_style-modules_gap" => 'eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==',
'tds_module_loop_1_style-show_excerpt' => 'none',
"tds_module_loop_1_style-hide_audio" => "yes",
"tds_module_loop_2_style-art_title_pos" => "bottom",
"tds_module_loop_2_style-info_pos" => "bottom",
"tds_module_loop_2_style-art_excerpt_pos" => "bottom",
"tds_module_loop_2_style-art_audio_pos" => "bottom",
"tds_module_loop_2_style-modules_category" => "image",
"tds_module_loop_2_style-btn_pos" => "bottom",
"tds_module_loop_2_style-hide_audio" => "yes"
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', '', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config::get_map_filter_array('Filter', true, 'td_flex_block_6'),
// block cache
array(
array(
"param_name" => "open_in_new_window",
"type" => "checkbox",
"value" => '',
"heading" => "Open posts in new tab",
"description" => "The posts will be opened in a new tab. This option adds target blank on image thumb and post title links.",
"holder" => "div",
"class" => ""
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Cache',
"value" => "",
"class" => "",
),
array(
"param_name" => "td_query_cache",
"type" => "checkbox",
"value" => '',
"heading" => "Cache block results",
"description" => "If enabled the block output will be cached",
"holder" => "div",
"class" => "",
"toggle_enable_params" => 'td_query_cache',
),
array(
"param_name" => "td_query_cache_expiration",
"type" => "dropdown-responsive",
"value" => array(
'1 minute' => '',
'5 minutes' => 5 * MINUTE_IN_SECONDS,
'10 minutes' => 10 * MINUTE_IN_SECONDS,
'30 minutes' => 30 * MINUTE_IN_SECONDS,
'1 hour' => 60 * MINUTE_IN_SECONDS,
'1 day' => 24 * HOUR_IN_SECONDS,
'1 week' => 7 * DAY_IN_SECONDS,
),
"heading" => 'Cache expiration',
"description" => "The block cache expiration time in seconds. Note that cache will be cleard when block's settings change.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"toggle_enabled_by" => 'td_query_cache',
),
),
td_config::get_map_block_ajax_filter_array(),
array(
array(
"param_name" => "tds_module_loop_style",
"type" => "dropdown",
"value" => td_api_style::get_styles_for_mapping( 'tds_module_loop_style', false ),
"heading" => 'Module style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Module",
),
),
td_config::get_map_block_pagination_array('td_flex_block_6')
)
)
);
/**
* the big grids
*/
td_api_block::add('td_block_big_grid_flex_1',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 1',
"base" => 'td_block_big_grid_flex_1',
"class" => 'td_block_big_grid_flex_1',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_1',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_1.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'grid_layout',
'image_height',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"grid_layout" => "2",
"image_height" => "eyJhbGwiOiI4NSIsInBob25lIjoiODAifQ==",
"image_zoom" => "yes",
"meta_info_vert" => "content-vert-bottom",
"modules_category" => "above",
"modules_extra_cat" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"f_title_font_size" => "eyJsYW5kc2NhcGUiOiIyMiIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjIyIn0=",
"f_title_font_line_height" => "eyJsYW5kc2NhcGUiOiIyOHB4IiwicG9ydHJhaXQiOiIyMHB4IiwicGhvbmUiOiIyOHB4In0=",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Grid height',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_grid_height',
),
array(
'tdc_preset_name' => '', // Grid height - 2:3
'tdc_preset_class' => 'tdcp_img tdcp_grid_height tdcp_grid_height1',
'tdc_preset_individual' => '1',
"image_height" => "150",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Image format - 3:4
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_grid_height2',
'tdc_preset_individual' => '1',
"image_height" => "133",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Grid height - 7:8
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_grid_height3',
'tdc_preset_individual' => '1',
"image_height" => "114",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Grid height - 1:1
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_grid_height4',
'tdc_preset_individual' => '1',
"image_height" => "100",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Grid height - 4:3
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_grid_height5',
'tdc_preset_individual' => '1',
"image_height" => "75",
"hide_image" => "",
),
array(
'tdc_preset_name' => '', // Grid height - 16:9
'tdc_preset_class' => 'tdcp_img tdcp_image tdcp_grid_height6',
'tdc_preset_individual' => '1',
"image_height" => "56",
"hide_image" => "",
),
array(
'tdc_preset_name' => 'Columns',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_col',
),
array(
'tdc_preset_name' => '', // Columns - 1
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col1',
'tdc_preset_individual' => '1',
"grid_layout" => "1",
"image_height" => "eyJhbGwiOiI1MCIsInBob25lIjoiNzAifQ==",
),
array(
'tdc_preset_name' => '', // Columns - 2
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col2',
'tdc_preset_individual' => '1',
"grid_layout" => "2",
"image_height" => "eyJhbGwiOiI4NSIsInBob25lIjoiODAifQ==",
),
array(
'tdc_preset_name' => '', // Columns - 3
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col3',
'tdc_preset_individual' => '1',
"grid_layout" => "3",
"image_height" => "eyJhbGwiOiI4NSIsInBob25lIjoiODAifQ==",
),
array(
'tdc_preset_name' => '', // Columns - 4
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col4',
'tdc_preset_individual' => '1',
"grid_layout" => "4",
"image_height" => "eyJhbGwiOiIxMjAiLCJwaG9uZSI6IjUwIn0=",
),
array(
'tdc_preset_name' => '', // Columns - 5
'tdc_preset_class' => 'tdcp_img tdcp_col tdcp_col5',
'tdc_preset_individual' => '1',
"grid_layout" => "5",
"image_height" => "eyJhbGwiOiIxMjAiLCJwaG9uZSI6IjUwIn0=",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "grid_layout",
"type" => "dropdown",
"value" => array(
'1 column' => '1',
'2 columns' => '2',
'3 columns' => '3',
'4 columns' => '4',
'5 columns' => '5',
),
"heading" => 'Grid layout',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-cat-grid-layout tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "container_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Container width (0-100 percent)',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_container.png",
),
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '4',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article image',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Article meta info',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "meta_width",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "22px 20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "modules_category_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "modules_cat_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category border width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_border.png",
),
array(
'param_name' => 'modules_category_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_radius.png",
),
array(
"param_name" => "show_cat",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array(),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Article title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat', false, 'Article category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta', false, 'Article meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color",
"value" => '#000',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category border color',
"param_name" => "cat_border",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_border.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category border hover',
"param_name" => "cat_border_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_2',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 2',
"base" => 'td_block_big_grid_flex_2',
"class" => 'td_block_big_grid_flex_2',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_2',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_2.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_height2" => "eyJsYW5kc2NhcGUiOiIxNzNweCIsInBob25lIjoiMTY1cHgiLCJwb3J0cmFpdCI6IjEzM3B4In0=",
"image_height1" => "eyJwaG9uZSI6IjI2MHB4IiwibGFuZHNjYXBlIjoiMzUwcHgiLCJwb3J0cmFpdCI6IjI3MHB4In0=",
"modules_gap" => "eyJwaG9uZSI6IjMifQ==",
"meta_padding2" => "eyJsYW5kc2NhcGUiOiIxNnB4IDE1cHggMTFweCIsInBvcnRyYWl0IjoiMTZweCAxNXB4IDExcHgiLCJwaG9uZSI6IjE2cHggMTVweCAxMXB4In0=",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCJ9",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"image_size2" => "td_324x400",
"image_size" => "",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_width2" => "eyJwaG9uZSI6IjgwIn0=",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title1_font_line_height" => "1.4",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNiIsInBob25lIjoiMTYifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "4",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "70",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "400px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "22px 20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "30",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "198px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "11px 17px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 7px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_5",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 5",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "all_underline_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Underline size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/style_underline.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Hover underline color',
"param_name" => "all_underline_color",
"value" => '#000',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_underline_color.png",
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_3',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 3',
"base" => 'td_block_big_grid_flex_3',
"class" => 'td_block_big_grid_flex_3',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_3',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_3.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_height2" => "eyJwaG9uZSI6IjE2NXB4IiwibGFuZHNjYXBlIjoiMTQ1cHgiLCJwb3J0cmFpdCI6IjEwOXB4In0=",
"image_height1" => "eyJwaG9uZSI6IjI2MHB4IiwibGFuZHNjYXBlIjoiNDQzcHgiLCJwb3J0cmFpdCI6IjMzNXB4In0=",
"modules_gap" => "eyJwaG9uZSI6IjMifQ==",
"meta_padding2" => "eyJsYW5kc2NhcGUiOiIxNnB4IDE1cHggMTFweCIsInBvcnRyYWl0IjoiMTZweCAxNXB4IDExcHgiLCJwaG9uZSI6IjE2cHggMTVweCAxMXB4In0=",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCJ9",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"image_size" => "",
"image_size2" => "td_324x400",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_width2" => "eyJwaG9uZSI6IjgwIn0=",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title1_font_line_height" => "1.4",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title2_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyMSIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNyJ9",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNiIsImxhbmRzY2FwZSI6IjI1IiwicG9ydHJhaXQiOiIyMSIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNiIsInBob25lIjoiMTYifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "4",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "70",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "482px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "22px 20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "30",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "158px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "11px 15px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 7px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_4',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 4',
"base" => 'td_block_big_grid_flex_4',
"class" => 'td_block_big_grid_flex_4',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_4',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_4.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_height2" => "eyJwaG9uZSI6IjE0MHB4IiwicG9ydHJhaXQiOiIxNTBweCIsImxhbmRzY2FwZSI6IjIwMHB4In0=",
"image_height1" => "eyJwaG9uZSI6IjI2MHB4IiwibGFuZHNjYXBlIjoiNDEwcHgiLCJwb3J0cmFpdCI6IjMxMHB4In0=",
"modules_gap" => "eyJwaG9uZSI6IjMifQ==",
"meta_padding2" => "eyJwaG9uZSI6IjE2cHggMTVweCAxMXB4IiwicG9ydHJhaXQiOiIxMXB4IDEwcHggNnB4In0=",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCIsInBvcnRyYWl0IjoiMjJweCAxMHB4In0=",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin2" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNHB4IDBweCJ9",
"modules_category_margin1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCJ9",
"art_title1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNnB4IDBweCJ9",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_size" => "",
"image_size2" => ""
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTYifQ==",
"f_title1_font_line_height" => "1.4",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjIifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "",
"f_title1_font_line_height" => "",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "10",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "450px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "22px 20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "220px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "16px 19px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_5',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 5',
"base" => 'td_block_big_grid_flex_5',
"class" => 'td_block_big_grid_flex_5',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_5',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_5.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"modules_extra_cat3" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_height2" => "eyJwaG9uZSI6IjE2NXB4IiwicG9ydHJhaXQiOiIxNzZweCIsImxhbmRzY2FwZSI6IjIzNHB4In0=",
"modules_gap" => "eyJwaG9uZSI6IjMifQ==",
"meta_padding2" => "eyJwaG9uZSI6IjE2cHggMTVweCAxMXB4IiwicG9ydHJhaXQiOiIxOXB4IDE4cHggMTRweCJ9",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCIsInBvcnRyYWl0IjoiMjJweCAyMHB4In0=",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin2" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNHB4IDBweCJ9",
"modules_category_margin1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCJ9",
"art_title1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNnB4IDBweCJ9",
"show_author3" => "none",
"show_date3" => "none",
"image_size" => "",
"image_size2" => "",
"image_size3" => "td_324x400",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_height1" => "eyJwaG9uZSI6IjI2MHB4IiwibGFuZHNjYXBlIjoiNDE0cHgiLCJwb3J0cmFpdCI6IjMxMnB4In0=",
"image_width2" => "eyJwaG9uZSI6IjgwIn0=",
"image_width3" => "eyJwaG9uZSI6IjgwIn0=",
"image_height3" => "eyJwaG9uZSI6IjE2NXB4IiwibGFuZHNjYXBlIjoiMTc2cHgiLCJwb3J0cmFpdCI6IjEzMnB4In0=",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
"f_title3_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
"f_title3_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
"f_title3_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
"f_title3_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
"f_title3_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
"f_title3_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
"f_title3_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
"f_title3_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
"f_title3_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
"f_title3_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
"f_title3_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
"f_title3_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
"f_title3_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
"f_title3_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
"f_title3_font_size" => "eyJhbGwiOiIxMyIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjE0In0=",
"f_title3_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTYifQ==",
"f_title1_font_line_height" => "1.4",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
"f_title3_font_size" => "eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9",
"f_title3_font_line_height" => "1.4",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjIifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.2",
"f_title3_font_size" => "eyJhbGwiOiIxNSIsInBvcnRyYWl0IjoiMTMifQ==",
"f_title3_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "",
"f_title1_font_line_height" => "",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
"f_title3_font_size" => "",
"f_title3_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
"f_title3_font_size" => "",
"f_title3_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
"f_title3_font_size" => "eyJhbGwiOiIxOCIsImxhbmRzY2FwZSI6IjE3IiwicG9ydHJhaXQiOiIxNiIsInBob25lIjoiMTYifQ==",
"f_title3_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 8',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf8_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf8_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "4",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "450px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "22px 20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "254px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "14px 19px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('2', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 3',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size3",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment3',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "192px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "30",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos3",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "11px 15px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 7px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat3",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size3',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('3', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title3', false, 'Module 3 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat3', false, 'Module 3 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta3', false, 'Module 3 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_6',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 6',
"base" => 'td_block_big_grid_flex_6',
"class" => 'td_block_big_grid_flex_6',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_6',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_6.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "eyJwaG9uZSI6Im5vbmUifQ==",
"show_date2" => "eyJwaG9uZSI6Im5vbmUifQ==",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"modules_extra_cat3" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_height2" => "eyJwaG9uZSI6IjE2NXB4IiwibGFuZHNjYXBlIjoiMzYwcHgiLCJwb3J0cmFpdCI6IjI3NnB4In0=",
"image_height1" => "eyJwaG9uZSI6IjIwMHB4IiwicG9ydHJhaXQiOiIxMzZweCIsImxhbmRzY2FwZSI6IjE3NXB4In0=",
"meta_padding2" => "eyJwaG9uZSI6IjE2cHggMTVweCAxMXB4IiwicG9ydHJhaXQiOiIyMHB4IDE1cHgifQ==",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCJ9",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin2" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNHB4IDBweCIsInBob25lIjoiMHB4IDBweCA3cHggMHB4In0=",
"modules_category_margin1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCIsInBob25lIjoiMHB4IDBweCA3cHggMHB4In0=",
"art_title1" => "eyJwaG9uZSI6IjBweCAwcHggOXB4IDBweCJ9",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_width2" => "eyJwaG9uZSI6IjgwIn0=",
"show_author1" => "eyJwaG9uZSI6ImlubGluZS1ibG9jayIsImFsbCI6Im5vbmUifQ==",
"show_date1" => "eyJwaG9uZSI6ImlubGluZS1ibG9jayIsImFsbCI6Im5vbmUifQ==",
"image_size" => "td_324x400",
'image_size2' => '',
"modules_gap" => "eyJwb3J0cmFpdCI6IjQiLCJwaG9uZSI6IjMifQ==",
"image_width3" => "eyJwaG9uZSI6IjgwIn0=",
"art_title2" => "eyJwaG9uZSI6IjBweCAwcHggMHB4IDBweCJ9",
"show_author3" => "eyJwaG9uZSI6Im5vbmUifQ==",
"show_date3" => "eyJwaG9uZSI6Im5vbmUifQ==",
"image_height3" => "eyJwaG9uZSI6IjE2NXB4In0=",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
"f_title3_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
"f_title3_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
"f_title3_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
"f_title3_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
"f_title3_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
"f_title3_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
"f_title3_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
"f_title3_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
"f_title3_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
"f_title3_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
"f_title3_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
"f_title3_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
"f_title3_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
"f_title3_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJwaG9uZSI6IjE2In0=",
"f_title1_font_line_height" => "eyJwaG9uZSI6IjEuNCJ9",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTMifQ==",
"f_title2_font_line_height" => "1.4",
"f_title3_font_size" => "eyJwaG9uZSI6IjE0In0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuNCJ9",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJwaG9uZSI6IjE3In0=",
"f_title1_font_line_height" => "eyJwaG9uZSI6IjEuNCJ9",
"f_title2_font_size" => "eyJwb3J0cmFpdCI6IjE0IiwiYWxsIjoiMTYiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.4",
"f_title3_font_size" => "eyJwaG9uZSI6IjE0In0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuNCJ9",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "",
"f_title1_font_line_height" => "",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
"f_title3_font_size" => "",
"f_title3_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJwaG9uZSI6IjIwIiwiYWxsIjoiMTQifQ==",
"f_title1_font_line_height" => "eyJwaG9uZSI6IjEuNCIsImFsbCI6IjEuNCJ9",
"f_title2_font_size" => "eyJwaG9uZSI6IjE1IiwiYWxsIjoiMjIiLCJwb3J0cmFpdCI6IjIwIn0=",
"f_title2_font_line_height" => "1.3",
"f_title3_font_size" => "eyJwaG9uZSI6IjE1In0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuNCJ9",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJwaG9uZSI6IjIyIiwiYWxsIjoiMTUifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIyNSIsInBvcnRyYWl0IjoiMjIiLCJwaG9uZSI6IjE1In0=",
"f_title2_font_line_height" => "1.3",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
"f_title3_font_size" => "eyJwaG9uZSI6IjE1In0=",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJwaG9uZSI6IjIyIiwiYWxsIjoiMTYiLCJwb3J0cmFpdCI6IjE1In0=",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIyNyIsInBvcnRyYWl0IjoiMjQiLCJwaG9uZSI6IjE1In0=",
"f_title2_font_line_height" => "1.3",
"f_title3_font_size" => "eyJwaG9uZSI6IjE1In0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "10",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "195px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "13px 10px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1 - Mobile',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_width3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "80",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "165px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos3",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "16px 15px 11px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 7px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat3",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size3',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "400px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title3', false, 'Module 1 title - mobile', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat3', false, 'Module 1 category tag - mobile', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta3', false, 'Module 1 meta info - mobile', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_5",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 5",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_7',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 7',
"base" => 'td_block_big_grid_flex_7',
"class" => 'td_block_big_grid_flex_7',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_7',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_7.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "eyJwaG9uZSI6Im5vbmUifQ==",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_height2" => "eyJwaG9uZSI6IjIwMHB4IiwibGFuZHNjYXBlIjoiMzUwcHgiLCJwb3J0cmFpdCI6IjI3MHB4In0=",
"image_height1" => "eyJwaG9uZSI6IjIwMHB4IiwibGFuZHNjYXBlIjoiMzUwcHgiLCJwb3J0cmFpdCI6IjI3MHB4In0=",
"meta_padding2" => "eyJwaG9uZSI6IjE1cHggMTVweCAxMHB4IiwicG9ydHJhaXQiOiIyMHB4IDEwcHggMTZweCJ9",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMTVweCAxMHB4IiwicG9ydHJhaXQiOiIyMnB4IDEwcHgifQ==",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin2" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNHB4IDBweCJ9",
"modules_category_margin1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCIsInBob25lIjoiMHB4IDBweCA3cHggMHB4In0=",
"art_title1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNnB4IDBweCIsInBob25lIjoiMHB4IDBweCAwcHggMHB4In0=",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_width2" => "eyJwaG9uZSI6IjEwMCJ9",
"show_author1" => "eyJwaG9uZSI6Im5vbmUifQ==",
"show_date1" => "eyJwaG9uZSI6Im5vbmUifQ==",
"image_size" => "",
"image_size2" => ""
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTYifQ==",
"f_title1_font_line_height" => "1.4",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjIifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "",
"f_title1_font_line_height" => "",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "2",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "400px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "400px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_8',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 8',
"base" => 'td_block_big_grid_flex_8',
"class" => 'td_block_big_grid_flex_8',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_8',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_8.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_width1" => "eyJwaG9uZSI6IjUwIn0=",
"image_width2" => "eyJwaG9uZSI6IjUwIn0=",
"image_height2" => "eyJwaG9uZSI6IjE1MHB4IiwicG9ydHJhaXQiOiIxMzZweCIsImxhbmRzY2FwZSI6IjQ2LjYifQ==",
"image_height1" => "eyJwaG9uZSI6IjE1MHB4IiwibGFuZHNjYXBlIjoiMTI1IiwicG9ydHJhaXQiOiIyNzRweCJ9",
"meta_padding2" => "eyJwaG9uZSI6IjE1cHggMTVweCAxMHB4IiwicG9ydHJhaXQiOiIyMHB4IDEwcHggMTZweCJ9",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMTVweCAxMHB4IiwicG9ydHJhaXQiOiIyMnB4IDEwcHgifQ==",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCIsInBob25lIjoiMHB4IDBweCA3cHggMHB4In0=",
"modules_category_margin2" => "eyJwb3J0cmFpdCI6IjBweCAwcHggN3B4IDBweCIsInBob25lIjoiMHB4IDBweCA3cHggMHB4In0=",
"art_title1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggNnB4IDBweCIsInBob25lIjoiMHB4IDBweCAwcHggMHB4In0=",
"show_author1" => "eyJwaG9uZSI6Im5vbmUifQ==",
"show_date1" => "eyJwaG9uZSI6Im5vbmUifQ==",
"image_size" => "",
"image_size2" => ""
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjE2In0=",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjQiLCJwaG9uZSI6IjEuMyJ9",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjIiLCJwaG9uZSI6IjE0In0=",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjE0In0=",
"f_title2_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjQiLCJwaG9uZSI6IjE2In0=",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMyJ9",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMTYifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMiJ9",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIxNiIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMiJ9",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "2",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "30",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "400px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 19px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "199px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "14px 19px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 10px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_9',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 9',
"base" => 'td_block_big_grid_flex_9',
"class" => 'td_block_big_grid_flex_9',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_9',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_9.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_width2" => "eyJwaG9uZSI6IjgwIn0=",
"image_height2" => "eyJwaG9uZSI6IjE2NXB4IiwibGFuZHNjYXBlIjoiMTM1cHgiLCJwb3J0cmFpdCI6IjExMHB4In0=",
"image_height1" => "eyJwaG9uZSI6IjIwMHB4IiwibGFuZHNjYXBlIjoiMzQwcHgiLCJwb3J0cmFpdCI6IjI2MHB4In0=",
"meta_padding2" => "eyJwaG9uZSI6IjE2cHggMTVweCAxMXB4In0=",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCIsInBvcnRyYWl0IjoiMTVweCAxNHB4IDE2cHggIn0=",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin1" => "eyJwaG9uZSI6IjBweCAwcHggN3B4IDBweCIsInBvcnRyYWl0IjoiMHB4IDBweCAzcHggMHB4In0=",
"art_title1" => "eyJwaG9uZSI6IjBweCAwcHggMHB4IDBweCIsInBvcnRyYWl0IjoiMHB4IDBweCA1cHggMHB4In0=",
"show_author1" => "",
"show_date1" => "",
"image_size" => "",
"image_size2" => "td_324x400",
"modules_category_padding2" => "eyJwaG9uZSI6IjNweCA2cHggM3B4IDZweCJ9",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxOCIsInBvcnRyYWl0IjoiMTYifQ==",
"f_title1_font_line_height" => "1.4",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.3",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjIifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "",
"f_title1_font_line_height" => "",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjI4IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMjEifQ==",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTMifQ==",
"f_title2_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIzNiIsImxhbmRzY2FwZSI6IjMyIiwicGhvbmUiOiIyMSIsInBvcnRyYWl0IjoiMjYifQ==",
"f_title1_font_line_height" => "eyJhbGwiOiIxLjEiLCJwaG9uZSI6IjEuMiJ9",
"f_title2_font_size" => "eyJhbGwiOiIxNyIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjE2In0=",
"f_title2_font_line_height" => "1.2",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "2",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "50",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "370px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "20",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "150px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "10px 14px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "1px 5px 1px 5px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_5",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 5",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
td_api_block::add('td_block_big_grid_flex_10',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Big Grid Flex 10',
"base" => 'td_block_big_grid_flex_10',
"class" => 'td_block_big_grid_flex_10',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Big Grids',
'icon' => 'icon-pagebuilder-td_block_big_grid_flex_10',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_big_grid_flex_10.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"meta_info_vert" => "content-vert-bottom",
"image_zoom" => "yes",
"show_author2" => "none",
"show_date2" => "none",
"modules_category" => "above",
"modules_extra_cat1" => "above",
"modules_extra_cat2" => "above",
"modules_extra_cat3" => "above",
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"image_width1" => "eyJwaG9uZSI6IjEwMCJ9",
"image_height1" => "eyJwaG9uZSI6IjI2MHB4IiwibGFuZHNjYXBlIjoiMjEwcHgiLCJwb3J0cmFpdCI6IjE1NXB4In0=",
"meta_padding2" => "eyJwaG9uZSI6IjE2cHggMTVweCAxMXB4In0=",
"meta_padding1" => "eyJwaG9uZSI6IjE1cHggMThweCIsInBvcnRyYWl0IjoiMTVweCAxNXB4IDEwcHggIn0=",
"cat_bg_hover" => "#4db2ec",
"review_stars" => "#fff",
"modules_category_margin1" => "eyJwaG9uZSI6IjBweCAwcHggN3B4IDBweCJ9",
"art_title1" => "eyJwb3J0cmFpdCI6IjBweCAwcHggMHB4IDBweCJ9",
"show_author1" => "eyJwb3J0cmFpdCI6Im5vbmUifQ==",
"show_date1" => "eyJwb3J0cmFpdCI6Im5vbmUifQ==",
"image_size" => "",
"image_size2" => "td_324x400",
"modules_category_padding2" => "eyJwaG9uZSI6IjNweCA2cHggM3B4IDZweCJ9",
"modules_gap" => "eyJwaG9uZSI6IjIifQ==",
"show_author3" => "eyJwaG9uZSI6Im5vbmUifQ==",
"show_date3" => "eyJwaG9uZSI6Im5vbmUifQ==",
"image_width2" => "eyJwaG9uZSI6IjgwIn0=",
"image_height2" => "eyJwaG9uZSI6IjE2NXB4IiwibGFuZHNjYXBlIjoiMTYwcHgiLCJwb3J0cmFpdCI6IjEyMHB4In0=",
),
array(
'tdc_preset_name' => 'Font family',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_font',
),
array(
'tdc_preset_name' => '', // Font - Montserrat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font1',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "394",
"f_title2_font_family" => "394",
),
array(
'tdc_preset_name' => '', // Font - Source Serif
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font2',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "721",
"f_title2_font_family" => "721",
),
array(
'tdc_preset_name' => '', // Font - Raleway
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font3',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "507",
"f_title2_font_family" => "507",
),
array(
'tdc_preset_name' => '', // Font - Work Sans
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font4',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "653",
"f_title2_font_family" => "653",
),
array(
'tdc_preset_name' => '', // Font - Courgette
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font5',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "147",
"f_title2_font_family" => "147",
),
array(
'tdc_preset_name' => '', // Font - Oswald
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font7',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "445",
"f_title2_font_family" => "445",
),
array(
'tdc_preset_name' => '', // Font - Muli
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font8',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "406",
"f_title2_font_family" => "406",
),
array(
'tdc_preset_name' => '', // Font - Wendy One
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font9',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "646",
"f_title2_font_family" => "646",
),
array(
'tdc_preset_name' => '', // Font - Anton
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font10',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "41",
"f_title2_font_family" => "41",
),
array(
'tdc_preset_name' => '', // Font - Quicksand
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font11',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "502",
"f_title2_font_family" => "502",
),
array(
'tdc_preset_name' => '', // Font - Libre Baskerville
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font12',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "331",
"f_title2_font_family" => "331",
),
array(
'tdc_preset_name' => '', // Font - Caveat
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font13',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "663",
"f_title2_font_family" => "663",
),
array(
'tdc_preset_name' => '', // Font - Volkorn
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font14',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "639",
"f_title2_font_family" => "639",
),
array(
'tdc_preset_name' => '', // Font - Default
'tdc_preset_class' => 'tdcp_img tdcp_font tdcp_font6',
'tdc_preset_individual' => '1',
"f_title1_font_family" => "",
"f_title2_font_family" => "",
),
array(
'tdc_preset_name' => 'Font size',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_size',
),
array(
'tdc_preset_name' => '', // Size - XS 13/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size1',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.3",
"f_title3_font_size" => "eyJwaG9uZSI6IjEzIn0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
),
array(
'tdc_preset_name' => '', // Size - S 14/13/12/14
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size2',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTQifQ==",
"f_title1_font_line_height" => "1.3",
"f_title2_font_size" => "eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIiLCJwaG9uZSI6IjEzIn0=",
"f_title2_font_line_height" => "1.3",
"f_title3_font_size" => "eyJwaG9uZSI6IjEzIn0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
),
array(
'tdc_preset_name' => '', // Size - M 21/21/17/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size3',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTYiLCJwaG9uZSI6IjE2In0=",
"f_title1_font_line_height" => "1.2",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
"f_title3_font_size" => "eyJwaG9uZSI6IjEzIn0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
),
array(
'tdc_preset_name' => '', // Size - L 26/25/21/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size4',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "22",
"f_title1_font_line_height" => "eyJwaG9uZSI6IjEuMyIsImFsbCI6IjEuMiJ9",
"f_title2_font_size" => "",
"f_title2_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
"f_title3_font_size" => "eyJwaG9uZSI6IjEzIn0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMyJ9",
),
array(
'tdc_preset_name' => '', // Size - XL 30/28/24/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size5',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "24",
"f_title1_font_line_height" => "eyJwaG9uZSI6IjEuMiIsImFsbCI6IjEuMSJ9",
"f_title2_font_size" => "eyJhbGwiOiIxNiIsInBvcnRyYWl0IjoiMTMifQ==",
"f_title2_font_line_height" => "1.2",
"f_title3_font_size" => "eyJwaG9uZSI6IjE2In0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMiJ9",
),
array(
'tdc_preset_name' => '', // Size - XXL 36/32/26/21
'tdc_preset_class' => 'tdcp_img tdcp_size tdcp_size6',
'tdc_preset_individual' => '1',
"f_title1_font_size" => "eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjIiLCJwaG9uZSI6IjIyIn0=",
"f_title1_font_line_height" => "eyJwaG9uZSI6IjEuMiIsImFsbCI6IjEuMSJ9",
"f_title2_font_size" => "eyJhbGwiOiIxNyIsInBvcnRyYWl0IjoiMTQiLCJwaG9uZSI6IjE2In0=",
"f_title2_font_line_height" => "1.2",
"f_title3_font_size" => "eyJwaG9uZSI6IjE2In0=",
"f_title3_font_line_height" => "eyJwaG9uZSI6IjEuMiJ9",
),
array(
'tdc_preset_name' => 'Text horizontal alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align',
),
array(
'tdc_preset_name' => '', // Text alignment - left
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align1',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-left",
),
array(
'tdc_preset_name' => '', // Text alignment - center
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align2',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-center",
),
array(
'tdc_preset_name' => '', // Text alignment - right
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align3',
'tdc_preset_individual' => '1',
"meta_info_horiz" => "content-horiz-right",
),
array(
'tdc_preset_name' => 'Text vertical alignment',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_align_v',
),
array(
'tdc_preset_name' => '', // Text vertical alignment - top
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v1',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-top",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - middle
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v2',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-center",
),
array(
'tdc_preset_name' => '', // Text vertical alignment - bottom
'tdc_preset_class' => 'tdcp_img tdcp_align tdcp_align_v3',
'tdc_preset_individual' => '1',
"meta_info_vert" => "content-vert-bottom",
),
array(
'tdc_preset_name' => 'Style',
'tdc_preset_class' => 'tdcp_separator tdcp_separator_style',
),
array(
'tdc_preset_name' => '', // Style 1 - default
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style1',
'tdc_preset_individual' => '1',
"overlay_general" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjYwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjcpLHJnYmEoMCwwLDAsMCkgNjAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApIDYwJSxyZ2JhKDAsMCwwLDApIn0=",
"overlay_h_general" => "",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 2 - colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style2',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjYpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuNikscmdiYSgxOTgsNTcsNTcsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjYpLHJnYmEoMTk4LDU3LDU3LDAuNikifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC41OSkiLCJjb2xvcjIiOiJyZ2JhKDIxNSw5NiwxODMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiLTQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoLTQ1ZGVnLHJnYmEoMjE1LDk2LDE4MywwLjYpLHJnYmEoNTksMTIwLDE4MCwwLjU5KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KC00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC42KSxyZ2JhKDU5LDEyMCwxODAsMC41OSkifQ==",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC42KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjYpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuNikscmdiYSgyNDIsMTIyLDUzLDAuNikpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC42KSxyZ2JhKDI0MiwxMjIsNTMsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjYpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuNikscmdiYSg3NCwxNDMsOTQsMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjYpLHJnYmEoNzQsMTQzLDk0LDAuNikifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 3 - flat colors
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style3',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDE5OCw1Nyw1NywwLjgpIiwiY29sb3IyIjoicmdiYSgyMDksMTE4LDcwLDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSgyMDksMTE4LDcwLDAuOCkscmdiYSgxOTgsNTcsNTcsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoMjA5LDExOCw3MCwwLjgpLHJnYmEoMTk4LDU3LDU3LDAuOCkifQ==",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDU5LDEyMCwxODAsMC44KSIsImNvbG9yMiI6InJnYmEoMjE1LDk2LDE4MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyMTUsOTYsMTgzLDAuOCkscmdiYSg1OSwxMjAsMTgwLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDIxNSw5NiwxODMsMC44KSxyZ2JhKDU5LDEyMCwxODAsMC44KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI0MiwxMjIsNTMsMC44KSIsImNvbG9yMiI6InJnYmEoMjQ0LDIwOCw2MywwLjgpIiwibWl4ZWRDb2xvcnMiOltdLCJkZWdyZWUiOiItNDUiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgtNDVkZWcscmdiYSgyNDQsMjA4LDYzLDAuOCkscmdiYSgyNDIsMTIyLDUzLDAuOCkpOyIsImNzc1BhcmFtcyI6Ii00NWRlZyxyZ2JhKDI0NCwyMDgsNjMsMC44KSxyZ2JhKDI0MiwxMjIsNTMsMC44KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDc0LDE0Myw5NCwwLjgpIiwiY29sb3IyIjoicmdiYSg3NywxNzgsMjM2LDAuOCkiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjQ1IiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoNDVkZWcscmdiYSg3NywxNzgsMjM2LDAuOCkscmdiYSg3NCwxNDMsOTQsMC44KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkpOyIsImNzc1BhcmFtcyI6IjQ1ZGVnLHJnYmEoNzcsMTc4LDIzNiwwLjgpLHJnYmEoNzQsMTQzLDk0LDAuOCkifQ==",
"lightsky" => "",
),
array(
'tdc_preset_name' => '', // Style 4 - light sky
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style4',
'tdc_preset_individual' => '1',
"overlay_general" => "rgba(0,0,0,0.7)",
"overlay_h_general" => "rgba(77,178,236,0.3)",
"overlay_1" => "",
"overlay_2" => "",
"overlay_3" => "",
"overlay_4" => "",
"overlay_5" => "",
"lightsky" => "yes",
),
array(
'tdc_preset_name' => '', // Style 5 - rainbow
'tdc_preset_class' => 'tdcp_img tdcp_style tdcp_style5',
'tdc_preset_individual' => '1',
"overlay_h_general" => "",
"overlay_1" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"overlay_2" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDExMiwyNTUsMTUzLDAuNikiLCJjb2xvcjIiOiJyZ2JhKDI0NCwxMzYsMTMsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDI0NCwxMzYsMTMsMC42KSxyZ2JhKDExMiwyNTUsMTUzLDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMjQ0LDEzNiwxMywwLjYpLHJnYmEoMTEyLDI1NSwxNTMsMC42KSJ9",
"overlay_3" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDEyNiwxOTEsMjU1LDAuNikiLCJjb2xvcjIiOiJyZ2JhKDE5NiwxNSwxMjEsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDE5NiwxNSwxMjEsMC42KSxyZ2JhKDEyNiwxOTEsMjU1LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMTk2LDE1LDEyMSwwLjYpLHJnYmEoMTI2LDE5MSwyNTUsMC42KSJ9",
"overlay_4" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDQyLDIzNiwxMTYsMC42KSIsImNvbG9yMiI6InJnYmEoMCwyMiwxOTAsMC42KSIsIm1peGVkQ29sb3JzIjpbXSwiZGVncmVlIjoiMjAiLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgyMGRlZyxyZ2JhKDAsMjIsMTkwLDAuNikscmdiYSg0MiwyMzYsMTE2LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoMCwyMiwxOTAsMC42KSxyZ2JhKDQyLDIzNiwxMTYsMC42KSJ9",
"overlay_5" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDI1NSwxMTEsNDksMC42KSIsImNvbG9yMiI6InJnYmEoNjUsMTIsMTg4LDAuNikiLCJtaXhlZENvbG9ycyI6W10sImRlZ3JlZSI6IjIwIiwiY3NzIjoiYmFja2dyb3VuZDogLXdlYmtpdC1saW5lYXItZ3JhZGllbnQoMjBkZWcscmdiYSg2NSwxMiwxODgsMC42KSxyZ2JhKDI1NSwxMTEsNDksMC42KSk7YmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KDIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikpOyIsImNzc1BhcmFtcyI6IjIwZGVnLHJnYmEoNjUsMTIsMTg4LDAuNikscmdiYSgyNTUsMTExLDQ5LDAuNikifQ==",
"lightsky" => "",
),
)
)
),
"params" => array_merge(
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 6',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf6_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf6_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Flex 7',
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "mf7_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mf7_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_big_grid_params(),
array(
array(
"param_name" => "modules_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Modules gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "10",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_modules_gap.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Left' => 'content-vert-top',
'Center' => 'content-vert-center',
'Right' => 'content-vert-bottom'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "image_zoom",
"type" => "checkbox",
"value" => '',
"heading" => "Zoom effect on hover",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Layout'
),
array(
"param_name" => "modules_category",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
),
"heading" => 'Category tag position',
"description" => "Float image",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment1',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "33.33",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "230px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos1",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 9px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 7px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat1",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review1",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size1',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance1",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
),
td_config::get_map_exclusive_label_array('1', true),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 1 - Mobile',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_width3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "80",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "165px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos3",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "16px 15px 11px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 7px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "3px 6px 3px 6px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat3",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review3",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size3',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance3",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module Category Grid 2',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "image_size2",
"type" => "dropdown",
"value" => array(
'XSmall - 324px' => 'td_324x400',
'Small - 696px' => '',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment2',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image width (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "25",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_width.png",
),
array(
"param_name" => "image_height2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "Default value in percent",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "175px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
array(
"param_name" => "video_icon2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Video icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_video_icon_size.png",
),
array(
"param_name" => "video_icon_pos2",
"type" => "dropdown-responsive",
"value" => array(
'Center' => 'center',
'Corner' => 'corner',
),
"heading" => 'Video icon position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "meta_width2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info width',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100%",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_meta_info_width.png",
),
array(
"param_name" => "meta_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info margin',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_margin.png",
),
array(
"param_name" => "meta_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "10px 14px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "art_title_padd2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_top_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "modules_category_margin2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_spacing.png",
),
array(
"param_name" => "modules_category_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "1px 5px 1px 5px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_padding.png",
),
array(
"param_name" => "show_cat2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "modules_extra_cat2",
"type" => "dropdown",
"value" => array(
'Inline' => '',
'Above title' => 'above',
'Hide' => 'hide',
),
"heading" => 'Show custom label',
"description" => "The custom label can be set individually for each post. Edit a single post and check Post Settings fields.",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_category_tag_position.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "auth_date_padding2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Author & date padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 0px 0px",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_review2",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show review stars',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_show.png",
),
array(
"param_name" => "review_space2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Review stars space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
'param_name' => 'review_size2',
'type' => 'range-responsive',
'value' => '2.5',
'heading' => 'Review stars size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '10',
'range_step' => '0.5',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_review_size.png",
),
array(
"param_name" => "review_distance2",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Distance between rating stars',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "0",
"group" => "Layout",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Module fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config::get_map_exclusive_label_array('2', true),
td_config_helper::get_map_block_font_array( 'f_title1', true, 'Module 1 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat1', false, 'Module 1 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta1', false, 'Module 1 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title3', false, 'Module 1 title - mobile', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat3', false, 'Module 1 category tag - mobile', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta3', false, 'Module 1 meta info - mobile', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title2', false, 'Module 2 title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat2', false, 'Module 2 category tag', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_cat.png', '' ),
td_config_helper::get_map_block_font_array( 'f_meta2', false, 'Module 2 meta info', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_meta.png', '' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "Style",
),
array(
"param_name" => "overlay_h_general",
"holder" => "div",
"type" => "gradient",
'heading' => "General module overlay hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "Style",
),
array(
"param_name" => "overlay_1",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 1",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_2",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 2",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_3",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 3",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_4",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 4",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "overlay_5",
"holder" => "div",
"type" => "gradient",
'heading' => "Module overlay color 5",
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "lightsky",
"type" => "checkbox",
"value" => '',
"heading" => "Lightsky",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Meta info background',
"param_name" => "meta_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_background.png",
),
array(
"param_name" => "meta_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Meta info shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Article title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Article title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title background color',
"param_name" => "title_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "title_shadow",
"type" => "checkbox",
"value" => '',
"heading" => "Article title shadow off",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author & date background color',
"param_name" => "auth_date_bg",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
td_config::get_map_css_tab()
)
)
);
/**
* misc blocs
*/
td_api_block::add('td_block_mega_menu',
array(
'map_in_visual_composer' => false,
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_mega_menu.php',
// key added to supply 'show_child_cat' differently for each theme
'render_atts' => array(
'show_child_cat' => 30,
)
)
);
td_api_block::add('td_block_trending_now',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'News ticker',
"base" => 'td_block_trending_now',
"class" => 'td_block_trending_now',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_trending_now',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_trending_now.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'sort',
'offset',
'el_class'
),
"params" => array_merge(
array (
array(
"param_name" => "custom_title",
"type" => "textfield",
"value" => "",
"heading" => 'Custom title:',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Trending Now'
),
array(
"param_name" => "title_padding",
"type" => "textfield-responsive",
"value" => "",
"heading" => 'Title padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '2px 10px 1px'
),
array(
"param_name" => "navigation",
"type" => "dropdown",
"value" => array('Auto' => '', 'Manual' => 'manual'),
"heading" => 'Navigation:',
"description" => "If set on `Auto` will set the `Trending Now` block to auto start rotating posts",
"holder" => "div",
"class" => "tdc-dropdown-big"
),
array(
"param_name" => "timer",
"type" => "textfield",
"value" => 3,
"heading" => 'Timer',
"description" => "Add the time to slide (in seconds)",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '3',
),
array(
"param_name" => "style",
"type" => "dropdown",
"value" => array('Default' => '', 'Style 2' => 'style2'),
"heading" => 'Style:',
"description" => "Style of the `Trending Now` box",
"holder" => "div",
"class" => "tdc-dropdown-big"
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content length',
"value" => "",
"class" => "",
),
array(
"param_name" => "mt_tl",
"type" => "textfield",
"value" => '',
"heading" => 'Title length',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '25',
"info_img" => "https://cloud.tagdiv.com/help/title_length.png",
),
array(
"param_name" => "mt_title_tag",
"type" => "dropdown",
"value" => array(
'Default - H3' => '',
'H1' => 'h1',
'H2' => 'h2',
'H4' => 'h4',
'Paragraph' => 'p'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
),
td_config::td_block_trending_params(),
array(
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Title text color',
"param_name" => "header_text_color",
"value" => '',
"description" => 'Optional - Choose a custom title text color for this block',
'group' => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/title_text_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Title background color',
"param_name" => "header_color",
"value" => '',
"description" => 'Optional - Choose a custom title background color for this block',
'group' => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/title_background_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Articles title color',
"param_name" => "articles_color",
"value" => '',
"description" => 'Optional - Choose a custom article title color for this block',
'group' => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Next/prev arrow color',
"param_name" => "next_prev_color",
"value" => '',
"description" => 'Optional - Choose a custom next/prev arrow color for this block',
'group' => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Next/prev border color',
"param_name" => "next_prev_border_color",
"value" => '',
"description" => 'Optional - Choose a custom next/prev border color for this block',
'group' => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Next/prev hover color',
"param_name" => "next_prev_hover_color",
"value" => '',
"description" => 'Optional - Choose a custom next/prev hover color',
'group' => 'Style'
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "",
'group' => 'Style'
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Block title', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_article_title.png', '' ),
td_config_helper::get_map_block_font_array( 'f_article', false, 'Articles title', 'Style' ),
array (
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_video_youtube',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Video Playlist',
"base" => "td_block_video_youtube",
"class" => "td_block_video_playlist_youtube",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-youtube',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_video_youtube.php',
"params" => array_merge(
array(
array(
"param_name" => "playlist_title",
"type" => "textfield",
"value" => "",
"heading" => "Custom title:",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"param_name" => "playlist_source",
"type" => "dropdown",
"value" => array(
'Video ids' => 'video_ids',
'Channel ID' => 'channel_id',
'Username' => 'username',
'Playlist id' => 'playlist_id'
),
"heading" => "Source",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"param_name" => "playlist_yt",
"type" => "textfield",
"value" => "",
"heading" => "List of youtube id's separated by comma (ex: NRuE38Bl5Mo, 1ZgoluYjuZM, 0K-0vkFfUmY):",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "channel_id",
"type" => "textfield",
"value" => "",
"heading" => "Channel ID",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "username",
"type" => "textfield",
"value" => "",
"heading" => "Username",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "playlist_id",
"type" => "textfield",
"value" => "",
"heading" => "Playlist id",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"param_name" => "limit",
"type" => "textfield",
"value" => "",
"heading" => "Videos limit (maximum 50)",
"description" => "",
"holder" => "div",
"placeholder" => "10",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "playlist_auto_play",
"type" => "dropdown",
"value" => array('OFF' => '0', 'ON' => '1'),
"heading" => "Autoplay ON / OFF:",
"description" => "Autoplay does not work on mobile devices (android, windows phone, iOS)",
"holder" => "div",
"class" => "tdc-dropdown-small",
),
array(
"param_name" => "cache",
"type" => "dropdown",
"value" => array('ON' => '1', 'OFF' => '0'),
"heading" => "Cache ON / OFF:",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
),
array(
"param_name" => "cache_timeout",
"type" => "dropdown",
"value" => array(
'1 hour' => 1 * HOUR_IN_SECONDS,
'3 hours' => '',
'6 hours' => 6 * HOUR_IN_SECONDS,
'9 hours' => 9 * HOUR_IN_SECONDS,
'12 hours' => 12 * HOUR_IN_SECONDS,
'1 day' => 1 * DAY_IN_SECONDS,
'3 days' => 3 * DAY_IN_SECONDS
),
"heading" => "Cache refresh",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
),
array(
"param_name" => "display",
"type" => "dropdown-responsive",
"value" => array(
'Default' => 'default',
'Row' => 'row',
'Column' => 'column'
),
"heading" => "Display",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
'param_name' => 'v_height',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Main video height',
'description' => '',
'placeholder' => 'Default',
'class' => 'tdc-textfield-big',
),
array(
'param_name' => 'p_width',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Playlist width',
'description' => '',
'placeholder' => 'Default',
'class' => 'tdc-textfield-big',
),
array(
'param_name' => 'p_height',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Playlist height',
'description' => '',
'placeholder' => 'Default',
'class' => 'tdc-textfield-big',
),
array(
"param_name" => "p_horiz_align",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Playlist horiz. align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Custom title color',
"param_name" => "title_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Custom title background color',
"param_name" => "title_bg_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Videos title color',
"param_name" => "vid_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Videos title hover color',
"param_name" => "vid_color_h",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Videos timestamp color',
"param_name" => "timestamp_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Current video title color',
"param_name" => "curr_vid_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Current video timestamp color',
"param_name" => "curr_timestamp_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Current video background color',
"param_name" => "curr_bg_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Custom title text' ),
td_config_helper::get_map_block_font_array( 'f_vid', false, 'Videos title text' ),
td_config_helper::get_map_block_font_array( 'f_curr_vid', false, 'Current video title text' ),
td_config_helper::get_map_block_font_array( 'f_timestamp', false, 'Videos timestamp text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_video_vimeo',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Video Playlist',
"base" => "td_block_video_vimeo",
"class" => "td_block_video_playlist_vimeo",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-vimeo',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_video_vimeo.php',
"params" => array_merge(
array(
array(
"param_name" => "playlist_title",
"type" => "textfield",
"value" => "",
"heading" => "Custom title:",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "playlist_v",
"type" => "textfield",
"value" => "",
"heading" => "List of vimeo id's separated by comma (ex: 100888579, 84062802, 57863017):",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "playlist_auto_play",
"type" => "dropdown",
"value" => array('OFF' => '0', 'ON' => '1'),
"heading" => "Autoplay ON / OFF:",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
"param_name" => "display",
"type" => "dropdown-responsive",
"value" => array(
'Default' => 'default',
'Row' => 'row',
'Column' => 'column'
),
"heading" => "Display",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
'param_name' => 'v_height',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Main video height',
'description' => '',
'placeholder' => 'Default',
'class' => 'tdc-textfield-big',
),
array(
'param_name' => 'p_width',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Playlist width',
'description' => '',
'placeholder' => 'Default',
'class' => 'tdc-textfield-big',
),
array(
'param_name' => 'p_height',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Playlist height',
'description' => '',
'placeholder' => 'Default',
'class' => 'tdc-textfield-big',
),
array(
"param_name" => "p_horiz_align",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Playlist horiz. align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Custom title color',
"param_name" => "title_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Custom title background color',
"param_name" => "title_bg_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Videos title color',
"param_name" => "vid_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Videos title hover color',
"param_name" => "vid_color_h",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Videos timestamp color',
"param_name" => "timestamp_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Current video title color',
"param_name" => "curr_vid_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Current video timestamp color',
"param_name" => "curr_timestamp_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Current video background color',
"param_name" => "curr_bg_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
),
td_config_helper::get_map_block_font_array( 'f_title', true, 'Custom title text' ),
td_config_helper::get_map_block_font_array( 'f_vid', false, 'Videos title text' ),
td_config_helper::get_map_block_font_array( 'f_curr_vid', false, 'Current video title text' ),
td_config_helper::get_map_block_font_array( 'f_timestamp', false, 'Videos timestamp text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_image_box',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Image box',
"base" => "td_block_image_box",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_image_box',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_image_box.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'image_item0',
'image_title_item0',
'custom_url_item0',
'image_item1',
'image_title_item1',
'custom_url_item1',
'image_item2',
'image_title_item2',
'custom_url_item2',
'image_item3',
'image_title_item3',
'custom_url_item3',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Shortcode',
"value" => "",
"class" => "",
),
array(
"param_name" => "height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height',
"description" => "The image height 100 or 100px",
"holder" => "div",
"class" => "tdc-textfield-small"
),
array(
"param_name" => "gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image gap',
"description" => "The gap between block images",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40"
),
array(
"param_name" => "alignment",
"type" => "dropdown",
"value" => array(
'- Center -' => '',
'Top' => 'top',
'Bottom' => 'bottom'
),
"heading" => 'Image alignment',
"description" => "The image alignment",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "display",
"type" => "dropdown",
"value" => array(
'- Horizontal -' => '',
'Vertical' => 'vertical'
),
"heading" => 'Layout',
"description" => "Block images layout style",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "style",
"type" => "dropdown",
"value" => array(
'1 - With border' => '',
'2 - White box' => 'style-2'
),
"heading" => 'Box style',
"description" => "Block images box style",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Custom titles color',
"param_name" => "custom_titles_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Custom titles background color',
"param_name" => "custom_titles_bg",
"value" => '',
"description" => '',
"group" => "",
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_titles', false, 'Custom titles text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig'
),
array(
"param_name" => "image_item0",
"type" => "attach_image",
"value" => '',
"heading" => "Image 1",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_title_item0",
"type" => "textfield",
"value" => '',
"heading" => "Custom title",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "custom_url_item0",
"type" => "textfield",
"value" => '',
"heading" => "Custom url",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "open_in_new_window_item0",
"type" => "checkbox",
"value" => '',
"heading" => "Open in new window",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "url_rel_item0",
"type" => "dropdown",
"value" => array(
'Disable' => '',
'Nofollow' => 'nofollow',
'Noopener' => 'noopener',
'Noreferrer' => 'noreferrer'
),
"heading" => "Set rel attribute",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => 'Images'
),
array(
"param_name" => "horizontal_separator_item1",
"type" => "horizontal_separator",
"value" => "",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_item1",
"type" => "attach_image",
"value" => '',
"heading" => "Image 2",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_title_item1",
"type" => "textfield",
"value" => '',
"heading" => "Custom title",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "custom_url_item1",
"type" => "textfield",
"value" => '',
"heading" => "Custom url",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "open_in_new_window_item1",
"type" => "checkbox",
"value" => '',
"heading" => "Open in new window",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "url_rel_item1",
"type" => "dropdown",
"value" => array(
'Disable' => '',
'Nofollow' => 'nofollow',
'Noopener' => 'noopener',
'Noreferrer' => 'noreferrer'
),
"heading" => "Set rel attribute",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => 'Images'
),
array(
"param_name" => "horizontal_separator_item2",
"type" => "horizontal_separator",
"value" => "",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_item2",
"type" => "attach_image",
"value" => '',
"heading" => "Image 3",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_title_item2",
"type" => "textfield",
"value" => '',
"heading" => "Custom title",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "custom_url_item2",
"type" => "textfield",
"value" => '',
"heading" => "Custom url",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "open_in_new_window_item2",
"type" => "checkbox",
"value" => '',
"heading" => "Open in new window",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "url_rel_item2",
"type" => "dropdown",
"value" => array(
'Disable' => '',
'Nofollow' => 'nofollow',
'Noopener' => 'noopener',
'Noreferrer' => 'noreferrer'
),
"heading" => "Set rel attribute",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => 'Images'
),
array(
"param_name" => "horizontal_separator_item3",
"type" => "horizontal_separator",
"value" => "",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_item3",
"type" => "attach_image",
"value" => '',
"heading" => "Image 4",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "image_title_item3",
"type" => "textfield",
"value" => '',
"heading" => "Custom title",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "custom_url_item3",
"type" => "textfield",
"value" => '',
"heading" => "Custom url",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-extrabig",
"group" => 'Images'
),
array(
"param_name" => "open_in_new_window_item3",
"type" => "checkbox",
"value" => '',
"heading" => "Open in new window",
"description" => "",
"holder" => "div",
"class" => "",
"group" => 'Images'
),
array(
"param_name" => "url_rel_item3",
"type" => "dropdown",
"value" => array(
'Disable' => '',
'Nofollow' => 'nofollow',
'Noopener' => 'noopener',
'Noreferrer' => 'noreferrer'
),
"heading" => "Set rel attribute",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => 'Images'
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_author',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Author box',
"base" => "td_block_author",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_author',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_author.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'author_id',
'author_slug',
'author_url_text',
'author_url',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'General',
"value" => "",
"class" => "",
),
array(
"param_name" => "author_id",
"type" => "textfield",
"value" => '',
"heading" => "Author ID",
"description" => "Hover username from Users screen to get the ID",
"holder" => "div",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "author_slug",
"type" => "textfield",
"value" => '',
"heading" => "Author Slug",
"description" => "Type the user name",
"holder" => "div",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "author_url_text",
"type" => "textfield",
"value" => '',
"heading" => "Author page link text",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "author_url",
"type" => "textfield",
"value" => '',
"heading" => "Author page link url",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "open_in_new_window",
"type" => "checkbox",
"value" => '',
"heading" => "Open in new window",
"description" => "",
"holder" => "div",
"class" => ""
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"param_name" => "photo_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => "Author photo size",
"description" => "",
"holder" => "div",
"placeholder" => '196',
"class" => "tdc-textfield-small",
),
array(
"param_name" => "photo_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => "Author photo radius",
"description" => "",
"holder" => "div",
"placeholder" => '50%',
"class" => "tdc-textfield-small",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author name color',
"param_name" => "author_name_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author description color',
"param_name" => "author_description_color",
"value" => '',
"description" => '',
"group" => "",
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_name', false, 'Author name' ),
td_config_helper::get_map_block_font_array( 'f_descr', false, 'Description text' ),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_authors',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Authors box',
"base" => "td_block_authors",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_authors',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_authors.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'roles',
'sort',
'exclude',
'include',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'General',
"value" => "",
"class" => "",
),
array (
"param_name" => "roles",
"type" => "textfield",
"value" => '',
"heading" => "User roles",
//"description" => "Optional - Filter by role, add one or more <a target='_blank' href='https://codex.wordpress.org/Roles_and_Capabilities'>user roles</a> , separate them with a comma (ex. Administrator, Editor, Author, Contributor, Subscriber)",
"description" => "Optional - Filter by role, add one or more user rolse, separate them with a comma (ex. Administrator, Editor, Author, Contributor, Subscriber). Please see Wordpress Roles and Capabilities",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "sort",
"type" => "dropdown",
"value" => array(
'- Sort by name -' => '',
'Sort by post count' => 'post_count',
'Sort randomly' => 'random'
),
"heading" => 'Sort authors by:',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "exclude",
"type" => "textfield",
"value" => '',
"heading" => "Exclude authors id (comma separated)",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "include",
"type" => "textfield",
"value" => '',
"heading" => "Include authors id (comma separated) - do not use with exclude",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "number",
"type" => "textfield",
"value" => '',
"heading" => "Limit the authors",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "show_posts",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Show posts counter",
"description" => "This will remove the posts counter",
"holder" => "div",
"class" => "",
"info_img" => "",
),
array(
"param_name" => "show_comments",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Show comments counter",
"description" => "This will remove the comments counter",
"holder" => "div",
"class" => "",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"param_name" => "photo_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => "Author photo size",
"description" => "Please make sure that the image is cropped at the specific square size",
"holder" => "div",
"placeholder" => '70',
"class" => "tdc-textfield-small",
),
array(
"param_name" => "photo_radius",
"type" => "textfield-responsive",
"value" => '',
"heading" => "Author photo radius",
"description" => "",
"holder" => "div",
"placeholder" => '',
"class" => "tdc-textfield-small",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_popular_categories',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Popular category',
"base" => "td_block_popular_categories",
"class" => "td_block_popular_categories",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-popular_categories',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_popular_categories.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "limit",
"type" => "textfield",
"value" => "6",
"heading" => 'Limit the shown categories:',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category name color',
"param_name" => "category_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category posts count color',
"param_name" => "category_posts_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category name hover color',
"param_name" => "category_color_h",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category posts count hover color',
"param_name" => "category_posts_color_h",
"value" => '',
"description" => '',
"group" => "",
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_cat', false, 'Category name text' ),
td_config_helper::get_map_block_font_array( 'f_posts', false, 'Category posts count text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_categories_tags',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Categories/tags list',
"base" => "td_block_categories_tags",
"class" => "td_block_categories_tags",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-categories',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_categories_tags.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'cat_id_filter',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"post_count" => "yes",
)
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
),
array (
'param_name' => 'type',
'heading' => 'Type',
'type' => 'dropdown',
'value' => array (
'Categories' => '',
'Tags' => 'tags',
'Custom taxonomy' => 'custom_tax',
),
'class' => 'tdc-dropdown-big',
'group' => '',
'toggle_enable_params' => 'type'
),
array(
"param_name" => "custom_tax",
"type" => "textfield",
"value" => "",
"heading" => 'Custom taxonomy',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"toggle_enabled_by" => 'type--custom_tax'
),
array (
'param_name' => 'order_by',
'heading' => 'Order by',
'type' => 'dropdown',
'value' => array (
'Alphabetically' => '',
'Popularity' => 'count',
),
'class' => 'tdc-dropdown-big',
'group' => '',
),
array(
"param_name" => "limit",
"type" => "textfield",
"value" => "6",
"heading" => 'Limit the shown items',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "id_filter",
"type" => "textfield",
"value" => "",
"heading" => 'ID filter',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "post_count",
"type" => "checkbox",
"value" => '',
"heading" => "Show post count",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "inline",
"type" => "checkbox-responsive",
"value" => '',
"heading" => "Display list elements inline",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "item_horiz_align",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Menu list horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Elements',
"value" => "",
"class" => "tdc-separator-small",
"group" => "",
),
array(
"param_name" => "item_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '0',
),
array(
"param_name" => "items_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0 10px 0 12px",
"group" => "",
),
array(
"param_name" => "items_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '0',
),
array(
'param_name' => 'items_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "",
),
array(
'param_name' => 'items_skew',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Skew',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '-40',
'range_max' => '40',
'range_step' => '1',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Separator',
"value" => "",
"class" => "tdc-separator-small",
"group" => "",
),
array(
"param_name" => "sep_text",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Text separator',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '',
),
array(
'param_name' => 'tdicon',
'type' => 'icon',
'heading' => 'Icon separator',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => "",
),
array(
'param_name' => 'icon_size',
'type' => 'range-responsive',
'value' => '14',
'heading' => 'Icon size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '1',
'range_max' => '30',
'range_step' => '1',
"group" => "",
),
array(
'param_name' => 'icon_space',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Icon space',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '30',
'range_step' => '1',
"group" => "",
),
array(
'param_name' => 'icon_align',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Icon align',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '-10',
'range_max' => '10',
'range_step' => '1',
"group" => "",
),
array(
"param_name" => "bg_color",
"type" => "gradient",
"holder" => "div",
"class" => "",
"heading" => 'Background color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Name color',
"param_name" => "color",
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Posts count color',
"param_name" => "posts_color",
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "border_color",
"type" => "gradient",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "i_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Icon color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"param_name" => "bg_color_h",
"type" => "gradient",
"holder" => "div",
"class" => "",
"heading" => 'Background hover color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Name hover color',
"param_name" => "color_h",
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Posts count hover color',
"param_name" => "posts_color_h",
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "border_hover_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border hover color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_name', false, 'Item name text', 'Style' ),
td_config_helper::get_map_block_font_array( 'f_posts', false, 'Item posts count text', 'Style' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_archives',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Archives list',
"base" => "td_block_archives",
"class" => "td_block_archives",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-categories',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_archives.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'List',
"value" => "",
"class" => "",
),
array(
'param_name' => 'type',
'heading' => 'Type',
'type' => 'dropdown',
'value' => array (
'Monthly' => '',
'Daily' => 'daily',
'Weekly' => 'weekly',
'Yearly' => 'yearly',
),
'class' => 'tdc-dropdown-big',
),
array(
"param_name" => "limit",
"type" => "textfield",
"value" => "6",
"heading" => 'Limit the shown items',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "inline",
"type" => "checkbox-responsive",
"value" => '',
"heading" => "Display list elements inline",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "item_horiz_align",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Menu list horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Elements',
"value" => "",
"class" => "tdc-separator-small",
"group" => "",
),
array(
"param_name" => "item_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '0',
),
array(
"param_name" => "items_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0 10px 0 12px",
"group" => "",
),
array(
"param_name" => "items_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '0',
),
array(
'param_name' => 'items_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "",
),
array(
'param_name' => 'items_skew',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Skew',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '-40',
'range_max' => '40',
'range_step' => '1',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Separator',
"value" => "",
"class" => "tdc-separator-small",
"group" => "",
),
array(
'param_name' => 'tdicon',
'type' => 'icon',
'heading' => 'Icon separator',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => "",
),
array(
'param_name' => 'icon_size',
'type' => 'range-responsive',
'value' => '14',
'heading' => 'Icon size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '1',
'range_max' => '30',
'range_step' => '1',
"group" => "",
),
array(
'param_name' => 'icon_space',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Icon space',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '30',
'range_step' => '1',
"group" => "",
),
array(
'param_name' => 'icon_align',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Icon align',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '-10',
'range_max' => '10',
'range_step' => '1',
"group" => "",
),
array(
"param_name" => "bg_color",
"type" => "gradient",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Background color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "bg_color_h",
"type" => "gradient",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Background hover color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Name color',
"param_name" => "color",
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Name hover color',
"param_name" => "color_h",
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "border_color",
"type" => "gradient",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Border color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "border_hover_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Border hover color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "i_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Icon color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_name', false, 'Item name text', 'Style' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_slide',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Slide',
"base" => "td_block_slide",
"class" => "td_block_slide",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-slide',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_slide.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'post_ids',
'category_id',
'category_ids',
'tag_slug',
'autors_id',
'installed_post_types',
'sort',
'offset',
'td_filter_default_txt',
'td_ajax_preloading',
'td_ajax_filter_ids',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"image_size" => "",
"meta_info_vert" => "content-vert-bottom",
"nav_icon_size" => "eyJhbGwiOiI1NSIsInBvcnRyYWl0IjoiMzgifQ==",
"color_overlay" => "eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjgpIiwibWl4ZWRDb2xvcnMiOlt7ImNvbG9yIjoicmdiYSgwLDAsMCwwKSIsInBlcmNlbnRhZ2UiOjUwfV0sImNzcyI6ImJhY2tncm91bmQ6IC13ZWJraXQtbGluZWFyLWdyYWRpZW50KDBkZWcscmdiYSgwLDAsMCwwLjgpLHJnYmEoMCwwLDAsMCkgNTAlLHJnYmEoMCwwLDAsMCkpO2JhY2tncm91bmQ6IGxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC44KSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApKTsiLCJjc3NQYXJhbXMiOiIwZGVnLHJnYmEoMCwwLDAsMC44KSxyZ2JhKDAsMCwwLDApIDUwJSxyZ2JhKDAsMCwwLDApIn0=",
)
)
)
),
"params" => array_merge(
td_config::td_slide_params(),
td_config::get_map_block_ajax_filter_array(),
array(
array (
'param_name' => 'content_width',
'heading' => 'Content width',
'type' => 'dropdown-responsive',
'value' => array (
'Full width content' => '',
'1068px content' => '1068px',
'1200px content' => '1200px',
'1400px content' => '1400px',
'1600px content' => '1600px',
'1800px content' => '1800px',
),
'class' => 'tdc-dropdown-big',
'group' => 'Layout',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Image',
"value" => "",
"class" => "",
"group" => "Layout"
),
array(
"param_name" => "image_size",
"type" => "dropdown",
"value" => array(
'Default' => '',
'Small - 324x400px' => 'td_324x400',
'Medium - 696px' => 'td_696x0',
'Large - 1068px' => 'td_1068x0',
'Full - 1920px' => 'td_1920x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_image_size.png",
),
array(
'param_name' => 'image_alignment',
'type' => 'range-responsive',
'value' => '50',
'heading' => 'Image V alignment',
'description' => '0 - Top / 50 - Center / 100 - Bottom',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_v_alignment.png",
),
array(
"param_name" => "image_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height',
"description" => "Default value in px",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "580",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_image_height.png",
),
),
td_config::get_map_exclusive_label_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Meta info',
"value" => "",
"class" => "",
"group" => "Layout"
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Meta info horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_info_vert",
"type" => "dropdown",
"value" => array(
'Bottom' => 'content-vert-bottom',
'Center' => 'content-vert-center',
'Top' => 'content-vert-top'
),
"heading" => 'Meta info vert align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
),
array(
"param_name" => "meta_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0 22px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "art_title_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Article title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "5px 0px 5px 0px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_article_title_space.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "category_margin",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "0px 0px 5px 0px",
"group" => "Layout",
),
array(
"param_name" => "category_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Category tag padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "4px 7px 3px 7px",
"group" => "Layout",
),
array(
'param_name' => 'category_radius',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Border radius',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
),
array(
"param_name" => "show_cat",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show category',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_cat_show.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Layout",
),
array(
"param_name" => "show_author",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show author',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_auth_show.png",
),
array(
"param_name" => "show_date",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show date',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "show_com",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show comment',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_comment_show.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Navigation',
"value" => "",
"class" => "",
"group" => "Layout"
),
array(
'param_name' => 'prev_tdicon',
'type' => 'icon',
'heading' => 'Previous slide icon',
'class' => 'tdc-textfield-small',
'value' => '',
'group' => 'Layout',
),
array(
'param_name' => 'next_tdicon',
'type' => 'icon',
'heading' => 'Next slide icon',
'class' => 'tdc-textfield-small',
'value' => '',
'group' => 'Layout',
),
array(
'param_name' => 'nav_icon_size',
'type' => 'range-responsive',
'value' => '55',
'heading' => 'Icons size',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '8',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_ajax', false, 'Ajax categories', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_ajax.png', '' ),
td_config_helper::module_slide_font(),
td_config_helper::mix_blend(),
td_config_helper::image_filters(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "color_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Color overlay",
"value" => "",
"class" => "",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_image_overlay.png",
),
array(
"param_name" => "color_overlay_h",
"holder" => "div",
"type" => "gradient",
'heading' => "Hover color overlay",
"value" => "",
"class" => "",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_image_overlay.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Meta info',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"param_name" => "title_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Article title color',
"value" => '',
"description" => '',
"group" => "Style",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category background',
"param_name" => "cat_bg",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_bg.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category text color',
"param_name" => "cat_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_cat_color_text.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category background hover',
"param_name" => "cat_bg_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Category text hover',
"param_name" => "cat_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author text color',
"param_name" => "author_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_auth_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Author text hover',
"param_name" => "author_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Date text color',
"param_name" => "date_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_date_color.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Comments color',
"param_name" => "comm_txt",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Review stars color',
"param_name" => "review_stars",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Navigation',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Navigation icons color',
"param_name" => "nav_icons_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
),
array (
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_text_with_title',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Text with title',
"base" => "td_block_text_with_title",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-title',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_text_with_title.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'content',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/module_title_seo.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
"param_name" => "content",
"type" => "textarea_html",
"holder" => "div",
"class" => "",
"heading" => 'Text',
"value" => "",
"description" => 'Enter your content.'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"param_name" => "post_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Post content color',
"value" => '',
"description" => '',
),
array(
"param_name" => "h_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'H1-6 color',
"value" => '',
"description" => '',
),
array(
"param_name" => "a_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Links color',
"value" => '',
"description" => '',
),
array(
"param_name" => "a_hover_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Links hover color',
"value" => '',
"description" => '',
),
array(
"param_name" => "bq_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Default blockquote color',
"value" => '',
"description" => '',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
),
td_config_helper::get_map_block_font_array( 'f_post', true, 'Post content' ),
td_config_helper::get_map_block_font_array( 'f_h1', false, 'H1' ),
td_config_helper::get_map_block_font_array( 'f_h2', false, 'H2' ),
td_config_helper::get_map_block_font_array( 'f_h3', false, 'H3' ),
td_config_helper::get_map_block_font_array( 'f_h4', false, 'H4' ),
td_config_helper::get_map_block_font_array( 'f_h5', false, 'H5' ),
td_config_helper::get_map_block_font_array( 'f_h6', false, 'H6' ),
td_config_helper::get_map_block_font_array( 'f_list', false, 'Lists' ),
td_config_helper::get_map_block_font_array( 'f_bq', false, 'Default blockquote' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_title',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"base" => "td_block_title",
'name' => __( 'Title', 'td_composer' ),
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-title',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_title.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array (
array(
'title_tag' => 'h4',
)
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'H4 - Default' => 'h4',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "content_align_horizontal",
"type" => "dropdown-responsive",
"value" => array(
'Default' => 'layout-default',
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Title align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_weather',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Weather',
"base" => "td_block_weather",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-weather',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_weather.php',
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Weather settings',
"value" => "",
"class" => "",
),
array(
"param_name" => "w_key",
"type" => "textfield",
"value" => '',
"heading" => "Api key",
"description" => '<a href="https://forum.tagdiv.com/weather-widget/" target="_blank">How to get an api key</a>',
"holder" => "div",
"class" => "",
),
array(
"param_name" => "w_location",
"type" => "textfield",
"value" => '',
"heading" => "Location",
"description" => '<a href="http://openweathermap.org/find" target="_blank">Find your location</a> - You can use "city name" or "city id" (check weather wiget tutorial). Note that the widget will autotranslate itself to the language from the theme panel only if a translation is available. <a href="http://bugs.openweathermap.org/projects/api/wiki/Api_2_5_weather" target="_blank">The available languages</a> (section 4.2)',
"holder" => "div",
"class" => "",
),
array(
"param_name" => "w_units",
"type" => "dropdown",
"value" => array (
'- Celsius -' => '',
'Fahrenheit' => 'imperial' ,
),
"heading" => 'Units:',
"description" => '',
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Heading',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style"
),
array(
"param_name" => "city_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'City color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "condition_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Weather condition color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "loc_icon_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Localization icon color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Current weather',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style"
),
array(
"param_name" => "temp_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Temperature color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style"
),
array(
"param_name" => "temp_min_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Temperature min color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "temp_min_i_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Temperature min icon color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style"
),
array(
"param_name" => "temp_max_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Temperature max color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "temp_max_i_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Temperature max icon color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style"
),
array(
"param_name" => "sep_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Separator color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "humid_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Humidity color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "wind_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Winds speed color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "clouds_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Clouds color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Forecast',
"value" => "",
"class" => "tdc-separator-small",
"group" => "Style"
),
array(
"param_name" => "frcst_bg_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Background color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "frcst_day_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Day name color',
"value" => '',
"description" => '',
"group" => "Style"
),
array(
"param_name" => "frcst_temp_color",
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Temperature color',
"value" => '',
"description" => '',
"group" => "Style"
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_exchange',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Exchange',
"base" => "td_block_exchange",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-exchange',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_exchange.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'exchange_key',
'e_base_currency',
'e_custom_rates',
'e_rate_decimals',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => 'exchange_key',
"type" => "textfield",
"value" => '',
"heading" => "Api key:",
"description" => '<a href="https://forum.tagdiv.com/exchange-widget/" target="_blank">How to get an api key</a>',
"holder" => "div",
"class" => "",
'group' => 'Exchange'
),
array(
"param_name" => "e_base_currency",
"type" => "dropdown",
"value" => array (
'EUR - Euro Member Countries (default)' => '',
'AUD - Australian Dollar' => 'aud',
'BGN - Bulgarian Lev' => 'bgn',
'BRL - Brazilian Real' => 'brl',
'CAD - Canadian Dollar' => 'cad',
'CHF - Swiss Franc' => 'chf',
'CNY - Chinese Yuan Renminbi' => 'cny',
'CZK - Czech Republic Koruna' => 'czk',
'DKK - Danish Krone' => 'dkk',
'GBP - British Pound' => 'gbp',
'HKD - Hong Kong Dollar' => 'hkd',
'HRK - Croatian Kuna' => 'hrk',
'HUF - Hungarian Forint' => 'huf',
'IDR - Indonesian Rupiah' => 'idr',
'ILS - Israeli Shekel' => 'ils',
'INR - Indian Rupee' => 'inr',
'JPY - Japanese Yen' => 'jpy',
'KRW - Korean (South) Won' => 'krw',
'MXN - Mexican Peso' => 'mxn',
'MYR - Malaysian Ringgit' => 'myr',
'NOK - Norwegian Krone' => 'nok',
'NZD - New Zealand Dollar' => 'nzd',
'PHP - Philippine Peso' => 'php',
'PLN - Polish Zloty' => 'pln',
'RON - Romanian (New) Leu' => 'ron',
'RUB - Russian Ruble' => 'rub',
'SEK - Swedish Krona' => 'sek',
'SGD - Singapore Dollar' => 'sgd',
'THB - Thai Baht' => 'thb',
'TRY - Turkish Lira' => 'try',
'USD - United States Dollar' => 'usd',
'ZAR - South African Rand' => 'zar'
),
"heading" => 'Base currency:',
"description" => '',
"holder" => "div",
"class" => "",
'group' => 'Exchange'
),
array(
"param_name" => "e_custom_rates",
"type" => "textfield",
"value" => '',
"heading" => "Rates",
"description" => 'Add the rates you want to display, use a coma between the elements (ex. EUR, USD) If you leave it empty it will display all rates.
<ul class="td-exchange-table">
<li><span title="Euro Member Countries" class="td-flags td-flag-eur"></span>EUR</li>
<li><span title="Australian Dollar" class="td-flags td-flag-aud"></span>AUD</li>
<li><span title="Bulgarian Lev" class="td-flags td-flag-bgn"></span>BGN</li>
<li><span title="Brazilian Real" class="td-flags td-flag-brl"></span>BRL</li>
<li><span title="Canadian Dollar" class="td-flags td-flag-cad"></span>CAD</li>
<li><span title="Swiss Franc" class="td-flags td-flag-chf"></span>CHF</li>
<li><span title="Chinese Yuan Renminbi" class="td-flags td-flag-cny"></span>CNY</li>
<li><span title="Czech Republic Koruna" class="td-flags td-flag-czk"></span>CZK</li>
<li><span title="Danish Krone" class="td-flags td-flag-dkk"></span>DKK</li>
<li><span title="British Pound" class="td-flags td-flag-gbp"></span>GBP</li>
<li><span title="Hong Kong Dollar" class="td-flags td-flag-hkd"></span>HKD</li>
<li><span title="Croatian Kuna" class="td-flags td-flag-hrk"></span>HRK</li>
<li><span title="Hungarian Forint" class="td-flags td-flag-huf"></span>HUF</li>
<li><span title="Indonesian Rupiah" class="td-flags td-flag-idr"></span>IDR</li>
<li><span title="Israeli Shekel" class="td-flags td-flag-ils"></span>ILS</li>
<li><span title="Indian Rupee" class="td-flags td-flag-inr"></span>INR</li>
<li><span title="Japanese Yen" class="td-flags td-flag-jpy"></span>JPY</li>
<li><span title="Korean (South) Won" class="td-flags td-flag-krw"></span>KRW</li>
<li><span title="Mexican Peso" class="td-flags td-flag-mxn"></span>MXN</li>
<li><span title="Malaysian Ringgit" class="td-flags td-flag-myr"></span>MYR</li>
<li><span title="Norwegian Krone" class="td-flags td-flag-nok"></span>NOK</li>
<li><span title="New Zealand Dollar" class="td-flags td-flag-nzd"></span>NZD</li>
<li><span title="Philippine Peso" class="td-flags td-flag-php"></span>PHP</li>
<li><span title="Polish Zloty" class="td-flags td-flag-pln"></span>PLN</li>
<li><span title="Romanian New Leu" class="td-flags td-flag-ron"></span>RON</li>
<li><span title="Russian Ruble" class="td-flags td-flag-rub"></span>RUB</li>
<li><span title="Swedish Krona" class="td-flags td-flag-sek"></span>SEK</li>
<li><span title="Singapore Dollar" class="td-flags td-flag-sgd"></span>SGD</li>
<li><span title="Thai Baht" class="td-flags td-flag-thb"></span>THB</li>
<li><span title="Turkish Lira" class="td-flags td-flag-try"></span>TRY</li>
<li><span title="United States Dollar" class="td-flags td-flag-usd"></span>USD</li>
<li><span title="South African Rand" class="td-flags td-flag-zar"></span>ZAR</li>
</ul><div class="td-clearfix"></div>',
"holder" => "div",
"class" => "",
'group' => 'Exchange'
),
array(
"param_name" => "e_rate_decimals",
"type" => "dropdown",
"value" => array (
'- default -' => '',
'1' => 1,
'2' => 2,
'3' => 3
),
"tdc_value" => array (
'1' => 1,
'2' => 2,
'3' => 3,
'4' => '',
),
"heading" => 'Rate decimals:',
"description" => 'Set the number of decimals to be displayed for each rate. By default it will display 4 decimals (ex. 0.4322).',
"holder" => "div",
"class" => "tdc-dropdown-small",
'group' => 'Exchange'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Heading text color',
"param_name" => "heading_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Heading background color',
"param_name" => "heading_bg_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Currency name color',
"param_name" => "currency_name_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Currency value color',
"param_name" => "currency_value_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Currency border color',
"param_name" => "currency_border_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_heading', false, 'Heading text' ),
td_config_helper::get_map_block_font_array( 'f_curr', false, 'Currency name text' ),
td_config_helper::get_map_block_font_array( 'f_val', false, 'Currency value text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_tabbed_content',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Tabbed Content',
"base" => "td_block_tabbed_content",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_tabbed_content.php',
'tdc_style_params' => array(
'tc_id',
'remember_tab',
'page_0_id',
'page_0_title',
'page_0_tdicon',
'page_1_id',
'page_1_title',
'page_1_tdicon',
'page_2_id',
'page_2_title',
'page_2_tdicon',
'page_3_id',
'page_3_title',
'page_3_tdicon',
'page_4_id',
'page_4_title',
'page_4_tdicon',
'el_class'
),
"params" => array_merge(
array(
array(
'param_name' => 'tc_id',
'type' => 'textfield',
'value' => '',
'heading' => 'Unique id',
'description' => 'A unique identifier used by some of the tabbed content\'s functionalities. When duplicating the shortcode, make sure to change this ID to avoid any issues.',
'class' => 'tdc-textfield-big',
"group" => "",
),
array(
"param_name" => "remember_tab",
"type" => "checkbox",
"value" => '',
"heading" => "Remember active tab on page refresh",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Pages',
"value" => "",
"class" => "tdc-separator",
"group" => ""
),
array(
"param_name" => "pages_header",
"type" => "pages_header",
"value" => "",
"class" => '',
"id_heading_txt" => 'ID',
),
array(
"param_name" => "page_0_id",
"type" => "textfield",
"value" => '',
"heading" => 'Page 1 ID',
"description" => "",
"placeholder" => "-",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-id",
'group' => '',
),
array(
"param_name" => "page_0_title",
"type" => "textfield",
"value" => '',
"heading" => 'Page 1 title',
"description" => "",
"placeholder" => "Page 1 title",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-title",
'group' => '',
),
array(
'param_name' => 'page_0_tdicon',
'type' => 'icon',
'heading' => 'Page 1 icon',
'class' => 'tdc-textfield-small tdc-page-controller tdc-page-icon',
'value' => '',
"group" => ''
),
array(
"param_name" => "page_1_id",
"type" => "textfield",
"value" => '',
"heading" => 'Page 2 ID',
"description" => "",
"placeholder" => "-",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-id",
'group' => '',
),
array(
"param_name" => "page_1_title",
"type" => "textfield",
"value" => '',
"heading" => 'Page 2 title',
"description" => "",
"placeholder" => "Page 2 title",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-title",
'group' => '',
),
array(
'param_name' => 'page_1_tdicon',
'type' => 'icon',
'heading' => 'Page 2 icon',
'class' => 'tdc-textfield-small tdc-page-controller tdc-page-icon',
'value' => '',
"group" => ''
),
array(
"param_name" => "page_2_id",
"type" => "textfield",
"value" => '',
"heading" => 'Page 3 ID',
"description" => "",
"placeholder" => "-",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-id",
'group' => '',
),
array(
"param_name" => "page_2_title",
"type" => "textfield",
"value" => '',
"heading" => 'Page 3 title',
"description" => "",
"placeholder" => "Page 3 title",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-title",
'group' => '',
),
array(
'param_name' => 'page_2_tdicon',
'type' => 'icon',
'heading' => 'Page 3 icon',
'class' => 'tdc-textfield-small tdc-page-controller tdc-page-icon',
'value' => '',
"group" => ''
),
array(
"param_name" => "page_3_id",
"type" => "textfield",
"value" => '',
"heading" => 'Page 4 ID',
"description" => "",
"placeholder" => "-",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-id",
'group' => '',
),
array(
"param_name" => "page_3_title",
"type" => "textfield",
"value" => '',
"heading" => 'Page 4 title',
"description" => "",
"placeholder" => "Page 4 title",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-title",
'group' => '',
),
array(
'param_name' => 'page_3_tdicon',
'type' => 'icon',
'heading' => 'Page 4 icon',
'class' => 'tdc-textfield-small tdc-page-controller tdc-page-icon',
'value' => '',
"group" => ''
),
array(
"param_name" => "page_4_id",
"type" => "textfield",
"value" => '',
"heading" => 'Page 5 ID',
"description" => "",
"placeholder" => "-",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-id",
'group' => '',
),
array(
"param_name" => "page_4_title",
"type" => "textfield",
"value" => '',
"heading" => 'Page 5 title',
"description" => "",
"placeholder" => "Page 5 title",
"holder" => "div",
"class" => "tdc-textfield-extrabig tdc-page-controller tdc-page-title",
'group' => '',
),
array(
'param_name' => 'page_4_tdicon',
'type' => 'icon',
'heading' => 'Page 5 icon',
'class' => 'tdc-textfield-small tdc-page-controller tdc-page-icon',
'value' => '',
"group" => ''
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'General',
),
array(
"param_name" => "tds_tabbed_content",
"type" => "dropdown",
"value" => td_api_style::get_styles_for_mapping( 'tds_tabbed_content', false ),
"heading" => 'Style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-extrabig",
"group" => "General",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
// get instagram connected business accounts saved data
$td_instagram_business_accounts = td_options::get_array( 'td_instagram_business_accounts');
// instagram account sources
$instagram_account_sources = [
'Not set' => '',
'Instagram ID - discontinued' => 'ig_id',
'Instagram Personal - discontinued' => 'ig_personal',
'-- Business Accounts --' => '__'
];
// first account found in connected business accounts to set as start value
$ig_acc_source_start_value = '';
// business connected accounts
$connected_accounts_business = !empty($td_instagram_business_accounts) ? $td_instagram_business_accounts : array();
if ( !empty( $connected_accounts_business ) ) {
foreach ( $connected_accounts_business as $account ) {
if ( isset( $account['name'] ) && isset( $account['username'] ) ) {
$instagram_account_sources[$account['name']] = 'ig_business_' . $account['username'];
// maybe set acc as start value
if ( empty($ig_acc_source_start_value) ) {
$ig_acc_source_start_value = 'ig_business_' . $account['username'];
}
}
}
} else {
$instagram_account_sources['N/A'] = 'n/a';
}
td_api_block::add('td_block_instagram',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Instagram',
"base" => "td_block_instagram",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-instagram',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_instagram.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
// auto set the first account found in connected business accounts
"instagram_account_source" => $ig_acc_source_start_value
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
td_config::td_instagram_demo_data(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "instagram_account_source",
"type" => "dropdown",
"value" => $instagram_account_sources,
"heading" => "Instagram Account:",
"description" => 'This option sets the Instagram business account used to pull feeds.',
"holder" => "div",
"class" => "",
'group' => 'Instagram',
'options_to_disable' => 'ig_id ig_personal n/a'
),
array(
"param_name" => "instagram_header",
"type" => "dropdown",
"value" => array (
'On' => '',
'Off' => 'off'
),
"heading" => "Instagram header:",
"description" => 'Display or hide the Instagram header section (default: On)',
"holder" => "div",
"class" => "tdc-dropdown-small",
'group' => 'Instagram'
),
array(
"param_name" => "instagram_user_photo",
"type" => "attach_image",
"value" => '',
"heading" => "User photo",
"description" => "",
"holder" => "div",
"class" => "",
'group' => 'Instagram'
),
array(
"param_name" => "instagram_images_per_row",
"type" => "dropdown",
"value" => array (
'- Default -' => '',
'1' => 1,
'2' => 2,
'3' => 3,
'4' => 4,
'5' => 5,
'6' => 6,
'7' => 7,
'8' => 8
),
"tdc_value" => array (
'1' => 1,
'2' => 2,
'3' => '',
'4' => 4,
'5' => 5,
'6' => 6,
'7' => 7,
'8' => 8
),
"heading" => 'Number of images per row:',
"description" => 'Set the number of images displayed on each row (default is 3).',
"holder" => "div",
"class" => "tdc-dropdown-small",
'group' => 'Instagram'
),
array(
"param_name" => "instagram_images_size",
"type" => "dropdown",
"value" => array(
'Default - Full' => '',
'Small - 150px' => 'td_150x0',
'Small - 300px' => 'td_300x0',
'Medium - 696px' => 'td_696x0',
'Large - 1068px' => 'td_1068x0'
),
"heading" => 'Image size',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Instagram",
),
array(
"param_name" => "instagram_number_of_rows",
"type" => "dropdown",
"value" => array (
'- Default -' => '',
'1' => 1,
'2' => 2,
'3' => 3,
'4' => 4,
'5' => 5
),
"tdc_value" => array (
'1' => '',
'2' => 2,
'3' => 3,
'4' => 4,
'5' => 5
),
"heading" => 'Number of rows:',
"description" => 'Set on how many rows to display the images (default is 1)',
"holder" => "div",
"class" => "tdc-dropdown-small",
'group' => 'Instagram'
),
array(
"param_name" => "instagram_margin",
"type" => "dropdown",
"value" => array (
'No gap' => '',
'2 px' => 2,
'5 px' => 5
),
"heading" => "Image gap",
"description" => 'Set a gap between images (default: No gap)',
"holder" => "div",
"class" => "tdc-dropdown-big",
'group' => 'Instagram'
),
array(
"param_name" => "instagram_rel",
"type" => "dropdown",
"value" => array(
'Disable' => '',
'Nofollow' => 'nofollow',
'Noopener' => 'noopener',
'Noreferrer' => 'noreferrer'
),
"heading" => "Set rel attribute",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
'group' => 'Instagram'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Instagram handle color',
"param_name" => "handle_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Followers count color',
"param_name" => "followers_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Button text color',
"param_name" => "btn_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Button border color',
"param_name" => "btn_border_color",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "https://cloud.tagdiv.com/help/module_button_border_color.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_handle', false, 'Instagram handle text' ),
td_config_helper::get_map_block_font_array( 'f_followers', false, 'Followers count text' ),
td_config_helper::get_map_block_font_array( 'f_btn_text', false, 'Button text text' ),
td_config_helper::mix_blend(''),
td_config_helper::image_filters(''),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array(
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array(
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_pinterest',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Pinterest',
"base" => "td_block_pinterest",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-pinterest',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_pinterest.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'pinterest_id',
'el_class'
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "pinterest_id",
"type" => "textfield",
"value" => '',
"heading" => "pinterest_id/board_name",
"description" => 'Enter the pinterest board ID as it appears after the pinterest.com url ( <em>ex. http://www.pinterest.com/ username/board</em> and your board id will be <b>username/board</b> )',
"holder" => "div",
"class" => "",
'group' => 'Pinterest'
),
array(
"param_name" => "pinterest_header",
"type" => "dropdown",
"value" => array (
'On' => '',
'Off' => 'off'
),
"heading" => "Pinterest header",
"description" => 'Display or hide the Pinterest header section (default: On)',
"holder" => "div",
"class" => "tdc-dropdown-small",
'group' => 'Pinterest'
),
array(
"param_name" => "pins_limit",
"type" => "textfield",
"value" => '',
"heading" => "Board pins limit",
"description" => 'The Pinterest board block will display the first 25 board pins by default. This is also the maximum pins that can be displayed. You can set a limit below 25.',
"holder" => "div",
"class" => "tdc-textfield-small",
'group' => 'Pinterest'
),
array(
"param_name" => "pinterest_number_of_columns",
"type" => "dropdown",
"value" => array (
'- Default -' => '',
'1' => 1,
'2' => 2,
'3' => 3,
'4' => 4,
'5' => 5,
'6' => 6,
'7' => 7,
'8' => 8,
'9' => 9,
'10' => 10,
),
"heading" => 'Number of columns:',
"description" => 'Set on how many columns to display the board pins (default is 1)',
"holder" => "div",
"class" => "tdc-dropdown-big",
'group' => 'Pinterest'
),
array(
"param_name" => "pinterest_col_gap",
"type" => "dropdown",
"value" => array (
'No gap' => '',
'2 px' => 2,
'5 px' => 5,
'10 px' => 10,
),
"heading" => "Image gap",
"description" => 'Set a gap between images (default: No gap)',
"holder" => "div",
"class" => "tdc-dropdown-big",
'group' => 'Pinterest'
),
array(
"param_name" => "pinterest_board_height",
"type" => "textfield",
"value" => '',
"heading" => "Pinterest board height",
"description" => 'Enter the Pinterest board height in pixels ( ex. 400 ). Leave blank to display the board widget at full height!',
"holder" => "div",
"class" => "tdc-textfield-small",
'group' => 'Pinterest'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Username color',
"param_name" => "username_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Board name color',
"param_name" => "board_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Followers count color',
"param_name" => "followers_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_user', false, 'Username text' ),
td_config_helper::get_map_block_font_array( 'f_board', false, 'Board name text' ),
td_config_helper::get_map_block_font_array( 'f_followers', false, 'Followers count text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array(
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array(
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_flickr',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flickr',
"base" => "td_block_flickr",
"class" => "td_block_flickr",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td-flickr',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_flickr.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
"items_on_row" => "25%",
),
)
)
),
"params" => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "title_tag",
"type" => "dropdown",
"value" => array(
'Default - H4' => '',
'H1' => 'h1',
'H2' => 'h2',
'H3' => 'h3',
'Div' => 'div'
),
"heading" => 'Title tag (SEO)',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "https://cloud.tagdiv.com/help/title_seo.png",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Content',
"value" => "",
"class" => "",
),
array(
"param_name" => "source",
"type" => "dropdown",
"value" => array(
'Photo IDs' => 'photo_ids',
'User photostream' => 'user_id',
'User albums' => 'user_albums',
'Album ID' => 'album_id'
),
"heading" => "Source",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"param_name" => "photo_ids",
"type" => "textfield",
"value" => "",
"heading" => "List of flick photos id's separated by comma (ex: 25737689747, 17389487171, 20756817409, 6940287706):",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "user_id",
"type" => "textfield",
"value" => "",
"heading" => "User ID",
"description" => "<a href='https://www.webfx.com/tools/idgettr/' target='blank'>Obtain a user id</a>",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "album_id",
"type" => "textfield",
"value" => "",
"heading" => "Gallery ID",
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small"
),
array(
"param_name" => "limit",
"type" => "textfield",
"value" => "",
"heading" => "Limit",
"description" => "",
"holder" => "div",
"placeholder" => "0",
"class" => "tdc-textfield-small",
),
array(
"param_name" => "cache",
"type" => "dropdown",
"value" => array('ON' => '1', 'OFF' => '0'),
"heading" => "Cache ON / OFF:",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
),
array(
"param_name" => "cache_timeout",
"type" => "dropdown",
"value" => array(
'1 hour' => 1 * HOUR_IN_SECONDS,
'3 hours' => '',
'6 hours' => 6 * HOUR_IN_SECONDS,
'9 hours' => 9 * HOUR_IN_SECONDS,
'12 hours' => 12 * HOUR_IN_SECONDS,
'1 day' => 1 * DAY_IN_SECONDS,
'3 days' => 3 * DAY_IN_SECONDS
),
"heading" => "Cache refresh",
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "items_on_row",
"type" => "dropdown-responsive",
"value" => array(
'1' => '100%',
'2' => '50%',
'3' => '33.33333333%',
'4' => '25%',
'5' => '20%',
'6' => '16.66666667%',
'7' => '14.28571428%',
'8' => '12.5%',
'9' => '11.11111111%',
'10' => '10%',
),
"heading" => 'Photos per row',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-small",
"group" => "Layout",
),
array(
"param_name" => "items_gap",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Photos gap',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
),
array(
"param_name" => "items_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Items bottom space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "40",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "img_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Image height (percent)',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "100",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Meta info',
"value" => "",
"class" => "",
"group" => "Layout",
),
array(
"param_name" => "meta_info_align",
"type" => "dropdown-responsive",
"value" => array(
'Bottom' => 'bottom',
'Center' => 'center',
'Top' => 'top',
),
"heading" => 'Vertical align',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_vertical_align.png",
),
array(
"param_name" => "meta_info_horiz",
"type" => "dropdown-responsive",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Horiz. align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/layout_horiz_align.png",
),
array(
"param_name" => "meta_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Meta info padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "20px 15px",
"group" => "Layout",
"info_img" => "https://cloud.tagdiv.com/help/module_meta_padding.png",
),
array(
'param_name' => 'meta_travel',
'type' => 'range-responsive',
'value' => '15',
'heading' => 'Hover meta vert. travel',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '0',
'range_max' => '100',
'range_step' => '1',
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Layout',
),
array(
"param_name" => "title",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Title space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "4",
"group" => "Layout",
),
array(
"param_name" => "show_no",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show photos number',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "show_views",
"type" => "dropdown-responsive",
"value" => array(
'Show' => 'inline-block',
'Hide' => 'none',
),
"heading" => 'Show views number',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Layout",
),
array(
"param_name" => "no_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Photos number right space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "16",
"group" => "Layout",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Colors',
"value" => "",
"class" => "",
"group" => "Style",
),
array(
"param_name" => "color_overlay",
"holder" => "div",
"type" => "gradient",
'heading' => "Photo color overlay",
"value" => "",
"class" => "",
"group" => "Style",
"info_img" => "https://cloud.tagdiv.com/help/module_image_overlay.png",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Title text color',
"param_name" => "title_txt",
"value" => '',
"description" => '',
"group" => 'Style',
"info_img" => "https://cloud.tagdiv.com/help/module_color_article_title.png",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Title text hover',
"param_name" => "title_txt_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Meta info color',
"param_name" => "meta_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Meta info hover color',
"param_name" => "meta_color_hover",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Modal',
"value" => "",
"class" => "",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Title text color',
"param_name" => "m_title_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "gradient",
"holder" => "div",
"class" => "",
"heading" => 'Overlay color',
"param_name" => "m_bg_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Close button color',
"param_name" => "m_close_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Images slider',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style',
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Active image border color',
"param_name" => "ms_border_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"type" => "gradient",
"holder" => "div",
"class" => "",
"heading" => 'Background color',
"param_name" => "ms_bg_color",
"value" => '',
"description" => '',
"group" => 'Style',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Fonts',
"value" => "",
"class" => "",
"group" => 'Style',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_title', false, 'Title text', 'Style' ),
td_config_helper::get_map_block_font_array( 'f_meta', false, 'Meta info text', 'Style' ),
td_config_helper::get_map_block_font_array( 'f_m_title', false, 'Modal title text', 'Style' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
$nav_menus = wp_get_nav_menus();
if (empty($nav_menus)) {
$td_block_list_menus = array('- No registered menu -' => '');
} else {
$td_block_list_menus = array('- Select menu -' => '');
foreach ( (array) $nav_menus as $_nav_menu ) {
$td_block_list_menus[esc_html(wp_html_excerpt( $_nav_menu->name, 40, '…' ))] = esc_attr( $_nav_menu->term_id );
}
}
td_api_block::add('td_block_list_menu',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'List Menu',
"base" => "td_block_list_menu",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_list_menu',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_list_menu.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'menu_id',
'inline',
'depth',
'el_class'
),
'params' => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'General',
"value" => "",
"class" => "",
),
array(
"param_name" => "menu_id",
"type" => "dropdown",
"value" => $td_block_list_menus,
"heading" => 'Use items from',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "inline",
"type" => "dropdown",
"value" => array(
'Vertically' => '',
'Vertically - Accordion' => 'accordion',
'Horizontally' => 'yes',
),
"heading" => 'Display list items',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big tdc-list-menu-display",
"toggle_enable_params" => "display"
),
array(
"param_name" => "depth",
"type" => "textfield",
"value" => '',
"heading" => 'Maximum menu depth',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small tdc-list-menu-depth",
"placeholder" => '0',
),
array(
"param_name" => "curr_submenu_open",
"type" => "checkbox",
"value" => '',
"heading" => "Open active menu item sub-menu on page load",
"description" => "",
"holder" => "div",
"class" => "",
"toggle_enabled_by" => "display--accordion"
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "item_horiz_align",
"type" => "dropdown-responsive",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Menu list horiz align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Main menu',
"value" => "",
"class" => "",
),
array(
"param_name" => "list_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Menu list padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '14px 0 14px 12px',
),
array(
"param_name" => "item_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Space between list elements',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '0',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "menu_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-b",
"heading" => 'Text hover & active color',
"param_name" => "menu_hover_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
),
td_config_helper::get_map_block_font_array( 'f_list', true, 'Menu text' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Sub menu icon',
"value" => "",
"class" => "tdc-separator-small",
"toggle_enabled_by" => "display--accordion"
),
array(
'param_name' => 'sub_tdicon',
'type' => 'icon',
'heading' => 'Sub menu icon',
'class' => 'tdc-textfield-small',
'value' => 'td-icon-down',
"toggle_enabled_by" => "display--accordion"
),
array(
"param_name" => "sub_ico_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '',
"toggle_enabled_by" => "display--accordion"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-a",
"heading" => 'Icon color',
"param_name" => "sub_ico_color",
"value" => '',
"description" => '',
"group" => "",
"toggle_enabled_by" => "display--accordion"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-b",
"heading" => 'Icon hover color',
"param_name" => "sub_ico_color_h",
"value" => '',
"description" => '',
"group" => "",
"toggle_enabled_by" => "display--accordion"
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Sub menus',
"value" => "",
"class" => "",
),
array(
"param_name" => "sub_indent",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Indent',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '22',
),
array(
"param_name" => "sub_padd",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '',
),
array(
"param_name" => "sub_item_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Space between list elements',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "submenu_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-b",
"heading" => 'Text hover & active color',
"param_name" => "submenu_hover_color",
"value" => '',
"description" => '',
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
),
td_config_helper::get_map_block_font_array( 'f_sublist', true, 'Submenu text' ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Sub menu icon',
"value" => "",
"class" => "tdc-separator-small",
"toggle_enabled_by" => "display--accordion"
),
array(
'param_name' => 'sub_sub_tdicon',
'type' => 'icon',
'heading' => 'Sub menu icon',
'class' => 'tdc-textfield-small',
'value' => 'td-icon-down',
"toggle_enabled_by" => "display--accordion"
),
array(
"param_name" => "sub_sub_ico_size",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Icon size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '',
"toggle_enabled_by" => "display--accordion"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-a",
"heading" => 'Icon color',
"param_name" => "sub_sub_ico_color",
"value" => '',
"description" => '',
"group" => "",
"toggle_enabled_by" => "display--accordion"
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "tdc-colorpicker-double-b",
"heading" => 'Icon hover color',
"param_name" => "sub_sub_ico_color_h",
"value" => '',
"description" => '',
"group" => "",
"toggle_enabled_by" => "display--accordion"
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_video_embed',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Video Embed',
"base" => "td_block_video_embed",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_video_embed',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_video_embed.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'el_class'
),
'params' => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Video settings',
"value" => "",
"class" => "",
),
array(
"param_name" => "video_url",
"type" => "textfield",
"value" => "",
"heading" => "Video link (YouTube, Vimeo, DailyMotion or self-hosted)",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "controls",
"type" => "checkbox",
"value" => 'yes',
"heading" => "Show controls",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "autoplay",
"type" => "checkbox",
"value" => '',
"heading" => "Autoplay",
"description" => "The video will play automatically, but without sound. However, the visitor can turn on the volume.",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "loop",
"type" => "checkbox",
"value" => '',
"heading" => "Loop",
"description" => "",
"holder" => "div",
"class" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Fonts',
"value" => "",
"class" => "",
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_list', false, 'Menu text' )
)
)
);
td_api_block::add('td_block_covid_19_stats',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Covid-19 Statistics Table',
"base" => "td_block_covid_19_stats",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_covid_19_stats',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_covid_19_stats.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'sort',
'order',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
'sort' => 'c',
'order' => 'descending'
),
)
)
),
'params' => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
),
array(
"param_name" => "covid-format",
"type" => "textfield",
"value" => '',
"heading" => 'Format',
"description" => "In any order, separated by space:<br>C - Country/Regions; c - Confirmed; d - Deaths<br/>r - Recovered a - Active cases",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'C c d r a',
),
array(
"param_name" => "sort",
"type" => "dropdown",
"value" => array(
'Country name' => 'C',
'Confirmed cases' => 'c',
'Deaths' => 'd',
'Recovered' => 'r',
'Active cases' => 'a',
),
"heading" => 'Sort by',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "",
),
array(
"param_name" => "order",
"type" => "dropdown",
"value" => array(
'Descending' => 'descending',
'Ascending' => 'ascending',
),
"heading" => 'Sort order',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "table_height",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Table height',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => 'auto',
),
array(
"param_name" => "col_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Collumns padding',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '12px 16px',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "country_text",
"type" => "textfield",
"value" => '',
"heading" => 'Country/Region text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Country/Region',
),
array(
"param_name" => "confirmed_text",
"type" => "textfield",
"value" => '',
"heading" => 'Confirmed cases text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Confirmed cases',
),
array(
"param_name" => "deaths_text",
"type" => "textfield",
"value" => '',
"heading" => 'Deaths text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Deaths',
),
array(
"param_name" => "recovered_text",
"type" => "textfield",
"value" => '',
"heading" => 'Recovered text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Recovered',
),
array(
"param_name" => "active_text",
"type" => "textfield",
"value" => '',
"heading" => 'Active cases text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Active cases',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "col_align_horizontal",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Column horiz. align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Last updated text color',
"param_name" => "date_color",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Table',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style'
),
array(
"param_name" => "table_border",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Border size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '1',
"group" => 'Style'
),
array(
"param_name" => "table_border_style",
"type" => "dropdown-responsive",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "table_border_color",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Header row',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Text color',
"param_name" => "row_h_text_color",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Background color',
"param_name" => "row_h_bg",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Rows',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Text color',
"param_name" => "row_text_color",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Background color',
"param_name" => "row_bg",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"param_name" => "row_border",
"type" => "textfield",
"value" => '',
"heading" => 'Border size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '1',
"group" => 'Style'
),
array(
"param_name" => "row_border_style",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "row_border_color",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Columns',
"value" => "",
"class" => "tdc-separator-small",
"group" => 'Style'
),
array(
"param_name" => "col_border",
"type" => "textfield",
"value" => '',
"heading" => 'Border size',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => '1',
"group" => 'Style'
),
array(
"param_name" => "col_border_style",
"type" => "dropdown",
"value" => array(
'Solid' => '',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "Style",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Border color',
"param_name" => "col_border_color",
"value" => '',
"description" => '',
"group" => 'Style'
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Fonts',
"value" => "",
"class" => "",
"group" => 'Style'
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', 'Style', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_row_h', false, 'Row header text', 'Style' ),
td_config_helper::get_map_block_font_array( 'f_row', false, 'Row text', 'Style' ),
td_config_helper::get_map_block_font_array( 'f_date', false, 'Last updated text', 'Style' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_covid_19_counter',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Covid-19 Statistic Counter',
"base" => "td_block_covid_19_counter",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_covid_19_counter',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_covid_19_counter.php',
'tdc_style_params' => array(
'custom_title',
'custom_url',
'country',
'statistic',
'el_class'
),
'tdc_start_values' => base64_encode(
json_encode(
array(
array(
'content_align_horizontal' => 'content-horiz-center',
),
)
)
),
'params' => array_merge(
td_config::get_map_block_general_array(),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Layout',
"value" => "",
"class" => "",
),
array(
"param_name" => "country",
"type" => "textfield",
"value" => '',
"heading" => 'Country',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'All',
),
array(
"param_name" => "statistic",
"type" => "dropdown",
"value" => array(
'Confirmed cases' => '',
'Deaths' => 'deaths',
'Recovered' => 'recovered',
'Active' => 'active',
),
"heading" => 'Statistic to display',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "all_countries_text",
"type" => "textfield",
"value" => '',
"heading" => 'All countries text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'All countries',
),
array(
"param_name" => "country_text",
"type" => "textfield",
"value" => '',
"heading" => 'Country text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => '',
),
array(
"param_name" => "confirmed_text",
"type" => "textfield",
"value" => '',
"heading" => 'Confirmed cases text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Total confirmed cases',
),
array(
"param_name" => "deaths_text",
"type" => "textfield",
"value" => '',
"heading" => 'Death cases text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Total deaths',
),
array(
"param_name" => "recovered_text",
"type" => "textfield",
"value" => '',
"heading" => 'Recovered cases text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Total recovered',
),
array(
"param_name" => "active_text",
"type" => "textfield",
"value" => '',
"heading" => 'Active cases text',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => 'Total active cases',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
),
array(
"param_name" => "display_inline",
"type" => "checkbox",
"value" => '',
"heading" => "Display inline",
"description" => "",
"holder" => "div",
"class" => ""
),
array(
"param_name" => "content_align_horizontal",
"type" => "dropdown",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Horizontal align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
),
array(
"param_name" => "counter_padding",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Counter spacing',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-big",
"placeholder" => "15px 0 11px 0",
),
array(
"param_name" => "show_date",
"type" => "dropdown-responsive",
"value" => array(
'Hide' => 'none',
'Show' => 'block',
),
"heading" => 'Show last updated',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"group" => "",
"info_img" => "https://cloud.tagdiv.com/help/module_date_show.png",
),
array(
"param_name" => "date_space",
"type" => "textfield-responsive",
"value" => '',
"heading" => 'Last updated text space',
"description" => "",
"holder" => "div",
"class" => "tdc-textfield-small",
"placeholder" => "8",
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Country name color',
"param_name" => "country_name_color",
"value" => '',
"description" => '',
"group" => ''
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Counter color',
"param_name" => "counter_color",
"value" => '',
"description" => '',
"group" => ''
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Statistic name color',
"param_name" => "statistic_color",
"value" => '',
"description" => '',
"group" => ''
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "",
"heading" => 'Last updated text color',
"param_name" => "date_color",
"value" => '',
"description" => '',
"group" => ''
),
array(
"param_name" => "separator",
"type" => "text_separator",
'heading' => 'Fonts',
"value" => "",
"class" => "tdc-separator-small",
),
),
td_config_helper::get_map_block_font_array( 'f_header', true, 'Block header', '', '', '', 'https://cloud.tagdiv.com/help/module_font_block_header.png', '' ),
td_config_helper::get_map_block_font_array( 'f_country', false, 'Country name text' ),
td_config_helper::get_map_block_font_array( 'f_count', false, 'Counter text' ),
td_config_helper::get_map_block_font_array( 'f_stat', false, 'Statistic name text' ),
td_config_helper::get_map_block_font_array( 'f_date', false, 'Last updated text' ),
array(
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => ""
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
td_api_block::add('td_block_raw_css',
array(
'map_in_visual_composer' => true,
'map_in_td_composer' => true,
"name" => 'Raw CSS',
"base" => "td_block_raw_css",
"class" => "",
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Extended',
'icon' => 'icon-pagebuilder-td_block_raw_css',
'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_raw_css.php',
'tdc_style_params' => array(
'el_class'
),
'params' => array_merge(
array(
array(
"param_name" => "content",
"type" => "editor_css",
"holder" => "div",
'class' => '',
"heading" => 'Open CSS Editor',
"value" => base64_encode(__('//CSS code here! Replace this with any non empty css code and that\'s it', 'td_composer' ) ),
"description" => 'Enter your content.'
),
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
$bookmark_type_disable_options = '';
if( !defined( 'TD_CLOUD_LIBRARY' ) ) {
$bookmark_type_disable_options = 'tdb woo';
} else if( !defined( 'TD_WOO' ) || !in_array('woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
$bookmark_type_disable_options = 'woo';
}
td_api_block::add( 'td_block_delete_bookmarks',
array(
"map_in_td_composer" => true,
"name" => 'Clear bookmarks/favorites',
"base" => 'td_block_delete_bookmarks',
'tdc_category' => 'Blocks',
"file" => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_delete_bookmarks.php',
'tdc_style_params' => array(
'bookmark_type',
'button_text',
'tdicon',
'el_class',
),
"params" => array_merge(
array(
array(
"param_name" => "bookmark_type",
"type" => "dropdown",
"value" => array(
'-- Select --' => '',
'Bookmarked posts' => 'tdb',
'Favorited Woo products' => 'woo',
),
"heading" => 'Bookmark type',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "",
'toggle_enabled_by' => 'free-plan-btn',
"options_to_disable" => $bookmark_type_disable_options
),
array(
"param_name" => "separator",
"type" => "text_separator",
"heading" => 'Layout',
"value" => "",
"class" => "",
),
array(
'param_name' => 'button_text',
'type' => 'textfield',
'value' => '',
'heading' => 'Button text',
'description' => '',
'placeholder' => 'Delete bookmarks',
'class' => 'tdc-textfield-big',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
'param_name' => 'all_border',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Border size',
'description' => '',
'placeholder' => '0',
'class' => 'tdc-textfield-big',
),
array(
"param_name" => "all_border_style",
"type" => "dropdown-responsive",
"value" => array(
'Solid' => 'solid',
'Dotted' => 'dotted',
'Dashed' => 'dashed',
'Double' => 'double',
),
"heading" => 'Border style',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "",
),
array(
'param_name' => 'border_radius',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Border radius',
'description' => '',
'placeholder' => '0',
'class' => 'tdc-textfield-big',
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
array(
'param_name' => 'padd',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Padding',
'description' => '',
'placeholder' => '14px 24px 15px',
'class' => 'tdc-textfield-big',
),
array(
'param_name' => 'min_width',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Minimum width',
'description' => '',
'placeholder' => '',
'class' => 'tdc-textfield-small',
),
array(
"param_name" => "display",
"type" => "dropdown-responsive",
"value" => array(
'Default' => 'default',
'Inline' => 'inline',
'Full width' => 'full',
),
"heading" => 'Display',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big"
),
array(
"param_name" => "horiz_align",
"type" => "dropdown-responsive",
"value" => array(
'Left' => 'content-horiz-left',
'Center' => 'content-horiz-center',
'Right' => 'content-horiz-right'
),
"heading" => 'Horizontal align',
"description" => "",
"holder" => "div",
'tdc_dropdown_images' => true,
"class" => "tdc-visual-selector tdc-add-class",
"group" => "",
"info_img" => ""
),
array(
"param_name" => "separator",
"type" => "text_separator",
"heading" => 'Icon',
"value" => "",
"class" => "tdc-separator-small",
),
array(
'param_name' => 'tdicon',
'type' => 'icon',
'heading' => 'Icon',
'class' => 'tdc-textfield-small',
'value' => '',
"group" => '',
"info_img" => "",
),
array(
'param_name' => 'icon_size',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Size',
'description' => '',
'placeholder' => '15',
'class' => 'tdc-textfield-small',
),
array(
"param_name" => "icon_pos",
"type" => "dropdown",
"value" => array(
'After text' => '',
'Before text' => 'before',
),
"heading" => 'Position',
"description" => "",
"holder" => "div",
"class" => "tdc-dropdown-big",
"info_img" => "",
),
array(
'param_name' => 'icon_space',
'type' => 'textfield-responsive',
'value' => '',
'heading' => 'Space',
'description' => '',
'placeholder' => '10',
'class' => 'tdc-textfield-small',
),
array(
'param_name' => 'icon_align',
'type' => 'range-responsive',
'value' => '0',
'heading' => 'Vertical alignment',
'description' => '',
'class' => 'tdc-textfield-small',
'range_min' => '-10',
'range_max' => '10',
'range_step' => '1',
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "text_separator",
"heading" => 'Style',
"value" => "",
"class" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Text color',
"param_name" => "text_color",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Text hover color',
"param_name" => "text_color_h",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Icon color',
"param_name" => "icon_color",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Icon hover color',
"param_name" => "icon_color_h",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "",
),
array(
"param_name" => "bg_color",
"holder" => "div",
"type" => "gradient",
'heading' => "Background color",
"value" => "",
"class" => "td-colorpicker-double-a",
"group" => "",
"info_img" => "",
),
array(
"param_name" => "bg_color_h",
"holder" => "div",
"type" => "gradient",
'heading' => "Background hover color",
"value" => "",
"class" => "td-colorpicker-double-b",
"group" => "",
"info_img" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-a",
"heading" => 'Border color',
"param_name" => "all_border_color",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "",
),
array(
"type" => "colorpicker",
"holder" => "div",
"class" => "td-colorpicker-double-b",
"heading" => 'Border hover color',
"param_name" => "border_color_h",
"value" => '',
"description" => '',
"group" => "",
"info_img" => "",
),
array(
"param_name" => "separator",
"type" => "horizontal_separator",
"value" => "",
"class" => "tdc-separator-small",
"group" => '',
),
),
td_config_helper::get_map_block_shadow_array('shadow', 'Shadow', 0, 0, 0 ),
td_config_helper::get_map_block_shadow_array('shadow_h', 'Shadow hover', 0, 0, 0, '', '', 0, false ),
array(
array(
"param_name" => "separator",
"type" => "text_separator",
"heading" => 'Fonts',
"value" => "",
"class" => "tdc-separator-small",
),
),
td_config_helper::get_map_block_font_array( 'f_txt', true, 'Button text' ),
array(
array(
'param_name' => 'el_class',
'type' => 'textfield',
'value' => '',
'heading' => 'Extra class',
'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
'class' => 'tdc-textfield-extrabig',
),
array (
'param_name' => 'css',
'value' => '',
'type' => 'css_editor',
'heading' => 'Css',
'group' => 'Design options',
),
array (
'param_name' => 'tdc_css',
'value' => '',
'type' => 'tdc_css_editor',
'heading' => '',
'group' => 'Design options',
),
)
)
)
);
// td_api_block::add('td_block_dark_mode',
// array(
// 'map_in_visual_composer' => true,
// 'map_in_td_composer' => true,
// "name" => 'Dark mode switch',
// "base" => "td_block_dark_mode",
// "class" => "td_block_dark_mode",
// "controls" => "full",
// "category" => 'Blocks',
// 'tdc_category' => 'Extended',
// 'icon' => 'icon-pagebuilder-categories',
// 'file' => TDC_PATH_LEGACY . '/includes/shortcodes/td_block_dark_mode.php',
// 'tdc_style_params' => array(
// 'inline',
// 'align_right',
// 'add_txt',
// 'dark_tdicon',
// 'light_tdicon',
// 'el_class'
// ),
// 'tdc_start_values' => base64_encode(
// json_encode(
// array(
// array(
// "dark_tdicon" => "td-icon-moon",
// "light_tdicon" => "td-icon-sun",
// )
// )
// )
// ),
// "params" => array_merge(
// array(
// array(
// "param_name" => "separator",
// "type" => "text_separator",
// 'heading' => 'Layout',
// "value" => "",
// "class" => "",
// ),
// array(
// "param_name" => "inline",
// "type" => "checkbox",
// "value" => '',
// "heading" => "Make inline",
// "description" => "",
// "holder" => "div",
// "class" => "",
// "group" => ''
// ),
// array(
// "param_name" => "align_right",
// "type" => "checkbox",
// "value" => '',
// "heading" => "Align to right",
// "description" => "",
// "holder" => "div",
// "class" => "",
// "group" => ''
// ),
// array(
// "param_name" => "horiz_align",
// "type" => "dropdown-responsive",
// "value" => array(
// 'Left' => 'content-horiz-left',
// 'Center' => 'content-horiz-center',
// 'Right' => 'content-horiz-right'
// ),
// "heading" => 'Horizontal align',
// "description" => "",
// "holder" => "div",
// 'tdc_dropdown_images' => true,
// "class" => "tdc-visual-selector tdc-add-class",
// "group" => "",
// ),
// array(
// "param_name" => "separator",
// "type" => "text_separator",
// 'heading' => 'Additional text',
// "value" => "",
// "class" => "tdc-separator-small",
// ),
// array(
// 'param_name' => 'add_txt',
// 'type' => 'textfield',
// 'value' => '',
// 'heading' => 'Text',
// 'description' => '',
// 'class' => 'tdc-textfield-big',
// ),
// array(
// "param_name" => "add_txt_pos",
// "type" => "dropdown",
// "value" => array(
// 'Before switch' => 'before',
// 'After switch' => 'after',
// ),
// "heading" => 'Position',
// "description" => "",
// "holder" => "div",
// "class" => "tdc-dropdown-big",
// "group" => "",
// ),
// array(
// 'param_name' => 'add_txt_space',
// 'type' => 'textfield-responsive',
// 'value' => '',
// 'heading' => 'Space',
// 'description' => '',
// 'class' => 'tdc-textfield-small',
// 'placeholder' => '5'
// ),
// array(
// "param_name" => "separator",
// "type" => "text_separator",
// 'heading' => 'Switch',
// "value" => "",
// "class" => "tdc-separator-small",
// ),
// array(
// 'param_name' => 'sw_border',
// 'type' => 'textfield-responsive',
// 'value' => '',
// 'heading' => 'Border size',
// 'description' => '',
// 'class' => 'tdc-textfield-small',
// 'placeholder' => '0'
// ),
// array(
// "param_name" => "sw_border_style",
// "type" => "dropdown-responsive",
// "value" => array(
// 'Solid' => 'solid',
// 'Dotted' => 'dotted',
// 'Dashed' => 'dashed',
// ),
// "heading" => 'Border style',
// "description" => "",
// "holder" => "div",
// "class" => "tdc-dropdown-big",
// "group" => "",
// ),
// array(
// 'param_name' => 'sw_border_radius',
// 'type' => 'textfield-responsive',
// 'value' => '',
// 'heading' => 'Border radius',
// 'description' => '',
// 'class' => 'tdc-textfield-small',
// 'placeholder' => '100'
// ),
// array(
// "param_name" => "separator",
// "type" => "horizontal_separator",
// "value" => "",
// "class" => "tdc-separator-small",
// ),
// array(
// 'param_name' => 'dark_tdicon',
// 'type' => 'icon',
// 'heading' => 'Dark version icon',
// 'class' => 'tdc-textfield-small',
// 'value' => '',
// "group" => ''
// ),
// array(
// 'param_name' => 'light_tdicon',
// 'type' => 'icon',
// 'heading' => 'Light version icon',
// 'class' => 'tdc-textfield-small',
// 'value' => '',
// "group" => ''
// ),
// array(
// 'param_name' => 'ico_size',
// 'type' => 'textfield-responsive',
// 'value' => '',
// 'heading' => 'Icons size',
// 'description' => '',
// 'class' => 'tdc-textfield-small',
// 'placeholder' => '14'
// ),
// array(
// 'param_name' => 'ico_border',
// 'type' => 'textfield-responsive',
// 'value' => '',
// 'heading' => 'Border size',
// 'description' => '',
// 'class' => 'tdc-textfield-small',
// 'placeholder' => '0'
// ),
// array(
// "param_name" => "ico_border_style",
// "type" => "dropdown-responsive",
// "value" => array(
// 'Solid' => 'solid',
// 'Dotted' => 'dotted',
// 'Dashed' => 'dashed',
// ),
// "heading" => 'Border style',
// "description" => "",
// "holder" => "div",
// "class" => "tdc-dropdown-big",
// "group" => "",
// ),
// array(
// 'param_name' => 'ico_border_radius',
// 'type' => 'textfield-responsive',
// 'value' => '',
// 'heading' => 'Border radius',
// 'description' => '',
// 'class' => 'tdc-textfield-small',
// 'placeholder' => '100%'
// ),
//
// array(
// "param_name" => "separator",
// "type" => "text_separator",
// 'heading' => 'Style',
// "value" => "",
// "class" => "",
// ),
// array(
// "param_name" => "separator",
// "type" => "text_separator",
// 'heading' => 'Additional text',
// "value" => "",
// "class" => "tdc-separator-small",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "",
// "heading" => 'Color',
// "param_name" => "add_txt_color",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// ),
// td_config_helper::get_map_block_font_array( 'f_attr', true, 'Attribute text' ),
// array(
// array(
// "param_name" => "separator",
// "type" => "text_separator",
// 'heading' => 'Switch',
// "value" => "",
// "class" => "tdc-separator-small",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-a",
// "heading" => 'Background color',
// "param_name" => "switch_bg",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-b",
// "heading" => 'Background active color',
// "param_name" => "switch_bg_a",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-a",
// "heading" => 'Border color',
// "param_name" => "switch_border_col",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-b",
// "heading" => 'Border active color',
// "param_name" => "switch_border_col_a",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "param_name" => "separator",
// "type" => "horizontal_separator",
// "value" => "",
// "class" => "tdc-separator-small",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-a",
// "heading" => 'Icons color',
// "param_name" => "ico_color",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-b",
// "heading" => 'Icons active color',
// "param_name" => "ico_color_a",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-a",
// "heading" => 'Icons background color',
// "param_name" => "ico_bg",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-b",
// "heading" => 'Icons background active color',
// "param_name" => "ico_bg_a",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-a",
// "heading" => 'Icons border color',
// "param_name" => "ico_border_col",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// array(
// "type" => "colorpicker",
// "holder" => "div",
// "class" => "tdc-colorpicker-double-b",
// "heading" => 'Icons border active color',
// "param_name" => "ico_border_col_a",
// "value" => '',
// "description" => '',
// "group" => "",
// ),
// ),
// td_config_helper::get_map_block_shadow_array('ico_shadow', 'Icons shadow', 3, 0, 1 ),
// array(
//
// array(
// "param_name" => "separator",
// "type" => "horizontal_separator",
// "value" => "",
// "class" => ""
// ),
// array(
// 'param_name' => 'el_class',
// 'type' => 'textfield',
// 'value' => '',
// 'heading' => 'Extra class',
// 'description' => 'Style particular content element differently - add a class name and refer to it in custom CSS',
// 'class' => 'tdc-textfield-extrabig',
// ),
// array (
// 'param_name' => 'css',
// 'value' => '',
// 'type' => 'css_editor',
// 'heading' => 'Css',
// 'group' => 'Design options',
// ),
// array (
// 'param_name' => 'tdc_css',
// 'value' => '',
// 'type' => 'tdc_css_editor',
// 'heading' => '',
// 'group' => 'Design options',
// ),
// )
// )
// )
// );