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.0.5

Version Description

Fix : Inner Section Widget not visible bug Fix : Bug fix and improvements

Download this release

Release Info

Developer posimyththemes
Plugin Icon wp 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.0.5
Comparing to
See all releases

Code changes from version 5.0.4 to 5.0.5

Files changed (53) hide show
  1. assets/css/main/plus-extra-adv/plus-button.css +6 -1
  2. assets/css/main/plus-extra-adv/plus-button.min.css +2 -1
  3. assets/css/main/plus-extra-adv/plus-slick-carousel.css +3 -1
  4. assets/css/main/plus-extra-adv/plus-slick-carousel.min.css +1 -1
  5. includes/plus_addon.php +2 -2
  6. includes/theplus_options.php +15 -2
  7. includes/welcome-page.php +11 -9
  8. lang/tpebl.pot +1 -1
  9. modules/theplus-include-widgets.php +2 -2
  10. modules/widgets/tp_accordion.php +1 -1
  11. modules/widgets/tp_adv_text_block.php +1 -1
  12. modules/widgets/tp_age_gate.php +1 -1
  13. modules/widgets/tp_blockquote.php +1 -1
  14. modules/widgets/tp_blog_listout.php +1 -1
  15. modules/widgets/tp_button.php +1 -1
  16. modules/widgets/tp_caldera_forms.php +1 -1
  17. modules/widgets/tp_clients_listout.php +1 -1
  18. modules/widgets/tp_contact_form_7.php +1 -1
  19. modules/widgets/tp_countdown.php +1 -1
  20. modules/widgets/tp_everest_form.php +1 -1
  21. modules/widgets/tp_flip_box.php +1 -1
  22. modules/widgets/tp_gallery_listout.php +1 -1
  23. modules/widgets/tp_gravity_form.php +1 -1
  24. modules/widgets/tp_header_extras.php +1 -1
  25. modules/widgets/tp_heading_animation.php +1 -1
  26. modules/widgets/tp_heading_title.php +1 -1
  27. modules/widgets/tp_hovercard.php +1 -1
  28. modules/widgets/tp_info_box.php +1 -1
  29. modules/widgets/tp_meeting_scheduler.php +1 -1
  30. modules/widgets/tp_messagebox.php +1 -1
  31. modules/widgets/tp_navigation_menu_lite.php +1 -1
  32. modules/widgets/tp_ninja_form.php +1 -1
  33. modules/widgets/tp_number_counter.php +1 -1
  34. modules/widgets/tp_page_scroll.php +1 -1
  35. modules/widgets/tp_post_author.php +1 -1
  36. modules/widgets/tp_post_comment.php +1 -1
  37. modules/widgets/tp_post_content.php +1 -1
  38. modules/widgets/tp_post_featured_image.php +1 -1
  39. modules/widgets/tp_post_meta.php +1 -1
  40. modules/widgets/tp_post_search.php +1 -1
  41. modules/widgets/tp_post_title.php +1 -1
  42. modules/widgets/tp_pricing_table.php +1 -1
  43. modules/widgets/tp_progress_bar.php +1 -1
  44. modules/widgets/tp_scroll_navigation.php +1 -1
  45. modules/widgets/tp_smooth_scroll.php +1 -1
  46. modules/widgets/tp_social_icon.php +1 -1
  47. modules/widgets/tp_tabs_tours.php +1 -1
  48. modules/widgets/tp_team_member_listout.php +1 -1
  49. modules/widgets/tp_testimonial_listout.php +1 -1
  50. modules/widgets/tp_video_player.php +1 -1
  51. modules/widgets/tp_wp_forms.php +1 -1
  52. readme.txt +6 -2
  53. theplus_elementor_addon.php +3 -3
assets/css/main/plus-extra-adv/plus-button.css CHANGED
@@ -461,4 +461,9 @@ a.button-link-wrap:hover {
461
  opacity: 1;
462
  }
463
  /*---------style-20-----------*/
464
- /*-------tp button-------*/
 
 
 
 
 
461
  opacity: 1;
462
  }
463
  /*---------style-20-----------*/
