芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/trx_utils/shortcodes/trx_basic/promo.php
"large", "style" => 1, "align" => "none", "image" => "", "image_position" => "left", "image_width" => "50%", "text_margins" => '', "text_align" => "left", "scheme" => "", "title" => "", "subtitle" => "", "description" => "", "link_caption" => esc_html__('Learn more', 'trx_utils'), "link" => '', // Common params "id" => "", "class" => "", "animation" => "", "css" => "", "width" => "", "height" => "", "top" => "", "bottom" => "", "left" => "", "right" => "" ), $atts))); if ($image > 0) { $attach = wp_get_attachment_image_src($image, 'full'); if (isset($attach[0]) && $attach[0]!='') $image = $attach[0]; } if ($image == '') { $image_width = '0%'; $text_margins = ''; } $width = lorem_ipsum_books_media_store_prepare_css_value($width); $height = lorem_ipsum_books_media_store_prepare_css_value($height); $class .= ($class ? ' ' : '') . lorem_ipsum_books_media_store_get_css_position_as_classes($top, $right, $bottom, $left) . (!empty($image_position) ? 'sc_promo_image_position_' . esc_attr($image_position) : ''); $css .= lorem_ipsum_books_media_store_get_css_dimensions_from_values($width, $height); $css_image = (!empty($image) ? 'background-image:url(' . esc_url($image) . ');' : '') . (!empty($image_width) ? 'width:'.trim($image_width).';' : '') . (!empty($image_position) ? $image_position.': 0;' : ''); $text_width = lorem_ipsum_books_media_store_strpos($image_width, '%')!==false ? (100 - (int) str_replace('%', '', $image_width)).'%' : 'calc(100%-'.trim($image_width).')'; $css_text = 'width: '.esc_attr($text_width).'; float: '.($image_position=='left' ? 'right' : 'left').';'.(!empty($text_margins) ? ' padding:'.esc_attr($text_margins).';' : ''); $output = '
' . '
' . (!empty($image) ? '
' : '') . '
' . '
' . (!empty($subtitle) ? '
' . trim(lorem_ipsum_books_media_store_strmacros($subtitle)) . '
' : '') . (!empty($title) ? '
' . trim(lorem_ipsum_books_media_store_strmacros($title)) . '
' : '') . (!empty($description) ? '
' . trim(lorem_ipsum_books_media_store_strmacros($description)) . '
' : '') . (!empty($content) ? '
'.do_shortcode($content).'
' : '') . (!empty($link) ? '
'.lorem_ipsum_books_media_store_do_shortcode('[trx_button link="'.esc_url($link).'" size="large"]'.esc_html($link_caption).'[/trx_button]').'
' : '') . '
' . '
' . '
' . '
'; return apply_filters('lorem_ipsum_books_media_store_shortcode_output', $output, 'trx_promo', $atts, $content); } add_shortcode('trx_promo', 'lorem_ipsum_books_media_store_sc_promo'); } /* Register shortcode in the internal SC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'lorem_ipsum_books_media_store_sc_promo_reg_shortcodes' ) ) { //add_action('lorem_ipsum_books_media_store_action_shortcodes_list', 'lorem_ipsum_books_media_store_sc_promo_reg_shortcodes'); function lorem_ipsum_books_media_store_sc_promo_reg_shortcodes() { lorem_ipsum_books_media_store_sc_map("trx_promo", array( "title" => esc_html__("Promo", 'trx_utils'), "desc" => wp_kses_data( __("Insert promo diagramm in your page (post)", 'trx_utils') ), "decorate" => true, "container" => false, "params" => array( "style" => array( "title" => esc_html__("Block style", 'trx_utils'), "desc" => wp_kses_data( __("Select style for this promo block", 'trx_utils') ), "value" => 1, "options" => lorem_ipsum_books_media_store_get_list_styles(1, 2), "type" => "checklist" ), "align" => array( "title" => esc_html__("Alignment of the promo block", 'trx_utils'), "desc" => wp_kses_data( __("Align whole promo block to left or right side of the page or parent container", 'trx_utils') ), "value" => "", "type" => "checklist", "dir" => "horizontal", "options" => lorem_ipsum_books_media_store_get_sc_param('float') ), "size" => array( "title" => esc_html__("Size of the promo block", 'trx_utils'), "desc" => wp_kses_data( __("Size of the promo block: large - one in the row, small - insize two or greater columns", 'trx_utils') ), "value" => "large", "type" => "switch", "options" => array( 'small' => esc_html__('Small', 'trx_utils'), 'large' => esc_html__('Large', 'trx_utils') ) ), "image" => array( "title" => esc_html__("Image URL", 'trx_utils'), "desc" => wp_kses_data( __("Select the promo image from the library for this section", 'trx_utils') ), "readonly" => false, "value" => "", "type" => "media" ), "image_position" => array( "title" => esc_html__("Image position", 'trx_utils'), "desc" => wp_kses_data( __("Place the image to the left or to the right from the text block", 'trx_utils') ), "value" => "left", "type" => "checklist", "dir" => "horizontal", "options" => lorem_ipsum_books_media_store_get_sc_param('hpos') ), "image_width" => array( "title" => esc_html__("Image width", 'trx_utils'), "desc" => wp_kses_data( __("Width (in pixels or percents) of the block with image", 'trx_utils') ), "dependency" => array( 'style' => 1 ), "value" => "50%", "type" => "text" ), "text_margins" => array( "title" => esc_html__("Text margins", 'trx_utils'), "desc" => wp_kses_data( __("Margins for the all sides of the text block (Example: 30px 10px 40px 30px = top right botton left OR 30px = equal for all sides)", 'trx_utils') ), "value" => "", "type" => "text" ), "text_align" => array( "title" => esc_html__("Text alignment", 'trx_utils'), "desc" => wp_kses_data( __("Align the text inside the block", 'trx_utils') ), "value" => "left", "type" => "checklist", "dir" => "horizontal", "options" => lorem_ipsum_books_media_store_get_sc_param('align') ), "scheme" => array( "title" => esc_html__("Color scheme", 'trx_utils'), "desc" => wp_kses_data( __("Select color scheme for the section with text", 'trx_utils') ), "value" => "", "type" => "checklist", "options" => lorem_ipsum_books_media_store_get_sc_param('schemes') ), "title" => array( "title" => esc_html__("Title", 'trx_utils'), "desc" => wp_kses_data( __("Title for the block", 'trx_utils') ), "value" => "", "type" => "text" ), "subtitle" => array( "title" => esc_html__("Subtitle", 'trx_utils'), "desc" => wp_kses_data( __("Subtitle for the block", 'trx_utils') ), "value" => "", "type" => "text" ), "description" => array( "title" => esc_html__("Description", 'trx_utils'), "desc" => wp_kses_data( __("Short description for the block", 'trx_utils') ), "value" => "", "type" => "textarea" ), "link" => array( "title" => esc_html__("Button URL", 'trx_utils'), "desc" => wp_kses_data( __("Link URL for the button at the bottom of the block", 'trx_utils') ), "value" => "", "type" => "text" ), "link_caption" => array( "title" => esc_html__("Button caption", 'trx_utils'), "desc" => wp_kses_data( __("Caption for the button at the bottom of the block", 'trx_utils') ), "value" => "", "type" => "text" ), "width" => lorem_ipsum_books_media_store_shortcodes_width(), "height" => lorem_ipsum_books_media_store_shortcodes_height(), "top" => lorem_ipsum_books_media_store_get_sc_param('top'), "bottom" => lorem_ipsum_books_media_store_get_sc_param('bottom'), "left" => lorem_ipsum_books_media_store_get_sc_param('left'), "right" => lorem_ipsum_books_media_store_get_sc_param('right'), "id" => lorem_ipsum_books_media_store_get_sc_param('id'), "class" => lorem_ipsum_books_media_store_get_sc_param('class'), "animation" => lorem_ipsum_books_media_store_get_sc_param('animation'), "css" => lorem_ipsum_books_media_store_get_sc_param('css') ) )); } } /* Register shortcode in the VC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'lorem_ipsum_books_media_store_sc_promo_reg_shortcodes_vc' ) ) { //add_action('lorem_ipsum_books_media_store_action_shortcodes_list_vc', 'lorem_ipsum_books_media_store_sc_promo_reg_shortcodes_vc'); function lorem_ipsum_books_media_store_sc_promo_reg_shortcodes_vc() { vc_map( array( "base" => "trx_promo", "name" => esc_html__("Promo", 'trx_utils'), "description" => wp_kses_data( __("Insert promo block", 'trx_utils') ), "category" => esc_html__('Content', 'trx_utils'), 'icon' => 'icon_trx_promo', "class" => "trx_sc_collection trx_sc_promo", "content_element" => true, "is_container" => true, "show_settings_on_create" => true, "params" => array( array( "param_name" => "style", "heading" => esc_html__("Block style", 'trx_utils'), "desc" => wp_kses_data( __("Select style of this promo block", 'trx_utils') ), "admin_label" => true, "class" => "", "std" => 1, "value" => array_flip(lorem_ipsum_books_media_store_get_list_styles(1, 2)), "type" => "dropdown" ), array( "param_name" => "align", "heading" => esc_html__("Alignment of the promo block", 'trx_utils'), "description" => wp_kses_data( __("Align whole promo block to left or right side of the page or parent container", 'trx_utils') ), "class" => "", "std" => 'none', "value" => array_flip(lorem_ipsum_books_media_store_get_sc_param('float')), "type" => "dropdown" ), array( "param_name" => "size", "heading" => esc_html__("Size of the promo block", 'trx_utils'), "description" => wp_kses_data( __("Size of the promo block: large - one in the row, small - insize two or greater columns", 'trx_utils') ), "class" => "", "value" => array(esc_html__('Use small block', 'trx_utils') => 'small'), "type" => "checkbox" ), array( "param_name" => "image", "heading" => esc_html__("Image URL", 'trx_utils'), "description" => wp_kses_data( __("Select the promo image from the library for this section", 'trx_utils') ), "class" => "", "value" => "", "type" => "attach_image" ), array( "param_name" => "image_position", "heading" => esc_html__("Image position", 'trx_utils'), "description" => wp_kses_data( __("Place the image to the left or to the right from the text block", 'trx_utils') ), "class" => "", "std" => 'left', "value" => array_flip(lorem_ipsum_books_media_store_get_sc_param('hpos')), "type" => "dropdown" ), array( "param_name" => "image_width", "heading" => esc_html__("Image width", 'trx_utils'), "description" => wp_kses_data( __("Width (in pixels or percents) of the block with image", 'trx_utils') ), 'dependency' => array( 'element' => 'style', 'value' => 1 ), "value" => '', "std" => "50%", "type" => "textfield" ), array( "param_name" => "text_margins", "heading" => esc_html__("Text margins", 'trx_utils'), "description" => wp_kses_data( __("Margins for the all sides of the text block (Example: 30px 10px 40px 30px = top right botton left OR 30px = equal for all sides)", 'trx_utils') ), "value" => '', "type" => "textfield" ), array( "param_name" => "text_align", "heading" => esc_html__("Text alignment", 'trx_utils'), "description" => wp_kses_data( __("Align text to the left or to the right side inside the block", 'trx_utils') ), "class" => "", "std" => 'left', "value" => array_flip(lorem_ipsum_books_media_store_get_sc_param('align')), "type" => "dropdown" ), array( "param_name" => "scheme", "heading" => esc_html__("Color scheme", 'trx_utils'), "description" => wp_kses_data( __("Select color scheme for the section with text", 'trx_utils') ), "class" => "", "value" => array_flip(lorem_ipsum_books_media_store_get_sc_param('schemes')), "type" => "dropdown" ), array( "param_name" => "title", "heading" => esc_html__("Title", 'trx_utils'), "description" => wp_kses_data( __("Title for the block", 'trx_utils') ), "admin_label" => true, "group" => esc_html__('Captions', 'trx_utils'), "class" => "", "value" => "", "type" => "textfield" ), array( "param_name" => "subtitle", "heading" => esc_html__("Subtitle", 'trx_utils'), "description" => wp_kses_data( __("Subtitle for the block", 'trx_utils') ), "group" => esc_html__('Captions', 'trx_utils'), "class" => "", "value" => "", "type" => "textfield" ), array( "param_name" => "description", "heading" => esc_html__("Description", 'trx_utils'), "description" => wp_kses_data( __("Description for the block", 'trx_utils') ), "group" => esc_html__('Captions', 'trx_utils'), "class" => "", "value" => "", "type" => "textarea" ), array( "param_name" => "link", "heading" => esc_html__("Button URL", 'trx_utils'), "description" => wp_kses_data( __("Link URL for the button at the bottom of the block", 'trx_utils') ), "group" => esc_html__('Captions', 'trx_utils'), "class" => "", "value" => "", "type" => "textfield" ), array( "param_name" => "link_caption", "heading" => esc_html__("Button caption", 'trx_utils'), "description" => wp_kses_data( __("Caption for the button at the bottom of the block", 'trx_utils') ), "group" => esc_html__('Captions', 'trx_utils'), "class" => "", "value" => "", "type" => "textfield" ), lorem_ipsum_books_media_store_get_vc_param('id'), lorem_ipsum_books_media_store_get_vc_param('class'), lorem_ipsum_books_media_store_get_vc_param('animation'), lorem_ipsum_books_media_store_get_vc_param('css'), lorem_ipsum_books_media_store_vc_width(), lorem_ipsum_books_media_store_vc_height(), lorem_ipsum_books_media_store_get_vc_param('margin_top'), lorem_ipsum_books_media_store_get_vc_param('margin_bottom'), lorem_ipsum_books_media_store_get_vc_param('margin_left'), lorem_ipsum_books_media_store_get_vc_param('margin_right') ) ) ); class WPBakeryShortCode_Trx_Promo extends Lorem_Ipsum_Books_Media_Store_VC_ShortCodeCollection {} } } ?>