PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.0.2
ShopBuilder – WooCommerce Builder For Elementor v2.0.2
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Elementor/Widgets/Controls/TableSettings.php +10 -10 2.1.12.0.2 View file →
@@ -58,9 +58,9 @@
58 58 'table_header_label' => [
59 59 'type' => 'html',
60 60 'raw' => sprintf(
61 61 '<h3 class="rtsb-elementor-group-heading">%s</h3>',
62 - esc_html__( 'Table Heading', 'shopbuilder' )
62 + esc_html__( 'Table Heading', 'shopbuilder-pro' )
63 63 ),
64 64 'content_classes' => 'elementor-panel-heading-title',
65 65 'separator' => 'default',
66 66 ],
@@ -66,14 +66,14 @@
66 66 ],
67 67 'table_header_typo' => [
68 68 'mode' => 'group',
69 69 'type' => 'typography',
70 - 'label' => esc_html__( 'Typography', 'shopbuilder' ),
70 + 'label' => esc_html__( 'Typography', 'shopbuilder-pro' ),
71 71 'selector' => $widget->selectors['table_header_typo'],
72 72 ],
73 73 'table_header_align' => [
74 74 'mode' => 'responsive',
75 - 'label' => esc_html__( 'Alignment', 'shopbuilder' ),
75 + 'label' => esc_html__( 'Alignment', 'shopbuilder-pro' ),
76 76 'type' => 'choose',
77 77 'options' => ControlHelper::alignment(),
78 78 'selectors' => [
79 79 $widget->selectors['table_header_align'] => 'text-align: {{VALUE}}!important;',
@@ -79,9 +79,9 @@
79 79 $widget->selectors['table_header_align'] => 'text-align: {{VALUE}}!important;',
80 80 ],
81 81 ],
82 82 'table_header_color' => [
83 - 'label' => esc_html__( 'Color', 'shopbuilder' ),
83 + 'label' => esc_html__( 'Color', 'shopbuilder-pro' ),
84 84 'type' => 'color',
85 85 'selectors' => [
86 86 $widget->selectors['table_header_color'] => 'color: {{VALUE}} !important;',
87 87 ],
@@ -86,9 +86,9 @@
86 86 $widget->selectors['table_header_color'] => 'color: {{VALUE}} !important;',
87 87 ],
88 88 ],
89 89 'table_header_bg_color' => [
90 - 'label' => esc_html__( 'Background', 'shopbuilder' ),
90 + 'label' => esc_html__( 'Background', 'shopbuilder-pro' ),
91 91 'type' => 'color',
92 92 'selectors' => [
93 93 $widget->selectors['table_header_bg_color'] => 'background-color: {{VALUE}} !important;',
94 94 ],
@@ -96,9 +96,9 @@
96 96 'table_items_label' => [
97 97 'type' => 'html',
98 98 'raw' => sprintf(
99 99 '<h3 class="rtsb-elementor-group-heading">%s</h3>',
100 - esc_html__( 'Table Items', 'shopbuilder' )
100 + esc_html__( 'Table Items', 'shopbuilder-pro' )
101 101 ),
102 102 'content_classes' => 'elementor-panel-heading-title',
103 103 'separator' => 'default',
104 104 ],
@@ -104,14 +104,14 @@
104 104 ],
105 105 'table_item_typo' => [
106 106 'mode' => 'group',
107 107 'type' => 'typography',
108 - 'label' => esc_html__( 'Typography', 'shopbuilder' ),
108 + 'label' => esc_html__( 'Typography', 'shopbuilder-pro' ),
109 109 'selector' => $widget->selectors['table_item_typo'],
110 110 ],
111 111 'table_item_align' => [
112 112 'mode' => 'responsive',
113 - 'label' => esc_html__( 'Alignment', 'shopbuilder' ),
113 + 'label' => esc_html__( 'Alignment', 'shopbuilder-pro' ),
114 114 'type' => 'choose',
115 115 'options' => ControlHelper::alignment(),
116 116 'selectors' => [
117 117 $widget->selectors['table_item_align'] => 'text-align: {{VALUE}}!important;',
@@ -117,9 +117,9 @@
117 117 $widget->selectors['table_item_align'] => 'text-align: {{VALUE}}!important;',
118 118 ],
119 119 ],
120 120 'table_item_color' => [
121 - 'label' => esc_html__( 'Color', 'shopbuilder' ),
121 + 'label' => esc_html__( 'Color', 'shopbuilder-pro' ),
122 122 'type' => 'color',
123 123 'selectors' => [
124 124 $widget->selectors['table_item_color'] => 'color: {{VALUE}} !important;',
125 125 ],
@@ -124,9 +124,9 @@
124 124 $widget->selectors['table_item_color'] => 'color: {{VALUE}} !important;',
125 125 ],
126 126 ],
127 127 'table_item_bg_color' => [
128 - 'label' => esc_html__( 'Background', 'shopbuilder' ),
128 + 'label' => esc_html__( 'Background', 'shopbuilder-pro' ),
129 129 'type' => 'color',
130 130 'selectors' => [
131 131 $widget->selectors['table_item_bg_color'] => 'background-color: {{VALUE}} !important;',
132 132 ],