'',
'title' => '',
'link' => '',
'des' => '',
),$attr));
if(!empty($icon)){
if(strpos($icon,'lnr') !== false) $icon_html = '';
else $icon_html = '';
}
$html .= '
';
return $html;
}
}
stp_reg_shortcode('sv_product_location','sv_vc_product_location');
vc_map( array(
"name" => esc_html__("SV Product Location", 'bigc'),
"base" => "sv_product_location",
"icon" => "icon-st",
"category" => '7Up-theme',
"params" => array(
array(
"type" => "textfield",
"heading" => esc_html__("Icon",'bigc'),
"param_name" => "icon",
'edit_field_class'=>'vc_col-sm-12 vc_column sv_iconpicker',
),
array(
"type" => "textfield",
"holder" => "div",
"heading" => esc_html__("Title",'bigc'),
"param_name" => "title",
),
array(
"type" => "textarea",
"holder" => "div",
"heading" => esc_html__("Description",'bigc'),
"param_name" => "des",
),
array(
"type" => "textfield",
"heading" => esc_html__("Link detail",'bigc'),
"param_name" => "link",
),
)
));