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/Helper/ControlHelper.php +37 -38 2.0.32.0.2 View file →
@@ -109,19 +109,19 @@
109 109 'title' => esc_html__( 'Grid Layout 3', 'shopbuilder' ),
110 110 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-03.png' ) ),
111 111 'is_pro' => $status,
112 112 ],
113 - 'grid-layout4' => [
114 - 'title' => esc_html__( 'Grid Layout 4', 'shopbuilder' ),
115 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-02.png' ) ),
116 - 'is_pro' => $status,
117 - ],
118 - 'grid-layout5' => [
119 - 'title' => esc_html__( 'Grid Layout 5', 'shopbuilder' ),
120 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ),
121 - 'is_pro' => $status,
122 - ],
123 -
113 + // TODO: Will be activated later.
114 +// 'grid-layout4' => [
115 +// 'title' => esc_html__( 'Grid Layout 4', 'shopbuilder' ),
116 +// 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-02.png' ) ),
117 +// 'is_pro' => $status,
118 +// ],
119 +// 'grid-layout5' => [
120 +// 'title' => esc_html__( 'Grid Layout 5', 'shopbuilder' ),
121 +// 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ),
122 +// 'is_pro' => $status,
123 +// ],
124 124 ]
125 125 );
126 126 }
127 127
@@ -174,25 +174,26 @@
174 174 'title' => esc_html__( 'Slider Layout 2', 'shopbuilder' ),
175 175 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-Layout-2.png' ) ),
176 176 ],
177 177
178 - 'slider-layout3' => [
179 - 'title' => esc_html__( 'Slider Layout 3', 'shopbuilder' ),
180 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-03.png' ) ),
181 - 'is_pro' => $status,
182 - ],
183 -
184 - 'slider-layout4' => [
185 - 'title' => esc_html__( 'Slider Layout 4', 'shopbuilder' ),
186 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-02.png' ) ),
187 - 'is_pro' => $status,
188 - ],
189 -
190 - 'slider-layout5' => [
191 - 'title' => esc_html__( 'Slider Layout 5', 'shopbuilder' ),
192 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ),
193 - 'is_pro' => $status,
194 - ],
178 + // TODO: Will be activated later.
179 + // 'slider-layout3' => [
180 + // 'title' => esc_html__( 'Slider Layout 3', 'shopbuilder' ),
181 + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-03.png' ) ),
182 + // 'is_pro' => $status,
183 + // ],
184 + //
185 + // 'slider-layout4' => [
186 + // 'title' => esc_html__( 'Slider Layout 4', 'shopbuilder' ),
187 + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-02.png' ) ),
188 + // 'is_pro' => $status,
189 + // ],
190 + //
191 + // 'slider-layout5' => [
192 + // 'title' => esc_html__( 'Slider Layout 5', 'shopbuilder' ),
193 + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-01.png' ) ),
194 + // 'is_pro' => $status,
195 + // ],
195 196 ]
196 197 );
197 198 }
198 199
@@ -210,27 +211,25 @@
210 211 'list-layout1' => [
211 212 'title' => esc_html__( 'List Layout 1', 'shopbuilder' ),
212 213 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-Layout-1.png' ) ),
213 214 ],
215 +
214 216 'list-layout2' => [
215 217 'title' => esc_html__( 'List Layout 2', 'shopbuilder' ),
216 218 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-Layout-2.png' ) ),
217 219 ],
220 +
218 221 'list-layout3' => [
219 222 'title' => esc_html__( 'List Layout 3', 'shopbuilder' ),
220 223 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-02.png' ) ),
221 224 'is_pro' => $status,
222 225 ],
223 - 'list-layout4' => [
224 - 'title' => esc_html__( 'List Layout 4', 'shopbuilder' ),
225 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-01.png' ) ),
226 - 'is_pro' => $status,
227 - ],
228 - 'list-layout5' => [
229 - 'title' => esc_html__( 'List Layout 5', 'shopbuilder' ),
230 - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-01.png' ) ),
231 - 'is_pro' => $status,
232 - ],
226 + // TODO: Will be activated later.
227 + // 'list-layout4' => [
228 + // 'title' => esc_html__( 'List Layout 4', 'shopbuilder' ),
229 + // 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/list-style-01.png' ) ),
230 + // 'is_pro' => $status,
231 + // ],
233 232 ]
234 233 );
235 234 }
236 235