Version Description
Update : Backend Live Copy/Paste JS Improvement Update : Widget Panel Video & Document Link update Fix : Minor fixes and Improvements
Download this release
Release Info
Developer | posimyththemes |
Plugin | The Plus Addons for Elementor | FREE Elementor Widgets & Elementor Templates, Header Menu, Blog Post Builder, Dark Mode, Full-Page Scroll, Cross Domain Copy |
Version | 5.1.10 |
Comparing to | |
See all releases |
Code changes from version 5.1.9 to 5.1.10
- assets/js/main/cross-cp/plus-cross-cp.js +1 -1
- includes/theplus_options.php +15 -15
- includes/welcome-page.php +10 -10
- modules/widgets/tp_navigation_menu_lite.php +1 -1
- readme.txt +6 -1
- theplus_elementor_addon.php +2 -2
assets/js/main/cross-cp/plus-cross-cp.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*Plus Cross Copy Paste*/(function(){function
|
1 |
+
/*Plus Cross Copy Paste*/(function(){function k(b){return b.forEach(function(b){b.id=elementorCommon.helpers.getUniqueId(),0<b.elements.length&&k(b.elements)}),b}function a(h,a){var b=a,c=a.model.get("elType"),d=h.tpelecode.elType,e=h.tpelecode,f=JSON.stringify(e);console.log(f);var g=/\.(jpg|png|jpeg|gif|svg)/gi.test(f),m={elType:d,settings:e.settings},i=null,n={index:0};"section"===d||"container"===d?(m.elements=k(e.elements),i=elementor.getPreviewContainer()):"column"===d?(m.elements=k(e.elements),"section"===c||"container"===c?i=b.getContainer():"column"===c?(i=b.getContainer().parent,n.index=b.getOption("_index")+1):"widget"===c?(i=b.getContainer().parent.parent,n.index=b.getContainer().parent.view.getOption("_index")+1):void 0):"widget"===d?(m.widgetType=h.tpeletype,i=b.getContainer(),"section"===c||"container"===c?i=b.children.findByIndex(0).getContainer():"column"===c?i=b.getContainer():"widget"===c?(i=b.getContainer().parent,c.index=b.getOption("_index")+1,n.index=b.getOption("_index")+1):void 0):void 0;var o=$e.run("document/elements/create",{model:m,container:i,options:n});g&&jQuery.ajax({url:theplus_cross_cp.ajax_url,method:"POST",data:{nonce:theplus_cross_cp.nonce,action:"plus_cross_cp_import",copy_content:f}}).done(function(b){if(b.success){var c=b.data[0];m.elType=c.elType,m.settings=c.settings,"widget"===m.elType?m.widgetType=c.widgetType:m.elements=c.elements,$e.run("document/elements/delete",{container:o}),$e.run("document/elements/create",{model:m,container:i,options:n})}})}xdLocalStorage.init({iframeUrl:"https://posimyththemes.com/tpcp/",initCallback:function(){}});var e=["section","column","widget","container"],b=[];e.forEach(function(c,f){elementor.hooks.addFilter("elements/"+e[f]+"/contextMenuGroups",function(c,d){return b.push(d),c.push({name:"plus_"+e[f],actions:[{name:"tp_plus_copy",title:"Plus Copy",icon:"eicon-copy",callback:function(){var a={};a.tpeletype="widget"==e[f]?d.model.get("widgetType"):null,a.tpelecode=d.model.toJSON(),xdLocalStorage.setItem("theplus-c-p-element",JSON.stringify(a)),console.log(a)}},{name:"tp_plus_paste",title:"Plus Paste",icon:"eicon-import-kit",callback:function(){xdLocalStorage.getItem("theplus-c-p-element",function(c){a(JSON.parse(c.value),d)})}}]}),c})})})(jQuery);
|
includes/theplus_options.php
CHANGED
@@ -487,7 +487,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
487 |
],
|
488 |
'tp_audio_player' => [
|
489 |
'label' => esc_html__('Audio Player','tpebl'),
|
490 |
-
'demoUrl' => 'https://theplusaddons.com
|
491 |
'docUrl' => 'https://docs.posimyth.com/tpae/audio-player/',
|
492 |
'videoUrl' => 'https://www.youtube.com/embed/TUNSQWJozfk',
|
493 |
'tag' => 'pro',
|
@@ -597,7 +597,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
597 |
'label' => esc_html__('Clients Listing','tpebl'),
|
598 |
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-clients',
|
599 |
'docUrl' => 'https://docs.posimyth.com/tpae/client-logos-widget/',
|
600 |
-
'videoUrl' => 'https://www.youtube.com/embed/
|
601 |
'tag' => 'freemium',
|
602 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 32c61.8 0 112 50.2 112 112s-50.2 112-112 112-112-50.2-112-112S194.2 32 256 32m128 320c52.9 0 96 43.1 96 96v32H32v-32c0-52.9 43.1-96 96-96 85 0 67.3 16 128 16 60.9 0 42.9-16 128-16M256 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144S335.5 0 256 0zm128 320c-92.4 0-71 16-128 16-56.8 0-35.7-16-128-16C57.3 320 0 377.3 0 448v32c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-32c0-70.7-57.3-128-128-128z"/></svg>',
|
603 |
'keyword' => ['clients listing'],
|
@@ -623,8 +623,8 @@ class L_Theplus_Elementor_Plugin_Options
|
|
623 |
'tp_coupon_code' => [
|
624 |
'label' => esc_html__('Coupon Code','tpebl'),
|
625 |
'demoUrl' => 'https://theplusaddons.com/widgets/coupon-code/',
|
626 |
-
'docUrl' => '
|
627 |
-
'videoUrl' => '
|
628 |
'tag' => 'pro',
|
629 |
'labelIcon' => '<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="tags" class="svg-inline--fa fa-tags fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M625.941 293.823L421.823 497.941c-18.746 18.746-49.138 18.745-67.882 0l-1.775-1.775 22.627-22.627 1.775 1.775c6.253 6.253 16.384 6.243 22.627 0l204.118-204.118c6.238-6.239 6.238-16.389 0-22.627L391.431 36.686A15.895 15.895 0 0 0 380.117 32h-19.549l-32-32h51.549a48 48 0 0 1 33.941 14.059L625.94 225.941c18.746 18.745 18.746 49.137.001 67.882zM252.118 32H48c-8.822 0-16 7.178-16 16v204.118c0 4.274 1.664 8.292 4.686 11.314l211.882 211.882c6.253 6.253 16.384 6.243 22.627 0l204.118-204.118c6.238-6.239 6.238-16.389 0-22.627L263.431 36.686A15.895 15.895 0 0 0 252.118 32m0-32a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.746 18.746-49.138 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118V48C0 21.49 21.49 0 48 0h204.118zM144 124c-11.028 0-20 8.972-20 20s8.972 20 20 20 20-8.972 20-20-8.972-20-20-20m0-28c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.49-48 48-48z"></path></svg>',
|
630 |
'keyword' => ['coupon','promo code','code','discount'],
|
@@ -1082,8 +1082,8 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1082 |
'tp_search_bar' => [
|
1083 |
'label' => esc_html__('Search bar','tpebl'),
|
1084 |
'demoUrl' => 'https://theplusaddons.com/plus-search-filters/advanced-wp-ajax-searchbar/',
|
1085 |
-
'docUrl' => '
|
1086 |
-
'videoUrl' => '
|
1087 |
'tag' => 'pro',
|
1088 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"/></svg>',
|
1089 |
'keyword' => ['search bar'],
|
@@ -1091,8 +1091,8 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1091 |
'tp_search_filter' => [
|
1092 |
'label' => esc_html__('WP Search Filters','tpebl'),
|
1093 |
'demoUrl' => 'https://theplusaddons.com/plus-search-filters/',
|
1094 |
-
'docUrl' => '
|
1095 |
-
'videoUrl' => '
|
1096 |
'tag' => 'pro',
|
1097 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M25.07 140.44a11.93 11.93 0 0 0 16.91.09L96 87.86V472a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8V88.08l53.94 52.35a12 12 0 0 0 16.92 0l5.64-5.66a12 12 0 0 0 0-17l-84.06-82.3a11.94 11.94 0 0 0-16.87 0l-84 82.32a12 12 0 0 0-.09 17zM276 192h152a20 20 0 0 0 20-20V52a20 20 0 0 0-20-20H276a20 20 0 0 0-20 20v120a20 20 0 0 0 20 20zm12-128h128v96H288zm196 192H284a28 28 0 0 0-28 28v168a28 28 0 0 0 28 28h200a28 28 0 0 0 28-28V284a28 28 0 0 0-28-28zm-4 192H288V288h192z"></path></svg>',
|
1098 |
'keyword' => ['search filter'],
|
@@ -1128,7 +1128,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1128 |
'label' => esc_html__('Social Feed','tpebl'),
|
1129 |
'demoUrl' => 'https://theplusaddons.com/widgets/social-feed',
|
1130 |
'docUrl' => 'https://docs.posimyth.com/tpae/social-feed/',
|
1131 |
-
'videoUrl' => '
|
1132 |
'tag' => 'pro',
|
1133 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg>',
|
1134 |
'keyword' => ['social feed'],
|
@@ -1181,7 +1181,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1181 |
'tp_syntax_highlighter' => [
|
1182 |
'label' => esc_html__('Syntax Highlighter','tpebl'),
|
1183 |
'demoUrl' => 'https://theplusaddons.com/widgets/source-code-syntax-highlighter/',
|
1184 |
-
'docUrl' => '
|
1185 |
'videoUrl' => '#',
|
1186 |
'tag' => 'pro',
|
1187 |
'labelIcon' => '<svg aria-hidden="true" focusable="false" data-prefix="fad" data-icon="brackets-curly" class="svg-inline--fa fa-brackets-curly fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><g class="fa-group"><path class="fa-secondary" d="M566.64 233.37a32 32 0 0 1 0 45.25l-45.25 45.25a32 32 0 0 0-9.39 22.64V384a96 96 0 0 1-96 96h-48a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h48a32 32 0 0 0 32-32v-37.48a96 96 0 0 1 28.13-67.89L498.76 256l-22.62-22.62A96 96 0 0 1 448 165.47V128a32 32 0 0 0-32-32h-48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h48a96 96 0 0 1 96 96v37.48a32 32 0 0 0 9.38 22.65l45.25 45.24z" opacity="0.4"></path><path class="fa-primary" d="M208 32h-48a96 96 0 0 0-96 96v37.48a32.12 32.12 0 0 1-9.38 22.65L9.38 233.37a32 32 0 0 0 0 45.25l45.25 45.25A32.05 32.05 0 0 1 64 346.51V384a96 96 0 0 0 96 96h48a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-48a32 32 0 0 1-32-32v-37.48a96 96 0 0 0-28.13-67.89L77.26 256l22.63-22.63A96 96 0 0 0 128 165.48V128a32 32 0 0 1 32-32h48a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></g></svg>',
|
@@ -1216,7 +1216,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1216 |
],
|
1217 |
'tp_team_member_listout' => [
|
1218 |
'label' => esc_html__('Team Member Listing','tpebl'),
|
1219 |
-
'demoUrl' => 'https://theplusaddons.com/pluslisting/#
|
1220 |
'docUrl' => 'https://docs.posimyth.com/tpae/team-member-widget/',
|
1221 |
'videoUrl' => 'https://www.youtube.com/embed/cf2Ia1vyKZQ',
|
1222 |
'tag' => 'freemium',
|
@@ -1290,7 +1290,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1290 |
'label' => esc_html__('Woo My Account','tpebl'),
|
1291 |
'demoUrl' => 'https://theplusaddons.com/woo-builder/#my-account',
|
1292 |
'docUrl' => 'https://docs.posimyth.com/tpae/woo-my-account/',
|
1293 |
-
'videoUrl' => '',
|
1294 |
'tag' => 'pro',
|
1295 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z"></path></svg>',
|
1296 |
'keyword' => ['woocommerce','myaccount','woo myaccount'],
|
@@ -1299,7 +1299,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1299 |
'label' => esc_html__('Woo Order Track','tpebl'),
|
1300 |
'demoUrl' => 'https://theplusaddons.com/woo-builder/#order-track',
|
1301 |
'docUrl' => 'https://docs.posimyth.com/tpae/woo-order-track/',
|
1302 |
-
'videoUrl' => '',
|
1303 |
'tag' => 'pro',
|
1304 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"></path></svg>',
|
1305 |
'keyword' => ['woocommerce','order track','woo order track'],
|
@@ -1308,7 +1308,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1308 |
'label' => esc_html__('Woo Single Basic','tpebl'),
|
1309 |
'demoUrl' => 'https://theplusaddons.com/woo-builder/',
|
1310 |
'docUrl' => 'https://docs.posimyth.com/tpae/woo-single-basic/',
|
1311 |
-
'videoUrl' => '',
|
1312 |
'tag' => 'pro',
|
1313 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>',
|
1314 |
'keyword' => ['woocommerce','single basic'],
|
@@ -1353,7 +1353,7 @@ class L_Theplus_Elementor_Plugin_Options
|
|
1353 |
'label' => esc_html__('WP Login & Register','tpebl'),
|
1354 |
'demoUrl' => 'https://theplusaddons.com/widgets/login-signup-password/',
|
1355 |
'docUrl' => 'https://docs.posimyth.com/tpae/login-signup/',
|
1356 |
-
'videoUrl' => 'https://www.youtube.com/embed
|
1357 |
'tag' => 'pro',
|
1358 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 496 512"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm128 421.6c-35.9 26.5-80.1 42.4-128 42.4s-92.1-15.9-128-42.4V416c0-35.3 28.7-64 64-64 11.1 0 27.5 11.4 64 11.4 36.6 0 52.8-11.4 64-11.4 35.3 0 64 28.7 64 64v13.6zm30.6-27.5c-6.8-46.4-46.3-82.1-94.6-82.1-20.5 0-30.4 11.4-64 11.4S204.6 320 184 320c-48.3 0-87.8 35.7-94.6 82.1C53.9 363.6 32 312.4 32 256c0-119.1 96.9-216 216-216s216 96.9 216 216c0 56.4-21.9 107.6-57.4 146.1zM248 120c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 144c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"/></svg>',
|
1359 |
'keyword' => ['login', 'signup', 'password', 'login header bar', 'signup header bar', 'login signup panel', 'login panel', 'signup panel' ,'forgot' , 'reset' ,'register'],
|
487 |
],
|
488 |
'tp_audio_player' => [
|
489 |
'label' => esc_html__('Audio Player','tpebl'),
|
490 |
+
'demoUrl' => 'https://theplusaddons.com/widgets/audio-player/',
|
491 |
'docUrl' => 'https://docs.posimyth.com/tpae/audio-player/',
|
492 |
'videoUrl' => 'https://www.youtube.com/embed/TUNSQWJozfk',
|
493 |
'tag' => 'pro',
|
597 |
'label' => esc_html__('Clients Listing','tpebl'),
|
598 |
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-clients',
|
599 |
'docUrl' => 'https://docs.posimyth.com/tpae/client-logos-widget/',
|
600 |
+
'videoUrl' => 'https://www.youtube.com/embed/NnqDnjmdREI',
|
601 |
'tag' => 'freemium',
|
602 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 32c61.8 0 112 50.2 112 112s-50.2 112-112 112-112-50.2-112-112S194.2 32 256 32m128 320c52.9 0 96 43.1 96 96v32H32v-32c0-52.9 43.1-96 96-96 85 0 67.3 16 128 16 60.9 0 42.9-16 128-16M256 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144S335.5 0 256 0zm128 320c-92.4 0-71 16-128 16-56.8 0-35.7-16-128-16C57.3 320 0 377.3 0 448v32c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-32c0-70.7-57.3-128-128-128z"/></svg>',
|
603 |
'keyword' => ['clients listing'],
|
623 |
'tp_coupon_code' => [
|
624 |
'label' => esc_html__('Coupon Code','tpebl'),
|
625 |
'demoUrl' => 'https://theplusaddons.com/widgets/coupon-code/',
|
626 |
+
'docUrl' => 'https://docs.posimyth.com/tpae/coupon-code/',
|
627 |
+
'videoUrl' => 'https://www.youtube.com/embed/XIFS3qq-q-s',
|
628 |
'tag' => 'pro',
|
629 |
'labelIcon' => '<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="tags" class="svg-inline--fa fa-tags fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M625.941 293.823L421.823 497.941c-18.746 18.746-49.138 18.745-67.882 0l-1.775-1.775 22.627-22.627 1.775 1.775c6.253 6.253 16.384 6.243 22.627 0l204.118-204.118c6.238-6.239 6.238-16.389 0-22.627L391.431 36.686A15.895 15.895 0 0 0 380.117 32h-19.549l-32-32h51.549a48 48 0 0 1 33.941 14.059L625.94 225.941c18.746 18.745 18.746 49.137.001 67.882zM252.118 32H48c-8.822 0-16 7.178-16 16v204.118c0 4.274 1.664 8.292 4.686 11.314l211.882 211.882c6.253 6.253 16.384 6.243 22.627 0l204.118-204.118c6.238-6.239 6.238-16.389 0-22.627L263.431 36.686A15.895 15.895 0 0 0 252.118 32m0-32a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.746 18.746-49.138 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118V48C0 21.49 21.49 0 48 0h204.118zM144 124c-11.028 0-20 8.972-20 20s8.972 20 20 20 20-8.972 20-20-8.972-20-20-20m0-28c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.49-48 48-48z"></path></svg>',
|
630 |
'keyword' => ['coupon','promo code','code','discount'],
|
1082 |
'tp_search_bar' => [
|
1083 |
'label' => esc_html__('Search bar','tpebl'),
|
1084 |
'demoUrl' => 'https://theplusaddons.com/plus-search-filters/advanced-wp-ajax-searchbar/',
|
1085 |
+
'docUrl' => 'https://docs.posimyth.com/tpae/search-bar/',
|
1086 |
+
'videoUrl' => 'https://www.youtube.com/embed/6A_HZSfZ5IA',
|
1087 |
'tag' => 'pro',
|
1088 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"/></svg>',
|
1089 |
'keyword' => ['search bar'],
|
1091 |
'tp_search_filter' => [
|
1092 |
'label' => esc_html__('WP Search Filters','tpebl'),
|
1093 |
'demoUrl' => 'https://theplusaddons.com/plus-search-filters/',
|
1094 |
+
'docUrl' => 'https://docs.posimyth.com/tpae/search-filters/',
|
1095 |
+
'videoUrl' => 'https://www.youtube.com/embed/pO_uo2EFCP0',
|
1096 |
'tag' => 'pro',
|
1097 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M25.07 140.44a11.93 11.93 0 0 0 16.91.09L96 87.86V472a8 8 0 0 0 8 8h16a8 8 0 0 0 8-8V88.08l53.94 52.35a12 12 0 0 0 16.92 0l5.64-5.66a12 12 0 0 0 0-17l-84.06-82.3a11.94 11.94 0 0 0-16.87 0l-84 82.32a12 12 0 0 0-.09 17zM276 192h152a20 20 0 0 0 20-20V52a20 20 0 0 0-20-20H276a20 20 0 0 0-20 20v120a20 20 0 0 0 20 20zm12-128h128v96H288zm196 192H284a28 28 0 0 0-28 28v168a28 28 0 0 0 28 28h200a28 28 0 0 0 28-28V284a28 28 0 0 0-28-28zm-4 192H288V288h192z"></path></svg>',
|
1098 |
'keyword' => ['search filter'],
|
1128 |
'label' => esc_html__('Social Feed','tpebl'),
|
1129 |
'demoUrl' => 'https://theplusaddons.com/widgets/social-feed',
|
1130 |
'docUrl' => 'https://docs.posimyth.com/tpae/social-feed/',
|
1131 |
+
'videoUrl' => 'https://youtu.be/oiGi2NaEj7o',
|
1132 |
'tag' => 'pro',
|
1133 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 448 512"><path d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg>',
|
1134 |
'keyword' => ['social feed'],
|
1181 |
'tp_syntax_highlighter' => [
|
1182 |
'label' => esc_html__('Syntax Highlighter','tpebl'),
|
1183 |
'demoUrl' => 'https://theplusaddons.com/widgets/source-code-syntax-highlighter/',
|
1184 |
+
'docUrl' => 'https://docs.posimyth.com/tpae/syntax-highlighter/',
|
1185 |
'videoUrl' => '#',
|
1186 |
'tag' => 'pro',
|
1187 |
'labelIcon' => '<svg aria-hidden="true" focusable="false" data-prefix="fad" data-icon="brackets-curly" class="svg-inline--fa fa-brackets-curly fa-w-18" role="img" xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 576 512"><g class="fa-group"><path class="fa-secondary" d="M566.64 233.37a32 32 0 0 1 0 45.25l-45.25 45.25a32 32 0 0 0-9.39 22.64V384a96 96 0 0 1-96 96h-48a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h48a32 32 0 0 0 32-32v-37.48a96 96 0 0 1 28.13-67.89L498.76 256l-22.62-22.62A96 96 0 0 1 448 165.47V128a32 32 0 0 0-32-32h-48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h48a96 96 0 0 1 96 96v37.48a32 32 0 0 0 9.38 22.65l45.25 45.24z" opacity="0.4"></path><path class="fa-primary" d="M208 32h-48a96 96 0 0 0-96 96v37.48a32.12 32.12 0 0 1-9.38 22.65L9.38 233.37a32 32 0 0 0 0 45.25l45.25 45.25A32.05 32.05 0 0 1 64 346.51V384a96 96 0 0 0 96 96h48a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-48a32 32 0 0 1-32-32v-37.48a96 96 0 0 0-28.13-67.89L77.26 256l22.63-22.63A96 96 0 0 0 128 165.48V128a32 32 0 0 1 32-32h48a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z"></path></g></svg>',
|
1216 |
],
|
1217 |
'tp_team_member_listout' => [
|
1218 |
'label' => esc_html__('Team Member Listing','tpebl'),
|
1219 |
+
'demoUrl' => 'https://theplusaddons.com/pluslisting/#plus-teammember',
|
1220 |
'docUrl' => 'https://docs.posimyth.com/tpae/team-member-widget/',
|
1221 |
'videoUrl' => 'https://www.youtube.com/embed/cf2Ia1vyKZQ',
|
1222 |
'tag' => 'freemium',
|
1290 |
'label' => esc_html__('Woo My Account','tpebl'),
|
1291 |
'demoUrl' => 'https://theplusaddons.com/woo-builder/#my-account',
|
1292 |
'docUrl' => 'https://docs.posimyth.com/tpae/woo-my-account/',
|
1293 |
+
'videoUrl' => '#',
|
1294 |
'tag' => 'pro',
|
1295 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 384 512"><path d="M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z"></path></svg>',
|
1296 |
'keyword' => ['woocommerce','myaccount','woo myaccount'],
|
1299 |
'label' => esc_html__('Woo Order Track','tpebl'),
|
1300 |
'demoUrl' => 'https://theplusaddons.com/woo-builder/#order-track',
|
1301 |
'docUrl' => 'https://docs.posimyth.com/tpae/woo-order-track/',
|
1302 |
+
'videoUrl' => '#',
|
1303 |
'tag' => 'pro',
|
1304 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 640 512"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"></path></svg>',
|
1305 |
'keyword' => ['woocommerce','order track','woo order track'],
|
1308 |
'label' => esc_html__('Woo Single Basic','tpebl'),
|
1309 |
'demoUrl' => 'https://theplusaddons.com/woo-builder/',
|
1310 |
'docUrl' => 'https://docs.posimyth.com/tpae/woo-single-basic/',
|
1311 |
+
'videoUrl' => 'https://youtu.be/y2KrybXgwV8',
|
1312 |
'tag' => 'pro',
|
1313 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 512 512"><path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"></path></svg>',
|
1314 |
'keyword' => ['woocommerce','single basic'],
|
1353 |
'label' => esc_html__('WP Login & Register','tpebl'),
|
1354 |
'demoUrl' => 'https://theplusaddons.com/widgets/login-signup-password/',
|
1355 |
'docUrl' => 'https://docs.posimyth.com/tpae/login-signup/',
|
1356 |
+
'videoUrl' => 'https://www.youtube.com/embed/-y0tLa7c5sI',
|
1357 |
'tag' => 'pro',
|
1358 |
'labelIcon' => '<svg xmlns="http://www.w3.org/2000/svg" width="16.867" height="23" viewBox="0 0 496 512"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm128 421.6c-35.9 26.5-80.1 42.4-128 42.4s-92.1-15.9-128-42.4V416c0-35.3 28.7-64 64-64 11.1 0 27.5 11.4 64 11.4 36.6 0 52.8-11.4 64-11.4 35.3 0 64 28.7 64 64v13.6zm30.6-27.5c-6.8-46.4-46.3-82.1-94.6-82.1-20.5 0-30.4 11.4-64 11.4S204.6 320 184 320c-48.3 0-87.8 35.7-94.6 82.1C53.9 363.6 32 312.4 32 256c0-119.1 96.9-216 216-216s216 96.9 216 216c0 56.4-21.9 107.6-57.4 146.1zM248 120c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 144c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z"/></svg>',
|
1359 |
'keyword' => ['login', 'signup', 'password', 'login header bar', 'signup header bar', 'login signup panel', 'login panel', 'signup panel' ,'forgot' , 'reset' ,'register'],
|
includes/welcome-page.php
CHANGED
@@ -94,11 +94,11 @@ echo '<div class="theplus-panel-welcome-page">';
|
|
94 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Notable additions made to The Plus Addons for Elementor.','tpebl').'</div>';
|
95 |
echo '<div class="theplus-sec-border"></div>';
|
96 |
echo '<div class="theplus-changelog-list">';
|
97 |
-
echo '<div class="changelog-date">
|
98 |
echo '<ul class="changelog-list">';
|
99 |
-
echo '<li>'.esc_html__('Update :
|
100 |
-
echo '<li>'.esc_html__('Update :
|
101 |
-
echo '<li>'.esc_html__('
|
102 |
echo '</ul>';
|
103 |
echo '</div>';
|
104 |
echo '<a href="https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/#developers" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Lite Full Change log','tpebl').'</a>';
|
@@ -106,13 +106,13 @@ 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__('Added :
|
112 |
-
echo '<li>'.esc_html__('Added :
|
113 |
-
echo '<li>'.esc_html__('
|
114 |
-
echo '<li>'.esc_html__('
|
115 |
-
echo '<li>'.esc_html__('
|
116 |
echo '</ul>';
|
117 |
echo '</div>';
|
118 |
echo '<a href="https://roadmap.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>';
|
94 |
echo '<div class="theplus-sec-subtitle">'.esc_html__('Notable additions made to The Plus Addons for Elementor.','tpebl').'</div>';
|
95 |
echo '<div class="theplus-sec-border"></div>';
|
96 |
echo '<div class="theplus-changelog-list">';
|
97 |
+
echo '<div class="changelog-date">September 02,2022 <span class="changelog-version">Lite Version 5.1.10</span></div>';
|
98 |
echo '<ul class="changelog-list">';
|
99 |
+
echo '<li>'.esc_html__('Update : Backend Live Copy/Paste JS Improvement','tpebl').'</li>';
|
100 |
+
echo '<li>'.esc_html__('Update : Widget Panel Video & Document Link update','tpebl').'</li>';
|
101 |
+
echo '<li>'.esc_html__('Fix : Minor fixes and Improvements','tpebl').'</li>';
|
102 |
echo '</ul>';
|
103 |
echo '</div>';
|
104 |
echo '<a href="https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/#developers" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('change log','tpebl').'" target="_blank">'.esc_html__('Lite Full Change log','tpebl').'</a>';
|
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">September 02,2022 <span class="changelog-version">Pro Version 5.1.1</span></div>';
|
110 |
echo '<ul class="changelog-list">';
|
111 |
+
echo '<li>'.esc_html__('Added : Display Rules : Time Range','tpebl').'</li>';
|
112 |
+
echo '<li>'.esc_html__('Added : Display Rules : WooCommerce : In Cart Product Tag','tpebl').'</li>';
|
113 |
+
echo '<li>'.esc_html__('Added : Display Rules : WooCommerce : Purchase Order Total','tpebl').'</li>';
|
114 |
+
echo '<li>'.esc_html__('Added : Display Rules : WooCommerce : First Purchase Date','tpebl').'</li>';
|
115 |
+
echo '<li>'.esc_html__('Added : Display Rules : WooCommerce : Last Purchase Date','tpebl').'</li>';
|
116 |
echo '</ul>';
|
117 |
echo '</div>';
|
118 |
echo '<a href="https://roadmap.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>';
|
modules/widgets/tp_navigation_menu_lite.php
CHANGED
@@ -1189,7 +1189,7 @@ class L_ThePlus_Navigation_Menu_Lite extends Widget_Base {
|
|
1189 |
'type' => Controls_Manager::COLOR,
|
1190 |
'default' => '#ff5a6e',
|
1191 |
'selectors' => [
|
1192 |
-
'{{WRAPPER}} .plus-navigation-wrap .plus-mobile-menu .navbar-nav > li.active > a,{{WRAPPER}} .plus-navigation-wrap .plus-mobile-menu .navbar-nav > li:focus > a,{{WRAPPER}} .plus-
|
1193 |
],
|
1194 |
]
|
1195 |
);
|
1189 |
'type' => Controls_Manager::COLOR,
|
1190 |
'default' => '#ff5a6e',
|
1191 |
'selectors' => [
|
1192 |
+
'{{WRAPPER}} .plus-navigation-wrap .plus-mobile-menu .navbar-nav > li.active > a,{{WRAPPER}} .plus-navigation-wrap .plus-mobile-menu .navbar-nav > li:focus > a,{{WRAPPER}} .plus-mobile-menu .navbar-nav > li.current_page_item > a' => 'color: {{VALUE}}',
|
1193 |
],
|
1194 |
]
|
1195 |
);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: Elementor, elementor widgets, elements, elementor addon, elementor templat
|
|
4 |
Requires at least: 5.7.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.1.
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
@@ -279,6 +279,11 @@ We have the most advanced caching architecture, Which will never bloat your site
|
|
279 |
|
280 |
== Changelog ==
|
281 |
|
|
|
|
|
|
|
|
|
|
|
282 |
= 5.1.9 =
|
283 |
Update : Smart Optimised Assets loading : Add action on wp_footer
|
284 |
Update : On Demand Assets loading : Add action on wp_print_footer_scripts
|
4 |
Requires at least: 5.7.0
|
5 |
Tested up to: 6.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.1.10
|
8 |
License: GPLv3
|
9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
10 |
|
279 |
|
280 |
== Changelog ==
|
281 |
|
282 |
+
= 5.1.10 =
|
283 |
+
Update : Backend Live Copy/Paste JS Improvement
|
284 |
+
Update : Widget Panel Video & Document Link update
|
285 |
+
Fix : Minor fixes and Improvements
|
286 |
+
|
287 |
= 5.1.9 =
|
288 |
Update : Smart Optimised Assets loading : Add action on wp_footer
|
289 |
Update : On Demand Assets loading : Add action on wp_print_footer_scripts
|
theplus_elementor_addon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: The Plus Addons for Elementor
|
4 |
* Plugin URI: https://theplusaddons.com/
|
5 |
* Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
|
6 |
-
* Version: 5.1.
|
7 |
* Author: POSIMYTH
|
8 |
* Author URI: https://posimyth.com/
|
9 |
* Text Domain: tpebl
|
@@ -14,7 +14,7 @@
|
|
14 |
if ( ! defined( 'ABSPATH' ) ) {
|
15 |
exit;
|
16 |
}
|
17 |
-
defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.1.
|
18 |
define( 'L_THEPLUS_FILE__', __FILE__ );
|
19 |
|
20 |
define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|
3 |
* Plugin Name: The Plus Addons for Elementor
|
4 |
* Plugin URI: https://theplusaddons.com/
|
5 |
* Description: Biggest collection of Widgets & Features to supercharge your Elementor Page builder in WordPress.
|
6 |
+
* Version: 5.1.10
|
7 |
* Author: POSIMYTH
|
8 |
* Author URI: https://posimyth.com/
|
9 |
* Text Domain: tpebl
|
14 |
if ( ! defined( 'ABSPATH' ) ) {
|
15 |
exit;
|
16 |
}
|
17 |
+
defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.1.10' );
|
18 |
define( 'L_THEPLUS_FILE__', __FILE__ );
|
19 |
|
20 |
define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );
|