464
+ /*-------tp button-------*/
465
+ html.video {overflow: inherit !important;}
466
+
467
+ html.video:before {
468
+ content: unset !important;
469
+ }
assets/css/main/plus-extra-adv/plus-button.min.css CHANGED
@@ -1 +1,2 @@
1
- /*Tp Button*/.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button a.button-link-wrap{display:block;width:100%;text-align:center}a.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-4 .button-link-wrap{padding:15px 30px;text-align:center;font-size:16px;line-height:25px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;border:1px solid #252525;vertical-align:top;background:#252525;-webkit-transition:background 150ms ease-in-out,color 150ms ease-in-out;-moz-transition:background 150ms ease-in-out,color 150ms ease-in-out;-o-transition:background 150ms ease-in-out,color 150ms ease-in-out;-ms-transition:background 150ms ease-in-out,color 150ms ease-in-out;transition:background 150ms ease-in-out,color 150ms ease-in-out;position:relative;overflow:hidden;color:#8a8a8a;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover{color:#252525;border:1px solid #252525}.pt_plus_button.button-style-4 .button-link-wrap::after{content:attr(data-hover);display:grid;align-items:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:#00d7e4;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform ease 0.3s;-moz-transition:-moz-transform ease 0.3s;-o-transition:-o-transform ease 0.3s;-ms-transition:-ms-transform ease 0.3s;transition:transform ease 0.3s;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover::after{-ms-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-11 .button-link-wrap{display:inline-block;background:#252525;border:1px solid #252525;overflow:hidden}.pt_plus_button.button-style-11 .button-link-wrap:hover>span{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:block;opacity:0}.pt_plus_button.button-style-11 .button-link-wrap::before{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;height:100%;color:#252525;background:#ff214f;display:grid;align-items:center;text-align:center}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-ms-transition:-ms-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);padding:15px 30px;display:block}.pt_plus_button.button-style-11.hover-left .button-link-wrap::before{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pt_plus_button.button-style-11.hover-right .button-link-wrap::before{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pt_plus_button.button-style-11.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-11 .button-link-wrap{overflow:hidden;padding:0}.pt_plus_button.button-style-12 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-12 .button-link-wrap span{z-index:1;position:relative}.pt_plus_button.button-style-12 .button-link-wrap::before{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:50px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#ff214f;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);-moz-transform:scale3d(1,2,1);-ms-transform:scale3d(1,2,1);-o-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform .1,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.pt_plus_button.button-style-12 .button-link-wrap:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.pt_plus_button.button-style-13 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-13 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-13 .button-link-wrap::before{opacity:.4}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{content:'';position:absolute;height:100%;width:100%;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-ms-transform 0.3s;-ms-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap::after{bottom:100%;left:0}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after{bottom:-100%;left:0}.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap::after{right:100%;top:0;left:100%}.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap::after{left:-100%;right:100%;top:0}.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after{-webkit-transform:translate3d(100%,0%,0);-ms-transform:translate3d(100%,0%,0);-moz-transform:translate3d(100%,0%,0);-o-transform:translate3d(100%,0%,0);transform:translate3d(100%,0%,0)}.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after{-webkit-transform:translate3d(-100%,0%,0);-ms-transform:translate3d(-100%,0%,0);-moz-transform:translate3d(-100%,0%,0);-o-transform:translate3d(-100%,0%,0);transform:translate3d(-100%,0%,0)}.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,100%,0);-ms-transform:translate3d(0%,100%,0);-moz-transform:translate3d(0%,100%,0);-o-transform:translate3d(0%,100%,0);transform:translate3d(0%,100%,0)}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,-100%,0);-ms-transform:translate3d(0%,-100%,0);-moz-transform:translate3d(0%,-100%,0);-o-transform:translate3d(0%,-100%,0);transform:translate3d(0%,-100%,0)}.pt_plus_button.button-style-13 .button-link-wrap:hover::after{-webkit-transition-delay:0.175s;-moz-transition-delay:0.175s;-o-transition-delay:0.175s;transition-delay:0.175s}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{background:#ff214f}.pt_plus_button.button-style-20 .button-link-wrap{display:inline-block;margin:0;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525}.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-20 .button-link-wrap:after{content:'';position:absolute;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.pt_plus_button.button-style-20 .button-link-wrap:after{width:100%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.pt_plus_button.button-style-20 .button-link-wrap:hover:after{height:280%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:active:after{height:500%;opacity:1}
 
1
+ /*Tp Button*/.pt-plus-button-wrapper{position:relative;display:block}.ts-button.content_hover_effect{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .parallax-scroll{position:relative;display:inline-block}.pt-plus-button-wrapper .pt-plus-move-parallax{position:relative;display:inline-block;width:auto}.pt-plus-button-wrapper .pt-plus-move-parallax.full-button{width:100%}.pt_plus_button{position:relative;display:inline-block;width:auto}.pt_plus_button.full-button{width:100%;text-align:center}.ts-button.content_hover_effect.full-button{width:100%}.pt_plus_button.full-button a.button-link-wrap{display:block;width:100%;text-align:center}a.button-link-wrap:hover{text-decoration:blink}.pt_plus_button.trnasition_hover{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button.trnasition_hover:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.pt_plus_button .button-link-wrap i{padding-left:5px;padding-right:5px;vertical-align:middle}.pt_plus_button .button-link-wrap{position:relative;display:inline-block;padding:15px 30px;font-size:16px;line-height:25px;letter-spacing:1px;cursor:pointer;color:#000;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.pt_plus_button .button-link-wrap:hover .button_line{-webkit-animation:mymove 1s;-webkit-animation-iteration-count:1;animation:mymove 1s;animation-iteration-count:1}.pt_plus_button .button-link-wrap .button_line{position:absolute;background:#000;width:100%;height:1px;bottom:0;left:0%;pointer-events:none;z-index:11;display:inline-block}@-webkit-keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}@keyframes mymove{0%{left:0%;width:100%}45%{left:100%;width:0%}55%{left:0%;width:0%}100%{left:0%;width:100%}}.button-link-wrap i.button-before{margin-right:10px}.button-link-wrap i.button-after{margin-left:10px}.pt_plus_button.button-style-4 .button-link-wrap{padding:15px 30px;text-align:center;font-size:16px;line-height:25px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;border:1px solid #252525;vertical-align:top;background:#252525;-webkit-transition:background 150ms ease-in-out,color 150ms ease-in-out;-moz-transition:background 150ms ease-in-out,color 150ms ease-in-out;-o-transition:background 150ms ease-in-out,color 150ms ease-in-out;-ms-transition:background 150ms ease-in-out,color 150ms ease-in-out;transition:background 150ms ease-in-out,color 150ms ease-in-out;position:relative;overflow:hidden;color:#8a8a8a;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover{color:#252525;border:1px solid #252525}.pt_plus_button.button-style-4 .button-link-wrap::after{content:attr(data-hover);display:grid;align-items:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background:#00d7e4;-ms-transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform ease 0.3s;-moz-transition:-moz-transform ease 0.3s;-o-transition:-o-transform ease 0.3s;-ms-transition:-ms-transform ease 0.3s;transition:transform ease 0.3s;-webkit-background-size:cover!important;-moz-background-size:cover!important;-o-background-size:cover!important;background-size:cover!important;background-position:center center!important}.pt_plus_button.button-style-4 .button-link-wrap:hover::after{-ms-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.pt_plus_button.button-style-8{overflow:visible}.pt_plus_button.button-style-8 .button-link-wrap{-moz-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.27);box-shadow:0 8px 20px 1px rgba(0,0,0,.27);padding:15px 30px;border:1px solid #252525}.pt_plus_button.button-style-8 .button-link-wrap:hover{-webkit-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-moz-box-shadow:0 3px 6px 1px rgba(0,0,0,.08);box-shadow:0 3px 6px 1px rgba(0,0,0,.08);-webkit-transform:translateY(3px);-ms-transform:translateY(3px);-moz-transform:translateY(3px);-o-transform:translateY(3px);transform:translateY(3px)}.pt_plus_button.button-style-11 .button-link-wrap{display:inline-block;background:#252525;border:1px solid #252525;overflow:hidden}.pt_plus_button.button-style-11 .button-link-wrap:hover>span{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:block;opacity:0}.pt_plus_button.button-style-11 .button-link-wrap::before{content:attr(data-hover);position:absolute;top:0;left:0;width:100%;height:100%;color:#252525;background:#ff214f;display:grid;align-items:center;text-align:center}.pt_plus_button.button-style-11 .button-link-wrap>span,.pt_plus_button.button-style-11 .button-link-wrap::before{-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-o-transform 0.3s;-ms-transition:-ms-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);padding:15px 30px;display:block}.pt_plus_button.button-style-11.hover-left .button-link-wrap::before{-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.pt_plus_button.button-style-11.hover-right .button-link-wrap::before{-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.pt_plus_button.button-style-11.hover-top .button-link-wrap::before{-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.pt_plus_button.button-style-11.hover-bottom .button-link-wrap::before{-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pt_plus_button.button-style-11.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-11.hover-bottom .button-link-wrap:hover::before{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pt_plus_button.button-style-11 .button-link-wrap{overflow:hidden;padding:0}.pt_plus_button.button-style-12 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-12 .button-link-wrap span{z-index:1;position:relative}.pt_plus_button.button-style-12 .button-link-wrap::before{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:50px;height:30px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#ff214f;-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,2,1);-moz-transform:scale3d(1,2,1);-ms-transform:scale3d(1,2,1);-o-transform:scale3d(1,2,1);transform:scale3d(1,2,1);-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform .1,opacity 0.3s;-webkit-transition-timing-function:cubic-bezier(.7,0,.9,1);transition-timing-function:cubic-bezier(.7,0,.9,1)}.pt_plus_button.button-style-12 .button-link-wrap:hover::before{-webkit-transform:scale3d(9,9,1);transform:scale3d(9,9,1)}.pt_plus_button.button-style-13 .button-link-wrap{display:inline-block;border:1px solid #252525;padding:15px 30px;overflow:hidden}.pt_plus_button.button-style-13 .button-link-wrap span{position:relative;z-index:1}.pt_plus_button.button-style-13 .button-link-wrap::before{opacity:.4}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{content:'';position:absolute;height:100%;width:100%;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;-o-transition:-ms-transform 0.3s;-ms-transition:-o-transform 0.3s;transition:transform 0.3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.pt_plus_button.button-style-13.hover-top .button-link-wrap::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap::after{bottom:100%;left:0}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap::after{bottom:-100%;left:0}.pt_plus_button.button-style-13.hover-right .button-link-wrap::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap::after{right:100%;top:0;left:100%}.pt_plus_button.button-style-13.hover-left .button-link-wrap::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap::after{left:-100%;right:100%;top:0}.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-left .button-link-wrap:hover::after{-webkit-transform:translate3d(100%,0%,0);-ms-transform:translate3d(100%,0%,0);-moz-transform:translate3d(100%,0%,0);-o-transform:translate3d(100%,0%,0);transform:translate3d(100%,0%,0)}.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-right .button-link-wrap:hover::after{-webkit-transform:translate3d(-100%,0%,0);-ms-transform:translate3d(-100%,0%,0);-moz-transform:translate3d(-100%,0%,0);-o-transform:translate3d(-100%,0%,0);transform:translate3d(-100%,0%,0)}.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-top .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,100%,0);-ms-transform:translate3d(0%,100%,0);-moz-transform:translate3d(0%,100%,0);-o-transform:translate3d(0%,100%,0);transform:translate3d(0%,100%,0)}.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::before,.pt_plus_button.button-style-13.hover-bottom .button-link-wrap:hover::after{-webkit-transform:translate3d(0%,-100%,0);-ms-transform:translate3d(0%,-100%,0);-moz-transform:translate3d(0%,-100%,0);-o-transform:translate3d(0%,-100%,0);transform:translate3d(0%,-100%,0)}.pt_plus_button.button-style-13 .button-link-wrap:hover::after{-webkit-transition-delay:0.175s;-moz-transition-delay:0.175s;-o-transition-delay:0.175s;transition-delay:0.175s}.pt_plus_button.button-style-13 .button-link-wrap::before,.pt_plus_button.button-style-13 .button-link-wrap::after{background:#ff214f}.pt_plus_button.button-style-20 .button-link-wrap{display:inline-block;margin:0;padding:15px 30px;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;border:1px solid #252525}.pt_plus_button.button-style-20 .button-link-wrap span,.pt_plus_button.button-style-20 .button-link-wrap i.btn-icon{position:relative;z-index:1}.pt_plus_button.button-style-20 .button-link-wrap:after{content:'';position:absolute;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.pt_plus_button.button-style-20 .button-link-wrap:after{width:100%;height:0;top:50%;left:50%;background:#ff214f;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.pt_plus_button.button-style-20 .button-link-wrap:hover:after{height:280%;opacity:1}.pt_plus_button.button-style-20 .button-link-wrap:active:after{height:500%;opacity:1}
2
+ html.video {overflow: inherit !important;}html.video:before{content: unset !important;}
assets/css/main/plus-extra-adv/plus-slick-carousel.css CHANGED
@@ -1001,4 +1001,6 @@ ul.slick-dots.style-6 li button:after {
1001
  .outer-slider-arrow .slick-nav.slick-next.slick-arrow {
1002
  right: 15px;
1003
  }
1004
- }
 
 
1001
  .outer-slider-arrow .slick-nav.slick-next.slick-arrow {
1002
  right: 15px;
1003
  }
1004
+ }
1005
+ .post-inner-loop .slick-list .slick-track{width:100vw}
1006
+ .list-carousel-slick .post-inner-loop .slick-list.draggable{width:100%}
assets/css/main/plus-extra-adv/plus-slick-carousel.min.css CHANGED
@@ -1 +1 @@
1
- /*Post Carousel*/.slick-nav,.slick-nav:hover,.slick-nav:focus,.slick-nav:active{background:transparent;outline:none;color:unset;border:0;box-shadow:none}.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center{position:relative;z-index:1}.list-carousel-slick .post-inner-loop{overflow:visible}.list-carousel-slick .post-inner-loop .slick-list.draggable{position:relative;display:block;cursor:all-scroll;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.list-carousel-slick[data-slider_rows="2"] .slick-slide>div,.list-carousel-slick[data-slider_rows="3"] .slick-slide>div{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.list-carousel-slick .grid-item{padding:0}ul.slick-dots.style-1 li button:before,ul.slick-dots.style-2 li button:before,ul.slick-dots.style-3 li button:before{display:none}.slick-dots.style-1 li button:before,.slick-dots.style-2 li button:before,.slick-dots.style-3 li button:before{content:'';width:0;height:0}.slick-dots.style-1 li,.slick-dots.style-2 li,.slick-dots.style-3 li{margin:0 6px;width:10px;height:10px;vertical-align:middle;display:inline-block}.slick-dots.style-2 li button{border:1px solid #000;top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#fff;text-indent:-999em;cursor:pointer;position:absolute}.slick-dots.style-1 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;text-indent:-999em;cursor:pointer;position:absolute;-webkit-box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}.slick-dots.style-1 li button:hover,.slick-dots.style-1 li button:focus{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-1 li.slick-active button{-moz-box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;box-shadow:inset 0 0 0 1px #c44d48}.slick-dots.style-2 li::after{content:'';position:absolute;width:100%;height:100%;visibility:hidden;opacity:0;left:0;border:1px solid #000;background:#000;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);-moz-transform:translateY(-200%);-o-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;transition:transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s}.slick-dots.style-2 li button{-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease,background 0.3s ease}.slick-dots.style-2 li:hover button,.slick-dots.style-2 li button:focus,.slick-dots.style-2 li.slick-active button{background:#000}.slick-dots.style-2 li.slick-active button{opacity:0;-webkit-transform:translateY(200%);-ms-transform:translateY(200%);-moz-transform:translateY(200%);-o-transform:translateY(200%);transform:translateY(200%)}.slick-dots.style-2 li.slick-active::after{opacity:1;visibility:visible;-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}ul.slick-dots.style-2{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.slick-dots.style-2 svg{opacity:0}.list-carousel-slick .slick-slider.slick-dotted{margin-bottom:30px}.list-carousel-slick .slick-slider.slick-dotted{padding-bottom:20px}.list-carousel-slick.hover-slider-dots ul.slick-dots,.list-carousel-slick.hover-slider-arrow .slick-nav.slick-arrow{opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.list-carousel-slick.hover-slider-dots:hover ul.slick-dots,.list-carousel-slick.hover-slider-arrow:hover .slick-nav.slick-arrow{opacity:1}.list-carousel-slick .slick-slider .slick-nav.style-2{border:none;outline:none}.list-carousel-slick .slick-slider .slick-nav.style-2:hover,.list-carousel-slick .slick-slider .slick-nav.style-2:focus{background-color:transparent}ul.slick-dots.style-3 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#252525;text-indent:-999em;cursor:pointer;position:absolute}ul.slick-dots.style-3 li button{background:transparent;box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}ul.slick-dots.style-3 li button:hover,ul.slick-dots.style-3 li button:focus{-moz-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);-webkit-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);box-shadow:inset 0 0 0 2px rgba(196,77,72,.6)}ul.slick-dots.style-3 li.slick-active button{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-4 .slick-active button{-moz-box-shadow:0 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 0 0 1px rgba(255,255,255,1);box-shadow:0 0 0 1px rgba(255,255,255,1);border:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent}.slick-dots.style-4 button{width:14px;height:14px;margin:3px}.slick-dots.style-4 button{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;background:transparent}.slick-dots.style-4 li.slick-active button:before,.slick-dots.style-4 li button:hover::before{opacity:.75;color:black;transform:scale(.4);-ms-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);-webkit-transform:scale(.4);background:rgb(255,255,255)}.slick-dots.style-4 li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;content:'•';text-align:center;opacity:1;color:black;width:12px;height:12px;margin-top:4px;margin-left:4px;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:rgb(72,50,50);text-indent:-999em;cursor:pointer;position:absolute;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:background 0.3s ease,-webkit-transform 0.3s ease;-moz-transition:background 0.3s ease,-moz-transform 0.3s ease;-o-transition:background 0.3s ease,-o-transform 0.3s ease;-ms-transition:background 0.3s ease,-ms-transform 0.3s ease;transition:background 0.3s ease,transform 0.3s ease}.slick-dots.style-5 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer;padding-top:8px}.slick-dots.style-5 button{float:right;width:20px;height:4px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-5 li button:before{content:''!important;width:0;height:0}.slick-dots.style-5 .slick-active button,.slick-dots.style-5 li:hover button{width:30px!important}.slick-dots.style-6 li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #000;margin-top:-1px;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s}.slick-dots.style-6 .slick-active button{border:2px solid transparent!important}.slick-dots.style-6 li button:before{content:''!important;width:0;height:0}ul.slick-dots.style-6 li button:after{opacity:0;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s;position:absolute;left:50%;top:50%;text-indent:0;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"/";font-size:18px;color:#000;font-weight:400;margin-left:-3px;margin-top:-4px;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;-o-transition:0.4s ease-in-out;-ms-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.slick-dots.style-6 .slick-active button:after,.slick-dots.style-6 li:hover button{opacity:1}.slick-dots.style-7 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots.style-7 button{float:right;width:40px;height:3px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-7 li button:before{content:''!important;width:0;height:0}.list-carousel-slick.overlay-content-dots ul.slick-dots{bottom:10px}.list-carousel-slick.vertical-dots ul.slick-dots{bottom:auto;right:10px;width:auto;top:50%;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.list-carousel-slick.vertical-dots ul.slick-dots li{display:block;float:none;margin:10px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-2{position:absolute}.list-carousel-slick.vertical-dots ul.slick-dots.style-3 li{margin:15px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-4 button{width:20px;height:20px;margin:0}.list-carousel-slick .slick-vertical .slick-slide{border:0}.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:-65px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:-65px}.slick-nav.slick-prev.style-1,.slick-nav.slick-next.style-1{z-index:11;padding:30px 30px;background:#fafafa;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.slick-prev.style-1:before,.slick-next.style-1:before{font-size:28px;opacity:1!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;padding-top:0;width:100%;height:100%;color:#222;top:0;left:0;line-height:54px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;z-index:111;text-shadow:0 0 transparent!important}.slick-nav.slick-prev.style-1:hover:before,.slick-nav.slick-next.style-1:hover:before{color:#fff}.slick-nav.slick-prev.style-1:hover,.slick-nav.slick-next.style-1:hover{background:#313131}.slick-prev.style-2,.slick-next.style-2{margin:0 10px;width:50px;height:50px}.slick-prev.style-2 .icon-wrap:before,.slick-prev.style-2 .icon-wrap:after,.slick-next.style-2 .icon-wrap:before,.slick-next.style-2 .icon-wrap:after{content:'';position:absolute;left:25%;width:3px;height:50%;background:#fff;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-webkit-transform 0.3s,background 0.3s;-o-transition:-webkit-transform 0.3s,background 0.3s;-ms-transition:-webkit-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-2 .icon-wrap,.slick-next.style-2 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-2 .icon-wrap::before,.slick-next.style-2 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.slick-prev.style-2 .icon-wrap::after,.slick-next.style-2 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::after{-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.slick-prev.style-2:before,.slick-next.style-2:before{position:absolute;top:0;left:0;width:100%;height:100%;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-2:hover::before,.slick-next.style-2:hover::before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-2:hover .icon-wrap::before,.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::after{background:#cc6055}.slick-next.style-2 .icon-wrap{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slick-nav.style-3,.slick-nav.style-4{width:30px;height:30px;position:absolute}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'slick';font-size:28px;opacity:1;color:black;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease}.slick-nav.style-3.top-right,.slick-nav.style-4.top-right{top:-25px;right:15px;left:auto}.slick-prev.style-3.top-right,.slick-prev.style-4.top-right{right:50px}.slick-nav.style-3.bottm-left,.slick-nav.style-4.bottm-left{bottom:-45px;left:15px;top:auto}.slick-next.style-3.bottm-left,.slick-next.style-4.bottm-left{left:50px}.slick-nav.style-3.bottom-center,.slick-nav.style-4.bottom-center{left:50%;right:17px;bottom:-45px;top:auto}.slick-prev.style-3.bottom-center,.slick-prev.style-4.bottom-center{margin-left:-20px;transform:translateY(-50%) translateX(-50%)}.slick-next.style-3.bottom-center,.slick-next.style-4.bottom-center{margin-left:20px;transform:translateY(-50%) translateX(-50%)}.slick-nav.style-3.bottom-right,.slick-nav.style-4.bottom-right{bottom:-45px;right:15px;top:auto;left:auto}.slick-prev.style-3.bottom-right,.slick-prev.style-4.bottom-right{right:50px}.slick-nav.style-3:hover:before{color:#fff;opacity:.7}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'Font Awesome 5 Free';font-weight:600;font-size:22px;color:white;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;text-align:center;display:inline-block;background:#000;-moz-border-radius:58%;-webkit-border-radius:58%;border-radius:58%;text-shadow:0 0 transparent!important}.slick-next.style-3:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-3:before{content:"\f104";padding:0;width:100%;height:100%;line-height:30px}.slick-next.style-4:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-4:before{content:"\f104";padding:0;margin-left:-5px;width:100%;height:100%;line-height:30px}.slick-nav.style-4:before{border:1px solid #000;background:transparent;color:#000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-shadow:0 0 transparent!important}.slick-nav.style-4:hover:before{color:#fff;opacity:.7}.slick-prev.style-5,.slick-next.style-5{margin:0 10px;width:50px;height:50px}.slick-prev.style-5 .icon-wrap:before,.slick-prev.style-5 .icon-wrap:after,.slick-next.style-5 .icon-wrap:before,.slick-next.style-5 .icon-wrap:after{content:'';position:absolute;left:25%;width:2px;height:50%;background:#ccc;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-moz-transform 0.3s,background 0.3s;-o-transition:-o-transform 0.3s,background 0.3s;-ms-transition:-ms-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-5 .icon-wrap,.slick-next.style-5 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-5 .icon-wrap{-webkit-transition:.3s linear;-ms-transition:.3s linear;-moz-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.slick-next.style-5:hover span.icon-wrap,.slick-next.style-5:focus span.icon-wrap{-webkit-transform:rotate(180deg) scale(1.1) translateX(-5px);-ms-transform:rotate(180deg) scale(1.1) translateX(-5px);-moz-transform:rotate(180deg) scale(1.1) translateX(-5px);-o-transform:rotate(180deg) scale(1.1) translateX(-5px);transform:rotate(180deg) scale(1.1) translateX(-5px)}.slick-prev.style-5:hover span.icon-wrap,.slick-prev.style-5:focus span.icon-wrap{-webkit-transform:scale(1.1) translateX(-5px);-ms-transform:scale(1.1) translateX(-5px);-moz-transform:scale(1.1) translateX(-5px);-o-transform:scale(1.1) translateX(-5px);transform:scale(1.1) translateX(-5px)}.slick-prev.style-5 .icon-wrap::before,.slick-next.style-5 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-5 .icon-wrap::after,.slick-next.style-5 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-5:before,.slick-next.style-5:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;-o-transition:-o-transform 0.3s,opacity 0.3s;-ms-transition:-ms-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-ms-transform:scale(.9);-moz-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-5:hover::before,.slick-next.style-5:hover::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-5:hover .icon-wrap::before,.slick-prev.style-5:hover .icon-wrap::after,.slick-next.style-5:hover .icon-wrap::before,.slick-next.style-5:hover .icon-wrap::after{background:#cc6055}.slick-next.style-5 .icon-wrap{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s linear;-ms-transition:.5s linear;-moz-transition:.5s linear;-o-transition:.5s linear;transition:.5s linear}.style-6.slick-arrow.slick-next:before,.style-6.slick-arrow.slick-prev:before{content:'→';content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:-webkit-transform .37s cubic-bezier(.77,0,.18,1);-ms-transition:-ms-transform .37s cubic-bezier(.77,0,.18,1);-moz-transition:-moz-transform .37s cubic-bezier(.77,0,.18,1);-o-transition:-o-transform .37s cubic-bezier(.77,0,.18,1);transition:transform .37s cubic-bezier(.77,0,.18,1);background:#3641ff;text-shadow:0 0 transparent!important}.style-6.slick-arrow.slick-prev:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev,.style-6.slick-arrow.slick-next{width:50px;height:50px;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.style-6.slick-arrow.slick-next:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev:before{-ms-transform:translate3d(-3.625rem,0,0);-moz-transform:translate3d(-3.625rem,0,0);-o-transform:translate3d(-3.625rem,0,0);-webkit-transform:translate3d(-3.625rem,0,0);transform:translate3d(-3.625rem,0,0)}.style-6.slick-arrow.slick-next:hover:before,.style-6.slick-arrow.slick-prev:hover:before{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-nav.style-6 .icon-wrap{z-index:1;position:relative}.slick-nav.style-6.slick-arrow{font-size:16px}.slick-nav.style-6.icon-wrap{position:relative;z-index:1}@media (min-width:1200px) and (max-width:1300px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (max-width:865px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}
1
+ /*Post Carousel*/.slick-nav,.slick-nav:hover,.slick-nav:focus,.slick-nav:active{background:transparent;outline:none;color:unset;border:0;box-shadow:none}.list-carousel-slick .slick-slide.slick-current.slick-active.slick-center{position:relative;z-index:1}.list-carousel-slick .post-inner-loop{overflow:visible}.list-carousel-slick .post-inner-loop .slick-list.draggable{position:relative;display:block;cursor:all-scroll;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.list-carousel-slick[data-slider_rows="2"] .slick-slide>div,.list-carousel-slick[data-slider_rows="3"] .slick-slide>div{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.list-carousel-slick .grid-item{padding:0}ul.slick-dots.style-1 li button:before,ul.slick-dots.style-2 li button:before,ul.slick-dots.style-3 li button:before{display:none}.slick-dots.style-1 li button:before,.slick-dots.style-2 li button:before,.slick-dots.style-3 li button:before{content:'';width:0;height:0}.slick-dots.style-1 li,.slick-dots.style-2 li,.slick-dots.style-3 li{margin:0 6px;width:10px;height:10px;vertical-align:middle;display:inline-block}.slick-dots.style-2 li button{border:1px solid #000;top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#fff;text-indent:-999em;cursor:pointer;position:absolute}.slick-dots.style-1 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;text-indent:-999em;cursor:pointer;position:absolute;-webkit-box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);box-shadow:inset 0 0 0 8px rgba(196,77,72,.42);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}.slick-dots.style-1 li button:hover,.slick-dots.style-1 li button:focus{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-1 li.slick-active button{-moz-box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;box-shadow:inset 0 0 0 1px #c44d48}.slick-dots.style-2 li::after{content:'';position:absolute;width:100%;height:100%;visibility:hidden;opacity:0;left:0;border:1px solid #000;background:#000;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);-moz-transform:translateY(-200%);-o-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s;transition:transform 0.3s ease,opacity 0.3s ease,visibility 0s 0.3s}.slick-dots.style-2 li button{-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,background 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease,background 0.3s ease}.slick-dots.style-2 li:hover button,.slick-dots.style-2 li button:focus,.slick-dots.style-2 li.slick-active button{background:#000}.slick-dots.style-2 li.slick-active button{opacity:0;-webkit-transform:translateY(200%);-ms-transform:translateY(200%);-moz-transform:translateY(200%);-o-transform:translateY(200%);transform:translateY(200%)}.slick-dots.style-2 li.slick-active::after{opacity:1;visibility:visible;-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease;transition:transform 0.3s ease,opacity 0.3s ease;-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}ul.slick-dots.style-2{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.slick-dots.style-2 svg{opacity:0}.list-carousel-slick .slick-slider.slick-dotted{margin-bottom:30px}.list-carousel-slick .slick-slider.slick-dotted{padding-bottom:20px}.list-carousel-slick.hover-slider-dots ul.slick-dots,.list-carousel-slick.hover-slider-arrow .slick-nav.slick-arrow{opacity:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}.list-carousel-slick.hover-slider-dots:hover ul.slick-dots,.list-carousel-slick.hover-slider-arrow:hover .slick-nav.slick-arrow{opacity:1}.list-carousel-slick .slick-slider .slick-nav.style-2{border:none;outline:none}.list-carousel-slick .slick-slider .slick-nav.style-2:hover,.list-carousel-slick .slick-slider .slick-nav.style-2:focus{background-color:transparent}ul.slick-dots.style-3 li button{top:0;left:0;width:100%;height:100%;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:#252525;text-indent:-999em;cursor:pointer;position:absolute}ul.slick-dots.style-3 li button{background:transparent;box-shadow:inset 0 0 0 1px #c44d48;-webkit-box-shadow:inset 0 0 0 1px #c44d48;-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease}ul.slick-dots.style-3 li button:hover,ul.slick-dots.style-3 li button:focus{-moz-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);-webkit-box-shadow:inset 0 0 0 2px rgba(196,77,72,.6);box-shadow:inset 0 0 0 2px rgba(196,77,72,.6)}ul.slick-dots.style-3 li.slick-active button{-moz-box-shadow:inset 0 0 0 8px #c44d48;-webkit-box-shadow:inset 0 0 0 8px #c44d48;box-shadow:inset 0 0 0 8px #c44d48}.slick-dots.style-4 .slick-active button{-moz-box-shadow:0 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:0 0 0 1px rgba(255,255,255,1);box-shadow:0 0 0 1px rgba(255,255,255,1);border:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent}.slick-dots.style-4 button{width:14px;height:14px;margin:3px}.slick-dots.style-4 button{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);-webkit-transition:box-shadow 0.3s ease;-moz-transition:box-shadow 0.3s ease;-o-transition:box-shadow 0.3s ease;-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;background:transparent}.slick-dots.style-4 li.slick-active button:before,.slick-dots.style-4 li button:hover::before{opacity:.75;color:black;transform:scale(.4);-ms-transform:scale(.4);-moz-transform:scale(.4);-o-transform:scale(.4);-webkit-transform:scale(.4);background:rgb(255,255,255)}.slick-dots.style-4 li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;content:'•';text-align:center;opacity:1;color:black;width:12px;height:12px;margin-top:4px;margin-left:4px;outline:none;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:rgb(72,50,50);text-indent:-999em;cursor:pointer;position:absolute;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:background 0.3s ease,-webkit-transform 0.3s ease;-moz-transition:background 0.3s ease,-moz-transform 0.3s ease;-o-transition:background 0.3s ease,-o-transform 0.3s ease;-ms-transition:background 0.3s ease,-ms-transform 0.3s ease;transition:background 0.3s ease,transform 0.3s ease}.slick-dots.style-5 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer;padding-top:8px}.slick-dots.style-5 button{float:right;width:20px;height:4px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-5 li button:before{content:''!important;width:0;height:0}.slick-dots.style-5 .slick-active button,.slick-dots.style-5 li:hover button{width:30px!important}.slick-dots.style-6 li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #000;margin-top:-1px;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s}.slick-dots.style-6 .slick-active button{border:2px solid transparent!important}.slick-dots.style-6 li button:before{content:''!important;width:0;height:0}ul.slick-dots.style-6 li button:after{opacity:0;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;-ms-transition:0.4s;position:absolute;left:50%;top:50%;text-indent:0;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"/";font-size:18px;color:#000;font-weight:400;margin-left:-3px;margin-top:-4px;-webkit-transition:0.4s ease-in-out;-moz-transition:0.4s ease-in-out;-o-transition:0.4s ease-in-out;-ms-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.slick-dots.style-6 .slick-active button:after,.slick-dots.style-6 li:hover button{opacity:1}.slick-dots.style-7 li{position:relative;display:inline-block;width:auto;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots.style-7 button{float:right;width:40px;height:3px;-webkit-transition:width .3s,background .3s!important;-moz-transition:width .3s,background .3s;-o-transition:width .3s,background .3s;-ms-transition:width .3s,background .3s;transition:width .3s,background .3s;background:#00a276;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;padding:0}.slick-dots.style-7 li button:before{content:''!important;width:0;height:0}.list-carousel-slick.overlay-content-dots ul.slick-dots{bottom:10px}.list-carousel-slick.vertical-dots ul.slick-dots{bottom:auto;right:10px;width:auto;top:50%;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.list-carousel-slick.vertical-dots ul.slick-dots li{display:block;float:none;margin:10px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-2{position:absolute}.list-carousel-slick.vertical-dots ul.slick-dots.style-3 li{margin:15px 10px}.list-carousel-slick.vertical-dots ul.slick-dots.style-4 button{width:20px;height:20px;margin:0}.list-carousel-slick .slick-vertical .slick-slide{border:0}.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:-65px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:-65px}.slick-nav.slick-prev.style-1,.slick-nav.slick-next.style-1{z-index:11;padding:30px 30px;background:#fafafa;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear}.slick-prev.style-1:before,.slick-next.style-1:before{font-size:28px;opacity:1!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;padding-top:0;width:100%;height:100%;color:#222;top:0;left:0;line-height:54px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;z-index:111;text-shadow:0 0 transparent!important}.slick-nav.slick-prev.style-1:hover:before,.slick-nav.slick-next.style-1:hover:before{color:#fff}.slick-nav.slick-prev.style-1:hover,.slick-nav.slick-next.style-1:hover{background:#313131}.slick-prev.style-2,.slick-next.style-2{margin:0 10px;width:50px;height:50px}.slick-prev.style-2 .icon-wrap:before,.slick-prev.style-2 .icon-wrap:after,.slick-next.style-2 .icon-wrap:before,.slick-next.style-2 .icon-wrap:after{content:'';position:absolute;left:25%;width:3px;height:50%;background:#fff;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-webkit-transform 0.3s,background 0.3s;-o-transition:-webkit-transform 0.3s,background 0.3s;-ms-transition:-webkit-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-2 .icon-wrap,.slick-next.style-2 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-2 .icon-wrap::before,.slick-next.style-2 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-o-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.slick-prev.style-2 .icon-wrap::after,.slick-next.style-2 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::after{-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);-moz-transform:translateX(-50%) rotate(-45deg);-o-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.slick-prev.style-2:before,.slick-next.style-2:before{position:absolute;top:0;left:0;width:100%;height:100%;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background:transparent;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-webkit-transform 0.3s,opacity 0.3s;-o-transition:-webkit-transform 0.3s,opacity 0.3s;-ms-transition:-webkit-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-2:hover::before,.slick-next.style-2:hover::before{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-2:hover .icon-wrap::before,.slick-prev.style-2:hover .icon-wrap::after,.slick-next.style-2:hover .icon-wrap::before,.slick-next.style-2:hover .icon-wrap::after{background:#cc6055}.slick-next.style-2 .icon-wrap{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.slick-nav.style-3,.slick-nav.style-4{width:30px;height:30px;position:absolute}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'slick';font-size:28px;opacity:1;color:black;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;transition:.5s ease}.slick-nav.style-3.top-right,.slick-nav.style-4.top-right{top:-25px;right:15px;left:auto}.slick-prev.style-3.top-right,.slick-prev.style-4.top-right{right:50px}.slick-nav.style-3.bottm-left,.slick-nav.style-4.bottm-left{bottom:-45px;left:15px;top:auto}.slick-next.style-3.bottm-left,.slick-next.style-4.bottm-left{left:50px}.slick-nav.style-3.bottom-center,.slick-nav.style-4.bottom-center{left:50%;right:17px;bottom:-45px;top:auto}.slick-prev.style-3.bottom-center,.slick-prev.style-4.bottom-center{margin-left:-20px;transform:translateY(-50%) translateX(-50%)}.slick-next.style-3.bottom-center,.slick-next.style-4.bottom-center{margin-left:20px;transform:translateY(-50%) translateX(-50%)}.slick-nav.style-3.bottom-right,.slick-nav.style-4.bottom-right{bottom:-45px;right:15px;top:auto;left:auto}.slick-prev.style-3.bottom-right,.slick-prev.style-4.bottom-right{right:50px}.slick-nav.style-3:hover:before{color:#fff;opacity:.7}.slick-nav.style-3:before,.slick-nav.style-4:before{font-family:'Font Awesome 5 Free';font-weight:600;font-size:22px;color:white;transition:.5s ease;-webkit-transition:.5s ease;-moz-transition:.5s ease;-o-transition:.5s ease;-ms-transition:.5s ease;text-align:center;display:inline-block;background:#000;-moz-border-radius:58%;-webkit-border-radius:58%;border-radius:58%;text-shadow:0 0 transparent!important}.slick-next.style-3:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-3:before{content:"\f104";padding:0;width:100%;height:100%;line-height:30px}.slick-next.style-4:before{content:"\f105";padding:0;width:100%;height:100%;line-height:30px}.slick-prev.style-4:before{content:"\f104";padding:0;margin-left:-5px;width:100%;height:100%;line-height:30px}.slick-nav.style-4:before{border:1px solid #000;background:transparent;color:#000;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-shadow:0 0 transparent!important}.slick-nav.style-4:hover:before{color:#fff;opacity:.7}.slick-prev.style-5,.slick-next.style-5{margin:0 10px;width:50px;height:50px}.slick-prev.style-5 .icon-wrap:before,.slick-prev.style-5 .icon-wrap:after,.slick-next.style-5 .icon-wrap:before,.slick-next.style-5 .icon-wrap:after{content:'';position:absolute;left:25%;width:2px;height:50%;background:#ccc;content:'';-webkit-transition:-webkit-transform 0.3s,background 0.3s;-moz-transition:-moz-transform 0.3s,background 0.3s;-o-transition:-o-transform 0.3s,background 0.3s;-ms-transition:-ms-transform 0.3s,background 0.3s;transition:transform 0.3s,background 0.3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.slick-prev.style-5 .icon-wrap,.slick-next.style-5 .icon-wrap{position:relative;display:block;margin:0% 0 0 10%;width:80%;height:80%}.slick-prev.style-5 .icon-wrap{-webkit-transition:.3s linear;-ms-transition:.3s linear;-moz-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.slick-next.style-5:hover span.icon-wrap,.slick-next.style-5:focus span.icon-wrap{-webkit-transform:rotate(180deg) scale(1.1) translateX(-5px);-ms-transform:rotate(180deg) scale(1.1) translateX(-5px);-moz-transform:rotate(180deg) scale(1.1) translateX(-5px);-o-transform:rotate(180deg) scale(1.1) translateX(-5px);transform:rotate(180deg) scale(1.1) translateX(-5px)}.slick-prev.style-5:hover span.icon-wrap,.slick-prev.style-5:focus span.icon-wrap{-webkit-transform:scale(1.1) translateX(-5px);-ms-transform:scale(1.1) translateX(-5px);-moz-transform:scale(1.1) translateX(-5px);-o-transform:scale(1.1) translateX(-5px);transform:scale(1.1) translateX(-5px)}.slick-prev.style-5 .icon-wrap::before,.slick-next.style-5 .icon-wrap::before{-webkit-transform:translateX(-50%) rotate(30deg);-ms-transform:translateX(-50%) rotate(30deg);-moz-transform:translateX(-50%) rotate(30deg);-o-transform:translateX(-50%) rotate(30deg);transform:translateX(-50%) rotate(30deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.slick-prev.style-5 .icon-wrap::after,.slick-next.style-5 .icon-wrap::after{top:50%;-webkit-transform:translateX(-50%) rotate(-30deg);-ms-transform:translateX(-50%) rotate(-30deg);-moz-transform:translateX(-50%) rotate(-30deg);-o-transform:translateX(-50%) rotate(-30deg);transform:translateX(-50%) rotate(-30deg);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.slick-prev.style-5:before,.slick-next.style-5:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';opacity:1;-webkit-transition:-webkit-transform 0.3s,opacity 0.3s;-moz-transition:-moz-transform 0.3s,opacity 0.3s;-o-transition:-o-transform 0.3s,opacity 0.3s;-ms-transition:-ms-transform 0.3s,opacity 0.3s;transition:transform 0.3s,opacity 0.3s;-webkit-transform:scale(.9);-ms-transform:scale(.9);-moz-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);text-shadow:0 0 transparent!important}.slick-prev.style-5:hover::before,.slick-next.style-5:hover::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.slick-prev.style-5:hover .icon-wrap::before,.slick-prev.style-5:hover .icon-wrap::after,.slick-next.style-5:hover .icon-wrap::before,.slick-next.style-5:hover .icon-wrap::after{background:#cc6055}.slick-next.style-5 .icon-wrap{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s linear;-ms-transition:.5s linear;-moz-transition:.5s linear;-o-transition:.5s linear;transition:.5s linear}.style-6.slick-arrow.slick-next:before,.style-6.slick-arrow.slick-prev:before{content:'→';content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:-webkit-transform .37s cubic-bezier(.77,0,.18,1);-ms-transition:-ms-transform .37s cubic-bezier(.77,0,.18,1);-moz-transition:-moz-transform .37s cubic-bezier(.77,0,.18,1);-o-transition:-o-transform .37s cubic-bezier(.77,0,.18,1);transition:transform .37s cubic-bezier(.77,0,.18,1);background:#3641ff;text-shadow:0 0 transparent!important}.style-6.slick-arrow.slick-prev:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev,.style-6.slick-arrow.slick-next{width:50px;height:50px;overflow:hidden;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.style-6.slick-arrow.slick-next:before{-webkit-transform:translate3d(3.625rem,0,0);-ms-transform:translate3d(3.625rem,0,0);-moz-transform:translate3d(3.625rem,0,0);-o-transform:translate3d(3.625rem,0,0);transform:translate3d(3.625rem,0,0)}.style-6.slick-arrow.slick-prev:before{-ms-transform:translate3d(-3.625rem,0,0);-moz-transform:translate3d(-3.625rem,0,0);-o-transform:translate3d(-3.625rem,0,0);-webkit-transform:translate3d(-3.625rem,0,0);transform:translate3d(-3.625rem,0,0)}.style-6.slick-arrow.slick-next:hover:before,.style-6.slick-arrow.slick-prev:hover:before{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-nav.style-6 .icon-wrap{z-index:1;position:relative}.slick-nav.style-6.slick-arrow{font-size:16px}.slick-nav.style-6.icon-wrap{position:relative;z-index:1}@media (min-width:1200px) and (max-width:1300px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (min-width:992px) and (max-width:1080px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}@media (max-width:865px){.outer-slider-arrow .slick-nav.slick-prev.slick-arrow{left:15px}.outer-slider-arrow .slick-nav.slick-next.slick-arrow{right:15px}}.post-inner-loop .slick-list .slick-track{width:100vw}.list-carousel-slick .post-inner-loop .slick-list.draggable{width:100%}
includes/plus_addon.php CHANGED
@@ -377,13 +377,13 @@ if(!function_exists('plus_simple_crypt')){
377
  }
378
 
379
 
380
- add_action('elementor/widgets/widgets_registered', function($widgets_manager){
381
  $elementor_widget_blacklist = [
382
  'plus-elementor-widget',
383
  ];
384
 
385
  foreach($elementor_widget_blacklist as $widget_name){
386
- $widgets_manager->unregister_widget_type($widget_name);
387
  }
388
  }, 15);
389
 
377
  }
378
 
379
 
380
+ add_action('elementor/widgets/register', function($widgets_manager){
381
  $elementor_widget_blacklist = [
382
  'plus-elementor-widget',
383
  ];
384
 
385
  foreach($elementor_widget_blacklist as $widget_name){
386
+ $widgets_manager->unregister($widget_name);
387
  }
388
  }, 15);
389
 
includes/theplus_options.php CHANGED
@@ -68,7 +68,7 @@ class L_Theplus_Elementor_Plugin_Options
68
 
69
 
70
  //Elementor widget
71
- add_action( 'elementor/widgets/widgets_registered', array( $this, 'tp_ele_unregister_widgets' ), 15 );
72
  if(current_user_can("manage_options")){
73
  add_action( 'admin_post_tp_ele_widgets_opts_save', array( $this,'ele_widgets_opts_save_action') );
74
  }
@@ -114,6 +114,19 @@ class L_Theplus_Elementor_Plugin_Options
114
  }
115
  }
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  if(defined( 'ELEMENTOR_PRO_VERSION' ) && Utils::has_pro()){
118
  $option_name_pro ='elepro_default_plus_options';
119
  if ( is_admin() && get_option( $option_name_pro ) !== false ) {
@@ -269,7 +282,7 @@ class L_Theplus_Elementor_Plugin_Options
269
  if(!empty($selected_widgets) && isset($selected_widgets['elementor_check_elements'])){
270
  $get_unreg = array_diff($elewid,$selected_widgets['elementor_check_elements']);
271
  foreach ( $get_unreg as $key => $widget ) {
272
- $elementor->widgets_manager->unregister_widget_type( $widget );
273
  }
274
  }
275
  }
68
 
69
 
70
  //Elementor widget
71
+ add_action( 'elementor/widgets/register', array( $this, 'tp_ele_unregister_widgets' ), 15 );
72
  if(current_user_can("manage_options")){
73
  add_action( 'admin_post_tp_ele_widgets_opts_save', array( $this,'ele_widgets_opts_save_action') );
74
  }
114
  }
115
  }
116
 
117
+ /*@sinnce 5.0.5*/
118
+ if ( defined( 'ELEMENTOR_VERSION' ) && version_compare( ELEMENTOR_VERSION, '3.5.2', '>=' ) ) {
119
+ $option_name_ele350reset ='ele350_default_plus_options';
120
+ if ( is_admin() && get_option( $option_name_ele350reset ) !== false ) {
121
+ } else if( is_admin() ){
122
+ $widgets_list = $this->tp_ele_get_registered_widgets();
123
+ $ele_wid_options=[];
124
+ $ele_wid_options['elementor_check_elements']= array_keys($widgets_list);
125
+ update_option( 'theplus_elementor_widget',$ele_wid_options, $deprecated, $autoload );
126
+ update_option( $option_name_ele350reset,$value, $deprecated, $autoload );
127
+ }
128
+ }
129
+
130
  if(defined( 'ELEMENTOR_PRO_VERSION' ) && Utils::has_pro()){
131
  $option_name_pro ='elepro_default_plus_options';
132
  if ( is_admin() && get_option( $option_name_pro ) !== false ) {
282
  if(!empty($selected_widgets) && isset($selected_widgets['elementor_check_elements'])){
283
  $get_unreg = array_diff($elewid,$selected_widgets['elementor_check_elements']);
284
  foreach ( $get_unreg as $key => $widget ) {
285
+ $elementor->widgets_manager->unregister( $widget );
286
  }
287
  }
288
  }
includes/welcome-page.php CHANGED
@@ -23,7 +23,7 @@ echo '<div class="theplus-panel-welcome-page">';
23
 
24
  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>';
25
  echo '<small class="theplus-notice-text theplus-mt-8">'.esc_html__('Planning to 🚀 Upgrade to PRO?','tpebl').'</small>';
26
- echo '<small class="theplus-notice-text theplus-mt-8">'.esc_html__('Take advantage of a 30-day risk-free refund period.','tpebl').'</small>';
27
  echo '</div>';
28
  /*Welcome User Info*/
29
  /*Welcome Document*/
@@ -131,7 +131,7 @@ echo '<div class="theplus-panel-welcome-page">';
131
  echo '</div>';
132
  echo '<div class="theplus-faq-section">';
133
  echo '<div class="faq-title"><span>'.esc_html__('How to get Help/Support?','tpebl').'</span><span class="faq-icon-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(11.4 8.1) rotate(180)"/></svg></span></div>';
134
- echo '<div class="faq-content">'.esc_html__('You can get ','tpebl').'<a href="https://wordpress.org/support/plugin/the-plus-addons-for-elementor-page-builder/" target="_blank" class="panel-sec-color">'.esc_html__('Free support','tpebl').'</a>'.esc_html__(' and to get ','tpebl').'<a href="https://posimyth.ticksy.com" target="_blank" class="panel-sec-color">'.esc_html__('Premium support','tpebl').'</a>'.esc_html__(' comes with Pro plan. Join our ','tpebl').'<a href="https://www.facebook.com/groups/theplus4elementor/" target="_blank" class="panel-sec-color">'.esc_html__('Facebook channel ','tpebl').'</a>'.esc_html__(' to get help from community.','tpebl').'</div>';
135
  echo '</div>';
136
  echo '<div class="theplus-faq-section">';
137
  echo '<div class="faq-title"><span>'.esc_html__('What is this Performance option about?','tpebl').'</span><span class="faq-icon-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(11.4 8.1) rotate(180)"/></svg></span></div>';
@@ -148,8 +148,7 @@ echo '<div class="theplus-panel-welcome-page">';
148
  echo '<div class="theplus-faq-section">';
149
  echo '<div class="faq-title"><span>'.esc_html__('Site is not working well even after removing cache at frontend.','tpebl').'</span><span class="faq-icon-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(11.4 8.1) rotate(180)"/></svg></span></div>';
150
  echo '<div class="faq-content">'.esc_html__('If your website is not working well even after removing cache from above button. You need to check your 3rd party caching plugin and remove cache from there. After that try to remove your browser cache by pressing Hard Reload and/or try on incognito mode.','tpebl').'</div>';
151
- echo '</div>';
152
- echo '<a href="#" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('More FAQs','tpebl').'" target="_blank">'.esc_html__('More FAQs','tpebl').'</a>';
153
  echo '</div>';
154
  /*Welcome FAQ*/
155
  echo '</div>';
@@ -203,7 +202,7 @@ echo '<div class="theplus-panel-welcome-page">';
203
 
204
  echo '<div class="support-point theplus-mb-8"><span><svg xmlns="http://www.w3.org/2000/svg" width="25" height="24.936" viewBox="0 0 25 24.936"><path d="M19.617,0a5.141,5.141,0,0,0-4.185,2.111,1.038,1.038,0,0,0,.5,1.6,11.444,11.444,0,0,1,2.8,1.406L17.809,6.35a9.853,9.853,0,0,0-10.993,0L5.889,5.117A11.371,11.371,0,0,1,8.735,3.694a1.041,1.041,0,0,0,.506-1.608A5.149,5.149,0,0,0,5.071,0,5.218,5.218,0,0,0,1,8.5a1.04,1.04,0,0,0,.808.385c.019,0,.039,0,.058,0a1.034,1.034,0,0,0,.817-.477A11.541,11.541,0,0,1,5.061,5.743l.926,1.235a9.832,9.832,0,0,0-1.44,13.64L2.018,24.111a.52.52,0,0,0,.119.726.514.514,0,0,0,.3.1.519.519,0,0,0,.421-.216l2.385-3.3a9.834,9.834,0,0,0,14.13,0l2.385,3.3a.519.519,0,1,0,.841-.608l-2.526-3.494a9.832,9.832,0,0,0-1.44-13.64l.925-1.235a11.584,11.584,0,0,1,2.4,2.709,1.039,1.039,0,0,0,.812.48l.065,0a1.037,1.037,0,0,0,.8-.375A5.224,5.224,0,0,0,19.617,0ZM17.874,9.718l-5.2,5.195a.515.515,0,0,1-.734,0L8.828,11.8a.52.52,0,1,1,.735-.735l2.75,2.75L17.14,8.984a.519.519,0,1,1,.733.735Z" transform="translate(0.156 0)" fill="#666"/></svg></span><span>'.esc_html__('Average Response Time : 24 Hours (Weekdays)','tpebl').'</span></div>';
205
 
206
- echo '<a href="https://posimyth.ticksy.com" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Premium Support','tpebl').'" target="_blank">'.esc_html__('Premium Support','tpebl').'</a>';
207
  echo '<a href="https://wordpress.org/support/plugin/the-plus-addons-for-elementor-page-builder/" class="theplus-panel-btn-outline-2 theplus-mt-8" title="'.esc_attr__('Free Support','tpebl').'" target="_blank">'.esc_html__('Free Support','tpebl').'</a>';
208
  echo '</div>';
209
  /*technical support*/
@@ -214,9 +213,12 @@ echo '<div class="theplus-panel-welcome-page">';
214
  echo '<div class="theplus-sec-border"></div>';
215
  echo '<div class="theplus-sec-desc">'.esc_html__('Get to know about plugin updates, tips & tricks, New Offers and lots more from our social media accounts.','tpebl').'</div>';
216
  echo '<a href="https://www.facebook.com/groups/theplus4elementor/" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('facebook','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="21.356" height="17" viewBox="0 0 640 512"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
217
- echo '<a href="http://instagram.com/theplus_addons_elementor/" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('instagram','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"><path d="M10,1.778a30.662,30.662,0,0,1,4,.111,5.154,5.154,0,0,1,1.889.333,3.9,3.9,0,0,1,1.889,1.889A5.154,5.154,0,0,1,18.111,6c0,1,.111,1.333.111,4a30.662,30.662,0,0,1-.111,4,5.154,5.154,0,0,1-.333,1.889,3.9,3.9,0,0,1-1.889,1.889A5.154,5.154,0,0,1,14,18.111c-1,0-1.333.111-4,.111a30.662,30.662,0,0,1-4-.111,5.154,5.154,0,0,1-1.889-.333,3.9,3.9,0,0,1-1.889-1.889A5.154,5.154,0,0,1,1.889,14c0-1-.111-1.333-.111-4a30.662,30.662,0,0,1,.111-4,5.154,5.154,0,0,1,.333-1.889A3.991,3.991,0,0,1,3,3a1.879,1.879,0,0,1,1.111-.778A5.154,5.154,0,0,1,6,1.889a30.662,30.662,0,0,1,4-.111M10,0A32.83,32.83,0,0,0,5.889.111,6.86,6.86,0,0,0,3.444.556,4.35,4.35,0,0,0,1.667,1.667,4.35,4.35,0,0,0,.556,3.444,5.063,5.063,0,0,0,.111,5.889,32.83,32.83,0,0,0,0,10a32.83,32.83,0,0,0,.111,4.111,6.86,6.86,0,0,0,.444,2.444,4.35,4.35,0,0,0,1.111,1.778,4.35,4.35,0,0,0,1.778,1.111,6.86,6.86,0,0,0,2.444.444A32.83,32.83,0,0,0,10,20a32.83,32.83,0,0,0,4.111-.111,6.86,6.86,0,0,0,2.444-.444,4.662,4.662,0,0,0,2.889-2.889,6.86,6.86,0,0,0,.444-2.444C19.889,13,20,12.667,20,10a32.83,32.83,0,0,0-.111-4.111,6.86,6.86,0,0,0-.444-2.444,4.35,4.35,0,0,0-1.111-1.778A4.35,4.35,0,0,0,16.556.556,6.86,6.86,0,0,0,14.111.111,32.83,32.83,0,0,0,10,0m0,4.889A5.029,5.029,0,0,0,4.889,10,5.111,5.111,0,1,0,10,4.889m0,8.444A3.274,3.274,0,0,1,6.667,10,3.274,3.274,0,0,1,10,6.667,3.274,3.274,0,0,1,13.333,10,3.274,3.274,0,0,1,10,13.333m5.333-9.889a1.222,1.222,0,1,0,1.222,1.222,1.233,1.233,0,0,0-1.222-1.222" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
218
  echo '<a href="https://www.facebook.com/theplusaddonsforelementor" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('facebook','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="8.356" height="16" viewBox="0 0 8.356 16"><path d="M85.422,16V8.711h2.489l.356-2.844H85.422V4.089c0-.8.267-1.422,1.422-1.422h1.511V.089C88,.089,87.111,0,86.133,0a3.431,3.431,0,0,0-3.644,3.733V5.867H80V8.711h2.489V16Z" transform="translate(-80)" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
219
- echo '<a href="https://www.youtube.com/playlist?list=PLFRO-irWzXaLK9H5opSt88xueTnRhqvO5" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('youtube','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
 
 
 
220
  echo '</div>';
221
  /*Social*/
222
  echo '</div>';
@@ -227,7 +229,7 @@ echo '<div class="theplus-panel-welcome-page">';
227
  echo '<div class="theplus-sec-subtitle">'.esc_html__('Your generous rating motivates us to do even better.','tpebl').'</div>';
228
  echo '<div class="theplus-sec-border"></div>';
229
  echo '<div class="theplus-sec-desc">'.esc_html__('Your reviews will help us to build better product for you. It even helps other Elementor users to know about our product and your experience.','tpebl').'</div>';
230
- echo '<a href="https://wordpress.org/plugins/the-plus-addons-for-elementor-page-builder/#reviews" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Rate on WordPress','tpebl').'" target="_blank">'.esc_html__('Rate on WordPress','tpebl').'</a>
231
  <a href="https://www.facebook.com/theplusaddonsforelementor/reviews/" class="theplus-panel-btn-outline-2 theplus-mt-8" title="'.esc_attr__('Rate on Facebook','tpebl').'" target="_blank">'.esc_html__('Rate on Facebook','tpebl').'</a>';
232
  echo '</div>';
233
  /*Rate Us*/
@@ -238,7 +240,7 @@ echo '<div class="theplus-panel-welcome-page">';
238
  //echo '<div class="theplus-sec-subtitle">'.esc_html__('Wish to see your favorite feature in The Plus Addons ?','tpebl').'</div>';
239
  echo '<div class="theplus-sec-border"></div>';
240
  echo '<div class="theplus-sec-desc">'.esc_html__('Who knows where great ideas start? Your feedback helps us grow together. #ThePlusFamily ♥ #CraftYourPerfectAddon','tpebl').'</div>';
241
- echo '<a href="http://roadmap.theplusaddons.com/" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Share Feedback','tpebl').'" target="_blank">'.esc_html__('Suggest Feature','tpebl').'</a>';
242
  echo '</div>';
243
  /*feedback*/
244
  /*subscriber*/
23
 
24
  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>';
25
  echo '<small class="theplus-notice-text theplus-mt-8">'.esc_html__('Planning to 🚀 Upgrade to PRO?','tpebl').'</small>';
26
+ echo '<small class="theplus-notice-text theplus-mt-8">'.esc_html__('Take advantage of a 14-day risk-free refund period.','tpebl').'</small>';
27
  echo '</div>';
28
  /*Welcome User Info*/
29
  /*Welcome Document*/
131
  echo '</div>';
132
  echo '<div class="theplus-faq-section">';
133
  echo '<div class="faq-title"><span>'.esc_html__('How to get Help/Support?','tpebl').'</span><span class="faq-icon-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(11.4 8.1) rotate(180)"/></svg></span></div>';
134
+ echo '<div class="faq-content">'.esc_html__('You can get ','tpebl').'<a href="https://wordpress.org/support/plugin/the-plus-addons-for-elementor-page-builder/" target="_blank" class="panel-sec-color">'.esc_html__('Free support','tpebl').'</a>'.esc_html__(' and to get ','tpebl').'<a href="https://store.posimyth.com/helpdesk" target="_blank" class="panel-sec-color">'.esc_html__('Premium support','tpebl').'</a>'.esc_html__(' comes with Pro plan. Join our ','tpebl').'<a href="https://www.facebook.com/groups/theplus4elementor/" target="_blank" class="panel-sec-color">'.esc_html__('Facebook channel ','tpebl').'</a>'.esc_html__(' to get help from community.','tpebl').'</div>';
135
  echo '</div>';
136
  echo '<div class="theplus-faq-section">';
137
  echo '<div class="faq-title"><span>'.esc_html__('What is this Performance option about?','tpebl').'</span><span class="faq-icon-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(11.4 8.1) rotate(180)"/></svg></span></div>';
148
  echo '<div class="theplus-faq-section">';
149
  echo '<div class="faq-title"><span>'.esc_html__('Site is not working well even after removing cache at frontend.','tpebl').'</span><span class="faq-icon-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="9.4" height="6.1" viewBox="0 0 9.4 6.1"><path d="M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z" transform="translate(11.4 8.1) rotate(180)"/></svg></span></div>';
150
  echo '<div class="faq-content">'.esc_html__('If your website is not working well even after removing cache from above button. You need to check your 3rd party caching plugin and remove cache from there. After that try to remove your browser cache by pressing Hard Reload and/or try on incognito mode.','tpebl').'</div>';
151
+ echo '</div>';
 
152
  echo '</div>';
153
  /*Welcome FAQ*/
154
  echo '</div>';
202
 
203
  echo '<div class="support-point theplus-mb-8"><span><svg xmlns="http://www.w3.org/2000/svg" width="25" height="24.936" viewBox="0 0 25 24.936"><path d="M19.617,0a5.141,5.141,0,0,0-4.185,2.111,1.038,1.038,0,0,0,.5,1.6,11.444,11.444,0,0,1,2.8,1.406L17.809,6.35a9.853,9.853,0,0,0-10.993,0L5.889,5.117A11.371,11.371,0,0,1,8.735,3.694a1.041,1.041,0,0,0,.506-1.608A5.149,5.149,0,0,0,5.071,0,5.218,5.218,0,0,0,1,8.5a1.04,1.04,0,0,0,.808.385c.019,0,.039,0,.058,0a1.034,1.034,0,0,0,.817-.477A11.541,11.541,0,0,1,5.061,5.743l.926,1.235a9.832,9.832,0,0,0-1.44,13.64L2.018,24.111a.52.52,0,0,0,.119.726.514.514,0,0,0,.3.1.519.519,0,0,0,.421-.216l2.385-3.3a9.834,9.834,0,0,0,14.13,0l2.385,3.3a.519.519,0,1,0,.841-.608l-2.526-3.494a9.832,9.832,0,0,0-1.44-13.64l.925-1.235a11.584,11.584,0,0,1,2.4,2.709,1.039,1.039,0,0,0,.812.48l.065,0a1.037,1.037,0,0,0,.8-.375A5.224,5.224,0,0,0,19.617,0ZM17.874,9.718l-5.2,5.195a.515.515,0,0,1-.734,0L8.828,11.8a.52.52,0,1,1,.735-.735l2.75,2.75L17.14,8.984a.519.519,0,1,1,.733.735Z" transform="translate(0.156 0)" fill="#666"/></svg></span><span>'.esc_html__('Average Response Time : 24 Hours (Weekdays)','tpebl').'</span></div>';
204
 
205
+ echo '<a href="https://store.posimyth.com/helpdesk" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Premium Support','tpebl').'" target="_blank">'.esc_html__('Premium Support','tpebl').'</a>';
206
  echo '<a href="https://wordpress.org/support/plugin/the-plus-addons-for-elementor-page-builder/" class="theplus-panel-btn-outline-2 theplus-mt-8" title="'.esc_attr__('Free Support','tpebl').'" target="_blank">'.esc_html__('Free Support','tpebl').'</a>';
207
  echo '</div>';
208
  /*technical support*/
213
  echo '<div class="theplus-sec-border"></div>';
214
  echo '<div class="theplus-sec-desc">'.esc_html__('Get to know about plugin updates, tips & tricks, New Offers and lots more from our social media accounts.','tpebl').'</div>';
215
  echo '<a href="https://www.facebook.com/groups/theplus4elementor/" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('facebook','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="21.356" height="17" viewBox="0 0 640 512"><path d="M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
216
+ echo '<a href="https://www.instagram.com/posimyth" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('instagram','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20"><path d="M10,1.778a30.662,30.662,0,0,1,4,.111,5.154,5.154,0,0,1,1.889.333,3.9,3.9,0,0,1,1.889,1.889A5.154,5.154,0,0,1,18.111,6c0,1,.111,1.333.111,4a30.662,30.662,0,0,1-.111,4,5.154,5.154,0,0,1-.333,1.889,3.9,3.9,0,0,1-1.889,1.889A5.154,5.154,0,0,1,14,18.111c-1,0-1.333.111-4,.111a30.662,30.662,0,0,1-4-.111,5.154,5.154,0,0,1-1.889-.333,3.9,3.9,0,0,1-1.889-1.889A5.154,5.154,0,0,1,1.889,14c0-1-.111-1.333-.111-4a30.662,30.662,0,0,1,.111-4,5.154,5.154,0,0,1,.333-1.889A3.991,3.991,0,0,1,3,3a1.879,1.879,0,0,1,1.111-.778A5.154,5.154,0,0,1,6,1.889a30.662,30.662,0,0,1,4-.111M10,0A32.83,32.83,0,0,0,5.889.111,6.86,6.86,0,0,0,3.444.556,4.35,4.35,0,0,0,1.667,1.667,4.35,4.35,0,0,0,.556,3.444,5.063,5.063,0,0,0,.111,5.889,32.83,32.83,0,0,0,0,10a32.83,32.83,0,0,0,.111,4.111,6.86,6.86,0,0,0,.444,2.444,4.35,4.35,0,0,0,1.111,1.778,4.35,4.35,0,0,0,1.778,1.111,6.86,6.86,0,0,0,2.444.444A32.83,32.83,0,0,0,10,20a32.83,32.83,0,0,0,4.111-.111,6.86,6.86,0,0,0,2.444-.444,4.662,4.662,0,0,0,2.889-2.889,6.86,6.86,0,0,0,.444-2.444C19.889,13,20,12.667,20,10a32.83,32.83,0,0,0-.111-4.111,6.86,6.86,0,0,0-.444-2.444,4.35,4.35,0,0,0-1.111-1.778A4.35,4.35,0,0,0,16.556.556,6.86,6.86,0,0,0,14.111.111,32.83,32.83,0,0,0,10,0m0,4.889A5.029,5.029,0,0,0,4.889,10,5.111,5.111,0,1,0,10,4.889m0,8.444A3.274,3.274,0,0,1,6.667,10,3.274,3.274,0,0,1,10,6.667,3.274,3.274,0,0,1,13.333,10,3.274,3.274,0,0,1,10,13.333m5.333-9.889a1.222,1.222,0,1,0,1.222,1.222,1.233,1.233,0,0,0-1.222-1.222" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
217
  echo '<a href="https://www.facebook.com/theplusaddonsforelementor" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('facebook','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="8.356" height="16" viewBox="0 0 8.356 16"><path d="M85.422,16V8.711h2.489l.356-2.844H85.422V4.089c0-.8.267-1.422,1.422-1.422h1.511V.089C88,.089,87.111,0,86.133,0a3.431,3.431,0,0,0-3.644,3.733V5.867H80V8.711h2.489V16Z" transform="translate(-80)" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
218
+ echo '<a href="https://www.youtube.com/c/POSIMYTHInnovations" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('youtube','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" fill="#8072fc" fill-rule="evenodd"/></svg></a>';
219
+ echo '<a href="https://in.pinterest.com/posimyth/" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('pinterest','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 384 512"><path fill="#8072fc" d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" fill-rule="evenodd"></svg></a>';
220
+ echo '<a href="https://twitter.com/posimyth" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('twitter','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 512 512"><path fill="#8072fc" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill-rule="evenodd"></svg></a>';
221
+ echo '<a href="https://blog.posimyth.com/" class="theplus-panel-social theplus-mt-8" title="'.esc_attr__('blog','tpebl').'" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 496 512"><path fill="#8072fc" d="M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z" fill-rule="evenodd"></svg></a>';
222
  echo '</div>';
223
  /*Social*/
224
  echo '</div>';
229
  echo '<div class="theplus-sec-subtitle">'.esc_html__('Your generous rating motivates us to do even better.','tpebl').'</div>';
230
  echo '<div class="theplus-sec-border"></div>';
231
  echo '<div class="theplus-sec-desc">'.esc_html__('Your reviews will help us to build better product for you. It even helps other Elementor users to know about our product and your experience.','tpebl').'</div>';
232
+ echo '<a href="https://wordpress.org/support/plugin/the-plus-addons-for-elementor-page-builder/reviews/?filter=5" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Rate on WordPress','tpebl').'" target="_blank">'.esc_html__('Rate on WordPress','tpebl').'</a>
233
  <a href="https://www.facebook.com/theplusaddonsforelementor/reviews/" class="theplus-panel-btn-outline-2 theplus-mt-8" title="'.esc_attr__('Rate on Facebook','tpebl').'" target="_blank">'.esc_html__('Rate on Facebook','tpebl').'</a>';
234
  echo '</div>';
235
  /*Rate Us*/
240
  //echo '<div class="theplus-sec-subtitle">'.esc_html__('Wish to see your favorite feature in The Plus Addons ?','tpebl').'</div>';
241
  echo '<div class="theplus-sec-border"></div>';
242
  echo '<div class="theplus-sec-desc">'.esc_html__('Who knows where great ideas start? Your feedback helps us grow together. #ThePlusFamily ♥ #CraftYourPerfectAddon','tpebl').'</div>';
243
+ echo '<a href="https://roadmap.theplusaddons.com/boards/feature-request" class="theplus-panel-btn theplus-mt-8" title="'.esc_attr__('Share Feedback','tpebl').'" target="_blank">'.esc_html__('Suggest Feature','tpebl').'</a>';
244
  echo '</div>';
245
  /*feedback*/
246
  /*subscriber*/
lang/tpebl.pot CHANGED
@@ -1107,7 +1107,7 @@ msgid "Planning to 🚀 Upgrade to PRO?"
1107
  msgstr ""
1108
 
1109
  #: includes/welcome-page.php:26
1110
- msgid "Take advantage of a 30-day risk-free refund period."
1111
  msgstr ""
1112
 
1113
  #: includes/welcome-page.php:31
1107
  msgstr ""
1108
 
1109
  #: includes/welcome-page.php:26
1110
+ msgid "Take advantage of a 14-day risk-free refund period."
1111
  msgstr ""
1112
 
1113
  #: includes/welcome-page.php:31
modules/theplus-include-widgets.php CHANGED
@@ -55,7 +55,7 @@ if ( ! class_exists( 'L_Theplus_Widgets_Include' ) ) {
55
  * @return void
56
  */
57
  public function init() {
58
- add_action( 'elementor/widgets/widgets_registered', array($this, 'add_widgets' ) );
59
 
60
  }
61
 
@@ -152,7 +152,7 @@ if ( ! class_exists( 'L_Theplus_Widgets_Include' ) ) {
152
  foreach ( $grouped as $widget_id => $class_name ) {
153
  if(in_array($widget_id,$get_option)){
154
  if ( $this->include_widget( $widget_id, true ) ) {
155
- $widgets_manager->register_widget_type( new $class_name() );
156
  }
157
  }
158
  }
55
  * @return void
56
  */
57
  public function init() {
58
+ add_action( 'elementor/widgets/register', array($this, 'add_widgets' ) );
59
 
60
  }
61
 
152
  foreach ( $grouped as $widget_id => $class_name ) {
153
  if(in_array($widget_id,$get_option)){
154
  if ( $this->include_widget( $widget_id, true ) ) {
155
+ $widgets_manager->register( new $class_name() );
156
  }
157
  }
158
  }
modules/widgets/tp_accordion.php CHANGED
@@ -45,7 +45,7 @@ class L_ThePlus_Accordion extends Widget_Base {
45
  return [ 'accordion', 'tabs', 'toggle' ];
46
  }
47
 
48
- protected function _register_controls() {
49
 
50
  $this->start_controls_section(
51
  'content_section',
45
  return [ 'accordion', 'tabs', 'toggle' ];
46
  }
47
 
48
+ protected function register_controls() {
49
 
50
  $this->start_controls_section(
51
  'content_section',
modules/widgets/tp_adv_text_block.php CHANGED
@@ -38,7 +38,7 @@ class L_ThePlus_Adv_Text_Block extends Widget_Base {
38
  return array('plus-essential');
39
  }
40
 
41
- protected function _register_controls() {
42
 
43
  $this->start_controls_section(
44
  'content_section',
38
  return array('plus-essential');
39
  }
40
 
41
+ protected function register_controls() {
42
 
43
  $this->start_controls_section(
44
  'content_section',
modules/widgets/tp_age_gate.php CHANGED
@@ -41,7 +41,7 @@ class L_ThePlus_Age_Gate extends Widget_Base {
41
  return array('plus-essential');
42
  }
43
 
44
- protected function _register_controls() {
45
  /* Layout Tab */
46
  $this->start_controls_section(
47
  'age_head_content_section',
41
  return array('plus-essential');
42
  }
43
 
44
+ protected function register_controls() {
45
  /* Layout Tab */
46
  $this->start_controls_section(
47
  'age_head_content_section',
modules/widgets/tp_blockquote.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Block_Quote extends Widget_Base {
40
  return array('plus-essential');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-essential');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_blog_listout.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Blog_ListOut extends Widget_Base {
40
  return array('plus-listing');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-listing');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_button.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Button extends Widget_Base {
39
  return array('plus-essential');
40
  }
41
 
42
- protected function _register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-essential');
40
  }
41
 
42
+ protected function register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_caldera_forms.php CHANGED
@@ -38,7 +38,7 @@ class L_ThePlus_Caldera_Forms extends Widget_Base {
38
  return array('plus-adapted');
39
  }
40
 
41
- protected function _register_controls() {
42
  /*Layout Content start*/
43
  $this->start_controls_section(
44
  'content_section',
38
  return array('plus-adapted');
39
  }
40
 
41
+ protected function register_controls() {
42
  /*Layout Content start*/
43
  $this->start_controls_section(
44
  'content_section',
modules/widgets/tp_clients_listout.php CHANGED
@@ -41,7 +41,7 @@ class L_ThePlus_Clients_ListOut extends Widget_Base {
41
  return array('plus-listing');
42
  }
43
 
44
- protected function _register_controls() {
45
 
46
  $this->start_controls_section(
47
  'content_section',
41
  return array('plus-listing');
42
  }
43
 
44
+ protected function register_controls() {
45
 
46
  $this->start_controls_section(
47
  'content_section',
modules/widgets/tp_contact_form_7.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Contact_Form_7 extends Widget_Base {
39
  return array('plus-adapted');
40
  }
41
 
42
- protected function _register_controls() {
43
  /*Layout Content*/
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-adapted');
40
  }
41
 
42
+ protected function register_controls() {
43
  /*Layout Content*/
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_countdown.php CHANGED
@@ -38,7 +38,7 @@ class L_ThePlus_Countdown extends Widget_Base {
38
  return array('plus-essential');
39
  }
40
 
41
- protected function _register_controls() {
42
 
43
  $this->start_controls_section(
44
  'content_section',
38
  return array('plus-essential');
39
  }
40
 
41
+ protected function register_controls() {
42
 
43
  $this->start_controls_section(
44
  'content_section',
modules/widgets/tp_everest_form.php CHANGED
@@ -38,7 +38,7 @@ class L_ThePlus_Everest_form extends Widget_Base {
38
  return array('plus-adapted');
39
  }
40
 
41
- protected function _register_controls() {
42
  /*Layout Content start*/
43
  $this->start_controls_section(
44
  'content_section',
38
  return array('plus-adapted');
39
  }
40
 
41
+ protected function register_controls() {
42
  /*Layout Content start*/
43
  $this->start_controls_section(
44
  'content_section',
modules/widgets/tp_flip_box.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Flip_Box extends Widget_Base {
40
  return array('plus-creatives');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-creatives');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_gallery_listout.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Gallery_ListOut extends Widget_Base {
40
  return array('plus-listing');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'layout_content_section',
40
  return array('plus-listing');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'layout_content_section',
modules/widgets/tp_gravity_form.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Gravity_Form extends Widget_Base {
39
  return array('plus-adapted');
40
  }
41
 
42
- protected function _register_controls() {
43
  /*Layout Content start*/
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-adapted');
40
  }
41
 
42
+ protected function register_controls() {
43
  /*Layout Content start*/
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_header_extras.php CHANGED
@@ -43,7 +43,7 @@ class L_ThePlus_Header_Extras extends Widget_Base {
43
  return [ 'header search', 'search bar', 'search icon', 'cart menu', 'mini cart','woo cart', 'music', 'music header', 'music bar', 'header extra content', 'header meta content', 'header extras', 'header extra info', 'language switcher', 'header call to action' ];
44
  }
45
 
46
- protected function _register_controls() {
47
 
48
  $this->start_controls_section(
49
  'meta_content_sections',
43
  return [ 'header search', 'search bar', 'search icon', 'cart menu', 'mini cart','woo cart', 'music', 'music header', 'music bar', 'header extra content', 'header meta content', 'header extras', 'header extra info', 'language switcher', 'header call to action' ];
44
  }
45
 
46
+ protected function register_controls() {
47
 
48
  $this->start_controls_section(
49
  'meta_content_sections',
modules/widgets/tp_heading_animation.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Heading_Animation extends Widget_Base {
39
  return array('plus-creatives');
40
  }
41
 
42
- protected function _register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-creatives');
40
  }
41
 
42
+ protected function register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_heading_title.php CHANGED
@@ -39,7 +39,7 @@ class L_Theplus_Ele_Heading_Title extends Widget_Base {
39
  return array('plus-essential');
40
  }
41
 
42
- protected function _register_controls() {
43
  /*tab Layout */
44
  $this->start_controls_section(
45
  'heading_title_layout_section',
39
  return array('plus-essential');
40
  }
41
 
42
+ protected function register_controls() {
43
  /*tab Layout */
44
  $this->start_controls_section(
45
  'heading_title_layout_section',
modules/widgets/tp_hovercard.php CHANGED
@@ -43,7 +43,7 @@ class L_ThePlus_Hovercard extends Widget_Base {
43
  return array('plus-essential');
44
  }
45
 
46
- protected function _register_controls() {
47
 
48
  $this->start_controls_section(
49
  'content_section',
43
  return array('plus-essential');
44
  }
45
 
46
+ protected function register_controls() {
47
 
48
  $this->start_controls_section(
49
  'content_section',
modules/widgets/tp_info_box.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Info_Box extends Widget_Base {
40
  return array('plus-essential');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-essential');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_meeting_scheduler.php CHANGED
@@ -36,7 +36,7 @@ class L_ThePlus_Meeting_Scheduler extends Widget_Base {
36
  return ['meeting scheduler','calendly','freebusy','free busy','meetingbird','meeting bird','vyte','xai','x ai'];
37
  }
38
 
39
- protected function _register_controls() {
40
  $this->start_controls_section(
41
  'content_section',
42
  [
36
  return ['meeting scheduler','calendly','freebusy','free busy','meetingbird','meeting bird','vyte','xai','x ai'];
37
  }
38
 
39
+ protected function register_controls() {
40
  $this->start_controls_section(
41
  'content_section',
42
  [
modules/widgets/tp_messagebox.php CHANGED
@@ -41,7 +41,7 @@ class L_ThePlus_MessageBox extends Widget_Base {
41
  return array('plus-essential');
42
  }
43
 
44
- protected function _register_controls() {
45
  /*Text Content */
46
  $this->start_controls_section(
47
  'message_box_content_section',
41
  return array('plus-essential');
42
  }
43
 
44
+ protected function register_controls() {
45
  /*Text Content */
46
  $this->start_controls_section(
47
  'message_box_content_section',
modules/widgets/tp_navigation_menu_lite.php CHANGED
@@ -44,7 +44,7 @@ class L_ThePlus_Navigation_Menu_Lite extends Widget_Base {
44
  return [ 'menu', 'navigation', 'header','menu bar','nav' ];
45
  }
46
 
47
- protected function _register_controls() {
48
 
49
  $this->start_controls_section(
50
  'navbar_sections',
44
  return [ 'menu', 'navigation', 'header','menu bar','nav' ];
45
  }
46
 
47
+ protected function register_controls() {
48
 
49
  $this->start_controls_section(
50
  'navbar_sections',
modules/widgets/tp_ninja_form.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Ninja_form extends Widget_Base {
39
  return array('plus-adapted');
40
  }
41
 
42
- protected function _register_controls() {
43
  /*Layout Content*/
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-adapted');
40
  }
41
 
42
+ protected function register_controls() {
43
  /*Layout Content*/
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_number_counter.php CHANGED
@@ -41,7 +41,7 @@ class L_ThePlus_Number_Counter extends Widget_Base {
41
  return array('plus-essential');
42
  }
43
 
44
- protected function _register_controls() {
45
 
46
  $this->start_controls_section(
47
  'content_section',
41
  return array('plus-essential');
42
  }
43
 
44
+ protected function register_controls() {
45
 
46
  $this->start_controls_section(
47
  'content_section',
modules/widgets/tp_page_scroll.php CHANGED
@@ -46,7 +46,7 @@ class L_ThePlus_Page_Scroll extends Widget_Base {
46
  public function get_keywords() {
47
  return ['one page scroll', 'full page js', 'page piling', 'page pilling', 'multi scroll', 'page scroll', 'scroll'];
48
  }
49
- protected function _register_controls() {
50
  $this->start_controls_section(
51
  'section_page_scroll',
52
  [
46
  public function get_keywords() {
47
  return ['one page scroll', 'full page js', 'page piling', 'page pilling', 'multi scroll', 'page scroll', 'scroll'];
48
  }
49
+ protected function register_controls() {
50
  $this->start_controls_section(
51
  'section_page_scroll',
52
  [
modules/widgets/tp_post_author.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Post_Author extends Widget_Base {
40
  return array('plus-builder');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-builder');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_post_comment.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Post_Comment extends Widget_Base {
40
  return array('plus-builder');
41
  }
42
 
43
- protected function _register_controls() {
44
  $this->start_controls_section(
45
  'content_section',
46
  [
40
  return array('plus-builder');
41
  }
42
 
43
+ protected function register_controls() {
44
  $this->start_controls_section(
45
  'content_section',
46
  [
modules/widgets/tp_post_content.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Post_Content extends Widget_Base {
40
  return array('plus-builder');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-builder');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_post_featured_image.php CHANGED
@@ -37,7 +37,7 @@ class L_ThePlus_Featured_Image extends Widget_Base {
37
  return array('plus-builder');
38
  }
39
 
40
- protected function _register_controls() {
41
  $this->start_controls_section(
42
  'content_section',
43
  [
37
  return array('plus-builder');
38
  }
39
 
40
+ protected function register_controls() {
41
  $this->start_controls_section(
42
  'content_section',
43
  [
modules/widgets/tp_post_meta.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Post_Meta extends Widget_Base {
40
  return array('plus-builder');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-builder');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_post_search.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Post_Search extends Widget_Base {
39
  return array('plus-essential');
40
  }
41
 
42
- protected function _register_controls() {
43
  /*Layout Content*/
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-essential');
40
  }
41
 
42
+ protected function register_controls() {
43
  /*Layout Content*/
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_post_title.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Post_Title extends Widget_Base {
40
  return array('plus-builder');
41
  }
42
 
43
- protected function _register_controls() {
44
  /*Post Title*/
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-builder');
41
  }
42
 
43
+ protected function register_controls() {
44
  /*Post Title*/
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_pricing_table.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Pricing_Table extends Widget_Base {
39
  return array('plus-essential');
40
  }
41
 
42
- protected function _register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-essential');
40
  }
41
 
42
+ protected function register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_progress_bar.php CHANGED
@@ -45,7 +45,7 @@ class L_ThePlus_Progress_Bar extends Widget_Base {
45
  return [ 'pie chart', 'progress bar', 'chart'];
46
  }
47
 
48
- protected function _register_controls() {
49
 
50
  /* Progress Bar */
51
 
45
  return [ 'pie chart', 'progress bar', 'chart'];
46
  }
47
 
48
+ protected function register_controls() {
49
 
50
  /* Progress Bar */
51
 
modules/widgets/tp_scroll_navigation.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Scroll_Navigation extends Widget_Base {
40
  return array('plus-creatives');
41
  }
42
 
43
- protected function _register_controls() {
44
  /* Scroll Navigation Menu List Start*/
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-creatives');
41
  }
42
 
43
+ protected function register_controls() {
44
  /* Scroll Navigation Menu List Start*/
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_smooth_scroll.php CHANGED
@@ -37,7 +37,7 @@ class L_ThePlus_Smooth_Scroll extends Widget_Base {
37
  return array('plus-creatives');
38
  }
39
 
40
- protected function _register_controls() {
41
 
42
  $this->start_controls_section(
43
  'content_section',
37
  return array('plus-creatives');
38
  }
39
 
40
+ protected function register_controls() {
41
 
42
  $this->start_controls_section(
43
  'content_section',
modules/widgets/tp_social_icon.php CHANGED
@@ -37,7 +37,7 @@ class L_ThePlus_Social_Icon extends Widget_Base {
37
  return array('plus-essential');
38
  }
39
 
40
- protected function _register_controls() {
41
 
42
  $this->start_controls_section(
43
  'content_section',
37
  return array('plus-essential');
38
  }
39
 
40
+ protected function register_controls() {
41
 
42
  $this->start_controls_section(
43
  'content_section',
modules/widgets/tp_tabs_tours.php CHANGED
@@ -44,7 +44,7 @@ class L_ThePlus_Tabs_Tours extends Widget_Base {
44
  return ['tabs', 'tours', 'tabbed content'];
45
  }
46
 
47
- protected function _register_controls() {
48
 
49
  $this->start_controls_section(
50
  'content_section',
44
  return ['tabs', 'tours', 'tabbed content'];
45
  }
46
 
47
+ protected function register_controls() {
48
 
49
  $this->start_controls_section(
50
  'content_section',
modules/widgets/tp_team_member_listout.php CHANGED
@@ -40,7 +40,7 @@ class L_ThePlus_Team_Member_ListOut extends Widget_Base {
40
  return array('plus-listing');
41
  }
42
 
43
- protected function _register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
40
  return array('plus-listing');
41
  }
42
 
43
+ protected function register_controls() {
44
 
45
  $this->start_controls_section(
46
  'content_section',
modules/widgets/tp_testimonial_listout.php CHANGED
@@ -39,7 +39,7 @@ class L_ThePlus_Testimonial_ListOut extends Widget_Base {
39
  return array('plus-listing');
40
  }
41
 
42
- protected function _register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
39
  return array('plus-listing');
40
  }
41
 
42
+ protected function register_controls() {
43
 
44
  $this->start_controls_section(
45
  'content_section',
modules/widgets/tp_video_player.php CHANGED
@@ -41,7 +41,7 @@ class L_ThePlus_Video_Player extends Widget_Base {
41
  return array('plus-essential');
42
  }
43
 
44
- protected function _register_controls() {
45
 
46
  $this->start_controls_section(
47
  'content_section',
41
  return array('plus-essential');
42
  }
43
 
44
+ protected function register_controls() {
45
 
46
  $this->start_controls_section(
47
  'content_section',
modules/widgets/tp_wp_forms.php CHANGED
@@ -38,7 +38,7 @@ class L_ThePlus_Wp_Forms extends Widget_Base {
38
  return array('plus-adapted');
39
  }
40
 
41
- protected function _register_controls() {
42
  /*Layout Content*/
43
  $this->start_controls_section(
44
  'content_section',
38
  return array('plus-adapted');
39
  }
40
 
41
+ protected function register_controls() {
42
  /*Layout Content*/
43
  $this->start_controls_section(
44
  'content_section',
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: posimyththemes, ankitposimyth, nirmalkavaiya, sagarpatel124
3
  Tags: Elementor, elementor widgets, elements, elementor addon, elementor templates, elementor widgets, extensions
4
  Requires at least: 5.7.0
5
- Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 5.0.4
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
@@ -279,6 +279,10 @@ We have the most advanced caching architecture, Which will never bloat your site
279
 
280
  == Changelog ==
281
 
 
 
 
 
282
  = 5.0.4 =
283
  Update : Accordion : Font-Awesome Inline compatibility
284
  Update : Age Gate : Font-Awesome Inline compatibility
2
  Contributors: posimyththemes, ankitposimyth, nirmalkavaiya, sagarpatel124
3
  Tags: Elementor, elementor widgets, elements, elementor addon, elementor templates, elementor widgets, extensions
4
  Requires at least: 5.7.0
5
+ Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 5.0.5
8
  License: GPLv3
9
  License URI: https://opensource.org/licenses/GPL-3.0
10
 
279
 
280
  == Changelog ==
281
 
282
+ = 5.0.5 =
283
+ Fix : Inner Section Widget not visible bug
284
+ Fix : Bug fix and improvements
285
+
286
  = 5.0.4 =
287
  Update : Accordion : Font-Awesome Inline compatibility
288
  Update : Age Gate : Font-Awesome Inline compatibility
theplus_elementor_addon.php CHANGED
@@ -3,18 +3,18 @@
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.0.4
7
  * Author: POSIMYTH
8
  * Author URI: https://posimyth.com/
9
  * Text Domain: tpebl
10
- * Elementor tested up to: 3.4
11
  * Elementor Pro tested up to: 3.5
12
  */
13
 
14
  if ( ! defined( 'ABSPATH' ) ) {
15
  exit;
16
  }
17
- defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.0.4' );
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.0.5
7
  * Author: POSIMYTH
8
  * Author URI: https://posimyth.com/
9
  * Text Domain: tpebl
10
+ * Elementor tested up to: 3.5
11
  * Elementor Pro tested up to: 3.5
12
  */
13
 
14
  if ( ! defined( 'ABSPATH' ) ) {
15
  exit;
16
  }
17
+ defined( 'L_THEPLUS_VERSION' ) or define( 'L_THEPLUS_VERSION', '5.0.5' );
18
  define( 'L_THEPLUS_FILE__', __FILE__ );
19
 
20
  define( 'L_THEPLUS_PATH', plugin_dir_path( __FILE__ ) );