Version Description
Fix : Demo Importer bug fix
Download this release
Release Info
Code changes from version 2.0.2 to 2.0.4
- includes/plus_addon.php +4 -4
- includes/theplus_options.php +90 -90
- includes/welcome-page.php +17 -21
- modules/helper-function.php +4 -4
- modules/widgets/tp_accordion.php +1 -1
- modules/widgets/tp_adv_text_block.php +1 -1
- modules/widgets/tp_blockquote.php +1 -1
- modules/widgets/tp_blog_listout.php +1 -1
- modules/widgets/tp_button.php +1 -1
- modules/widgets/tp_caldera_forms.php +1 -1
- modules/widgets/tp_clients_listout.php +1 -1
- modules/widgets/tp_contact_form_7.php +1 -1
- modules/widgets/tp_countdown.php +1 -1
- modules/widgets/tp_everest_form.php +1 -1
- modules/widgets/tp_flip_box.php +1 -1
- modules/widgets/tp_gallery_listout.php +1 -1
- modules/widgets/tp_gravity_form.php +1 -1
- modules/widgets/tp_heading_animation.php +1 -1
- modules/widgets/tp_heading_title.php +1 -1
- modules/widgets/tp_hovercard.php +1 -1
- modules/widgets/tp_info_box.php +1 -1
- modules/widgets/tp_meeting_scheduler.php +1 -1
- modules/widgets/tp_navigation_menu_lite.php +1 -1
- modules/widgets/tp_ninja_form.php +1 -1
- modules/widgets/tp_number_counter.php +1 -1
- modules/widgets/tp_page_scroll.php +1 -1
- modules/widgets/tp_post_search.php +1 -1
- modules/widgets/tp_pricing_table.php +1 -1
- modules/widgets/tp_progress_bar.php +3 -3
- modules/widgets/tp_scroll_navigation.php +1 -1
- modules/widgets/tp_smooth_scroll.php +1 -1
- modules/widgets/tp_social_icon.php +1 -1
- modules/widgets/tp_tabs_tours.php +1 -1
- modules/widgets/tp_team_member_listout.php +1 -1
- modules/widgets/tp_testimonial_listout.php +1 -1
- modules/widgets/tp_video_player.php +1 -1
- modules/widgets/tp_wp_forms.php +1 -1
- readme.txt +129 -121
- theplus_elementor_addon.php +6 -5
includes/plus_addon.php
CHANGED
@@ -11,7 +11,7 @@ function theplus_free_import_data_content(){
|
|
11 |
<div style="text-align:center;">
|
12 |
<img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/plus-design.png" alt="'.esc_attr__('Plus Design','tpebl').'" class="panel-plus-design" />
|
13 |
</div>
|
14 |
-
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/
|
15 |
}
|
16 |
add_action('theplus_free_pro_import_data', 'theplus_free_import_data_content');
|
17 |
|
@@ -20,7 +20,7 @@ function theplus_free_api_connection_data_content(){
|
|
20 |
<div style="text-align:center;">
|
21 |
<img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/extra-options.png" alt="'.esc_attr__('Extra Options','tpebl').'" class="panel-plus-extra-options" />
|
22 |
</div>
|
23 |
-
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/
|
24 |
}
|
25 |
add_action('theplus_free_pro_api_connection_data', 'theplus_free_api_connection_data_content');
|
26 |
|
@@ -29,7 +29,7 @@ function theplus_free_purchase_code_content(){
|
|
29 |
<div style="text-align:center;">
|
30 |
<img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/activate.png" alt="'.esc_attr__('Activate','tpebl').'" class="panel-plus-activate" />
|
31 |
</div>
|
32 |
-
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/
|
33 |
}
|
34 |
add_action('theplus_free_pro_purchase_code', 'theplus_free_purchase_code_content');
|
35 |
|
@@ -38,7 +38,7 @@ function theplus_free_white_label_content(){
|
|
38 |
<div style="text-align:center;">
|
39 |
<img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/white-lable.png" alt="'.esc_attr__('White Lable','tpebl').'" class="panel-plus-white-lable" />
|
40 |
</div>
|
41 |
-
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/
|
42 |
}
|
43 |
add_action('theplus_free_pro_white_label', 'theplus_free_white_label_content');
|
44 |
/*panel start*/
|
11 |
<div style="text-align:center;">
|
12 |
<img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/plus-design.png" alt="'.esc_attr__('Plus Design','tpebl').'" class="panel-plus-design" />
|
13 |
</div>
|
14 |
+
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/plus-design/" target="_blank">Check Plus Design</a></div>';
|
15 |
}
|
16 |
add_action('theplus_free_pro_import_data', 'theplus_free_import_data_content');
|
17 |
|
20 |
<div style="text-align:center;">
|
21 |
<img style="width:75%;" src="'.L_THEPLUS_URL .'assets/images/panel/extra-options.png" alt="'.esc_attr__('Extra Options','tpebl').'" class="panel-plus-extra-options" />
|
22 |
</div>
|
23 |
+
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/plus-extras/" target="_blank">Check Plus Extra Options</a></div>';
|
24 |
}
|
25 |
add_action('theplus_free_pro_api_connection_data', 'theplus_free_api_connection_data_content');
|
26 |
|
29 |
<div style="text-align:center;">
|
30 |
<img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/activate.png" alt="'.esc_attr__('Activate','tpebl').'" class="panel-plus-activate" />
|
31 |
</div>
|
32 |
+
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank">Compare Free vs Pro</a></div>';
|
33 |
}
|
34 |
add_action('theplus_free_pro_purchase_code', 'theplus_free_purchase_code_content');
|
35 |
|
38 |
<div style="text-align:center;">
|
39 |
<img style="width:55%;" src="'.L_THEPLUS_URL .'assets/images/panel/white-lable.png" alt="'.esc_attr__('White Lable','tpebl').'" class="panel-plus-white-lable" />
|
40 |
</div>
|
41 |
+
<div class="tp-pro-note-link"><a href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank">Compare Free vs Pro</a></div>';
|
42 |
}
|
43 |
add_action('theplus_free_pro_white_label', 'theplus_free_white_label_content');
|
44 |
/*panel start*/
|
includes/theplus_options.php
CHANGED
@@ -134,7 +134,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
134 |
$this->widget_lists = [
|
135 |
'tp_accordion' => [
|
136 |
'label' => esc_html__('Accordion','tpebl'),
|
137 |
-
'demoUrl' => 'https://theplusaddons.com/
|
138 |
'docUrl' => '#doc',
|
139 |
'videoUrl' => 'https://www.youtube.com/embed/9wy4Pgs_WcU',
|
140 |
'tag' => 'freemium',
|
@@ -143,7 +143,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
143 |
],
|
144 |
'tp_adv_text_block' => [
|
145 |
'label' => esc_html__('TP Text Block','tpebl'),
|
146 |
-
'demoUrl' => 'https://theplusaddons.com/
|
147 |
'docUrl' => '#doc',
|
148 |
'videoUrl' => 'https://www.youtube.com/embed/SsyUaK_f3pQ',
|
149 |
'tag' => 'free',
|
@@ -152,7 +152,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
152 |
],
|
153 |
'tp_advanced_typography' => [
|
154 |
'label' => esc_html__('Advanced Typography','tpebl'),
|
155 |
-
'demoUrl' => 'https://theplusaddons.com/
|
156 |
'docUrl' => '#doc',
|
157 |
'videoUrl' => 'https://www.youtube.com/embed/_zdX4iGcbtA',
|
158 |
'tag' => 'pro',
|
@@ -161,7 +161,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
161 |
],
|
162 |
'tp_advanced_buttons' => [
|
163 |
'label' => esc_html__('Advanced Buttons','tpebl'),
|
164 |
-
'demoUrl' => 'https://theplusaddons.com/
|
165 |
'docUrl' => '#doc',
|
166 |
'videoUrl' => 'https://www.youtube.com/embed/BxIrCaIRAE0',
|
167 |
'tag' => 'pro',
|
@@ -170,7 +170,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
170 |
],
|
171 |
'tp_shape_divider' => [
|
172 |
'label' => esc_html__('Advanced Separators','tpebl'),
|
173 |
-
'demoUrl' => 'https://theplusaddons.com/
|
174 |
'docUrl' => '#doc',
|
175 |
'videoUrl' => 'https://www.youtube.com/embed/REW41xU0aRg',
|
176 |
'tag' => 'pro',
|
@@ -179,7 +179,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
179 |
],
|
180 |
'tp_advertisement_banner' => [
|
181 |
'label' => esc_html__('Advertisement Banner','tpebl'),
|
182 |
-
'demoUrl' => 'https://theplusaddons.com/
|
183 |
'docUrl' => '#doc',
|
184 |
'videoUrl' => 'https://www.youtube.com/embed/ac9R_tQnh1c',
|
185 |
'tag' => 'pro',
|
@@ -188,7 +188,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
188 |
],
|
189 |
'tp_animated_service_boxes' => [
|
190 |
'label' => esc_html__('Animated Service Boxes','tpebl'),
|
191 |
-
'demoUrl' => 'https://theplusaddons.com/
|
192 |
'docUrl' => '#doc',
|
193 |
'videoUrl' => 'https://www.youtube.com/embed/EZDOPlaO_2Y',
|
194 |
'tag' => 'pro',
|
@@ -197,7 +197,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
197 |
],
|
198 |
'tp_audio_player' => [
|
199 |
'label' => esc_html__('Audio Player','tpebl'),
|
200 |
-
'demoUrl' => 'https://theplusaddons.com
|
201 |
'docUrl' => '#doc',
|
202 |
'videoUrl' => 'https://www.youtube.com/embed/TUNSQWJozfk',
|
203 |
'tag' => 'pro',
|
@@ -206,7 +206,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
206 |
],
|
207 |
'tp_before_after' => [
|
208 |
'label' => esc_html__('Before After','tpebl'),
|
209 |
-
'demoUrl' => 'https://theplusaddons.com/
|
210 |
'docUrl' => '#doc',
|
211 |
'videoUrl' => 'https://www.youtube.com/embed/vi_lRiOeOfc',
|
212 |
'tag' => 'pro',
|
@@ -215,7 +215,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
215 |
],
|
216 |
'tp_blockquote' => [
|
217 |
'label' => esc_html__('Blockquote','tpebl'),
|
218 |
-
'demoUrl' => 'https://theplusaddons.com/
|
219 |
'docUrl' => '#doc',
|
220 |
'videoUrl' => 'https://www.youtube.com/embed/Ma7YtFHXIrs',
|
221 |
'tag' => 'free',
|
@@ -224,7 +224,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
224 |
],
|
225 |
'tp_blog_listout' => [
|
226 |
'label' => esc_html__('Blog Listing','tpebl'),
|
227 |
-
'demoUrl' => 'https://theplusaddons.com/
|
228 |
'docUrl' => '#doc',
|
229 |
'videoUrl' => 'https://www.youtube.com/embed/JeCxbLLEqco',
|
230 |
'tag' => 'freemium',
|
@@ -233,7 +233,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
233 |
],
|
234 |
'tp_breadcrumbs_bar' => [
|
235 |
'label' => esc_html__('Breadcrumbs Bar','tpebl'),
|
236 |
-
'demoUrl' => 'https://theplusaddons.com/
|
237 |
'docUrl' => '#doc',
|
238 |
'videoUrl' => 'https://www.youtube.com/embed/Bzbl0LmNZ1s',
|
239 |
'tag' => 'pro',
|
@@ -242,7 +242,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
242 |
],
|
243 |
'tp_button' => [
|
244 |
'label' => esc_html__('Button','tpebl'),
|
245 |
-
'demoUrl' => 'https://theplusaddons.com/
|
246 |
'docUrl' => '#doc',
|
247 |
'videoUrl' => 'https://www.youtube.com/embed/cuxzApRULv8',
|
248 |
'tag' => 'freemium',
|
@@ -251,7 +251,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
251 |
],
|
252 |
'tp_caldera_forms' => [
|
253 |
'label' => esc_html__('Caldera Forms','tpebl'),
|
254 |
-
'demoUrl' => 'https://theplusaddons.com/
|
255 |
'docUrl' => '#doc',
|
256 |
'videoUrl' => 'https://www.youtube.com/embed/8J8Qg2aMQqs',
|
257 |
'tag' => 'free',
|
@@ -260,7 +260,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
260 |
],
|
261 |
'tp_carousel_anything' => [
|
262 |
'label' => esc_html__('Carousel Anything','tpebl'),
|
263 |
-
'demoUrl' => 'https://theplusaddons.com/
|
264 |
'docUrl' => '#doc',
|
265 |
'videoUrl' => 'https://www.youtube.com/embed/yszLgc0TJPA',
|
266 |
'tag' => 'pro',
|
@@ -269,7 +269,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
269 |
],
|
270 |
'tp_carousel_remote' => [
|
271 |
'label' => esc_html__('Carousel Remote','tpebl'),
|
272 |
-
'demoUrl' => 'https://theplusaddons.com/
|
273 |
'docUrl' => '#doc',
|
274 |
'videoUrl' => 'https://www.youtube.com/embed/gSsIVufNAr4',
|
275 |
'tag' => 'pro',
|
@@ -278,7 +278,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
278 |
],
|
279 |
'tp_cascading_image' => [
|
280 |
'label' => esc_html__('Cascading Image','tpebl'),
|
281 |
-
'demoUrl' => 'https://theplusaddons.com/
|
282 |
'docUrl' => '#doc',
|
283 |
'videoUrl' => 'https://www.youtube.com/embed/lnPIIOvAWhY',
|
284 |
'tag' => 'pro',
|
@@ -287,7 +287,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
287 |
],
|
288 |
'tp_chart' => [
|
289 |
'label' => esc_html__('Chart','tpebl'),
|
290 |
-
'demoUrl' => 'https://theplusaddons.com/
|
291 |
'docUrl' => '#doc',
|
292 |
'videoUrl' => 'https://www.youtube.com/embed/2kDLRWNj3r8',
|
293 |
'tag' => 'pro',
|
@@ -296,7 +296,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
296 |
],
|
297 |
'tp_circle_menu' => [
|
298 |
'label' => esc_html__('Circle Menu','tpebl'),
|
299 |
-
'demoUrl' => 'https://theplusaddons.com/
|
300 |
'docUrl' => '#doc',
|
301 |
'videoUrl' => 'https://www.youtube.com/embed/eYdFGdThs6A',
|
302 |
'tag' => 'pro',
|
@@ -305,7 +305,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
305 |
],
|
306 |
'tp_clients_listout' => [
|
307 |
'label' => esc_html__('Clients Listing','tpebl'),
|
308 |
-
'demoUrl' => 'https://theplusaddons.com/
|
309 |
'docUrl' => '#doc',
|
310 |
'videoUrl' => 'https://www.youtube.com/embed/NnqDnjmdRE',
|
311 |
'tag' => 'freemium',
|
@@ -314,7 +314,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
314 |
],
|
315 |
'tp_contact_form_7' => [
|
316 |
'label' => esc_html__('Contact Form 7','tpebl'),
|
317 |
-
'demoUrl' => 'https://theplusaddons.com/
|
318 |
'docUrl' => '#doc',
|
319 |
'videoUrl' => 'https://www.youtube.com/embed/SxpvbUZoby8',
|
320 |
'tag' => 'free',
|
@@ -323,7 +323,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
323 |
],
|
324 |
'tp_countdown' => [
|
325 |
'label' => esc_html__('Count Down','tpebl'),
|
326 |
-
'demoUrl' => 'https://theplusaddons.com/
|
327 |
'docUrl' => '#doc',
|
328 |
'videoUrl' => 'https://www.youtube.com/embed/6gB--xqBLUE',
|
329 |
'tag' => 'free',
|
@@ -332,7 +332,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
332 |
],
|
333 |
'tp_dark_mode' => [
|
334 |
'label' => esc_html__('Dark Mode','tpebl'),
|
335 |
-
'demoUrl' => 'https://theplusaddons.com/
|
336 |
'docUrl' => '#doc',
|
337 |
'videoUrl' => 'https://www.youtube.com/embed/HY5KlYuWP5k',
|
338 |
'tag' => 'pro',
|
@@ -341,7 +341,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
341 |
],
|
342 |
'tp_design_tool' => [
|
343 |
'label' => esc_html__('Design Tool','tpebl'),
|
344 |
-
'demoUrl' => 'https://theplusaddons.com/
|
345 |
'docUrl' => '#doc',
|
346 |
'videoUrl' => 'https://www.youtube.com/embed/HL36KplDhVo',
|
347 |
'tag' => 'pro',
|
@@ -350,7 +350,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
350 |
],
|
351 |
'tp_draw_svg' => [
|
352 |
'label' => esc_html__('Draw SVG','tpebl'),
|
353 |
-
'demoUrl' => 'https://theplusaddons.com/
|
354 |
'docUrl' => '#doc',
|
355 |
'videoUrl' => 'https://www.youtube.com/embed/mUSu64Y0YoI',
|
356 |
'tag' => 'pro',
|
@@ -359,7 +359,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
359 |
],
|
360 |
'tp_dynamic_categories' => [
|
361 |
'label' => esc_html__('Dynamic Categories','tpebl'),
|
362 |
-
'demoUrl' => 'https://theplusaddons.com/
|
363 |
'docUrl' => '#doc',
|
364 |
'videoUrl' => 'https://www.youtube.com/embed/Atp_gVyWko8',
|
365 |
'tag' => 'pro',
|
@@ -368,7 +368,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
368 |
],
|
369 |
'tp_dynamic_device' => [
|
370 |
'label' => esc_html__('Dynamic Device','tpebl'),
|
371 |
-
'demoUrl' => 'https://theplusaddons.com/
|
372 |
'docUrl' => '#doc',
|
373 |
'videoUrl' => 'https://www.youtube.com/embed/SxLbJhA40WM',
|
374 |
'tag' => 'pro',
|
@@ -377,7 +377,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
377 |
],
|
378 |
'tp_dynamic_listing' => [
|
379 |
'label' => esc_html__('Dynamic Listing','tpebl'),
|
380 |
-
'demoUrl' => 'https://theplusaddons.com/
|
381 |
'docUrl' => '#doc',
|
382 |
'videoUrl' => 'https://www.youtube.com/embed/72eMzrHj6P4',
|
383 |
'tag' => 'pro',
|
@@ -386,7 +386,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
386 |
],
|
387 |
'tp_dynamic_smart_showcase' => [
|
388 |
'label' => esc_html__('Dynamic Smart Showcase','tpebl'),
|
389 |
-
'demoUrl' => 'https://theplusaddons.com/
|
390 |
'docUrl' => '#doc',
|
391 |
'videoUrl' => 'https://www.youtube.com/embed/lGgVQpbmuWg',
|
392 |
'tag' => 'pro',
|
@@ -395,7 +395,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
395 |
],
|
396 |
'tp_everest_form' => [
|
397 |
'label' => esc_html__('Everest Form','tpebl'),
|
398 |
-
'demoUrl' => 'https://theplusaddons.com/
|
399 |
'docUrl' => '#doc',
|
400 |
'videoUrl' => 'https://www.youtube.com/embed/NIWTuStFVt8',
|
401 |
'tag' => 'free',
|
@@ -404,7 +404,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
404 |
],
|
405 |
'tp_flip_box' => [
|
406 |
'label' => esc_html__('Flip Box','tpebl'),
|
407 |
-
'demoUrl' => 'https://theplusaddons.com/
|
408 |
'docUrl' => '#doc',
|
409 |
'videoUrl' => 'https://www.youtube.com/embed/rbasfNo7K_E',
|
410 |
'tag' => 'freemium',
|
@@ -413,7 +413,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
413 |
],
|
414 |
'tp_gallery_listout' => [
|
415 |
'label' => esc_html__('Gallery Listing','tpebl'),
|
416 |
-
'demoUrl' => 'https://theplusaddons.com/
|
417 |
'docUrl' => '#doc',
|
418 |
'videoUrl' => 'https://www.youtube.com/embed/tw7aIjUKbIk',
|
419 |
'tag' => 'freemium',
|
@@ -422,7 +422,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
422 |
],
|
423 |
'tp_google_map' => [
|
424 |
'label' => esc_html__('Google Map','tpebl'),
|
425 |
-
'demoUrl' => 'https://theplusaddons.com/
|
426 |
'docUrl' => '#doc',
|
427 |
'videoUrl' => 'https://www.youtube.com/embed/NwY-Pt8q-6g',
|
428 |
'tag' => 'pro',
|
@@ -431,7 +431,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
431 |
],
|
432 |
'tp_gravity_form' => [
|
433 |
'label' => esc_html__('Gravity Form','tpebl'),
|
434 |
-
'demoUrl' => 'https://theplusaddons.com/
|
435 |
'docUrl' => '#doc',
|
436 |
'videoUrl' => 'https://www.youtube.com/embed/GwKuP3zfiDw',
|
437 |
'tag' => 'free',
|
@@ -440,7 +440,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
440 |
],
|
441 |
'tp_heading_animation' => [
|
442 |
'label' => esc_html__('Heading Animation','tpebl'),
|
443 |
-
'demoUrl' => 'https://theplusaddons.com/
|
444 |
'docUrl' => '#doc',
|
445 |
'videoUrl' => 'https://www.youtube.com/embed/LTgDD_v8ioA',
|
446 |
'tag' => 'free',
|
@@ -449,7 +449,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
449 |
],
|
450 |
'tp_header_extras' => [
|
451 |
'label' => esc_html__('Header Extras','tpebl'),
|
452 |
-
'demoUrl' => 'https://theplusaddons.com/
|
453 |
'docUrl' => '#doc',
|
454 |
'videoUrl' => 'https://www.youtube.com/embed/96Wh1AEKNtU',
|
455 |
'tag' => 'freemium',
|
@@ -458,7 +458,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
458 |
],
|
459 |
'tp_heading_title' => [
|
460 |
'label' => esc_html__('Heading Title','tpebl'),
|
461 |
-
'demoUrl' => 'https://theplusaddons.com/
|
462 |
'docUrl' => '#doc',
|
463 |
'videoUrl' => 'https://www.youtube.com/embed/OcJUA6gL_0Q',
|
464 |
'tag' => 'free',
|
@@ -467,7 +467,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
467 |
],
|
468 |
'tp_hotspot' => [
|
469 |
'label' => esc_html__('Hotspot','tpebl'),
|
470 |
-
'demoUrl' => 'https://theplusaddons.com/
|
471 |
'docUrl' => '#doc',
|
472 |
'videoUrl' => 'https://www.youtube.com/embed/Cmp7vk_RKKE',
|
473 |
'tag' => 'pro',
|
@@ -476,7 +476,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
476 |
],
|
477 |
'tp_hovercard' => [
|
478 |
'label' => esc_html__('Hover Card','tpebl'),
|
479 |
-
'demoUrl' => 'https://theplusaddons.com/
|
480 |
'docUrl' => '#doc',
|
481 |
'videoUrl' => 'https://www.youtube.com/embed/BksYXVaiGk8',
|
482 |
'tag' => 'free',
|
@@ -485,7 +485,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
485 |
],
|
486 |
'tp_image_factory' => [
|
487 |
'label' => esc_html__('Creative Image','tpebl'),
|
488 |
-
'demoUrl' => 'https://theplusaddons.com/
|
489 |
'docUrl' => '#doc',
|
490 |
'videoUrl' => 'https://www.youtube.com/embed/NAxYbZgGwmU',
|
491 |
'tag' => 'pro',
|
@@ -494,7 +494,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
494 |
],
|
495 |
'tp_info_box' => [
|
496 |
'label' => esc_html__('Info Box','tpebl'),
|
497 |
-
'demoUrl' => 'https://theplusaddons.com/
|
498 |
'docUrl' => '#doc',
|
499 |
'videoUrl' => 'https://www.youtube.com/embed/wcnlT5JE0vM',
|
500 |
'tag' => 'freemium',
|
@@ -503,7 +503,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
503 |
],
|
504 |
'tp_instagram' => [
|
505 |
'label' => esc_html__('Instagram','tpebl'),
|
506 |
-
'demoUrl' => 'https://theplusaddons.com/
|
507 |
'docUrl' => '#doc',
|
508 |
'videoUrl' => 'https://www.youtube.com/embed/759q2McMid0',
|
509 |
'tag' => 'pro',
|
@@ -512,7 +512,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
512 |
],
|
513 |
'tp_wp_bodymovin' => [
|
514 |
'label' => esc_html__('LottieFiles Animation','tpebl'),
|
515 |
-
'demoUrl' => 'https://theplusaddons.com/
|
516 |
'docUrl' => '#doc',
|
517 |
'videoUrl' => 'https://www.youtube.com/embed/_lnXp8DnNxs',
|
518 |
'tag' => 'pro',
|
@@ -521,7 +521,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
521 |
],
|
522 |
'tp_mailchimp' => [
|
523 |
'label' => esc_html__('Mailchimp','tpebl'),
|
524 |
-
'demoUrl' => 'https://theplusaddons.com/
|
525 |
'docUrl' => '#doc',
|
526 |
'videoUrl' => 'https://www.youtube.com/embed/I7BLgbK6nBA',
|
527 |
'tag' => 'pro',
|
@@ -530,7 +530,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
530 |
],
|
531 |
'tp_meeting_scheduler' => [
|
532 |
'label' => esc_html__('Meeting Scheduler','tpebl'),
|
533 |
-
'demoUrl' => 'https://theplusaddons.com/
|
534 |
'docUrl' => '#doc',
|
535 |
'videoUrl' => 'https://www.youtube.com/embed/9-8Ftlb79tI',
|
536 |
'tag' => 'free',
|
@@ -539,7 +539,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
539 |
],
|
540 |
'tp_mobile_menu' => [
|
541 |
'label' => esc_html__('Mobile Menu','tpebl'),
|
542 |
-
'demoUrl' => 'https://theplusaddons.com/
|
543 |
'docUrl' => '#doc',
|
544 |
'videoUrl' => 'https://www.youtube.com/embed/PDXbtRsYwGE',
|
545 |
'tag' => 'pro',
|
@@ -548,16 +548,16 @@ class L_Theplus_Elementor_Plugin_Options
|
|
548 |
],
|
549 |
'tp_morphing_layouts' => [
|
550 |
'label' => esc_html__('Morphing Layouts','tpebl'),
|
551 |
-
'demoUrl' => 'https://theplusaddons.com/
|
552 |
'docUrl' => '#doc',
|
553 |
'videoUrl' => 'https://www.youtube.com/embed/VDBINvedP2k',
|
554 |
'tag' => 'pro',
|
555 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M634.4 279.09L525.35 103.12C522.18 98.38 517.09 96 512 96s-10.18 2.38-13.35 7.12L389.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C389.56 364.4 444.74 416 512 416s122.44-51.6 127.91-117.27c.58-6.92-1.64-13.86-5.51-19.64zM512 384c-41.58 0-77.55-27.13-90.78-64h181.2C589 357.23 553.28 384 512 384zm-90.27-96l90.31-145.76L602.98 288H421.73zM536 480H336V125.74c27.56-7.14 48-31.95 48-61.74h152c4.42 0 8-3.58 8-8V40c0-4.42-3.58-8-8-8H374.89c-.15-.26-4.37-11.11-19.11-21.07C345.57 4.03 333.25 0 320 0s-25.57 4.03-35.78 10.93c-14.74 9.96-18.96 20.81-19.11 21.07H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h152c0 29.79 20.44 54.6 48 61.74V480H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h432c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM288 64c0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32-32-14.33-32-32zm-32.09 234.73c.58-6.92-1.64-13.86-5.51-19.64L141.35 103.12C138.18 98.38 133.09 96 128 96s-10.18 2.38-13.35 7.12L5.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C5.56 364.4 60.74 416 128 416s122.44-51.6 127.91-117.27zM128.04 142.24L218.98 288H37.73l90.31-145.76zM37.22 320h181.2C205 357.23 169.28 384 128 384c-41.58 0-77.55-27.13-90.78-64z"/></svg>',
|
556 |
'keyword' => ['morphing', 'morphing sections', 'blob section', 'blob builder', 'SVG Sections'],
|
557 |
-
],
|
558 |
'tp_navigation_menu_lite' => [
|
559 |
'label' => esc_html__('TP Navigation Menu Lite','tpebl'),
|
560 |
-
'demoUrl' => 'https://theplusaddons.com/
|
561 |
'docUrl' => '#doc',
|
562 |
'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
|
563 |
'tag' => 'free',
|
@@ -566,7 +566,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
566 |
],
|
567 |
'tp_navigation_menu' => [
|
568 |
'label' => esc_html__('TP Navigation Menu','tpebl'),
|
569 |
-
'demoUrl' => 'https://theplusaddons.com/
|
570 |
'docUrl' => '#doc',
|
571 |
'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
|
572 |
'tag' => 'pro',
|
@@ -575,7 +575,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
575 |
],
|
576 |
'tp_ninja_form' => [
|
577 |
'label' => esc_html__('Ninja Form','tpebl'),
|
578 |
-
'demoUrl' => 'https://theplusaddons.com/
|
579 |
'docUrl' => '#doc',
|
580 |
'videoUrl' => 'https://www.youtube.com/embed/fVxGZW8SZgE',
|
581 |
'tag' => 'free',
|
@@ -584,7 +584,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
584 |
],
|
585 |
'tp_number_counter' => [
|
586 |
'label' => esc_html__('Number Counter','tpebl'),
|
587 |
-
'demoUrl' => 'https://theplusaddons.com/
|
588 |
'docUrl' => '#doc',
|
589 |
'videoUrl' => 'https://www.youtube.com/embed/QdlEv0BTkRc',
|
590 |
'tag' => 'free',
|
@@ -592,8 +592,8 @@ class L_Theplus_Elementor_Plugin_Options
|
|
592 |
'keyword' => ['number counter','counter'],
|
593 |
],
|
594 |
'tp_off_canvas' => [
|
595 |
-
'label' => esc_html__('
|
596 |
-
'demoUrl' => 'https://theplusaddons.com/
|
597 |
'docUrl' => '#doc',
|
598 |
'videoUrl' => 'https://www.youtube.com/embed/8nzOrjJxpeo',
|
599 |
'tag' => 'pro',
|
@@ -602,7 +602,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
602 |
],
|
603 |
'tp_page_scroll' => [
|
604 |
'label' => esc_html__('Page Scroll','tpebl'),
|
605 |
-
'demoUrl' => 'https://theplusaddons.com/
|
606 |
'docUrl' => '#doc',
|
607 |
'videoUrl' => 'https://www.youtube.com/embed/8An5WSz3TUo',
|
608 |
'tag' => 'freemium',
|
@@ -611,7 +611,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
611 |
],
|
612 |
'tp_pricing_list' => [
|
613 |
'label' => esc_html__('Pricing List','tpebl'),
|
614 |
-
'demoUrl' => 'https://theplusaddons.com/
|
615 |
'docUrl' => '#doc',
|
616 |
'videoUrl' => 'https://www.youtube.com/embed/0zSX-ovDcwM',
|
617 |
'tag' => 'pro',
|
@@ -620,7 +620,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
620 |
],
|
621 |
'tp_pricing_table' => [
|
622 |
'label' => esc_html__('Pricing Table','tpebl'),
|
623 |
-
'demoUrl' => 'https://theplusaddons.com/
|
624 |
'docUrl' => '#doc',
|
625 |
'videoUrl' => 'https://www.youtube.com/embed/9V0E9mFmaro',
|
626 |
'tag' => 'freemium',
|
@@ -629,7 +629,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
629 |
],
|
630 |
'tp_product_listout' => [
|
631 |
'label' => esc_html__('Product Listing','tpebl'),
|
632 |
-
'demoUrl' => 'https://theplusaddons.com/
|
633 |
'docUrl' => '#doc',
|
634 |
'videoUrl' => 'https://www.youtube.com/embed/UqJ9VNTeqA8',
|
635 |
'tag' => 'pro',
|
@@ -638,7 +638,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
638 |
],
|
639 |
'tp_protected_content' => [
|
640 |
'label' => esc_html__('Protected Content','tpebl'),
|
641 |
-
'demoUrl' => 'https://theplusaddons.com/
|
642 |
'docUrl' => '#doc',
|
643 |
'videoUrl' => 'https://www.youtube.com/embed/Nrw2nK8PvQs',
|
644 |
'tag' => 'pro',
|
@@ -647,7 +647,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
647 |
],
|
648 |
'tp_post_search' => [
|
649 |
'label' => esc_html__('Post Search','tpebl'),
|
650 |
-
'demoUrl' => 'https://theplusaddons.com/
|
651 |
'docUrl' => '#doc',
|
652 |
'videoUrl' => 'https://www.youtube.com/embed/3k8sPvQkQvA',
|
653 |
'tag' => 'free',
|
@@ -656,7 +656,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
656 |
],
|
657 |
'tp_progress_bar' => [
|
658 |
'label' => esc_html__('Progress Bar','tpebl'),
|
659 |
-
'demoUrl' => 'https://theplusaddons.com/
|
660 |
'docUrl' => '#doc',
|
661 |
'videoUrl' => 'https://www.youtube.com/embed/01purtRY770',
|
662 |
'tag' => 'free',
|
@@ -665,7 +665,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
665 |
],
|
666 |
'tp_process_steps' => [
|
667 |
'label' => esc_html__('Process Steps','tpebl'),
|
668 |
-
'demoUrl' => 'https://theplusaddons.com/
|
669 |
'docUrl' => '#doc',
|
670 |
'videoUrl' => 'https://www.youtube.com/embed/3ude_wxrqVo',
|
671 |
'tag' => 'pro',
|
@@ -674,7 +674,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
674 |
],
|
675 |
'tp_row_background' => [
|
676 |
'label' => esc_html__('Row Background','tpebl'),
|
677 |
-
'demoUrl' => 'https://theplusaddons.com/
|
678 |
'docUrl' => '#doc',
|
679 |
'videoUrl' => 'https://www.youtube.com/embed/2uIMQCIfjlM',
|
680 |
'tag' => 'pro',
|
@@ -683,7 +683,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
683 |
],
|
684 |
'tp_scroll_navigation' => [
|
685 |
'label' => esc_html__('Scroll Navigation','tpebl'),
|
686 |
-
'demoUrl' => 'https://theplusaddons.com/
|
687 |
'docUrl' => '#doc',
|
688 |
'videoUrl' => 'https://www.youtube.com/embed/vAg6GNktZTQ',
|
689 |
'tag' => 'freemium',
|
@@ -692,7 +692,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
692 |
],
|
693 |
'tp_site_logo' => [
|
694 |
'label' => esc_html__('Site Logo','tpebl'),
|
695 |
-
'demoUrl' => 'https://theplusaddons.com/
|
696 |
'docUrl' => '#doc',
|
697 |
'videoUrl' => 'https://www.youtube.com/embed/96Wh1AEKNtU',
|
698 |
'tag' => 'pro',
|
@@ -701,7 +701,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
701 |
],
|
702 |
'tp_smooth_scroll' => [
|
703 |
'label' => esc_html__('Smooth Scroll','tpebl'),
|
704 |
-
'demoUrl' => 'https://theplusaddons.com/
|
705 |
'docUrl' => '#doc',
|
706 |
'videoUrl' => 'https://www.youtube.com/embed/H_RjZfhf9os',
|
707 |
'tag' => 'free',
|
@@ -710,7 +710,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
710 |
],
|
711 |
'tp_social_icon' => [
|
712 |
'label' => esc_html__('Social Icon','tpebl'),
|
713 |
-
'demoUrl' => 'https://theplusaddons.com/
|
714 |
'docUrl' => '#doc',
|
715 |
'videoUrl' => 'https://www.youtube.com/embed/exz4Ahc-KeA',
|
716 |
'tag' => 'freemium',
|
@@ -719,7 +719,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
719 |
],
|
720 |
'tp_style_list' => [
|
721 |
'label' => esc_html__('Style List','tpebl'),
|
722 |
-
'demoUrl' => 'https://theplusaddons.com/
|
723 |
'docUrl' => '#doc',
|
724 |
'videoUrl' => 'https://www.youtube.com/embed/mQuR6xN097w',
|
725 |
'tag' => 'pro',
|
@@ -728,7 +728,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
728 |
],
|
729 |
'tp_switcher' => [
|
730 |
'label' => esc_html__('Switcher','tpebl'),
|
731 |
-
'demoUrl' => 'https://theplusaddons.com/
|
732 |
'docUrl' => '#doc',
|
733 |
'videoUrl' => 'https://www.youtube.com/embed/nYhVnMnD_UA',
|
734 |
'tag' => 'pro',
|
@@ -737,7 +737,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
737 |
],
|
738 |
'tp_table' => [
|
739 |
'label' => esc_html__('Table','tpebl'),
|
740 |
-
'demoUrl' => 'https://theplusaddons.com/
|
741 |
'docUrl' => '#doc',
|
742 |
'videoUrl' => 'https://www.youtube.com/embed/CrY7rg_ir8k',
|
743 |
'tag' => 'pro',
|
@@ -746,7 +746,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
746 |
],
|
747 |
'tp_tabs_tours' => [
|
748 |
'label' => esc_html__('Tabs/Tours','tpebl'),
|
749 |
-
'demoUrl' => 'https://theplusaddons.com/
|
750 |
'docUrl' => '#doc',
|
751 |
'videoUrl' => 'https://www.youtube.com/embed/6clEoNvxtLY',
|
752 |
'tag' => 'freemium',
|
@@ -755,7 +755,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
755 |
],
|
756 |
'tp_team_member_listout' => [
|
757 |
'label' => esc_html__('Team Member Listing','tpebl'),
|
758 |
-
'demoUrl' => 'https://theplusaddons.com/
|
759 |
'docUrl' => '#doc',
|
760 |
'videoUrl' => 'https://www.youtube.com/embed/cf2Ia1vyKZQ',
|
761 |
'tag' => 'freemium',
|
@@ -764,7 +764,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
764 |
],
|
765 |
'tp_testimonial_listout' => [
|
766 |
'label' => esc_html__('Testimonial','tpebl'),
|
767 |
-
'demoUrl' => 'https://theplusaddons.com/
|
768 |
'docUrl' => '#doc',
|
769 |
'videoUrl' => 'https://www.youtube.com/embed/a41vZMh1_oA',
|
770 |
'tag' => 'freemium',
|
@@ -773,7 +773,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
773 |
],
|
774 |
'tp_timeline' => [
|
775 |
'label' => esc_html__('Timeline','tpebl'),
|
776 |
-
'demoUrl' => 'https://theplusaddons.com/
|
777 |
'docUrl' => '#doc',
|
778 |
'videoUrl' => 'https://www.youtube.com/embed/9AVvXE-e-IY',
|
779 |
'tag' => 'pro',
|
@@ -782,7 +782,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
782 |
],
|
783 |
'tp_video_player' => [
|
784 |
'label' => esc_html__('Video Player','tpebl'),
|
785 |
-
'demoUrl' => 'https://theplusaddons.com/
|
786 |
'docUrl' => '#doc',
|
787 |
'videoUrl' => 'https://www.youtube.com/embed/i3IeWaz0N-k',
|
788 |
'tag' => 'free',
|
@@ -791,7 +791,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
791 |
],
|
792 |
'tp_unfold' => [
|
793 |
'label' => esc_html__('Unfold','tpebl'),
|
794 |
-
'demoUrl' => 'https://theplusaddons.com/
|
795 |
'docUrl' => '#doc',
|
796 |
'videoUrl' => 'https://www.youtube.com/embed/EXPgcTuanPA',
|
797 |
'tag' => 'pro',
|
@@ -800,7 +800,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
800 |
],
|
801 |
'tp_wp_forms' => [
|
802 |
'label' => esc_html__('WP Forms','tpebl'),
|
803 |
-
'demoUrl' => 'https://theplusaddons.com/
|
804 |
'docUrl' => '#doc',
|
805 |
'videoUrl' => 'https://www.youtube.com/embed/fp-R1TNr4RA',
|
806 |
'tag' => 'free',
|
@@ -809,7 +809,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
809 |
],
|
810 |
'tp_wp_login_register' => [
|
811 |
'label' => esc_html__('WP Login & Register','tpebl'),
|
812 |
-
'demoUrl' => 'https://theplusaddons.com/
|
813 |
'docUrl' => '#doc',
|
814 |
'videoUrl' => 'https://www.youtube.com/embed/J635oOpFJDU',
|
815 |
'tag' => 'pro',
|
@@ -823,7 +823,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
823 |
$this->plus_extra_lists = [
|
824 |
'section_scroll_animation' => [
|
825 |
'label' => esc_html__('Section Scroll Animation','tpebl'),
|
826 |
-
'demoUrl' => 'https://theplusaddons.com/
|
827 |
'docUrl' => '#doc',
|
828 |
'videoUrl' => 'https://www.youtube.com/embed/rwbYhQhuSLI',
|
829 |
'tag' => 'pro',
|
@@ -832,7 +832,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
832 |
],
|
833 |
'section_custom_css' => [
|
834 |
'label' => esc_html__('Section Custom CSS','tpebl'),
|
835 |
-
'demoUrl' => 'https://theplusaddons.com/
|
836 |
'docUrl' => '#doc',
|
837 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
838 |
'tag' => 'pro',
|
@@ -841,7 +841,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
841 |
],
|
842 |
'column_sticky' => [
|
843 |
'label' => esc_html__('Sticky Column','tpebl'),
|
844 |
-
'demoUrl' => 'https://theplusaddons.com/
|
845 |
'docUrl' => '#doc',
|
846 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
847 |
'tag' => 'pro',
|
@@ -850,7 +850,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
850 |
],
|
851 |
'custom_width_column' => [
|
852 |
'label' => esc_html__('Custom/Media Width Column','tpebl'),
|
853 |
-
'demoUrl' => 'https://theplusaddons.com/
|
854 |
'docUrl' => '#doc',
|
855 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
856 |
'tag' => 'pro',
|
@@ -859,7 +859,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
859 |
],
|
860 |
'order_sort_column' => [
|
861 |
'label' => esc_html__('Order AND Width Column','tpebl'),
|
862 |
-
'demoUrl' => 'https://theplusaddons.com/
|
863 |
'docUrl' => '#doc',
|
864 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
865 |
'tag' => 'pro',
|
@@ -868,7 +868,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
868 |
],
|
869 |
'column_custom_css' => [
|
870 |
'label' => esc_html__('Column Custom CSS','tpebl'),
|
871 |
-
'demoUrl' => 'https://theplusaddons.com/
|
872 |
'docUrl' => '#doc',
|
873 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
874 |
'tag' => 'pro',
|
@@ -877,7 +877,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
877 |
],
|
878 |
'column_mouse_cursor' => [
|
879 |
'label' => esc_html__('Column Mouse Cursor','tpebl'),
|
880 |
-
'demoUrl' => 'https://theplusaddons.com/
|
881 |
'docUrl' => '#doc',
|
882 |
'videoUrl' => 'https://www.youtube.com/embed/glP290dAkOM',
|
883 |
'tag' => 'pro',
|
@@ -886,7 +886,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
886 |
],
|
887 |
'plus_display_rules' => [
|
888 |
'label' => esc_html__('Display Rules','tpebl'),
|
889 |
-
'demoUrl' => 'https://theplusaddons.com/
|
890 |
'docUrl' => '#doc',
|
891 |
'videoUrl' => 'https://www.youtube.com/embed/xn9vPYHbogI',
|
892 |
'tag' => 'pro',
|
@@ -895,7 +895,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
895 |
],
|
896 |
'plus_event_tracker' => [
|
897 |
'label' => esc_html__('Event Tracker','tpebl'),
|
898 |
-
'demoUrl' => 'https://theplusaddons.com/
|
899 |
'docUrl' => '#doc',
|
900 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
901 |
'tag' => 'pro',
|
@@ -904,7 +904,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
904 |
],
|
905 |
'plus_section_column_link' => [
|
906 |
'label' => esc_html__('Wrapper Link','tpebl'),
|
907 |
-
'demoUrl' => 'https://theplusaddons.com/
|
908 |
'docUrl' => '#doc',
|
909 |
'videoUrl' => 'https://www.youtube.com/embed/KMpzq3D4oT8',
|
910 |
'tag' => 'free',
|
@@ -913,7 +913,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
913 |
],
|
914 |
'plus_equal_height' => [
|
915 |
'label' => esc_html__('Equal Height','tpebl'),
|
916 |
-
'demoUrl' => 'https://theplusaddons.com/
|
917 |
'docUrl' => '#doc',
|
918 |
'videoUrl' => 'https://www.youtube.com/embed/Bwp3GBOlkaw',
|
919 |
'tag' => 'free',
|
@@ -922,7 +922,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
922 |
],
|
923 |
'plus_cross_cp' => [
|
924 |
'label' => esc_html__('Cross Domain Copy Paste','tpebl'),
|
925 |
-
'demoUrl' => 'https://theplusaddons.com/
|
926 |
'docUrl' => '#doc',
|
927 |
'videoUrl' => 'https://www.youtube.com/embed/qNvQdIzrJd8',
|
928 |
'tag' => 'pro',
|
134 |
$this->widget_lists = [
|
135 |
'tp_accordion' => [
|
136 |
'label' => esc_html__('Accordion','tpebl'),
|
137 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/accordion/',
|
138 |
'docUrl' => '#doc',
|
139 |
'videoUrl' => 'https://www.youtube.com/embed/9wy4Pgs_WcU',
|
140 |
'tag' => 'freemium',
|
143 |
],
|
144 |
'tp_adv_text_block' => [
|
145 |
'label' => esc_html__('TP Text Block','tpebl'),
|
146 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advance-text-block/',
|
147 |
'docUrl' => '#doc',
|
148 |
'videoUrl' => 'https://www.youtube.com/embed/SsyUaK_f3pQ',
|
149 |
'tag' => 'free',
|
152 |
],
|
153 |
'tp_advanced_typography' => [
|
154 |
'label' => esc_html__('Advanced Typography','tpebl'),
|
155 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advanced-typography/',
|
156 |
'docUrl' => '#doc',
|
157 |
'videoUrl' => 'https://www.youtube.com/embed/_zdX4iGcbtA',
|
158 |
'tag' => 'pro',
|
161 |
],
|
162 |
'tp_advanced_buttons' => [
|
163 |
'label' => esc_html__('Advanced Buttons','tpebl'),
|
164 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advanced-buttons/',
|
165 |
'docUrl' => '#doc',
|
166 |
'videoUrl' => 'https://www.youtube.com/embed/BxIrCaIRAE0',
|
167 |
'tag' => 'pro',
|
170 |
],
|
171 |
'tp_shape_divider' => [
|
172 |
'label' => esc_html__('Advanced Separators','tpebl'),
|
173 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advanced-separators/',
|
174 |
'docUrl' => '#doc',
|
175 |
'videoUrl' => 'https://www.youtube.com/embed/REW41xU0aRg',
|
176 |
'tag' => 'pro',
|
179 |
],
|
180 |
'tp_advertisement_banner' => [
|
181 |
'label' => esc_html__('Advertisement Banner','tpebl'),
|
182 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advrtsment-banner/',
|
183 |
'docUrl' => '#doc',
|
184 |
'videoUrl' => 'https://www.youtube.com/embed/ac9R_tQnh1c',
|
185 |
'tag' => 'pro',
|
188 |
],
|
189 |
'tp_animated_service_boxes' => [
|
190 |
'label' => esc_html__('Animated Service Boxes','tpebl'),
|
191 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/animated-service-boxes/',
|
192 |
'docUrl' => '#doc',
|
193 |
'videoUrl' => 'https://www.youtube.com/embed/EZDOPlaO_2Y',
|
194 |
'tag' => 'pro',
|
197 |
],
|
198 |
'tp_audio_player' => [
|
199 |
'label' => esc_html__('Audio Player','tpebl'),
|
200 |
+
'demoUrl' => 'https://theplusaddons.com-widget/audio-player/',
|
201 |
'docUrl' => '#doc',
|
202 |
'videoUrl' => 'https://www.youtube.com/embed/TUNSQWJozfk',
|
203 |
'tag' => 'pro',
|
206 |
],
|
207 |
'tp_before_after' => [
|
208 |
'label' => esc_html__('Before After','tpebl'),
|
209 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/before-after-2/',
|
210 |
'docUrl' => '#doc',
|
211 |
'videoUrl' => 'https://www.youtube.com/embed/vi_lRiOeOfc',
|
212 |
'tag' => 'pro',
|
215 |
],
|
216 |
'tp_blockquote' => [
|
217 |
'label' => esc_html__('Blockquote','tpebl'),
|
218 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/blockquote/',
|
219 |
'docUrl' => '#doc',
|
220 |
'videoUrl' => 'https://www.youtube.com/embed/Ma7YtFHXIrs',
|
221 |
'tag' => 'free',
|
224 |
],
|
225 |
'tp_blog_listout' => [
|
226 |
'label' => esc_html__('Blog Listing','tpebl'),
|
227 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-blog',
|
228 |
'docUrl' => '#doc',
|
229 |
'videoUrl' => 'https://www.youtube.com/embed/JeCxbLLEqco',
|
230 |
'tag' => 'freemium',
|
233 |
],
|
234 |
'tp_breadcrumbs_bar' => [
|
235 |
'label' => esc_html__('Breadcrumbs Bar','tpebl'),
|
236 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/breadcrumb-bar/',
|
237 |
'docUrl' => '#doc',
|
238 |
'videoUrl' => 'https://www.youtube.com/embed/Bzbl0LmNZ1s',
|
239 |
'tag' => 'pro',
|
242 |
],
|
243 |
'tp_button' => [
|
244 |
'label' => esc_html__('Button','tpebl'),
|
245 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/buttons/',
|
246 |
'docUrl' => '#doc',
|
247 |
'videoUrl' => 'https://www.youtube.com/embed/cuxzApRULv8',
|
248 |
'tag' => 'freemium',
|
251 |
],
|
252 |
'tp_caldera_forms' => [
|
253 |
'label' => esc_html__('Caldera Forms','tpebl'),
|
254 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/caldera-forms',
|
255 |
'docUrl' => '#doc',
|
256 |
'videoUrl' => 'https://www.youtube.com/embed/8J8Qg2aMQqs',
|
257 |
'tag' => 'free',
|
260 |
],
|
261 |
'tp_carousel_anything' => [
|
262 |
'label' => esc_html__('Carousel Anything','tpebl'),
|
263 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/carousal-anything/',
|
264 |
'docUrl' => '#doc',
|
265 |
'videoUrl' => 'https://www.youtube.com/embed/yszLgc0TJPA',
|
266 |
'tag' => 'pro',
|
269 |
],
|
270 |
'tp_carousel_remote' => [
|
271 |
'label' => esc_html__('Carousel Remote','tpebl'),
|
272 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/carousal-remote/',
|
273 |
'docUrl' => '#doc',
|
274 |
'videoUrl' => 'https://www.youtube.com/embed/gSsIVufNAr4',
|
275 |
'tag' => 'pro',
|
278 |
],
|
279 |
'tp_cascading_image' => [
|
280 |
'label' => esc_html__('Cascading Image','tpebl'),
|
281 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/image-cascading/',
|
282 |
'docUrl' => '#doc',
|
283 |
'videoUrl' => 'https://www.youtube.com/embed/lnPIIOvAWhY',
|
284 |
'tag' => 'pro',
|
287 |
],
|
288 |
'tp_chart' => [
|
289 |
'label' => esc_html__('Chart','tpebl'),
|
290 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advanced-charts-js-elementor/',
|
291 |
'docUrl' => '#doc',
|
292 |
'videoUrl' => 'https://www.youtube.com/embed/2kDLRWNj3r8',
|
293 |
'tag' => 'pro',
|
296 |
],
|
297 |
'tp_circle_menu' => [
|
298 |
'label' => esc_html__('Circle Menu','tpebl'),
|
299 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/circle-menu',
|
300 |
'docUrl' => '#doc',
|
301 |
'videoUrl' => 'https://www.youtube.com/embed/eYdFGdThs6A',
|
302 |
'tag' => 'pro',
|
305 |
],
|
306 |
'tp_clients_listout' => [
|
307 |
'label' => esc_html__('Clients Listing','tpebl'),
|
308 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-clients',
|
309 |
'docUrl' => '#doc',
|
310 |
'videoUrl' => 'https://www.youtube.com/embed/NnqDnjmdRE',
|
311 |
'tag' => 'freemium',
|
314 |
],
|
315 |
'tp_contact_form_7' => [
|
316 |
'label' => esc_html__('Contact Form 7','tpebl'),
|
317 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/contact-form-7/',
|
318 |
'docUrl' => '#doc',
|
319 |
'videoUrl' => 'https://www.youtube.com/embed/SxpvbUZoby8',
|
320 |
'tag' => 'free',
|
323 |
],
|
324 |
'tp_countdown' => [
|
325 |
'label' => esc_html__('Count Down','tpebl'),
|
326 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/countdown/',
|
327 |
'docUrl' => '#doc',
|
328 |
'videoUrl' => 'https://www.youtube.com/embed/6gB--xqBLUE',
|
329 |
'tag' => 'free',
|
332 |
],
|
333 |
'tp_dark_mode' => [
|
334 |
'label' => esc_html__('Dark Mode','tpebl'),
|
335 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/elementor-dark-mode/',
|
336 |
'docUrl' => '#doc',
|
337 |
'videoUrl' => 'https://www.youtube.com/embed/HY5KlYuWP5k',
|
338 |
'tag' => 'pro',
|
341 |
],
|
342 |
'tp_design_tool' => [
|
343 |
'label' => esc_html__('Design Tool','tpebl'),
|
344 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/design-tool/',
|
345 |
'docUrl' => '#doc',
|
346 |
'videoUrl' => 'https://www.youtube.com/embed/HL36KplDhVo',
|
347 |
'tag' => 'pro',
|
350 |
],
|
351 |
'tp_draw_svg' => [
|
352 |
'label' => esc_html__('Draw SVG','tpebl'),
|
353 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/draw-svg/',
|
354 |
'docUrl' => '#doc',
|
355 |
'videoUrl' => 'https://www.youtube.com/embed/mUSu64Y0YoI',
|
356 |
'tag' => 'pro',
|
359 |
],
|
360 |
'tp_dynamic_categories' => [
|
361 |
'label' => esc_html__('Dynamic Categories','tpebl'),
|
362 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/dynamic-category/',
|
363 |
'docUrl' => '#doc',
|
364 |
'videoUrl' => 'https://www.youtube.com/embed/Atp_gVyWko8',
|
365 |
'tag' => 'pro',
|
368 |
],
|
369 |
'tp_dynamic_device' => [
|
370 |
'label' => esc_html__('Dynamic Device','tpebl'),
|
371 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/device-dynamic/',
|
372 |
'docUrl' => '#doc',
|
373 |
'videoUrl' => 'https://www.youtube.com/embed/SxLbJhA40WM',
|
374 |
'tag' => 'pro',
|
377 |
],
|
378 |
'tp_dynamic_listing' => [
|
379 |
'label' => esc_html__('Dynamic Listing','tpebl'),
|
380 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/dynamic-listing/',
|
381 |
'docUrl' => '#doc',
|
382 |
'videoUrl' => 'https://www.youtube.com/embed/72eMzrHj6P4',
|
383 |
'tag' => 'pro',
|
386 |
],
|
387 |
'tp_dynamic_smart_showcase' => [
|
388 |
'label' => esc_html__('Dynamic Smart Showcase','tpebl'),
|
389 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-magazine-post-styles',
|
390 |
'docUrl' => '#doc',
|
391 |
'videoUrl' => 'https://www.youtube.com/embed/lGgVQpbmuWg',
|
392 |
'tag' => 'pro',
|
395 |
],
|
396 |
'tp_everest_form' => [
|
397 |
'label' => esc_html__('Everest Form','tpebl'),
|
398 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/everest-forms/',
|
399 |
'docUrl' => '#doc',
|
400 |
'videoUrl' => 'https://www.youtube.com/embed/NIWTuStFVt8',
|
401 |
'tag' => 'free',
|
404 |
],
|
405 |
'tp_flip_box' => [
|
406 |
'label' => esc_html__('Flip Box','tpebl'),
|
407 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/flipbox/',
|
408 |
'docUrl' => '#doc',
|
409 |
'videoUrl' => 'https://www.youtube.com/embed/rbasfNo7K_E',
|
410 |
'tag' => 'freemium',
|
413 |
],
|
414 |
'tp_gallery_listout' => [
|
415 |
'label' => esc_html__('Gallery Listing','tpebl'),
|
416 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-gallery',
|
417 |
'docUrl' => '#doc',
|
418 |
'videoUrl' => 'https://www.youtube.com/embed/tw7aIjUKbIk',
|
419 |
'tag' => 'freemium',
|
422 |
],
|
423 |
'tp_google_map' => [
|
424 |
'label' => esc_html__('Google Map','tpebl'),
|
425 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/google-maps/',
|
426 |
'docUrl' => '#doc',
|
427 |
'videoUrl' => 'https://www.youtube.com/embed/NwY-Pt8q-6g',
|
428 |
'tag' => 'pro',
|
431 |
],
|
432 |
'tp_gravity_form' => [
|
433 |
'label' => esc_html__('Gravity Form','tpebl'),
|
434 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/gravity-forms/',
|
435 |
'docUrl' => '#doc',
|
436 |
'videoUrl' => 'https://www.youtube.com/embed/GwKuP3zfiDw',
|
437 |
'tag' => 'free',
|
440 |
],
|
441 |
'tp_heading_animation' => [
|
442 |
'label' => esc_html__('Heading Animation','tpebl'),
|
443 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/heading-animation/',
|
444 |
'docUrl' => '#doc',
|
445 |
'videoUrl' => 'https://www.youtube.com/embed/LTgDD_v8ioA',
|
446 |
'tag' => 'free',
|
449 |
],
|
450 |
'tp_header_extras' => [
|
451 |
'label' => esc_html__('Header Extras','tpebl'),
|
452 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/elementor-header-navigation-builder/',
|
453 |
'docUrl' => '#doc',
|
454 |
'videoUrl' => 'https://www.youtube.com/embed/96Wh1AEKNtU',
|
455 |
'tag' => 'freemium',
|
458 |
],
|
459 |
'tp_heading_title' => [
|
460 |
'label' => esc_html__('Heading Title','tpebl'),
|
461 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/heading-titles/',
|
462 |
'docUrl' => '#doc',
|
463 |
'videoUrl' => 'https://www.youtube.com/embed/OcJUA6gL_0Q',
|
464 |
'tag' => 'free',
|
467 |
],
|
468 |
'tp_hotspot' => [
|
469 |
'label' => esc_html__('Hotspot','tpebl'),
|
470 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/hotspot-pin-point/',
|
471 |
'docUrl' => '#doc',
|
472 |
'videoUrl' => 'https://www.youtube.com/embed/Cmp7vk_RKKE',
|
473 |
'tag' => 'pro',
|
476 |
],
|
477 |
'tp_hovercard' => [
|
478 |
'label' => esc_html__('Hover Card','tpebl'),
|
479 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/advanced-hover-card-animations/',
|
480 |
'docUrl' => '#doc',
|
481 |
'videoUrl' => 'https://www.youtube.com/embed/BksYXVaiGk8',
|
482 |
'tag' => 'free',
|
485 |
],
|
486 |
'tp_image_factory' => [
|
487 |
'label' => esc_html__('Creative Image','tpebl'),
|
488 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/creative-images/',
|
489 |
'docUrl' => '#doc',
|
490 |
'videoUrl' => 'https://www.youtube.com/embed/NAxYbZgGwmU',
|
491 |
'tag' => 'pro',
|
494 |
],
|
495 |
'tp_info_box' => [
|
496 |
'label' => esc_html__('Info Box','tpebl'),
|
497 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/infobox/',
|
498 |
'docUrl' => '#doc',
|
499 |
'videoUrl' => 'https://www.youtube.com/embed/wcnlT5JE0vM',
|
500 |
'tag' => 'freemium',
|
503 |
],
|
504 |
'tp_instagram' => [
|
505 |
'label' => esc_html__('Instagram','tpebl'),
|
506 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/instagram/',
|
507 |
'docUrl' => '#doc',
|
508 |
'videoUrl' => 'https://www.youtube.com/embed/759q2McMid0',
|
509 |
'tag' => 'pro',
|
512 |
],
|
513 |
'tp_wp_bodymovin' => [
|
514 |
'label' => esc_html__('LottieFiles Animation','tpebl'),
|
515 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/lottiefiles-animations-elementor/',
|
516 |
'docUrl' => '#doc',
|
517 |
'videoUrl' => 'https://www.youtube.com/embed/_lnXp8DnNxs',
|
518 |
'tag' => 'pro',
|
521 |
],
|
522 |
'tp_mailchimp' => [
|
523 |
'label' => esc_html__('Mailchimp','tpebl'),
|
524 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/mailchimp/',
|
525 |
'docUrl' => '#doc',
|
526 |
'videoUrl' => 'https://www.youtube.com/embed/I7BLgbK6nBA',
|
527 |
'tag' => 'pro',
|
530 |
],
|
531 |
'tp_meeting_scheduler' => [
|
532 |
'label' => esc_html__('Meeting Scheduler','tpebl'),
|
533 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/meeting-schedular-apps-integration-elementor/',
|
534 |
'docUrl' => '#doc',
|
535 |
'videoUrl' => 'https://www.youtube.com/embed/9-8Ftlb79tI',
|
536 |
'tag' => 'free',
|
539 |
],
|
540 |
'tp_mobile_menu' => [
|
541 |
'label' => esc_html__('Mobile Menu','tpebl'),
|
542 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/mobile-menu/',
|
543 |
'docUrl' => '#doc',
|
544 |
'videoUrl' => 'https://www.youtube.com/embed/PDXbtRsYwGE',
|
545 |
'tag' => 'pro',
|
548 |
],
|
549 |
'tp_morphing_layouts' => [
|
550 |
'label' => esc_html__('Morphing Layouts','tpebl'),
|
551 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/morphing-sections/',
|
552 |
'docUrl' => '#doc',
|
553 |
'videoUrl' => 'https://www.youtube.com/embed/VDBINvedP2k',
|
554 |
'tag' => 'pro',
|
555 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M634.4 279.09L525.35 103.12C522.18 98.38 517.09 96 512 96s-10.18 2.38-13.35 7.12L389.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C389.56 364.4 444.74 416 512 416s122.44-51.6 127.91-117.27c.58-6.92-1.64-13.86-5.51-19.64zM512 384c-41.58 0-77.55-27.13-90.78-64h181.2C589 357.23 553.28 384 512 384zm-90.27-96l90.31-145.76L602.98 288H421.73zM536 480H336V125.74c27.56-7.14 48-31.95 48-61.74h152c4.42 0 8-3.58 8-8V40c0-4.42-3.58-8-8-8H374.89c-.15-.26-4.37-11.11-19.11-21.07C345.57 4.03 333.25 0 320 0s-25.57 4.03-35.78 10.93c-14.74 9.96-18.96 20.81-19.11 21.07H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h152c0 29.79 20.44 54.6 48 61.74V480H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h432c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM288 64c0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32-32-14.33-32-32zm-32.09 234.73c.58-6.92-1.64-13.86-5.51-19.64L141.35 103.12C138.18 98.38 133.09 96 128 96s-10.18 2.38-13.35 7.12L5.6 279.09c-3.87 5.78-6.09 12.72-5.51 19.64C5.56 364.4 60.74 416 128 416s122.44-51.6 127.91-117.27zM128.04 142.24L218.98 288H37.73l90.31-145.76zM37.22 320h181.2C205 357.23 169.28 384 128 384c-41.58 0-77.55-27.13-90.78-64z"/></svg>',
|
556 |
'keyword' => ['morphing', 'morphing sections', 'blob section', 'blob builder', 'SVG Sections'],
|
557 |
+
],
|
558 |
'tp_navigation_menu_lite' => [
|
559 |
'label' => esc_html__('TP Navigation Menu Lite','tpebl'),
|
560 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/elementor-header-navigation-builder/',
|
561 |
'docUrl' => '#doc',
|
562 |
'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
|
563 |
'tag' => 'free',
|
566 |
],
|
567 |
'tp_navigation_menu' => [
|
568 |
'label' => esc_html__('TP Navigation Menu','tpebl'),
|
569 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/navigation-menu/',
|
570 |
'docUrl' => '#doc',
|
571 |
'videoUrl' => 'https://www.youtube.com/embed/ozRGPdEu9qQ',
|
572 |
'tag' => 'pro',
|
575 |
],
|
576 |
'tp_ninja_form' => [
|
577 |
'label' => esc_html__('Ninja Form','tpebl'),
|
578 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/ninja-forms/',
|
579 |
'docUrl' => '#doc',
|
580 |
'videoUrl' => 'https://www.youtube.com/embed/fVxGZW8SZgE',
|
581 |
'tag' => 'free',
|
584 |
],
|
585 |
'tp_number_counter' => [
|
586 |
'label' => esc_html__('Number Counter','tpebl'),
|
587 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/number-counter/',
|
588 |
'docUrl' => '#doc',
|
589 |
'videoUrl' => 'https://www.youtube.com/embed/QdlEv0BTkRc',
|
590 |
'tag' => 'free',
|
592 |
'keyword' => ['number counter','counter'],
|
593 |
],
|
594 |
'tp_off_canvas' => [
|
595 |
+
'label' => esc_html__('Popup Builder','tpebl'),
|
596 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/off-canvas/',
|
597 |
'docUrl' => '#doc',
|
598 |
'videoUrl' => 'https://www.youtube.com/embed/8nzOrjJxpeo',
|
599 |
'tag' => 'pro',
|
602 |
],
|
603 |
'tp_page_scroll' => [
|
604 |
'label' => esc_html__('Page Scroll','tpebl'),
|
605 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/#plus-scroll',
|
606 |
'docUrl' => '#doc',
|
607 |
'videoUrl' => 'https://www.youtube.com/embed/8An5WSz3TUo',
|
608 |
'tag' => 'freemium',
|
611 |
],
|
612 |
'tp_pricing_list' => [
|
613 |
'label' => esc_html__('Pricing List','tpebl'),
|
614 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/pricing-list/',
|
615 |
'docUrl' => '#doc',
|
616 |
'videoUrl' => 'https://www.youtube.com/embed/0zSX-ovDcwM',
|
617 |
'tag' => 'pro',
|
620 |
],
|
621 |
'tp_pricing_table' => [
|
622 |
'label' => esc_html__('Pricing Table','tpebl'),
|
623 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/pricing-table/',
|
624 |
'docUrl' => '#doc',
|
625 |
'videoUrl' => 'https://www.youtube.com/embed/9V0E9mFmaro',
|
626 |
'tag' => 'freemium',
|
629 |
],
|
630 |
'tp_product_listout' => [
|
631 |
'label' => esc_html__('Product Listing','tpebl'),
|
632 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#woo-products',
|
633 |
'docUrl' => '#doc',
|
634 |
'videoUrl' => 'https://www.youtube.com/embed/UqJ9VNTeqA8',
|
635 |
'tag' => 'pro',
|
638 |
],
|
639 |
'tp_protected_content' => [
|
640 |
'label' => esc_html__('Protected Content','tpebl'),
|
641 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/protected-content/',
|
642 |
'docUrl' => '#doc',
|
643 |
'videoUrl' => 'https://www.youtube.com/embed/Nrw2nK8PvQs',
|
644 |
'tag' => 'pro',
|
647 |
],
|
648 |
'tp_post_search' => [
|
649 |
'label' => esc_html__('Post Search','tpebl'),
|
650 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/search-bar',
|
651 |
'docUrl' => '#doc',
|
652 |
'videoUrl' => 'https://www.youtube.com/embed/3k8sPvQkQvA',
|
653 |
'tag' => 'free',
|
656 |
],
|
657 |
'tp_progress_bar' => [
|
658 |
'label' => esc_html__('Progress Bar','tpebl'),
|
659 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/progress-bar/',
|
660 |
'docUrl' => '#doc',
|
661 |
'videoUrl' => 'https://www.youtube.com/embed/01purtRY770',
|
662 |
'tag' => 'free',
|
665 |
],
|
666 |
'tp_process_steps' => [
|
667 |
'label' => esc_html__('Process Steps','tpebl'),
|
668 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/process-steps/',
|
669 |
'docUrl' => '#doc',
|
670 |
'videoUrl' => 'https://www.youtube.com/embed/3ude_wxrqVo',
|
671 |
'tag' => 'pro',
|
674 |
],
|
675 |
'tp_row_background' => [
|
676 |
'label' => esc_html__('Row Background','tpebl'),
|
677 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/#plus-sections',
|
678 |
'docUrl' => '#doc',
|
679 |
'videoUrl' => 'https://www.youtube.com/embed/2uIMQCIfjlM',
|
680 |
'tag' => 'pro',
|
683 |
],
|
684 |
'tp_scroll_navigation' => [
|
685 |
'label' => esc_html__('Scroll Navigation','tpebl'),
|
686 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/one-page-scroll-navigation/',
|
687 |
'docUrl' => '#doc',
|
688 |
'videoUrl' => 'https://www.youtube.com/embed/vAg6GNktZTQ',
|
689 |
'tag' => 'freemium',
|
692 |
],
|
693 |
'tp_site_logo' => [
|
694 |
'label' => esc_html__('Site Logo','tpebl'),
|
695 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/elementor-header-navigation-builder/',
|
696 |
'docUrl' => '#doc',
|
697 |
'videoUrl' => 'https://www.youtube.com/embed/96Wh1AEKNtU',
|
698 |
'tag' => 'pro',
|
701 |
],
|
702 |
'tp_smooth_scroll' => [
|
703 |
'label' => esc_html__('Smooth Scroll','tpebl'),
|
704 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/smooth-scroll/',
|
705 |
'docUrl' => '#doc',
|
706 |
'videoUrl' => 'https://www.youtube.com/embed/H_RjZfhf9os',
|
707 |
'tag' => 'free',
|
710 |
],
|
711 |
'tp_social_icon' => [
|
712 |
'label' => esc_html__('Social Icon','tpebl'),
|
713 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/social-icon/',
|
714 |
'docUrl' => '#doc',
|
715 |
'videoUrl' => 'https://www.youtube.com/embed/exz4Ahc-KeA',
|
716 |
'tag' => 'freemium',
|
719 |
],
|
720 |
'tp_style_list' => [
|
721 |
'label' => esc_html__('Style List','tpebl'),
|
722 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/stylish-list/',
|
723 |
'docUrl' => '#doc',
|
724 |
'videoUrl' => 'https://www.youtube.com/embed/mQuR6xN097w',
|
725 |
'tag' => 'pro',
|
728 |
],
|
729 |
'tp_switcher' => [
|
730 |
'label' => esc_html__('Switcher','tpebl'),
|
731 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/switcher/',
|
732 |
'docUrl' => '#doc',
|
733 |
'videoUrl' => 'https://www.youtube.com/embed/nYhVnMnD_UA',
|
734 |
'tag' => 'pro',
|
737 |
],
|
738 |
'tp_table' => [
|
739 |
'label' => esc_html__('Table','tpebl'),
|
740 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/table/',
|
741 |
'docUrl' => '#doc',
|
742 |
'videoUrl' => 'https://www.youtube.com/embed/CrY7rg_ir8k',
|
743 |
'tag' => 'pro',
|
746 |
],
|
747 |
'tp_tabs_tours' => [
|
748 |
'label' => esc_html__('Tabs/Tours','tpebl'),
|
749 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/tabs-tours/',
|
750 |
'docUrl' => '#doc',
|
751 |
'videoUrl' => 'https://www.youtube.com/embed/6clEoNvxtLY',
|
752 |
'tag' => 'freemium',
|
755 |
],
|
756 |
'tp_team_member_listout' => [
|
757 |
'label' => esc_html__('Team Member Listing','tpebl'),
|
758 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#Team%20member',
|
759 |
'docUrl' => '#doc',
|
760 |
'videoUrl' => 'https://www.youtube.com/embed/cf2Ia1vyKZQ',
|
761 |
'tag' => 'freemium',
|
764 |
],
|
765 |
'tp_testimonial_listout' => [
|
766 |
'label' => esc_html__('Testimonial','tpebl'),
|
767 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-testimonial',
|
768 |
'docUrl' => '#doc',
|
769 |
'videoUrl' => 'https://www.youtube.com/embed/a41vZMh1_oA',
|
770 |
'tag' => 'freemium',
|
773 |
],
|
774 |
'tp_timeline' => [
|
775 |
'label' => esc_html__('Timeline','tpebl'),
|
776 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/timeline/',
|
777 |
'docUrl' => '#doc',
|
778 |
'videoUrl' => 'https://www.youtube.com/embed/9AVvXE-e-IY',
|
779 |
'tag' => 'pro',
|
782 |
],
|
783 |
'tp_video_player' => [
|
784 |
'label' => esc_html__('Video Player','tpebl'),
|
785 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/videos/',
|
786 |
'docUrl' => '#doc',
|
787 |
'videoUrl' => 'https://www.youtube.com/embed/i3IeWaz0N-k',
|
788 |
'tag' => 'free',
|
791 |
],
|
792 |
'tp_unfold' => [
|
793 |
'label' => esc_html__('Unfold','tpebl'),
|
794 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/unfold-expand-toggle/',
|
795 |
'docUrl' => '#doc',
|
796 |
'videoUrl' => 'https://www.youtube.com/embed/EXPgcTuanPA',
|
797 |
'tag' => 'pro',
|
800 |
],
|
801 |
'tp_wp_forms' => [
|
802 |
'label' => esc_html__('WP Forms','tpebl'),
|
803 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/wpforms/',
|
804 |
'docUrl' => '#doc',
|
805 |
'videoUrl' => 'https://www.youtube.com/embed/fp-R1TNr4RA',
|
806 |
'tag' => 'free',
|
809 |
],
|
810 |
'tp_wp_login_register' => [
|
811 |
'label' => esc_html__('WP Login & Register','tpebl'),
|
812 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/login-signup-password/',
|
813 |
'docUrl' => '#doc',
|
814 |
'videoUrl' => 'https://www.youtube.com/embed/J635oOpFJDU',
|
815 |
'tag' => 'pro',
|
823 |
$this->plus_extra_lists = [
|
824 |
'section_scroll_animation' => [
|
825 |
'label' => esc_html__('Section Scroll Animation','tpebl'),
|
826 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/on-scroll-animations-elementor-any-widgets/',
|
827 |
'docUrl' => '#doc',
|
828 |
'videoUrl' => 'https://www.youtube.com/embed/rwbYhQhuSLI',
|
829 |
'tag' => 'pro',
|
832 |
],
|
833 |
'section_custom_css' => [
|
834 |
'label' => esc_html__('Section Custom CSS','tpebl'),
|
835 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#custom-css',
|
836 |
'docUrl' => '#doc',
|
837 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
838 |
'tag' => 'pro',
|
841 |
],
|
842 |
'column_sticky' => [
|
843 |
'label' => esc_html__('Sticky Column','tpebl'),
|
844 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#sticky-column',
|
845 |
'docUrl' => '#doc',
|
846 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
847 |
'tag' => 'pro',
|
850 |
],
|
851 |
'custom_width_column' => [
|
852 |
'label' => esc_html__('Custom/Media Width Column','tpebl'),
|
853 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#column-width',
|
854 |
'docUrl' => '#doc',
|
855 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
856 |
'tag' => 'pro',
|
859 |
],
|
860 |
'order_sort_column' => [
|
861 |
'label' => esc_html__('Order AND Width Column','tpebl'),
|
862 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#column-order',
|
863 |
'docUrl' => '#doc',
|
864 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
865 |
'tag' => 'pro',
|
868 |
],
|
869 |
'column_custom_css' => [
|
870 |
'label' => esc_html__('Column Custom CSS','tpebl'),
|
871 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#custom-css',
|
872 |
'docUrl' => '#doc',
|
873 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
874 |
'tag' => 'pro',
|
877 |
],
|
878 |
'column_mouse_cursor' => [
|
879 |
'label' => esc_html__('Column Mouse Cursor','tpebl'),
|
880 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/mouse-cursor-icon-change/',
|
881 |
'docUrl' => '#doc',
|
882 |
'videoUrl' => 'https://www.youtube.com/embed/glP290dAkOM',
|
883 |
'tag' => 'pro',
|
886 |
],
|
887 |
'plus_display_rules' => [
|
888 |
'label' => esc_html__('Display Rules','tpebl'),
|
889 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/display-rules/',
|
890 |
'docUrl' => '#doc',
|
891 |
'videoUrl' => 'https://www.youtube.com/embed/xn9vPYHbogI',
|
892 |
'tag' => 'pro',
|
895 |
],
|
896 |
'plus_event_tracker' => [
|
897 |
'label' => esc_html__('Event Tracker','tpebl'),
|
898 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/conversion-event-tracker-in-elementor/',
|
899 |
'docUrl' => '#doc',
|
900 |
'videoUrl' => 'https://www.youtube.com/embed/9a4Akh7EFvg',
|
901 |
'tag' => 'pro',
|
904 |
],
|
905 |
'plus_section_column_link' => [
|
906 |
'label' => esc_html__('Wrapper Link','tpebl'),
|
907 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/wrapper-link/',
|
908 |
'docUrl' => '#doc',
|
909 |
'videoUrl' => 'https://www.youtube.com/embed/KMpzq3D4oT8',
|
910 |
'tag' => 'free',
|
913 |
],
|
914 |
'plus_equal_height' => [
|
915 |
'label' => esc_html__('Equal Height','tpebl'),
|
916 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/equal-height/',
|
917 |
'docUrl' => '#doc',
|
918 |
'videoUrl' => 'https://www.youtube.com/embed/Bwp3GBOlkaw',
|
919 |
'tag' => 'free',
|
922 |
],
|
923 |
'plus_cross_cp' => [
|
924 |
'label' => esc_html__('Cross Domain Copy Paste','tpebl'),
|
925 |
+
'demoUrl' => 'https://theplusaddons.com/plus-extras/cross-domain-copy-paste-and-live-copy-elementor/',
|
926 |
'docUrl' => '#doc',
|
927 |
'videoUrl' => 'https://www.youtube.com/embed/qNvQdIzrJd8',
|
928 |
'tag' => 'pro',
|
includes/welcome-page.php
CHANGED
@@ -19,7 +19,7 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
19 |
echo '<li>'.esc_html__("18+ Premium Templates",'tpebl').'</li>';
|
20 |
echo '<li>'.esc_html__("300+ Ready UI Blocks",'tpebl').'</li>';
|
21 |
echo '</ul>';
|
22 |
-
echo '<a href="https://theplusaddons.com/
|
23 |
echo '<small class="theplus-notice-text theplus-mt-8">'.esc_html__('*Free is Better but Pro is the best. Try it with 30 days refund policy.','tpebl').'</small>';
|
24 |
echo '</div>';
|
25 |
/*Welcome User Info*/
|
@@ -91,13 +91,10 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
91 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Stay tuned at this place, As we are working day & night for new Elementor widgets, features, design layouts and compatibilities with whole WordPress Ecosystem.','tpebl').'</div>';
|
92 |
echo '<div class="theplus-sec-border"></div>';
|
93 |
echo '<div class="theplus-changelog-list">';
|
94 |
-
echo '<div class="changelog-date">
|
95 |
echo '<ul class="changelog-list">';
|
96 |
-
echo '<li>'.esc_html__('
|
97 |
-
echo '<li>'.esc_html__('
|
98 |
-
echo '<li>'.esc_html__('Button : Support Icon Library','tpebl').'</li>';
|
99 |
-
echo '<li>'.esc_html__('Infobox : Support Icon Library','tpebl').'</li>';
|
100 |
-
echo '<li>'.esc_html__('Flip Box : Support Icon Library','tpebl').'</li>';
|
101 |
echo '<li>'.esc_html__('Js bug fix','tpebl').'</li>';
|
102 |
echo '</ul>';
|
103 |
echo '</div>';
|
@@ -106,19 +103,18 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
106 |
|
107 |
echo '<div class="theplus-sec-border" style="width:100%;height:1px;background:#DBDBDB;"></div>';
|
108 |
echo '<div class="theplus-changelog-list">';
|
109 |
-
echo '<div class="changelog-date">
|
110 |
-
echo '<ul class="changelog-list">';
|
111 |
-
echo '<li>'.esc_html__('
|
112 |
-
echo '<li>'.esc_html__('
|
113 |
-
echo '<li>'.esc_html__('
|
114 |
-
echo '<li>'.esc_html__('
|
115 |
-
echo '<li>'.esc_html__('
|
116 |
-
echo '<li>'.esc_html__('
|
117 |
-
echo '<li>'.esc_html__('
|
118 |
-
echo '<li>'.esc_html__('Navigation Menu : Description Option in Menu','tpebl').'</li>';
|
119 |
echo '</ul>';
|
120 |
echo '</div>';
|
121 |
-
echo '<a href="https://theplusaddons.com/
|
122 |
|
123 |
|
124 |
echo '</div>';
|
@@ -200,7 +196,7 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
200 |
echo '<div class="theplus-sec-title">'.esc_html__('Technical Support','tpebl').'</div>';
|
201 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Let’s find a solutions for your all your queries.','tpebl').'</div>';
|
202 |
echo '<div class="theplus-sec-border"></div>';
|
203 |
-
echo '<div class="theplus-sec-desc">'.esc_html__('Tried everything but not found a solution? Our premium support team is always there for your backup. Just a few quick ','tpebl').'<a href="http://docs.posimyth.com/tpae/steps-to-follow-before-submitting-a-support-ticket/" target="_blank" class="panel-sec-color">'.esc_html__('steps to take before submitting a ticket.','tpebl').'</a>'.esc_html__(' You may read our ','tpebl').'<a href="https://theplusaddons.com/
|
204 |
|
205 |
echo '<div class="support-point theplus-mt-8"><span><svg id="Support" xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path d="M24.167,9.167h-2.5V7.38C21.667,3.966,17.779,0,12.5,0S3.333,3.968,3.333,7.38V9.167H.833C0,9.167,0,9.712,0,10v8.333c0,.288,0,.833.833.833h2.5c.833,0,.833-.545.833-.833V7.381c0-2.871,3.717-6.339,8.333-6.339s8.333,3.467,8.333,6.339V20.9c0,1.113-.9,2.435-2.017,2.435H17.5V22.5c0-.288,0-.833-.833-.833H12.973a1.635,1.635,0,0,0-1.513,1.717A1.607,1.607,0,0,0,12.973,25h3.693c.833,0,.833-.544.833-.833h1.317a3.079,3.079,0,0,0,2.85-3.268V19.167h2.5c.833,0,.833-.545.833-.833V10C25,9.711,25,9.167,24.167,9.167Z" fill="#666"/><path d="M41.209,17.68V16.04c0-3.127-3.992-5.672-8.6-5.672S24,12.92,24,16.057v1.437c0,2.978,3.752,7.4,8.6,7.4,4.5,0,8.6-3.966,8.6-7.212Z" transform="translate(-20.104 -8.685)" fill="#666"/></svg></span><span>'.esc_html__('Support Time : Mon-Fri | 9 AM to 6 PM (Time Zone :UTC+5:30)','tpebl').'</span></div>';
|
206 |
|
@@ -240,7 +236,7 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
240 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Your constructive views matters a lot to us.','tpebl').'</div>';
|
241 |
echo '<div class="theplus-sec-border"></div>';
|
242 |
echo '<div class="theplus-sec-desc">'.esc_html__('We believe in continuous improvements. Your each and every suggestions for new widgets, new features, and improvements in existing product are always welcome. Thanks in advance for your time and effort to help us.','tpebl').'</div>';
|
243 |
-
echo '<a href="https://theplusaddons.com/
|
244 |
echo '</div>';
|
245 |
/*feedback*/
|
246 |
/*subscriber*/
|
@@ -249,7 +245,7 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
249 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Get the latest updates, Offers and more on your email.','tpebl').'</div>';
|
250 |
echo '<div class="theplus-sec-border"></div>';
|
251 |
echo '<div class="theplus-sec-desc">'.esc_html__('Want to join our newsletter? We share tricks & tips related to The Plus Addons for Elementor and WordPress itself. On top of that, You will get timely notifications of new plugin updates, discount offers and lots more.','tpebl').'</div>';
|
252 |
-
echo '<a href="https://theplusaddons.com
|
253 |
echo '</div>';
|
254 |
/*subscriber*/
|
255 |
echo '</div>';
|
19 |
echo '<li>'.esc_html__("18+ Premium Templates",'tpebl').'</li>';
|
20 |
echo '<li>'.esc_html__("300+ Ready UI Blocks",'tpebl').'</li>';
|
21 |
echo '</ul>';
|
22 |
+
echo '<a href="https://theplusaddons.com/free-vs-pro-compare/" class="theplus-panel-btn-outline theplus-text-white" title="'.esc_attr__('Free Vs Pro','tpebl').'" target="_blank">'.esc_html__('Free Vs Pro','tpebl').'</a>';
|
23 |
echo '<small class="theplus-notice-text theplus-mt-8">'.esc_html__('*Free is Better but Pro is the best. Try it with 30 days refund policy.','tpebl').'</small>';
|
24 |
echo '</div>';
|
25 |
/*Welcome User Info*/
|
91 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Stay tuned at this place, As we are working day & night for new Elementor widgets, features, design layouts and compatibilities with whole WordPress Ecosystem.','tpebl').'</div>';
|
92 |
echo '<div class="theplus-sec-border"></div>';
|
93 |
echo '<div class="theplus-changelog-list">';
|
94 |
+
echo '<div class="changelog-date">FEB 01,2021 <span class="changelog-version">Lite Version 2.0.3</span></div>';
|
95 |
echo '<ul class="changelog-list">';
|
96 |
+
echo '<li>'.esc_html__('Elementor Free 3.1.1 & Pro 3.0.10 Compatibility','tpebl').'</li>';
|
97 |
+
echo '<li>'.esc_html__('Progress Bar : Number Prefix/Postfix bug fix','tpebl').'</li>';
|
|
|
|
|
|
|
98 |
echo '<li>'.esc_html__('Js bug fix','tpebl').'</li>';
|
99 |
echo '</ul>';
|
100 |
echo '</div>';
|
103 |
|
104 |
echo '<div class="theplus-sec-border" style="width:100%;height:1px;background:#DBDBDB;"></div>';
|
105 |
echo '<div class="theplus-changelog-list">';
|
106 |
+
echo '<div class="changelog-date">FEB 01,2021 <span class="changelog-version">Pro Version 4.1.4</span></div>';
|
107 |
+
echo '<ul class="changelog-list">';
|
108 |
+
echo '<li>'.esc_html__('Carousel Remote : Dots and Pagination options','tpebl').'</li>';
|
109 |
+
echo '<li>'.esc_html__('Chart : Smooth option in Line Chart Fix','tpebl').'</li>';
|
110 |
+
echo '<li>'.esc_html__('Dynamic Listing : Include/Exclude Post Option Support in Lazy Load/Load More post Feature','tpebl').'</li>';
|
111 |
+
echo '<li>'.esc_html__('Login & Register : Confirm Password Field Enable/Disable Option','tpebl').'</li>';
|
112 |
+
echo '<li>'.esc_html__('Offcanvas to Popup Builder name Update','tpebl').'</li>';
|
113 |
+
echo '<li>'.esc_html__('Slick Carousel BreakPoint values update in JS','tpebl').'</li>';
|
114 |
+
echo '<li>'.esc_html__('Unfold : WPML Support','tpebl').'</li>';
|
|
|
115 |
echo '</ul>';
|
116 |
echo '</div>';
|
117 |
+
echo '<a href="https://theplusaddons.com/changelog/" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Pro Full Change log','tpebl').'</a>';
|
118 |
|
119 |
|
120 |
echo '</div>';
|
196 |
echo '<div class="theplus-sec-title">'.esc_html__('Technical Support','tpebl').'</div>';
|
197 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Let’s find a solutions for your all your queries.','tpebl').'</div>';
|
198 |
echo '<div class="theplus-sec-border"></div>';
|
199 |
+
echo '<div class="theplus-sec-desc">'.esc_html__('Tried everything but not found a solution? Our premium support team is always there for your backup. Just a few quick ','tpebl').'<a href="http://docs.posimyth.com/tpae/steps-to-follow-before-submitting-a-support-ticket/" target="_blank" class="panel-sec-color">'.esc_html__('steps to take before submitting a ticket.','tpebl').'</a>'.esc_html__(' You may read our ','tpebl').'<a href="https://theplusaddons.com/terms-conditions/" target="_blank" class="panel-sec-color">'.esc_html__('Support Policy','tpebl').'</a>'. esc_html__(' to find out, Which things are covered.','tpebl').'</div>';
|
200 |
|
201 |
echo '<div class="support-point theplus-mt-8"><span><svg id="Support" xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25"><path d="M24.167,9.167h-2.5V7.38C21.667,3.966,17.779,0,12.5,0S3.333,3.968,3.333,7.38V9.167H.833C0,9.167,0,9.712,0,10v8.333c0,.288,0,.833.833.833h2.5c.833,0,.833-.545.833-.833V7.381c0-2.871,3.717-6.339,8.333-6.339s8.333,3.467,8.333,6.339V20.9c0,1.113-.9,2.435-2.017,2.435H17.5V22.5c0-.288,0-.833-.833-.833H12.973a1.635,1.635,0,0,0-1.513,1.717A1.607,1.607,0,0,0,12.973,25h3.693c.833,0,.833-.544.833-.833h1.317a3.079,3.079,0,0,0,2.85-3.268V19.167h2.5c.833,0,.833-.545.833-.833V10C25,9.711,25,9.167,24.167,9.167Z" fill="#666"/><path d="M41.209,17.68V16.04c0-3.127-3.992-5.672-8.6-5.672S24,12.92,24,16.057v1.437c0,2.978,3.752,7.4,8.6,7.4,4.5,0,8.6-3.966,8.6-7.212Z" transform="translate(-20.104 -8.685)" fill="#666"/></svg></span><span>'.esc_html__('Support Time : Mon-Fri | 9 AM to 6 PM (Time Zone :UTC+5:30)','tpebl').'</span></div>';
|
202 |
|
236 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Your constructive views matters a lot to us.','tpebl').'</div>';
|
237 |
echo '<div class="theplus-sec-border"></div>';
|
238 |
echo '<div class="theplus-sec-desc">'.esc_html__('We believe in continuous improvements. Your each and every suggestions for new widgets, new features, and improvements in existing product are always welcome. Thanks in advance for your time and effort to help us.','tpebl').'</div>';
|
239 |
+
echo '<a href="https://theplusaddons.com/client-feedback-and-suggestions/" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Share Feedback','tpebl').'" target="_blank">'.esc_html__('Share Feedback','tpebl').'</a>';
|
240 |
echo '</div>';
|
241 |
/*feedback*/
|
242 |
/*subscriber*/
|
245 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Get the latest updates, Offers and more on your email.','tpebl').'</div>';
|
246 |
echo '<div class="theplus-sec-border"></div>';
|
247 |
echo '<div class="theplus-sec-desc">'.esc_html__('Want to join our newsletter? We share tricks & tips related to The Plus Addons for Elementor and WordPress itself. On top of that, You will get timely notifications of new plugin updates, discount offers and lots more.','tpebl').'</div>';
|
248 |
+
echo '<a href="https://theplusaddons.com/#tpf-footer" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Subscribe Us','tpebl').'" target="_blank">'.esc_html__('Subscribe Us','tpebl').'</a>';
|
249 |
echo '</div>';
|
250 |
/*subscriber*/
|
251 |
echo '</div>';
|
modules/helper-function.php
CHANGED
@@ -704,8 +704,8 @@ function theplus_pro_ver_notice(){
|
|
704 |
<div class="tp-pf-icon-text"><i class="fa fa-lock" aria-hidden="true"></i> Pro Feature</div>
|
705 |
<div class="tp-pf-info">Go with our pro version to use all our widgets & features with It\'s fullest potential. Pro version will improve your elementor work flow drastically.</div>
|
706 |
<div class="tp-pf-links">
|
707 |
-
<a class="tp-pf-links-buy" href="https://theplusaddons.com/
|
708 |
-
<a class="tp-pf-links-compare" href="https://theplusaddons.com/
|
709 |
</div>
|
710 |
</div>';
|
711 |
}
|
@@ -714,8 +714,8 @@ function theplus_pro_ver_group_control_notice(){
|
|
714 |
<div class="tp-pf-icon-text"><i class="fa fa-lock" aria-hidden="true"></i> Pro Feature</div>
|
715 |
<div class="tp-pf-info">Go with our pro version to use all our widgets & features with It\'s fullest potential. Pro version will improve your elementor work flow drastically.</div>
|
716 |
<div class="tp-pf-links">
|
717 |
-
<a class="tp-pf-links-buy" href="https://theplusaddons.com/
|
718 |
-
<a class="tp-pf-links-compare" href="https://theplusaddons.com/
|
719 |
</div>
|
720 |
</div>';
|
721 |
}
|
704 |
<div class="tp-pf-icon-text"><i class="fa fa-lock" aria-hidden="true"></i> Pro Feature</div>
|
705 |
<div class="tp-pf-info">Go with our pro version to use all our widgets & features with It\'s fullest potential. Pro version will improve your elementor work flow drastically.</div>
|
706 |
<div class="tp-pf-links">
|
707 |
+
<a class="tp-pf-links-buy" href="https://theplusaddons.com/pricing/" target="_blank">Buy Pro</a>
|
708 |
+
<a class="tp-pf-links-compare" href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank">Free VS Pro</a>
|
709 |
</div>
|
710 |
</div>';
|
711 |
}
|
714 |
<div class="tp-pf-icon-text"><i class="fa fa-lock" aria-hidden="true"></i> Pro Feature</div>
|
715 |
<div class="tp-pf-info">Go with our pro version to use all our widgets & features with It\'s fullest potential. Pro version will improve your elementor work flow drastically.</div>
|
716 |
<div class="tp-pf-links">
|
717 |
+
<a class="tp-pf-links-buy" href="https://theplusaddons.com/pricing/" target="_blank">Buy Pro</a>
|
718 |
+
<a class="tp-pf-links-compare" href="https://theplusaddons.com/free-vs-pro-compare/" target="_blank">Free VS Pro</a>
|
719 |
</div>
|
720 |
</div>';
|
721 |
}
|
modules/widgets/tp_accordion.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Accordion/FAQ
|
4 |
Description: Toggle of faq/accordion.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Accordion/FAQ
|
4 |
Description: Toggle of faq/accordion.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_adv_text_block.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: TP Text Block
|
4 |
Description: Content of text text block.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: TP Text Block
|
4 |
Description: Content of text text block.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_blockquote.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Blockquote
|
4 |
Description: Author Quote Style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Blockquote
|
4 |
Description: Author Quote Style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_blog_listout.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Blog Post Listing
|
4 |
Description: Different style of Blog Post listing layouts.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Blog Post Listing
|
4 |
Description: Different style of Blog Post listing layouts.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_button.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Button
|
4 |
Description: creative of button style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Button
|
4 |
Description: creative of button style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_caldera_forms.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Caldera Forms
|
4 |
Description: Third party plugin Caldera Forms style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Caldera Forms
|
4 |
Description: Third party plugin Caldera Forms style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_clients_listout.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Clients Logo Carousel
|
4 |
Description: Different style of clients logo.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Clients Logo Carousel
|
4 |
Description: Different style of clients logo.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_contact_form_7.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Contact Form 7
|
4 |
Description: Third party plugin contact form 7 style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Contact Form 7
|
4 |
Description: Third party plugin contact form 7 style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_countdown.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Countdown
|
4 |
Description: Display countdown.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Countdown
|
4 |
Description: Display countdown.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_everest_form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Everest Form
|
4 |
Description: Third party plugin Everest Form style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Everest Form
|
4 |
Description: Third party plugin Everest Form style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_flip_box.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Info Box
|
4 |
Description: Display Infobox.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Info Box
|
4 |
Description: Display Infobox.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_gallery_listout.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Gallery Listing
|
4 |
Description: Different style of gallery listing layouts.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Gallery Listing
|
4 |
Description: Different style of gallery listing layouts.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_gravity_form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Gravity Form
|
4 |
Description: Third party plugin Gravity Form style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Gravity Form
|
4 |
Description: Third party plugin Gravity Form style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_heading_animation.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Heading Animattion
|
4 |
Description: Text Animation of style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Heading Animattion
|
4 |
Description: Text Animation of style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_heading_title.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Heading Title
|
4 |
Description: Creative Heading Options.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Heading Title
|
4 |
Description: Creative Heading Options.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_hovercard.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: TP Hover card
|
4 |
Description: Hover Card
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: TP Hover card
|
4 |
Description: Hover Card
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_info_box.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Info Box
|
4 |
Description: Display Infobox.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Info Box
|
4 |
Description: Display Infobox.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_meeting_scheduler.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Meeting Scheduler
|
4 |
Description: Meeting Scheduler.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Meeting Scheduler
|
4 |
Description: Meeting Scheduler.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_navigation_menu_lite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: TP Navigation Menu
|
4 |
Description: Style of header navigation bar menu
|
5 |
Author: theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: TP Navigation Menu
|
4 |
Description: Style of header navigation bar menu
|
5 |
Author: theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_ninja_form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Ninja Form
|
4 |
Description: Third party plugin ninja form style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Ninja Form
|
4 |
Description: Third party plugin ninja form style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_number_counter.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Number Counter
|
4 |
Description: Display style of count numbers.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Number Counter
|
4 |
Description: Display style of count numbers.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_page_scroll.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Page Scroll
|
4 |
Description: Page Scroll
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Page Scroll
|
4 |
Description: Page Scroll
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_post_search.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Posts Search
|
4 |
Description: Post Search Form Of Styles.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Posts Search
|
4 |
Description: Post Search Form Of Styles.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_pricing_table.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Pricing Table
|
4 |
Description: unique design of pricing table.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Pricing Table
|
4 |
Description: unique design of pricing table.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_progress_bar.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Progress Bar
|
4 |
Description: Progress Bar
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
@@ -587,7 +587,7 @@ class L_ThePlus_Progress_Bar extends Widget_Base {
|
|
587 |
[
|
588 |
'name' => 'number_typography',
|
589 |
'label' => esc_html__( 'Typography', 'tpebl' ),
|
590 |
-
'selector' => '{{WRAPPER}} .progress_bar .counter-number .theserivce-milestone-number
|
591 |
]
|
592 |
);
|
593 |
$this->add_control(
|
@@ -600,7 +600,7 @@ class L_ThePlus_Progress_Bar extends Widget_Base {
|
|
600 |
'value' => \Elementor\Scheme_Color::COLOR_1,
|
601 |
],
|
602 |
'selectors' => [
|
603 |
-
'{{WRAPPER}} .progress_bar .counter-number .theserivce-milestone-number
|
604 |
],
|
605 |
]
|
606 |
);
|
3 |
Widget Name: Progress Bar
|
4 |
Description: Progress Bar
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
587 |
[
|
588 |
'name' => 'number_typography',
|
589 |
'label' => esc_html__( 'Typography', 'tpebl' ),
|
590 |
+
'selector' => '{{WRAPPER}} .progress_bar .counter-number .theserivce-milestone-number',
|
591 |
]
|
592 |
);
|
593 |
$this->add_control(
|
600 |
'value' => \Elementor\Scheme_Color::COLOR_1,
|
601 |
],
|
602 |
'selectors' => [
|
603 |
+
'{{WRAPPER}} .progress_bar .counter-number .theserivce-milestone-number' => 'color: {{VALUE}}',
|
604 |
],
|
605 |
]
|
606 |
);
|
modules/widgets/tp_scroll_navigation.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Scroll Navigation
|
4 |
Description: navigation bar Scrolling Effect scroll event.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Scroll Navigation
|
4 |
Description: navigation bar Scrolling Effect scroll event.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_smooth_scroll.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Smooth Scroll
|
4 |
Description: smooth page scroll.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Smooth Scroll
|
4 |
Description: smooth page scroll.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_social_icon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Social Icon
|
4 |
Description: share social icon list design.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Social Icon
|
4 |
Description: share social icon list design.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_tabs_tours.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Tabs And Tours
|
4 |
Description: Toggle of a tabs and tours content.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Tabs And Tours
|
4 |
Description: Toggle of a tabs and tours content.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_team_member_listout.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Team Member Listing
|
4 |
Description: Different style of Team Member taxonomy Post listing layouts.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Team Member Listing
|
4 |
Description: Different style of Team Member taxonomy Post listing layouts.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_testimonial_listout.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Testimonial Carousel
|
4 |
Description: Different style of testimonial.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Testimonial Carousel
|
4 |
Description: Different style of testimonial.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_video_player.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: Video Player
|
4 |
Description: Video player.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: Video Player
|
4 |
Description: Video player.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
modules/widgets/tp_wp_forms.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Widget Name: WP Forms
|
4 |
Description: Third party plugin WP forms style.
|
5 |
Author: Theplus
|
6 |
-
Author URI:
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
3 |
Widget Name: WP Forms
|
4 |
Description: Third party plugin WP forms style.
|
5 |
Author: Theplus
|
6 |
+
Author URI: https://posimyth.com
|
7 |
*/
|
8 |
namespace TheplusAddons\Widgets;
|
9 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== The Plus Addons for Elementor Page Builder Lite ===
|
2 |
Contributors: posimyththemes, ankitposimyth, nirmalkavaiya, sagarpatel124
|
3 |
-
Donate link: https://theplusaddons.com/
|
4 |
Tags: elementor, elementor addons, elementor widgets, the plus addons for elementor, the plus widgets elementor, free elementor addons, elementor pro addons, elementor widget pack, ultimate addons for elementor, popular addons for elementor, powerful addons for elementor, best addons for elementor
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.0.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
@@ -15,114 +15,114 @@ The Plus Addons is made by experienced designers and developers to fulfil all yo
|
|
15 |
|
16 |
<h3>Free Widgets </h3>
|
17 |
|
18 |
-
1. [Advanced Text Block](https://theplusaddons.com/
|
19 |
-
2. [BlockQuote](https://theplusaddons.com/
|
20 |
-
3. [Buttons](https://theplusaddons.com/
|
21 |
-
4. [Countdown](https://theplusaddons.com/
|
22 |
-
5. [Heading Title](https://theplusaddons.com/
|
23 |
-
6. [Infobox](https://theplusaddons.com/
|
24 |
-
7. [Navigation Menu Lite](https://theplusaddons.com/
|
25 |
-
8. [Piechart](https://theplusaddons.com/
|
26 |
-
9. [Post Searchs](https://theplusaddons.com/
|
27 |
-
10. [Pricing Tables](https://theplusaddons.com/
|
28 |
-
11. [Progress Bar](https://theplusaddons.com/
|
29 |
-
12. [Social Icon](https://theplusaddons.com/
|
30 |
-
13. [Video](https://theplusaddons.com/
|
31 |
-
14. [Heading Animation](https://theplusaddons.com/
|
32 |
-
15. [Flipbox](https://theplusaddons.com/
|
33 |
-
16. [Smooth Scroll](https://theplusaddons.com/
|
34 |
-
17. [Accordions](https://theplusaddons.com/
|
35 |
-
18. [Tabs/Tours](https://theplusaddons.com/
|
36 |
-
19. [Full Page](https://theplusaddons.com/
|
37 |
-
20. [Caldera Forms](https://theplusaddons.com/
|
38 |
-
21. [Contact form 7](https://theplusaddons.com/
|
39 |
-
22. [Everest Forms](https://theplusaddons.com/
|
40 |
-
23. [Gravity Forms](https://theplusaddons.com/
|
41 |
-
24. [Ninja Forms](https://theplusaddons.com/
|
42 |
-
25. [WP Forms](https://theplusaddons.com/
|
43 |
-
26. [Blog Posts](https://theplusaddons.com/
|
44 |
-
Grid](https://theplusaddons.com/
|
45 |
-
27. [Image Gallery](https://theplusaddons.com/
|
46 |
-
[Grid](https://theplusaddons.com/
|
47 |
-
28. [Team Members](https://theplusaddons.com/
|
48 |
-
[Grid](https://theplusaddons.com/
|
49 |
-
29. [Testimonials](https://theplusaddons.com/
|
50 |
-
[Style 2](https://theplusaddons.com/
|
51 |
-
30. [Client Logos](https://theplusaddons.com/
|
52 |
-
[Grid](https://theplusaddons.com/
|
53 |
|
54 |
|
55 |
|
56 |
<h3>Pro Widgets</h3>
|
57 |
|
58 |
-
1. [Audio Player](https://theplusaddons.com/
|
59 |
-
2. [Dark Mode](https://theplusaddons.com/
|
60 |
-
3. [Instagram Feed](https://theplusaddons.com/
|
61 |
-
4. [Login/Signup](https://theplusaddons.com/
|
62 |
-
5. [Number Counter](https://theplusaddons.com/
|
63 |
-
6. [Pricing List](https://theplusaddons.com/
|
64 |
-
7. [Protected Content](https://theplusaddons.com/
|
65 |
-
8. [Stylist List](https://theplusaddons.com/
|
66 |
-
9. [Table](https://theplusaddons.com/
|
67 |
-
10. [Advanced Typography](https://theplusaddons.com/
|
68 |
-
11. [Advanced Buttons](https://theplusaddons.com/
|
69 |
-
12. [Advertisement Banner](https://theplusaddons.com/
|
70 |
-
13. [Animated Separators](https://theplusaddons.com/
|
71 |
-
14. [Animated Service Boxes](https://theplusaddons.com/
|
72 |
-
15. [Before After](https://theplusaddons.com/
|
73 |
-
16. [Carousal Anything](https://theplusaddons.com/
|
74 |
-
17. [Carousal Remote](https://theplusaddons.com/
|
75 |
-
18. [Circle Menu](https://theplusaddons.com/
|
76 |
-
19. [Creative Images](https://theplusaddons.com/
|
77 |
-
20. [Draw SVG](https://theplusaddons.com/
|
78 |
-
21. [Dynamic Devices](https://theplusaddons.com/
|
79 |
-
22. [Hotspot/Pin Point](https://theplusaddons.com/
|
80 |
-
23. [Image Cascading](https://theplusaddons.com/
|
81 |
-
24. [Lottiefiles Animations](https://theplusaddons.com/
|
82 |
-
[Lottiefiles On Scroll](https://theplusaddons.com/
|
83 |
-
25. [Morphing Sections](https://theplusaddons.com/
|
84 |
-
26. [Off Canvas](https://theplusaddons.com/
|
85 |
-
27. [Process/Steps](https://theplusaddons.com/
|
86 |
-
28. [Scroll Navigation](https://theplusaddons.com/
|
87 |
-
29. [Time line](https://theplusaddons.com/
|
88 |
-
30. [Unfold](https://theplusaddons.com/
|
89 |
-
31. [Row Background](https://theplusaddons.com/
|
90 |
-
[Gallery Background](https://theplusaddons.com/
|
91 |
-
32. [Switcher](https://theplusaddons.com/
|
92 |
-
33. [Page Scroll](https://theplusaddons.com/
|
93 |
-
[Page Pilling](https://theplusaddons.com/
|
94 |
-
34. [Navigation Builder](https://theplusaddons.com/
|
95 |
-
[Horizontal Mega Menu](https://theplusaddons.com/
|
96 |
-
35. [Breadcrumb](https://theplusaddons.com/
|
97 |
-
36. [Mobile Menu](https://theplusaddons.com/
|
98 |
-
37. [Google Map](https://theplusaddons.com/
|
99 |
-
38. [Mailchimp Subscription](https://theplusaddons.com/
|
100 |
-
39. [Blog Posts](https://theplusaddons.com/
|
101 |
-
[Carousel](https://theplusaddons.com/
|
102 |
-
40. [Image Gallery](https://theplusaddons.com/
|
103 |
-
[Carousel](https://theplusaddons.com/
|
104 |
-
41. [Woo Products](https://theplusaddons.com/
|
105 |
-
[Carousel](https://theplusaddons.com/
|
106 |
-
42. [Team Members](https://theplusaddons.com/
|
107 |
-
[Carousel layout](https://theplusaddons.com/
|
108 |
-
43. [Testimonials](https://theplusaddons.com/
|
109 |
-
[Center Mode Options](https://theplusaddons.com/
|
110 |
-
44. [Client Logos](https://theplusaddons.com/
|
111 |
-
[CSS Filters](https://theplusaddons.com/
|
112 |
-
45. [Dynamic Listing Options](https://theplusaddons.com/
|
113 |
-
[Custom Loop Skin](https://theplusaddons.com/
|
114 |
-
[ACF Repeater Field](https://theplusaddons.com/
|
115 |
-
46. [Dynamic Category](https://theplusaddons.com/
|
116 |
-
47. [Dynamic Smart Showcase](https://theplusaddons.com/
|
117 |
-
[Magazine Slider](https://theplusaddons.com/
|
118 |
|
119 |
|
120 |
|
121 |
|
122 |
<h3>Free Features </h3>
|
123 |
|
124 |
-
1. [Equal Height(Developer Friendly)ADVANCED](https://theplusaddons.com/
|
125 |
-
2. [Wrapper Link](https://theplusaddons.com/
|
126 |
|
127 |
|
128 |
|
@@ -131,27 +131,27 @@ Grid](https://theplusaddons.com/elementor/plus-blogs/grid-blogs/) | [Masonry](ht
|
|
131 |
|
132 |
|
133 |
|
134 |
-
1. [Mouse Cursor Icon](https://theplusaddons.com/
|
135 |
-
2. [Column Ordering In Devices](https://theplusaddons.com/
|
136 |
-
3. [Custom Media Query Breakpoints](https://theplusaddons.com/
|
137 |
-
4. [Column Width(Px,%,Calc())](https://theplusaddons.com/
|
138 |
-
5. [Sticky Column](https://theplusaddons.com/
|
139 |
-
6. [Display/Conditional Rules](https://theplusaddons.com/
|
140 |
-
7. [Global Continuous Effects](https://theplusaddons.com/
|
141 |
-
8. [Global Mouse Hover Parallax](https://theplusaddons.com/
|
142 |
-
9. [Global Special Overlay Color](https://theplusaddons.com/
|
143 |
-
10. [Global Tilt 3D Effects](https://theplusaddons.com/
|
144 |
-
11. [Global Tooltip](https://theplusaddons.com/
|
145 |
-
12. [Cross Domain Copy Paste](https://theplusaddons.com/
|
146 |
-
13. [Facebook & Google Event Tracker](https://theplusaddons.com/
|
147 |
-
14. [White Label](https://theplusaddons.com/
|
148 |
-
15. [Grid Design Tool](https://theplusaddons.com/
|
149 |
-
16. [MagicScroll Integration](https://theplusaddons.com/
|
150 |
-
17. [On Scroll Animation Content ](https://theplusaddons.com/
|
151 |
-
18. [Row Section Scroll Animation](https://theplusaddons.com/
|
152 |
-
19. [Custom CSS(Section & Column)](https://theplusaddons.com/
|
153 |
-
20. [18+ Premium Templates](https://theplusaddons.com/
|
154 |
-
21. [ 300+ Premium UI Blocks](https://theplusaddons.com/
|
155 |
|
156 |
|
157 |
#### This plugin is addons of Elementor Page Builder
|
@@ -222,6 +222,14 @@ We have most advanced caching architecture, Which will never bloat your site. Kn
|
|
222 |
|
223 |
|
224 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
|
226 |
= 2.0.2 =
|
227 |
- Compatibility : WordPress 5.6 Compatibility & jQuery Updates
|
1 |
=== The Plus Addons for Elementor Page Builder Lite ===
|
2 |
Contributors: posimyththemes, ankitposimyth, nirmalkavaiya, sagarpatel124
|
3 |
+
Donate link: https://theplusaddons.com/pricing/
|
4 |
Tags: elementor, elementor addons, elementor widgets, the plus addons for elementor, the plus widgets elementor, free elementor addons, elementor pro addons, elementor widget pack, ultimate addons for elementor, popular addons for elementor, powerful addons for elementor, best addons for elementor
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.6
|
7 |
+
Stable tag: 2.0.4
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
15 |
|
16 |
<h3>Free Widgets </h3>
|
17 |
|
18 |
+
1. [Advanced Text Block](https://theplusaddons.com/widgets/advance-text-block/) - Add your most important text content with maximum possible options. It have all cosmetic, typographic and Responsive options as per regular needs.
|
19 |
+
2. [BlockQuote](https://theplusaddons.com/widgets/blockquote/) - Amazing widgets to showcase blockquotes, sayings and text content in style with lots of customisation options to play with..
|
20 |
+
3. [Buttons](https://theplusaddons.com/widgets/buttons/) - Proven Styles, Powerful Options and Incredible UX for Most common element of website building, It’s a plus buttons for WordPress using Elementor.
|
21 |
+
4. [Countdown](https://theplusaddons.com/widgets/countdown/) - Remarkable options to create amazing Countdown designs. It’s suitable for coming soon, under maintenance, and other timer sections.
|
22 |
+
5. [Heading Title](https://theplusaddons.com/widgets/heading-titles/) - Simple and Multi Purpose Heading title options with magic scroll, tooltip, scroll animation and Full Typography options for WordPress using Elementor.
|
23 |
+
6. [Infobox](https://theplusaddons.com/widgets/infobox/) - Wondering for amazing tool to showcase your text content? Infobox is proven and with breakthrough UI/UX element for WordPress using Elementor.
|
24 |
+
7. [Navigation Menu Lite](https://theplusaddons.com/widgets/elementor-header-navigation-builder/) - Using Plain Theme, Theme builder or elementor pro and looking forward to have navigation menu? Here you go using this option. Create extraordinary navigation bars with unlimited opportunities
|
25 |
+
8. [Piechart](https://theplusaddons.com/widgets/piechart/) - Most basic web element designed creative way to showcase your charts in a visually appealing way. Customise Pie Chart in Elementor the way you want and You will have multiple options of It’s animations on First Load and Scroll.
|
26 |
+
9. [Post Searchs](https://theplusaddons.com/widgets/search-bar/) - Make all your pages searchable using amazing search bar widget, which search using wordpress’s main search function. Design with tons of options.
|
27 |
+
10. [Pricing Tables](https://theplusaddons.com/widgets/pricing-table/) - We care for your money, So It’s most amazing and designed based on AB tested philosophies to make it Elite pricing table for WordPress using Elementor.
|
28 |
+
11. [Progress Bar](https://theplusaddons.com/widgets/progress-bar/) - Use this widget for multipurpose way to show your progress bar, skill bar, value bar, percentage bar or any other kind of Value in Progress bar format in Elementor using this amazing, versatile and fully customisable widget.
|
29 |
+
12. [Social Icon](https://theplusaddons.com/widgets/social-icon/) - Your handy tool to create amazing social media icons and setup links. It have tons of social icon styles to use in WordPress using Elementor
|
30 |
+
13. [Video](https://theplusaddons.com/widgets/videos/) - Brilliant tool with Powerful options to showcase your Youtube, vimeo and Self-hosted videos in style for WordPress using Elementor.
|
31 |
+
14. [Heading Animation](https://theplusaddons.com/widgets/heading-animation/) - Elite tool to showcase multiple text with incredible typing animations with lots of customisation options for WordPress using Elementor.
|
32 |
+
15. [Flipbox](https://theplusaddons.com/widgets/flipbox/) - Showcase your services and eye catchy content with most attractive and with powerful UX structure on WordPress using Elementor.
|
33 |
+
16. [Smooth Scroll](https://theplusaddons.com/widgets/smooth-scroll/) - Some pages of your site needs amazing smooth experience. You can do it using this plugin to have smooth scroll effect for amazing UX in your elementor website.
|
34 |
+
17. [Accordions](https://theplusaddons.com/widgets/accordion/) - Sensational way to showcase your accordions with crafted design styles and options to create uniquely for WordPress using Elementor.
|
35 |
+
18. [Tabs/Tours](https://theplusaddons.com/widgets/tabs-tours/) - Presenting most advanced and powerful Tabs and Tours style collection with unlimited customisation options for WordPress using Elementor.
|
36 |
+
19. [Full Page](https://theplusaddons.com/widgets/best-page-scrolling-options-for-elementor/#full-piling) - This widget is the combination of Full Page JS, Multi Scroll JS, Horizontal Scroll and Page Piling JS. Which are most popular in unique one page websites.
|
37 |
+
20. [Caldera Forms](https://theplusaddons.com/widgets/caldera-forms/) - Proven Look and Feel of Caldera Forms with elegant improvements to get amazing UI and UX for all your forms in WordPress using Elementor.
|
38 |
+
21. [Contact form 7](https://theplusaddons.com/widgets/contact-form-7/) - Proven Look and Feel of Contact form 7 forms with elegant improvements to get amazing UI and UX for all your forms in WordPress using Elementor.
|
39 |
+
22. [Everest Forms](https://theplusaddons.com/widgets/everest-forms/) - Proven Look and Feel of Everest Forms with elegant improvements to get amazing UI and UX for all your forms in WordPress using Elementor.
|
40 |
+
23. [Gravity Forms](https://theplusaddons.com/widgets/gravity-forms/) - Proven Look and Feel of Gravity Forms with elegant improvements to get amazing UI and UX for all your forms in WordPress using Elementor.
|
41 |
+
24. [Ninja Forms](https://theplusaddons.com/widgets/ninja-forms/) - Proven Look and Feel of Ninja forms with elegant improvements to get amazing UI and UX for all your forms in WordPress using Elementor.
|
42 |
+
25. [WP Forms](https://theplusaddons.com/widgets/wpforms/) - Proven Look and Feel of WP forms with elegant improvements to get amazing UI and UX for all your forms in WordPress using Elementor.
|
43 |
+
26. [Blog Posts](https://theplusaddons.com/pluslisting/#plus-blog) - Supercharge your blog listing layouts and It's customisation options.
|
44 |
+
Grid](https://theplusaddons.com/plus-blogs/grid-blogs/) | [Masonry](https://theplusaddons.com/plus-blogs/masonry-blogs/) | [Metro](https://theplusaddons.com/plus-blogs/metro-blogs/) | [Stagger Load](https://theplusaddons.com/plus-blogs/blog-stagger-load/)
|
45 |
+
27. [Image Gallery](https://theplusaddons.com/pluslisting/#plus-gallery) - Advanced Image Gallery styles with tons of options to create creative layouts.
|
46 |
+
[Grid](https://theplusaddons.com/plus-image-gallery/image-grid/) | [Masonry](https://theplusaddons.com/plus-image-gallery/image-masonry/) | [Metro](https://theplusaddons.com/plus-image-gallery/image-metro/)
|
47 |
+
28. [Team Members](https://theplusaddons.com/pluslisting/#Team%20member) - Team member showcase with some unique concepts with 6+ base styles.
|
48 |
+
[Grid](https://theplusaddons.com/team-member/#grid-section) | [Masonry](https://theplusaddons.com/team-member/#masonary-section)
|
49 |
+
29. [Testimonials](https://theplusaddons.com/pluslisting/#plus-testimonial) - Collection of 6+ styles of testimonial listing with tons of customisation options to create unique layouts.
|
50 |
+
[Style 2](https://theplusaddons.com/testimonial/#style-two-carousel) | [Style 4](https://theplusaddons.com/testimonial/#style-four-normal-carousel)
|
51 |
+
30. [Client Logos](https://theplusaddons.com/pluslisting/#plus-clients) - Showcase your company client logos with amazing layout options.
|
52 |
+
[Grid](https://theplusaddons.com/team-member/#grid-section) | [Masonry](https://theplusaddons.com/widgets/clients/#masonry-layout)
|
53 |
|
54 |
|
55 |
|
56 |
<h3>Pro Widgets</h3>
|
57 |
|
58 |
+
1. [Audio Player](https://theplusaddons.com/widgets/audio-player/) - Widget to showcase your single music file or a playlist of music. It can be must have widget for entertainment category’s websites/projects
|
59 |
+
2. [Dark Mode](https://theplusaddons.com/widgets/elementor-dark-mode/) - Best way to create dark mode feature for elementor pages and posts by adding widget in footer or header area for best possibilities. It have best in class Night Mode / Dark Mode options with unique switcher options to customise.
|
60 |
+
3. [Instagram Feed](https://theplusaddons.com/widgets/instagram/) - Fastest and Easy to configure instagram feed widget ever made for elementor. You can get feed using access token or using just a username of instagram profile of any one. Detailed grid options for unlimited customisations and unique layout options for instagram feed.
|
61 |
+
4. [Login/Signup](https://theplusaddons.com/widgets/login-signup-password/) - Setup WordPress Login form, WordPress member Signup form or/and Forgot password form using one compact elementor widget. Best for WordPress based membership websites.
|
62 |
+
5. [Number Counter](https://theplusaddons.com/widgets/number-counter/) - Your all needs covered regarding showcase of numbers. This widget is with all needed options and customisation variations to make your achievements looks at it’s best.
|
63 |
+
6. [Pricing List](https://theplusaddons.com/widgets/pricing-list/) - Easiest way to showcase pricing of food menu or any list of items. You can use this for restaurant menus, service list and other ways using elementor. It can be used versatile way by using It’s unique options.
|
64 |
+
7. [Protected Content](https://theplusaddons.com/widgets/protected-content/) - Hide content from website visitors based on simple password, Multiple Passwords, or based on their wordpress user role. You may use that for coupon code options, for client panel and various usages on your website.
|
65 |
+
8. [Stylist List](https://theplusaddons.com/widgets/stylish-list/) - Make a list with great customisation options, Unique layouts and Many value added options to reach an extra level of design for stylish list on WordPress using Elementor.
|
66 |
+
9. [Table](https://theplusaddons.com/widgets/table/) - Create Simplest Table in Elementor or Complex Layout needs in elementor, Table widget for elementor will help you in that. It can be useful for all kind of comparison tables, Pricing Tables, or Busy Table Layouts with tons of options in Elementor.
|
67 |
+
10. [Advanced Typography](https://theplusaddons.com/widgets/advanced-typography/) - Collection of top typography options for elementor such as knockout text, magicscroll typography, text blend mode, arc typography, circular text, underline to hover styles, shadow 3d typography, Vertical text & stroke typography options to create most advanced minimal structures.
|
68 |
+
11. [Advanced Buttons](https://theplusaddons.com/widgets/advanced-buttons/) - Attractive, Easy to use, conversation friendly, and A/B Tested collection of buttons with multi purpose usability in elementor page builder.
|
69 |
+
12. [Advertisement Banner](https://theplusaddons.com/widgets/advrtsment-banner/) - Make amazing CTA banners for your sale, offers, or any kind of promotional activities. Layer based hover effects makes it very unique and eye popping.
|
70 |
+
13. [Animated Separators](https://theplusaddons.com/widgets/advanced-separators/) - Multiple row/section and column shape dividers with unique options to configure that as per your needs. Style based on wavey JS which you can implement on any place and you can adjust shape separator’s animations and It’s shape divider size.
|
71 |
+
14. [Animated Service Boxes](https://theplusaddons.com/widgets/animated-service-boxes/) - Showcase your services, features, and other information in style using this widget of elementor. It can be used as a Animated box, Interactive banners, Info Box, Interactive cards, Animated Features, Interactive box and other ways.
|
72 |
+
15. [Before After](https://theplusaddons.com/widgets/before-after-2/) - Introducing fastest and easiest way to compare images to showcase before after by horizontal, vertical and opacity based system for WordPress Using Elementor.
|
73 |
+
16. [Carousal Anything](https://theplusaddons.com/widgets/carousal-anything/) - Make your carousels with all stunning options and with the power of templates of elementor. You can use any elementor widgets with various carousal options in this elementor widget.
|
74 |
+
17. [Carousal Remote](https://theplusaddons.com/widgets/carousal-remote/) - Connect and play with any carousel of the plus addons using this widget. You can connect just using unique id and put this widget anywhere to create some creative layouts.
|
75 |
+
18. [Circle Menu](https://theplusaddons.com/widgets/circle-menu/) - Display your call to action menu with amazing style and based on open/close method to keep it small in the beginning. It have bubble menu, flat menu and other variations.
|
76 |
+
19. [Creative Images](https://theplusaddons.com/widgets/creative-images/) - Change the way you put images on websites, Show It with great details effects and animation based on hover/scroll in WordPress using Elementor.
|
77 |
+
20. [Draw SVG](https://theplusaddons.com/widgets/draw-svg/) - You can use draw animation on any SVG in elementor, It can be draw on first load or You can setup that on hover draw option. You can draw SVG in Elementor Multiple Ways using multiple options to use from.
|
78 |
+
21. [Dynamic Devices](https://theplusaddons.com/widgets/device-dynamic/) - Love showcasing content inside beautiful laptops, Desktops, Mobiles and Browser Screens? This element is for you.
|
79 |
+
22. [Hotspot/Pin Point](https://theplusaddons.com/widgets/hotspot-pin-point/) - Highlight your points or Create Hot spots on your images to showcase your points. We also have 6+ creatively picked hotspot styles and advanced tooltip with unlimited options to setup in.
|
80 |
+
23. [Image Cascading](https://theplusaddons.com/widgets/image-cascading/) - Biggest and most brilliant plugin for layered images, Sections with layers, Cascading layouts in WordPress using Elementor.
|
81 |
+
24. [Lottiefiles Animations](https://theplusaddons.com/widgets/lottiefiles-animations-elementor/) - Looking animation which are quite engaging and crafter by top in class motion designers to use in your next web design project? Try this elementor widget, which will help you to achieve that just by using JSON code made from Lottiefiles.
|
82 |
+
[Lottiefiles On Scroll](https://theplusaddons.com/widgets/lottiefiles-on-scroll-animation-elementor/)
|
83 |
+
25. [Morphing Sections](https://theplusaddons.com/widgets/morphing-sections/) - Wondering how to make your Blob Shape SVGs with animated morphing shape? This widget of elementor will help you to do Blob SVG Path morphing, Dynamic blob Shape Overlay in Image Gradient and Normal Color. This tool to animate blob SVGs and shape morphing in your row and column background.
|
84 |
+
26. [Off Canvas](https://theplusaddons.com/widgets/off-canvas/) - Any Elementor Widget or menu now in a stylish way with the unique variations of Off Canvas elementor widget. Many customisation options makes it unique and multi purpose in all elementor addons.
|
85 |
+
27. [Process/Steps](https://theplusaddons.com/widgets/process-steps/) - Special Widget made for showcase process/steps with unique layout variations. It have text indicator, special steps styles and more customizability options.
|
86 |
+
28. [Scroll Navigation](https://theplusaddons.com/widgets/one-page-scroll-navigation/) - Best widget for creation of one page scroll navigation to give feel of one page and easy to navigate on long page. It’s most popular web design trend to have one page websites and this widget will improve UX by having nice scroll navigation.
|
87 |
+
29. [Time line](https://theplusaddons.com/widgets/timeline/) - All your timeline layout needs will be fulfilled using this widget of elementor. It can be useful for Organisation History Timeline, Startup Storyline, Event/Program History TimeLine, Step by Step Tutorials Timeline, and Lifetime Achievements and many more ways.
|
88 |
+
30. [Unfold](https://theplusaddons.com/widgets/unfold-expand-toggle/) - Hide your content and Expand that on click to show more information. You can use this widget in elementor to show information with title and description as well as with elementor template.
|
89 |
+
31. [Row Background](https://theplusaddons.com/widgets/row-background/) - Sensational piece of code to create premium, layer based and uniquely advanced Section Backgrounds in WordPress using Elementor.
|
90 |
+
[Gallery Background](https://theplusaddons.com/widgets/row-background/gallery-background/) | [Parallax Background](https://theplusaddons.com/widgets/row-background/parallax-background/) | [Segment Background](https://theplusaddons.com/widgets/row-background/segmentation-background/) | [Special Backgrounds](https://theplusaddons.com/widgets/row-background/special-background/) | [Video Background](https://theplusaddons.com/widgets/row-background/video-background/)
|
91 |
+
32. [Switcher](https://theplusaddons.com/widgets/switcher/) - Introducing amazing content switcher for your pricing table, Info Sections, Services and many other layouts on WordPress using Elementor.
|
92 |
+
33. [Page Scroll](https://theplusaddons.com/widgets/best-page-scrolling-options-for-elementor/) - This widget is the combination of Full Page JS, Multi Scroll JS, Horizontal Scroll and Page Piling JS. Which are most popular in unique one page websites.
|
93 |
+
[Page Pilling](https://theplusaddons.com/widgets/best-page-scrolling-options-for-elementor/page-piling/) | [Multi Scroll 50/50](https://theplusaddons.com/widgets/best-page-scrolling-options-for-elementor/multi-scroll/) | [Multi Scroll 30/70](https://theplusaddons.com/widgets/best-page-scrolling-options-for-elementor/multi-scroll-2/) | [Horizontal Scroll Color Change](https://theplusaddons.com/widgets/horizontal-scroll-with-background-color-change/) | [Horizontal Scroll Fix Image Change](https://theplusaddons.com/widgets/horizontal-scroll-with-fix-background-image/) | [Horizontal Scroll Image Change](https://theplusaddons.com/widgets/horizontal-scroll-with-background-image-change/)
|
94 |
+
34. [Navigation Builder](https://theplusaddons.com/widgets/elementor-header-navigation-builder/) - All needs related to navigation and whole header section is covered under our collection of widgets for elementor. You can create search bar, woocommerce mini cart, music bar, login section, mega menu and many more using this elementor header builder widgets.
|
95 |
+
[Horizontal Mega Menu](https://theplusaddons.com/widgets/mega-menu/#horizontal-menu) | [Vertical Mega Menu](https://theplusaddons.com/widgets/mega-menu/#vertical-menu) | [Vertical Toggle Mega Menu](https://theplusaddons.com/widgets/mega-menu/#vertical-menu)
|
96 |
+
35. [Breadcrumb](https://theplusaddons.com/widgets/breadcrumb-bar/) - Wondering for amazing tool to showcase your text content? Infobox is proven and with breakthrough UI/UX element for WordPress using Elementor.
|
97 |
+
36. [Mobile Menu](https://theplusaddons.com/widgets/mobile-menu/) - Special elementor widget made for mobile devices, It will give mobile application look and special menu designs for your website in this mobile first web world.
|
98 |
+
37. [Google Map](https://theplusaddons.com/widgets/google-maps/) - Advanced or simple needs of maps, We have covered all. One of the best elementor google map widget with lots of options and multiple marker pin points.
|
99 |
+
38. [Mailchimp Subscription](https://theplusaddons.com/widgets/mailchimp/) - Amazing Collection of Heading styles for your next project. It have simple yet elegant styles to create unlimited different Looks and Layouts.
|
100 |
+
39. [Blog Posts](https://theplusaddons.com/pluslisting/#plus-blog) - Supercharge your blog listing layouts and It's customisation options.
|
101 |
+
[Carousel](https://theplusaddons.com/plus-blogs/carousel-blogs/) | [Grid](https://theplusaddons.com/plus-blogs/blog-styles/) | [Filter](https://theplusaddons.com/plus-blogs/blog-filter/) | [Lazy Load](https://theplusaddons.com/plus-blogs/lazy-load-blogs/) | [Load More](https://theplusaddons.com/plus-blogs/load-more-blogs/) | [Messy Columns](https://theplusaddons.com/plus-blogs/masonry-blogs/) | [Pagination](https://theplusaddons.com/plus-blogs/pagination-blogs/)
|
102 |
+
40. [Image Gallery](https://theplusaddons.com/pluslisting/#plus-gallery) - Advanced Image Gallery styles with tons of options to create creative layouts.
|
103 |
+
[Carousel](https://theplusaddons.com/plus-image-gallery/image-carousel/) | [Filter](https://theplusaddons.com/plus-image-gallery/image-filter/) | [Messy Columns](https://theplusaddons.com/plus-image-gallery/image-messy-columns/) | [ACF Gallery Field](https://theplusaddons.com/pluslisting/elementor-acf-gallery-support/)
|
104 |
+
41. [Woo Products](https://theplusaddons.com/pluslisting/#woo-products) - Amazing Collection of unique product listing styles for WooCommerce.
|
105 |
+
[Carousel](https://theplusaddons.com/pluslisting/product-carousal/) | [Filter](https://theplusaddons.com/pluslisting/product-filter/) | [Grid](https://theplusaddons.com/pluslisting/product-grid/) | [Lazy Load](https://theplusaddons.com/pluslisting/product-lazy-load/) | [Load More](https://theplusaddons.com/pluslisting/product-load-more/) | [Masonry](https://theplusaddons.com/pluslisting/product-masonry/) | [Messy Columns](https://theplusaddons.com/pluslisting/product-messy-column/) | [Metro](https://theplusaddons.com/pluslisting/product-metro/) | [Pagination](https://theplusaddons.com/pluslisting/product-pagination/) | [Style](https://theplusaddons.com/pluslisting/product-styles/)
|
106 |
+
42. [Team Members](https://theplusaddons.com/pluslisting/#Team%20member) - Team member showcase with some unique concepts with 6+ base styles.
|
107 |
+
[Carousel layout](https://theplusaddons.com/team-member/#carousal-layout-section) | [Center Mode](https://theplusaddons.com/team-member/#center-mode-section) | [Filter Options](https://theplusaddons.com/team-member/#fIlter-section) | [Messy Columns](https://theplusaddons.com/team-member/#messy-section)
|
108 |
+
43. [Testimonials](https://theplusaddons.com/pluslisting/#plus-testimonial) - Collection of 6+ styles of testimonial listing with tons of customisation options to create unique layouts.
|
109 |
+
[Center Mode Options](https://theplusaddons.com/testimonial/#center-moder-section) | [Messy Columns](https://theplusaddons.com/testimonial/#messy-columns-section) | [Style 1](https://theplusaddons.com/testimonial/#section-style-one) | [Style 3](https://theplusaddons.com/testimonial/#style-three-normal-carousel)
|
110 |
+
44. [Client Logos](https://theplusaddons.com/pluslisting/#plus-clients) - Showcase your company client logos with amazing layout options.
|
111 |
+
[CSS Filters](https://theplusaddons.com/widgets/clients/#css-filters) | [Carousel](https://theplusaddons.com/widgets/clients/#carousel-options) | [Center Mode](https://theplusaddons.com/widgets/clients/#center-mode-carousel) | [Lazy Load](https://theplusaddons.com/client-load-more-lazy-load/) | [Load More](https://theplusaddons.com/client-load-more-lazy-load/) | [Messy Columns](https://theplusaddons.com/widgets/clients/#messy-columns) | [Paginations](https://theplusaddons.com/client-pagination/)
|
112 |
+
45. [Dynamic Listing Options](https://theplusaddons.com/pluslisting/#plus-dynamic-listing) - Supercharge your dynamic listing layouts and It's customisation options.
|
113 |
+
[Custom Loop Skin](https://theplusaddons.com/pluslisting/custom-loop-skin-builder/) | [Dynamic Listing](https://theplusaddons.com/pluslisting/dynamic-listing/) | [ACF Loops](https://theplusaddons.com/pluslisting/#acf-loops) |
|
114 |
+
[ACF Repeater Field](https://theplusaddons.com/pluslisting/elementor-acf-repeater-support/)
|
115 |
+
46. [Dynamic Category](https://theplusaddons.com/pluslisting/dynamic-category/) - Show categories or taxonomy listing of any custom post type in style using listing methods like Grid, Masonry, Metro and Carousel options and on top of that, there is options for 3d Parallax, Mouse move parallax and Messy columns.
|
116 |
+
47. [Dynamic Smart Showcase](https://theplusaddons.com/pluslisting/#plus-magazine-post-styles) - Supercharge your dynamic listing layouts and It's customisation options.
|
117 |
+
[Magazine Slider](https://theplusaddons.com/pluslisting/dynamic-magazine-slider/) | [Magazine Filter](https://theplusaddons.com/pluslisting/dynamic-magazine-filter/) | [Dynamic Ticker](https://theplusaddons.com/pluslisting/dynamic-ticker/)
|
118 |
|
119 |
|
120 |
|
121 |
|
122 |
<h3>Free Features </h3>
|
123 |
|
124 |
+
1. [Equal Height(Developer Friendly)ADVANCED](https://theplusaddons.com/plus-extras/equal-height/) - Using this option, You can setup equal height for your listing loops as well as with your standard widgets. This can be expand to long to equal height any same widgets by tracking their div structure or their common CSS class.
|
125 |
+
2. [Wrapper Link](https://theplusaddons.com/plus-extras/wrapper-link/) - You can add link on your whole section/row, Column and any widget using this option. It can be easily added and open in same tab or new tab.
|
126 |
|
127 |
|
128 |
|
131 |
|
132 |
|
133 |
|
134 |
+
1. [Mouse Cursor Icon](https://theplusaddons.com/plus-extras/mouse-cursor-icon-change/) - Using this widget you can change mouse cursor or icon, setup follow cursor image or you can setup text based mouse cursor style. Which help your visitors to know about any column or you can improve your UX.
|
135 |
+
2. [Column Ordering In Devices](https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#column-order) - Now change your column order in different devices. Best for Navigation Menus and Other Creative Layouts.
|
136 |
+
3. [Custom Media Query Breakpoints](https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#media-query-breakpoint) - Setup Column's Width | Margin | Padding | Visibility | Order Sequence for different breakpoints based on @Media Min/Max Width Value(You Can Add Multiple Values too using Repeater.).
|
137 |
+
4. [Column Width(Px,%,Calc())](https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#column-width) - Use Pixels | Percentage | Calc Function
|
138 |
+
5. [Sticky Column](https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#sticky-column) - Make Column Sticky based on height of other columns in row.
|
139 |
+
6. [Display/Conditional Rules](https://theplusaddons.com/plus-extras/display-rules/) - Enable/Disable your any Elementor widgets based on multiple conditions and logics, Which gives you enormous possibilities for unique and out of the box logics in Marketing or Web Management Part.
|
140 |
+
7. [Global Continuous Effects](https://theplusaddons.com/plus-extras/special-effects-parallax-3d-mouse-hover-continuous-animations-elementor-widgets/#continuous-effects) - Looking for some amazing effects for each widget? Now, You can use mouse move based parallax in elementor widgets, Special Scroll Overlay dual color effects, Tilt 3D Hover Effects, and Continuous animation effects in elementor widgets.
|
141 |
+
8. [Global Mouse Hover Parallax](https://theplusaddons.com/plus-extras/special-effects-parallax-3d-mouse-hover-continuous-animations-elementor-widgets/#mouse-parallax) - Looking for some amazing effects for each widget? Now, You can use mouse move based parallax in elementor widgets, Special Scroll Overlay dual color effects, Tilt 3D Hover Effects, and Continuous animation effects in elementor widgets.
|
142 |
+
9. [Global Special Overlay Color](https://theplusaddons.com/plus-extras/special-effects-parallax-3d-mouse-hover-continuous-animations-elementor-widgets/#first-section) - Looking for some amazing effects for each widget? Now, You can use mouse move based parallax in elementor widgets, Special Scroll Overlay dual color effects, Tilt 3D Hover Effects, and Continuous animation effects in elementor widgets.
|
143 |
+
10. [Global Tilt 3D Effects](https://theplusaddons.com/plus-extras/special-effects-parallax-3d-mouse-hover-continuous-animations-elementor-widgets/#tilt-3d) - Looking for some amazing effects for each widget? Now, You can use mouse move based parallax in elementor widgets, Special Scroll Overlay dual color effects, Tilt 3D Hover Effects, and Continuous animation effects in elementor widgets.
|
144 |
+
11. [Global Tooltip](https://theplusaddons.com/plus-extras/global-tooltips-elementor-widgets/) - In today’s two way communication, Tooltips are are popular and increase interactiveness on your website. Best Global tooltip option available in elementor. Tooltips are almost in all possible elementor widgets and with tons of customisation options of tooltip.
|
145 |
+
12. [Cross Domain Copy Paste](https://theplusaddons.com/plus-extras/cross-domain-copy-paste-and-live-copy-elementor/) - Use "Plus Copy" to transfer your Elementor Sections, Widgets & Columns from One site to another with simple method. It will change the way you are using Plus Design Templates, You just need to Live Copy from our demo pages and Paste on your website directly.
|
146 |
+
13. [Facebook & Google Event Tracker](https://theplusaddons.com/plus-extras/conversion-event-tracker-in-elementor/) - This feature is to track all facebook pixel and google analytics conversion events from your WordPress Website made by Elementor Page Builder. It tracks each a tag's click events and Submit button events for form builder widgets.
|
147 |
+
14. [White Label](https://theplusaddons.com/plus-extras/white-label-branding/) - You may change each and every details of plugin to your own or your client’s. It will give personalisation to your client projects.
|
148 |
+
15. [Grid Design Tool](https://theplusaddons.com/plus-extras/design-tool/) - Multiple elementor designer productivity & testing oriented features, Which help designers to achieve their best possible creative level.
|
149 |
+
16. [MagicScroll Integration](https://theplusaddons.com/plus-extras/on-scroll-magic-elementor-parallax/) - Have you heard about ScrollMagic in Elementor? Most of all of our elementor widgets have ScrollMagic Options in Plus Extras to create unique layouts. This is best Scroll Magic options available in elementor till now.
|
150 |
+
17. [On Scroll Animation Content ](https://theplusaddons.com/plus-extras/on-scroll-animations-elementor-any-widgets/) - Amazing On Scroll Animations for all your individual widgets of elementor, You can setup one time scroll animation in elementor widgets or dual scroll animation in elementor widgets. It have more than 30 Animation styles for scroll animation for elementor widgets.
|
151 |
+
18. [Row Section Scroll Animation](https://theplusaddons.com/plus-extras/row-section-full-scroll-animation/) - Looking for Options like 3d Section | Row Animation on scroll, Reveal Animation, Content Fly animation on content, Special Content visibility options from different directions and Other effects based on scroll? Your search will end at here using this elementor widget.
|
152 |
+
19. [Custom CSS(Section & Column)](https://theplusaddons.com/plus-extras/elementor-column-improvements-upgrades-responsive/#custom-css) - Add your custom CSS in any Row/Section or Column
|
153 |
+
20. [18+ Premium Templates](https://theplusaddons.com/plus-design/#templates) - Your website landing page is few clicks away using our ready made, responsive website templates. It will have more demos coming very soon.
|
154 |
+
21. [ 300+ Premium UI Blocks](https://theplusaddons.com/plus-design/#templates) - Your website landing page is few clicks away using our ready made, responsive website templates. It will have more demos coming very soon.
|
155 |
|
156 |
|
157 |
#### This plugin is addons of Elementor Page Builder
|
222 |
|
223 |
|
224 |
== Changelog ==
|
225 |
+
|
226 |
+
= 2.0.4 =
|
227 |
+
Fix : Demo Importer bug fix
|
228 |
+
|
229 |
+
= 2.0.3 =
|
230 |
+
- COMPATIBILITY : Elementor Free 3.1.1 & Pro 3.0.10
|
231 |
+
- Fix : Progress Bar : Number Prefix/Postfix bug fix
|
232 |
+
- Fix : JS bug fix
|
233 |
|
234 |
= 2.0.2 =
|
235 |
- Compatibility : WordPress 5.6 Compatibility & jQuery Updates
|
theplus_elementor_addon.php
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: The Plus Addons for Elementor Page Builder Lite
|
4 |
-
* Plugin URI: https://theplusaddons.com/
|
5 |
* Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
|
6 |
-
* Version: 2.0.
|
7 |
* Author: POSIMYTH
|
8 |
-
* Author URI: https://
|
9 |
* Text Domain: tpebl
|
10 |
-
* Elementor tested up to: 3.
|
|
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
14 |
exit;
|
15 |
}
|
16 |
-
defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '2.0.
|
17 |
define( 'L_THEPLUS_FILE__', __FILE__ );
|
18 |
|
19 |
define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|
1 |
<?php
|
2 |
/*
|
3 |
* Plugin Name: The Plus Addons for Elementor Page Builder Lite
|
4 |
+
* Plugin URI: https://theplusaddons.com/
|
5 |
* Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
|
6 |
+
* Version: 2.0.4
|
7 |
* Author: POSIMYTH
|
8 |
+
* Author URI: https://posimyth.com/
|
9 |
* Text Domain: tpebl
|
10 |
+
* Elementor tested up to: 3.1.1
|
11 |
+
* Elementor Pro tested up to: 3.0.10
|
12 |
*/
|
13 |
|
14 |
if ( ! defined( 'ABSPATH' ) ) {
|
15 |
exit;
|
16 |
}
|
17 |
+
defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '2.0.4' );
|
18 |
define( 'L_THEPLUS_FILE__', __FILE__ );
|
19 |
|
20 |
define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|