PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
themify-builder-pro
/
modules
<?php if (!defined('ABSPATH')) exit; // Exit if accessed directly /** * Module Name: Cart Icon * Description: */ class TB_Cart_Icon_Module extends Themify_Builder_Component_Module { public static function is_available():bool{ return themify_is_woocommerce_active(); } public static function get_module_name():string { return __('Cart Icon', 'tbp'); } public static function get_module_icon():string { return 'shopping-cart'; } public static function get_js_css():array{ return array( 'ver' => TBP_VER, 'css' => TBP_WC_CSS_MODULES . 'cart-icon', 'async' => true, 'js' => TBP_JS_MODULES . 'cart-icon' ); } /** * Render plain content for static content. */ public static function get_static_content(array $module):string { return ''; } public function __construct() {//backward if (method_exists('Themify_Builder_Model', 'add_module')) { parent::__construct('cart-icon'); } else {//backward parent::__construct(array( 'name' => $this->get_name(), 'slug' => 'cart-icon', 'category' => $this->get_group() )); } } public function get_name() {//backward return self::get_module_name(); } public function get_icon() {//backward return self::get_module_icon(); } public function get_assets() {//backward return self::get_js_css(); } public function get_styling() {//backward $general = array( // Background self::get_expand('bg', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_image('', 'b_i', 'bg_c', 'b_r', 'b_p') ) ), 'h' => array( 'options' => array( self::get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h') ) ) )) )), // Font self::get_expand('f', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_font_family('', 'f_f_g'), self::get_color_type(array('', ' .tbp_shop_cart_icon:before'), '', 'f_c_t_g', 'f_c_g', 'f_g_c_g'), self::get_font_size(array('', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_s_g', ''), self::get_line_height('', 'l_h_g'), self::get_letter_spacing('', 'l_s_g'), self::get_text_align('', 'g_t_a'), self::get_text_transform('', 't_t_g'), self::get_font_style('', 'f_st_g', 'f_w_g'), self::get_text_decoration('', 't_d_r_g'), self::get_text_shadow('', 't_sh_g', 'h'), ) ), 'h' => array( 'options' => array( self::get_font_family('', 'f_f_g_h'), self::get_color_type(array('', ' .tbp_shop_cart_icon:before'), '', 'f_c_t_g_h', 'f_c_g_h', 'f_g_c_g_h'), self::get_font_size('', 'f_s_g', '', 'h'), self::get_font_style('', 'f_st_g', 'f_w_g', 'h'), self::get_text_decoration('', 't_d_r_g', 'h'), self::get_text_shadow('', 't_sh_g', 'h'), ) ) )) )), // Link self::get_expand('l', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(' a', 'l_c'), self::get_text_decoration(' a', 't_d_l') ) ), 'h' => array( 'options' => array( self::get_color(' a', 'l_c', null, null, 'hover'), self::get_text_decoration(' a', 't_d_l', 'h') ) ) )) )), // Padding self::get_expand('p', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_padding('', 'p') ) ), 'h' => array( 'options' => array( self::get_padding('', 'p', 'h') ) ) )) )), // Margin self::get_expand('m', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_margin('', 'm') ) ), 'h' => array( 'options' => array( self::get_margin('', 'm', 'h') ) ) )) )), // Border self::get_expand('b', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border('', 'b') ) ), 'h' => array( 'options' => array( self::get_border('', 'b', 'h') ) ) )) )), // Filter self::get_expand('f_l', array( self::get_tab(array( 'n' => array( 'options' => count($a = self::get_blend('', 'fl')) > 2 ? array($a) : $a ), 'h' => array( 'options' => count($a = self::get_blend('', 'fl_h', 'h')) > 2 ? array($a + array('ishover' => true)) : $a ) )) ) ), // Width self::get_expand('w', array( self::get_width('', 'w') )), // Rounded Corners self::get_expand('r_c', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border_radius('', 'r_c') ) ), 'h' => array( 'options' => array( self::get_border_radius('', 'r_c', 'h') ) ) )) )), // Shadow self::get_expand('sh', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_box_shadow('', 'sh') ) ), 'h' => array( 'options' => array( self::get_box_shadow('', 'sh', 'h') ) ) )) )), // Position self::get_expand('po', array(self::get_css_position())), // Display self::get_expand('disp', self::get_display()) ); $sub_total = array( // Background self::get_expand('bg', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(' .woocommerce-Price-amount', 'b_c_c_s_t', 'bg_c', 'background-color') ) ), 'h' => array( 'options' => array( self::get_color(' .woocommerce-Price-amount', 'b_c_c_s_t', 'bg_c', 'background-color', 'h') ) ) )) )), // Font self::get_expand('f', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_font_family(' .woocommerce-Price-amount', 'f_f_c_s_t'), self::get_color(' .woocommerce-Price-amount', 'f_c_c_s_t'), self::get_font_size(' .woocommerce-Price-amount', 'f_s_c_s_t'), self::get_letter_spacing(' .woocommerce-Price-amount', 'l_s_c_s_t'), self::get_line_height(' .woocommerce-Price-amount', 'l_h_c_s_t'), self::get_font_style(' .woocommerce-Price-amount', 'f_st_c_s_t', 'f_w_c_s_t'), self::get_text_shadow(' .woocommerce-Price-amount', 't_sh_c_s_t'), ) ), 'h' => array( 'options' => array( self::get_font_family(' .woocommerce-Price-amount', 'f_f_c_s_t', 'h'), self::get_color(' .woocommerce-Price-amount', 'f_c_c_s_t', null, null, 'h'), self::get_font_size(' .woocommerce-Price-amount', 'f_s_c_s_t', 'h'), self::get_font_style(' .woocommerce-Price-amount', 'f_st_c_s_t', 'f_w_c_s_t', 'h'), self::get_text_shadow(' .woocommerce-Price-amount', 't_sh_c_s_t', 'h'), ) ) )) )), // Padding self::get_expand('p', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_padding(' .woocommerce-Price-amount', 'p_c_s_t') ) ), 'h' => array( 'options' => array( self::get_padding(' .woocommerce-Price-amount', 'p_c_s_t', 'h') ) ) )) )), // Margin self::get_expand('m', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_margin(' .woocommerce-Price-amount', 'm_c_s_t'), ) ), 'h' => array( 'options' => array( self::get_margin(' .woocommerce-Price-amount', 'm_c_s_t', 'h'), ) ) )) )), // Border self::get_expand('b', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border(' .woocommerce-Price-amount', 'b_c_s_t') ) ), 'h' => array( 'options' => array( self::get_border(' .woocommerce-Price-amount', 'b_c_s_t', 'h') ) ) )) )), // Rounded Corners self::get_expand('r_c', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border_radius(' .woocommerce-Price-amount', 'r_c_c_s_t') ) ), 'h' => array( 'options' => array( self::get_border_radius(' .woocommerce-Price-amount', 'r_c_c_s_t', 'h') ) ) )) )), // Shadow self::get_expand('sh', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_box_shadow(' .woocommerce-Price-amount', 'sh_c_s_t') ) ), 'h' => array( 'options' => array( self::get_box_shadow(' .woocommerce-Price-amount', 'sh_c_s_t', 'h') ) ) )) )), ); $icon = array( // Background self::get_expand('bg', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(' .tbp_shop_cart_icon', 'b_c_c_i_i', 'bg_c', 'background-color') ) ), 'h' => array( 'options' => array( self::get_color(' .tbp_shop_cart_icon', 'b_c_c_i_i', 'bg_c', 'background-color', 'h') ) ) )) )), // Font self::get_expand('f', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(array(' .tbp_shop_cart_icon', ' .tbp_shop_cart_icon:before'), 'f_c_c_i_i'), self::get_font_size(' .tbp_shop_cart_icon', 'f_s_c_i_i'), ) ), 'h' => array( 'options' => array( self::get_color(array(' .tbp_shop_cart_icon', ' .tbp_shop_cart_icon:before'), 'f_c_c_i_i', null, null, 'h'), self::get_font_size(' .tbp_shop_cart_icon', 'f_s_c_i_i', '', 'h'), ) ) )) )), // Padding self::get_expand('p', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_padding(' .tbp_shop_cart_icon', 'p_c_i_i') ) ), 'h' => array( 'options' => array( self::get_padding(' .tbp_shop_cart_icon', 'p_c_i_i', 'h') ) ) )) )), // Margin self::get_expand('m', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_margin(' .tbp_shop_cart_icon', 'm_c_i_i'), ) ), 'h' => array( 'options' => array( self::get_margin(' .tbp_shop_cart_icon', 'm_c_i_i', 'h'), ) ) )) )), // Border self::get_expand('b', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border(' .tbp_shop_cart_icon', 'b_c_i_i') ) ), 'h' => array( 'options' => array( self::get_border(' .tbp_shop_cart_icon', 'b_c_i_i', 'h') ) ) )) )), // Rounded Corners self::get_expand('r_c', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border_radius(' .tbp_shop_cart_icon', 'r_c_c_i_i') ) ), 'h' => array( 'options' => array( self::get_border_radius(' .tbp_shop_cart_icon', 'r_c_c_i_i', 'h') ) ) )) )), // Shadow self::get_expand('sh', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_box_shadow(' .tbp_shop_cart_icon', 'sh_c_i_i') ) ), 'h' => array( 'options' => array( self::get_box_shadow(' .tbp_shop_cart_icon', 'sh_c_i_i', 'h') ) ) )) )), ); $bubble = array( // Background self::get_expand('bg', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(' .tbp_cart_count', 'b_c_c_i_b', 'bg_c', 'background-color') ) ), 'h' => array( 'options' => array( self::get_color(' .tbp_cart_count', 'b_c_c_i_b', 'bg_c', 'background-color', 'h') ) ) )) )), // Font self::get_expand('f', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_font_family(' .tbp_cart_count', 'f_f_c_i_b'), self::get_color(' .tbp_cart_count', 'f_c_c_i_b'), self::get_font_size(' .tbp_cart_count', 'f_s_c_i_b'), self::get_letter_spacing(' .tbp_cart_count', 'l_s_c_i_b'), self::get_line_height(' .tbp_cart_count', 'l_h_c_i_b'), self::get_font_style(' .tbp_cart_count', 'f_st_c_i_b', 'f_w_c_i_b'), self::get_text_shadow(' .tbp_cart_count', 't_sh_c_i_b'), ) ), 'h' => array( 'options' => array( self::get_font_family(' .tbp_cart_count', 'f_f_c_i_b', 'h'), self::get_color(' .tbp_cart_count', 'f_c_c_i_b', null, null, 'h'), self::get_font_size(' .tbp_cart_count', 'f_s_c_i_b', '', 'h'), self::get_font_style(' .tbp_cart_count', 'f_st_c_i_b', 'f_w_c_i_b', 'h'), self::get_text_shadow(' .tbp_cart_count', 't_sh_c_i_b', 'h'), ) ) )) )), // Padding self::get_expand('p', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_padding(' .tbp_cart_count', 'p_c_i_b') ) ), 'h' => array( 'options' => array( self::get_padding(' .tbp_cart_count', 'p_c_i_b', 'h') ) ) )) )), // Margin self::get_expand('m', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_margin(' .tbp_cart_count', 'm_c_i_b'), ) ), 'h' => array( 'options' => array( self::get_margin(' .tbp_cart_count', 'm_c_i_b', 'h'), ) ) )) )), // Border self::get_expand('b', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border(' .tbp_cart_count', 'b_c_i_b') ) ), 'h' => array( 'options' => array( self::get_border(' .tbp_cart_count', 'b_c_i_b', 'h') ) ) )) )), // Rounded Corners self::get_expand('r_c', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_border_radius(' .tbp_cart_count', 'r_c_c_i_b') ) ), 'h' => array( 'options' => array( self::get_border_radius(' .tbp_cart_count', 'r_c_c_i_b', 'h') ) ) )) )), // Shadow self::get_expand('sh', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_box_shadow(' .tbp_cart_count', 'sh_c_i_b') ) ), 'h' => array( 'options' => array( self::get_box_shadow(' .tbp_cart_count', 'sh_c_i_b', 'h') ) ) )) )), ); $cart_panel = array( // Background self::get_expand('panel', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_image(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'b_i', 'bg_c', 'b_r', 'b_p'), self::get_padding(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'p_c_p'), self::get_margin(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'm_c_p'), self::get_border(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_wrap'), 'b_c_p'), self::get_border_radius(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'r_c_c_p'), self::get_box_shadow(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_wrap'), 'sh_c_p') ) ), 'h' => array( 'options' => array( self::get_image(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'b_i', 'bg_c', 'b_r', 'b_p', 'h'), self::get_padding(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'p_c_p', 'h'), self::get_margin(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'm_c_p', 'h'), self::get_border(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_wrap'), 'b_c_p', 'h'), self::get_border_radius(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list'), 'r_c_c_p', 'h'), self::get_box_shadow(array(' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_wrap'), 'sh_c_p', 'h') ) ) )) )), // Font self::get_expand('f', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_font_family(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_f_c_p'), self::get_color(' .tbp_cart_wrap', 'f_c_c_p'), self::get_font_size(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_s_c_p'), self::get_letter_spacing(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'l_s_c_p'), self::get_line_height(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'l_h_c_p'), self::get_font_style(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_st_c_p', 'f_w_c_p'), self::get_text_shadow(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 't_sh_c_p'), ) ), 'h' => array( 'options' => array( self::get_font_family(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_f_c_p', 'h'), self::get_color(' .tbp_cart_wrap', 'f_c_c_p', null, null, 'h'), self::get_font_size(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_s_c_p', '', 'h'), self::get_font_style(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 'f_st_c_p', 'f_w_c_p', 'h'), self::get_text_shadow(array(' .tbp_cart_wrap', ' .tbp_cart_wrap .tbp_cart_product .tbp_cart_title'), 't_sh_c_p', 'h'), ) ) )) )), // Link self::get_expand('l', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(' .tbp_cart_wrap .tbp_cart_list a', 'c_c_p_l'), self::get_font_style(' .tbp_cart_wrap .tbp_cart_list a', 'f_st_c_p_l', 'f_w_c_p_l'), self::get_text_decoration(' .tbp_cart_wrap .tbp_cart_list a', 't_d_l') ) ), 'h' => array( 'options' => array( self::get_color(' .tbp_cart_wrap .tbp_cart_list a', 'c_c_p_l_h', null, null, 'hover'), self::get_font_style(' .tbp_cart_wrap .tbp_cart_list a', 'f_st_c_p_l', 'f_w_c_p_l', 'h'), self::get_text_decoration(' .tbp_cart_wrap .tbp_cart_list a', 't_d_l', 'h') ) ) )) )), // Cart Panel Button self::get_expand('btn', array( self::get_tab(array( 'n' => array( 'options' => array( self::get_color(' .tbp_cart_wrap button', 'bc_c_c_p_b', 'bg_c', 'background-color'), self::get_color(' .tbp_cart_wrap button', 'c_c_p_b'), self::get_font_family(' .tbp_cart_wrap button', 'f_f_c_p_b'), self::get_font_size(' .tbp_cart_wrap button', 'f_s_c_p_b'), self::get_letter_spacing(' .tbp_cart_wrap button', 'l_s_c_p_b'), self::get_line_height(' .tbp_cart_wrap button', 'l_h_c_p_b'), self::get_font_style(' .tbp_cart_wrap button', 'f_st_c_p_b', 'f_w_c_p_b'), self::get_text_shadow(' .tbp_cart_wrap button', 't_sh_c_p_b'), self::get_padding(' .tbp_cart_wrap button', 'p_c_p_b'), self::get_margin(' .tbp_cart_wrap button', 'm_c_p_b'), self::get_border(' .tbp_cart_wrap button', 'b_c_p_b'), self::get_border_radius(' .tbp_cart_wrap button', 'r_c_c_p_b'), self::get_box_shadow(' .tbp_cart_wrap button', 'sh_c_p_b') ) ), 'h' => array( 'options' => array( self::get_color(' .tbp_cart_wrap button:hover', 'bc_c_c_p_b_h', 'bg_c', 'background-color', null, 'h'), self::get_color(' .tbp_cart_wrap button', 'c_c_p_b_h', null, null, 'h'), self::get_font_family(' .tbp_cart_wrap button', 'f_f_c_p_b', 'h'), self::get_font_size(' .tbp_cart_wrap button', 'f_s_c_p_b', '', 'h'), self::get_font_style(' .tbp_cart_wrap button', 'f_st_c_p_b', 'f_w_c_p', 'h'), self::get_text_shadow(' .tbp_cart_wrap button', 't_sh_c_p_b', 'h'), self::get_padding(' .tbp_cart_wrap button', 'p_c_p_b', 'h'), self::get_margin(' .tbp_cart_wrap button', 'm_c_p_b', 'h'), self::get_border(' .tbp_cart_wrap button', 'b_c_p_b', 'h'), self::get_border_radius(' .tbp_cart_wrap button', 'r_c_c_p_b', 'h'), self::get_box_shadow(' .tbp_cart_wrap button', 'sh_c_p_b', 'h') ) ) )), )) ); return array( 'type' => 'tabs', 'options' => array( 'g' => array( 'options' => $general ), 'tbp_stotal' => array( 'options' => $sub_total ), 'icon' => array( 'options' => $icon ), 'tbp_bubl' => array( 'options' => $bubble ), 'tbp_cpanel' => array( 'options' => $cart_panel ) ) ); } public static function get_styling_image_fields() : array { return [ 'b_i' => [ ' .tbp_slide_cart', '.tbp_cart_icon_style_dropdown .tbp_cart_list' ] ]; } } if (!method_exists( 'Themify_Builder_Component_Module', 'get_module_class' ) && TB_Cart_Icon_Module::is_available()) { if (method_exists('Themify_Builder_Model', 'add_module')) { new TB_Cart_Icon_Module(); } else { Themify_Builder_Model::register_module('TB_Cart_Icon_Module'); } }
[+]
..
[-] module-checkout-information.php
[edit]
[-] module-related-posts.php
[edit]
[-] module-advanced-posts.php
[edit]
[-] module-breadcrumbs.php
[edit]
[-] module-site-logo.php
[edit]
[-] module-taxonomy.php
[edit]
[-] module-post-title.php
[edit]
[-] module-checkout-review.php
[edit]
[-] module-checkout-payment.php
[edit]
[-] module-search-form.php
[edit]
[-] module-comments.php
[edit]
[-] module-author-info.php
[edit]
[-] module-wishlist-icon.php
[edit]
[-] module-cart-items.php
[edit]
[-] module-product-title.php
[edit]
[-] module-archive-image.php
[edit]
[-] module-product-taxonomy.php
[edit]
[-] module-product-description.php
[edit]
[-] module-add-to-cart.php
[edit]
[-] module-product-stock-status.php
[edit]
[-] module-checkout-coupon.php
[edit]
[-] module-cart-totals.php
[edit]
[-] module-woocommerce-breadcrumb.php
[edit]
[-] module-crosssell-products.php
[edit]
[-] module-archive-products.php
[edit]
[-] module-checkout-billing.php
[edit]
[-] module-post-navigation.php
[edit]
[-] module-ptb-repeater.php
[edit]
[-] module-post-content.php
[edit]
[-] module-product-meta.php
[edit]
[-] module-readtime.php
[edit]
[-] module-wc-notices.php
[edit]
[-] module-upsell-products.php
[edit]
[-] module-cart-icon.php
[edit]
[-] module-checkout-shipping.php
[edit]
[-] module-product-price.php
[edit]
[-] module-acf-repeater.php
[edit]
[-] module-wishlist-link.php
[edit]
[-] module-related-products.php
[edit]
[-] module-advanced-products.php
[edit]
[-] module-stats.php
[edit]
[-] module-archive-posts.php
[edit]
[-] module-archive-title.php
[edit]
[-] module-archive-description.php
[edit]
[-] module-site-tagline.php
[edit]
[-] module-product-image.php
[edit]
[-] module-product-reviews.php
[edit]
[-] module-product-rating.php
[edit]
[-] module-featured-image.php
[edit]
[-] module-post-meta.php
[edit]
[-] module-woocommerce-hook.php
[edit]