Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget) - Version 2.2.2

Version Description

  • 16 October 2019 =

  • Fix: Widget Control Panel link issue

Download this release

Release Info

Developer thehappymonster
Plugin Icon 128x128 Happy Addons for Elementor (Mega Menu, Post Grid, Woocommerce Product Grid, Table, Event Calendar, Slider Elementor Widget)
Version 2.2.2
Comparing to
See all releases

Code changes from version 2.2.1 to 2.2.2

assets/admin/css/editor.css CHANGED
@@ -1,37 +1,3 @@
1
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element .icon,
2
- .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element .icon {
3
- height: 46px;
4
- }
5
-
6
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element,
7
- .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element,
8
- .elementor-panel #elementor-panel-elements .is-ha-widget {
9
- -webkit-transition: background-image .3s;
10
- transition: background-image .3s;
11
- }
12
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element .icon,
13
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element .title,
14
- .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element .icon,
15
- .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element .title,
16
- .elementor-panel #elementor-panel-elements .is-ha-widget .icon,
17
- .elementor-panel #elementor-panel-elements .is-ha-widget .title {
18
- background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
19
- background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
20
- -webkit-background-clip: text;
21
- -webkit-transition: background-image .2s, color .2s;
22
- transition: background-image .2s, color .2s;
23
-
24
- -webkit-text-fill-color: transparent;
25
- }
26
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover,
27
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus,
28
- .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover,
29
- .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus,
30
- .elementor-panel #elementor-panel-elements .is-ha-widget:hover,
31
- .elementor-panel #elementor-panel-elements .is-ha-widget:focus {
32
- background-image: -webkit-linear-gradient(315deg, #e2498a 0%, #562dd4 100%);
33
- background-image: linear-gradient(135deg, #e2498a 0%, #562dd4 100%);
34
- }
35
  .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .icon,
36
  .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .title,
37
  .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .icon,
@@ -40,14 +6,43 @@
40
  .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .title,
41
  .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .icon,
42
  .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .title,
43
- .elementor-panel #elementor-panel-elements .is-ha-widget:hover .icon,
44
- .elementor-panel #elementor-panel-elements .is-ha-widget:hover .title,
45
- .elementor-panel #elementor-panel-elements .is-ha-widget:focus .icon,
46
- .elementor-panel #elementor-panel-elements .is-ha-widget:focus .title {
47
- background: transparent;
48
- color: #fff;
 
49
 
50
- -webkit-text-fill-color: initial;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  }
52
 
53
  .elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-toggle,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .icon,
2
  .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .title,
3
  .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .icon,
6
  .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .title,
7
  .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .icon,
8
  .elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .title,
9
+ .elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .icon,
10
+ .elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .title,
11
+ .elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .icon,
12
+ .elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .title {
13
+ background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
14
+ background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
15
+ -webkit-background-clip: text;
16
 
17
+ -webkit-text-fill-color: transparent;
18
+ }
19
+
20
+ .elementor-panel .elementor-element .icon {
21
+ position: relative;
22
+ -webkit-transition: all .2s;
23
+ transition: all .2s;
24
+ }
25
+ .elementor-panel .elementor-element .icon .hm:after {
26
+ position: absolute;
27
+ top: 5px;
28
+ right: 5px;
29
+ content: "\ead0";
30
+ font-size: 15px;
31
+ opacity: .3;
32
+ }
33
+
34
+ .elementor-panel .elementor-element:hover .icon .hm:after,
35
+ .elementor-panel .elementor-element:focus .icon .hm:after {
36
+ opacity: 1;
37
+ }
38
+
39
+ .elementor-panel .elementor-element:hover .icon .hm:after,
40
+ .elementor-panel .elementor-element:focus .icon .hm:after {
41
+ background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
42
+ background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
43
+ -webkit-background-clip: text;
44
+
45
+ -webkit-text-fill-color: transparent;
46
  }
47
 
48
  .elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-toggle,
assets/admin/css/editor.min.css CHANGED
@@ -1 +1 @@
1
- .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element .icon{height:46px}.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element,.elementor-panel #elementor-panel-elements .is-ha-widget{-webkit-transition:background-image .3s;transition:background-image .3s}.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element .title,.elementor-panel #elementor-panel-elements .is-ha-widget .icon,.elementor-panel #elementor-panel-elements .is-ha-widget .title{background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-transition:background-image .2s,color .2s;transition:background-image .2s,color .2s;-webkit-text-fill-color:transparent}.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover,.elementor-panel #elementor-panel-elements .is-ha-widget:focus,.elementor-panel #elementor-panel-elements .is-ha-widget:hover{background-image:-webkit-linear-gradient(315deg,#e2498a 0%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 0%,#562dd4 100%)}.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .title,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .title,.elementor-panel #elementor-panel-elements .is-ha-widget:focus .icon,.elementor-panel #elementor-panel-elements .is-ha-widget:focus .title,.elementor-panel #elementor-panel-elements .is-ha-widget:hover .icon,.elementor-panel #elementor-panel-elements .is-ha-widget:hover .title{background:0 0;color:#fff;-webkit-text-fill-color:initial}.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-title,.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-toggle{color:#562dd4}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after{left:-5px;box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1)}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after{left:5px;box-shadow:2px -2px 3px 0 rgba(0,0,0,.1)}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip{top:auto;bottom:calc(100% + 5px);left:100%}
1
+ .elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:focus .title,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_category .elementor-element:hover .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:focus .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .elementor-element:hover .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:focus .title,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .icon,.elementor-panel #elementor-panel-category-happy_addons_pro_category .is-ha-widget:hover .title{background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.elementor-panel .elementor-element .icon{position:relative;-webkit-transition:all .2s;transition:all .2s}.elementor-panel .elementor-element .icon .hm:after{position:absolute;top:5px;right:5px;content:"\ead0";font-size:15px;opacity:.3}.elementor-panel .elementor-element:focus .icon .hm:after,.elementor-panel .elementor-element:hover .icon .hm:after{opacity:1;background-image:-webkit-linear-gradient(315deg,#e2498a 25%,#562dd4 100%);background-image:linear-gradient(135deg,#e2498a 25%,#562dd4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-title,.elementor-panel .elementor-control-_section_happy_effects .elementor-panel-heading-toggle{color:#562dd4}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after{left:-5px;box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1)}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after{left:5px;box-shadow:2px -2px 3px 0 rgba(0,0,0,.1)}.elementor-control-ha_floating_fx_rotate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,.elementor-control-ha_floating_fx_scale_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,.elementor-control-ha_floating_fx_translate_toggle+.elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip{top:auto;bottom:calc(100% + 5px);left:100%}
plugin.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Happy Elementor Addons
4
  * Plugin URI: https://happyaddons.com/
5
  * Description: <a href="https://happyaddons.com/">HappyAddons</a> is a collection of slick, powerful widgets that works seamlessly with Elementor page builder. It’s trendy look with detail customization features allows to create extraordinary designs instantly. <a href="https://happyaddons.com/">HappyAddons</a> is free, rapidly growing and comes with great support.
6
- * Version: 2.2.1
7
  * Author: HappyMonster
8
  * Author URI: https://happyaddons.com/
9
  * License: GPLv2
@@ -34,7 +34,7 @@ Copyright 2019 HappyMonster <http://happymonster.me>
34
 
35
  defined( 'ABSPATH' ) || die();
36
 
37
- define( 'HAPPY_ADDONS_VERSION', '2.2.1' );
38
  define( 'HAPPY_ADDONS__FILE__', __FILE__ );
39
  define( 'HAPPY_ADDONS_DIR_PATH', plugin_dir_path( HAPPY_ADDONS__FILE__ ) );
40
  define( 'HAPPY_ADDONS_DIR_URL', plugin_dir_url( HAPPY_ADDONS__FILE__ ) );
3
  * Plugin Name: Happy Elementor Addons
4
  * Plugin URI: https://happyaddons.com/
5
  * Description: <a href="https://happyaddons.com/">HappyAddons</a> is a collection of slick, powerful widgets that works seamlessly with Elementor page builder. It’s trendy look with detail customization features allows to create extraordinary designs instantly. <a href="https://happyaddons.com/">HappyAddons</a> is free, rapidly growing and comes with great support.
6
+ * Version: 2.2.2
7
  * Author: HappyMonster
8
  * Author URI: https://happyaddons.com/
9
  * License: GPLv2
34
 
35
  defined( 'ABSPATH' ) || die();
36
 
37
+ define( 'HAPPY_ADDONS_VERSION', '2.2.2' );
38
  define( 'HAPPY_ADDONS__FILE__', __FILE__ );
39
  define( 'HAPPY_ADDONS_DIR_PATH', plugin_dir_path( HAPPY_ADDONS__FILE__ ) );
40
  define( 'HAPPY_ADDONS_DIR_URL', plugin_dir_url( HAPPY_ADDONS__FILE__ ) );
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Happy Elementor Addons ===
2
  Plugin Name: Happy Elementor Addons
3
- Version: 2.2.1
4
- Author: HappyMonster
5
  Author URI: https://happyaddons.com/
6
- Contributors: thehappymonster, happyaddons, hasinhayder, mosaddek73, tareq1988, obiplabon, sourav926, wedevs, iqbalrony
7
  Tags: elementor, elementor addon, elementor widget, essential widget, elements
8
  Requires at least: 4.7
9
  Tested up to: 5.2.3
@@ -21,31 +21,31 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
21
 
22
  ### Included 25 Free Widgets
23
 
24
- 1. **[Card](https://happyaddons.com/elementor-card-widget-demo/)** - Incredibly powerful widget to demonstrate your products, articles, news, creative posts using a beautiful combination of texts, links, badge and image. Using built in positioning and offset feature you can create eye-candy designs in a twist. [Check demo](https://happyaddons.com/elementor-card-widget-demo/)
25
- 2. **[Gradient Heading](https://happyaddons.com/elementor-gradient-heading-widget-demo/)** - Another gem to create eye candy headings for your websites. You can apply different gradient styles, angles, opacity, and positions to make them look even better across different device screens. [Check demo](https://happyaddons.com/elementor-gradient-heading-widget-demo/)
26
- 3. **[Info Box](https://happyaddons.com/elementor-info-box-widget-demo/)** - Create beautiful information boxes using icons, links and texts, and make them slick using the built in positioning features. [Check demo](https://happyaddons.com/elementor-info-box-widget-demo/)
27
- 4. **[Icon Box](https://happyaddons.com/elementor-icon-box-widget-demo/)** - A simplified version of Info box but comes with powerful display features. Perfect for showcasing interesting information to your users in various styles. [Check demo](https://happyaddons.com/elementor-icon-box-widget-demo/)
28
- 5. **[Image Compare](https://happyaddons.com/elementor-image-compare-widget-demo/)** - Are you a photo-editor, agency or product designer who often needs to showcase their beautiful works in a form of before and after slider? This widget is perfect for this job. And built in styling options, vertical and horizontal orientation features can help you design these before-after sections with more creativity. [Check demo](https://happyaddons.com/elementor-image-compare-widget-demo/)
29
- 6. **[Team Member](https://happyaddons.com/elementor-team-member-widget-demo/)** - A perfect widget to showcase your beautiful team in various styles using texts, images, and social links. And just like our other widgets, you will find powerful styling options to make them stand out quite easily. [Check demo](https://happyaddons.com/elementor-team-member-widget-demo/)
30
- 7. **[Review](https://happyaddons.com/elementor-review-widget-demo/)** - Showcase your user feedback, reviews and rating easily than ever using our review widget. Display user photo, texts and star ratings. Make them stand out using built in offsets and positioning features. [Check demo](https://happyaddons.com/elementor-review-widget-demo/)
31
- 8. **[Skill Bars](https://happyaddons.com/elementor-skill-bars-widget-demo/)** - An essential building block to showcase user skills, task percentage, required tools and other progressive information in different ways. Comes with incredible customizing options to suit your needs. [Check demo](https://happyaddons.com/elementor-skill-bars-widget-demo/)
32
- 9. **[Contact Form 7](https://happyaddons.com/elementor-contact-form-7-widget-demo/)** - This utility widget helps you to integrate existing forms built using CF7 plugin across your web pages without spending too much time. [Check demo](https://happyaddons.com/elementor-contact-form-7-widget-demo/)
33
- 10. **[ Caldera Forms](https://happyaddons.com/elementor-caldera-forms-widget-demo/)** - This widget can help you to display your caldera forms to display on your web pages designed with Elementor. [Check demo](https://happyaddons.com/elementor-caldera-forms-widget-demo/)
34
- 11. **[weForms](https://happyaddons.com/elementor-we-forms-widget-demo/)** - Designed forms using weForms plugin and looking for a way to display those on your Elementor powered pages? This is the answer for that. [Check demo](https://happyaddons.com/elementor-we-forms-widget-demo/)
35
- 12. **[Ninja Forms](https://happyaddons.com/elementor-ninja-form-widget-demo/)** - Use this widget to embed forms created using Ninja Forms to display seamlessly on your web pages. Various styling options will help you to look at them even better. [Check demo](https://happyaddons.com/elementor-ninja-form-widget-demo/)
36
- 13. **[WPForms](https://happyaddons.com/elementor-wpform-widget-demo/)** - Use this widget to embed forms created using WPForms to display seamlessly on your web pages. Various styling options will help you to look at them even better. [Check demo](https://happyaddons.com/elementor-wpform-widget-demo/)
37
- 14. **[Dual Button](https://happyaddons.com/elementor-dual-button-widget-demo/)** - DualButton widget allows you to add two flexible and trendy action buttons in your sections, in different styles. [Check demo](https://happyaddons.com/elementor-dual-button-widget-demo/)
38
- 15. **[Testimonial](https://happyaddons.com/elementor-testimonial-widget-demo/)** - Create beautiful testimonial sections with different look-n-feels using HappyAddons Testimonial widget. [Check demo](https://happyaddons.com/elementor-testimonial-widget-demo/)
39
- 16. **[Justified Grid](https://happyaddons.com/elementor-justified-grid-widget-demo/)** - Another pro grade widget which can help you to create beautiful justified grid. Comes packed with tons of options to make it stand out from the crowd. [Check demo](https://happyaddons.com/elementor-justified-grid-widget-demo/)
40
- 17. **[Number](https://happyaddons.com/elementor-number-widget-demo/)** - Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that’s literally going to blow your mind. [Check demo](https://happyaddons.com/elementor-number-widget-demo/)
41
- 18. **[Logo Grid](https://happyaddons.com/elementor-logo-grid-widget-demo)** - Showcase your clients or products using our logo grid widget, and display these items with styles. [Check demo](https://happyaddons.com/elementor-logo-grid-widget-demo)
42
- 19. **[Carousel](https://happyaddons.com/elementor-carousel-widget-demo/)** - Create interesting image and text carousels using our carousel widget which comes with lot of options. [Check demo](https://happyaddons.com/elementor-carousel-widget-demo/)
43
- 20. **[Slider](https://happyaddons.com/elementor-slider-widget-demo/)** - Now you can create sliders with beautiful animations and effects using our Slider widget. And just like our other widgets, there are lots of customization options for you. [Check demo](https://happyaddons.com/elementor-slider-widget-demo/)
44
- 21. **[Step Flow](https://happyaddons.com/elementor-step-flow-widget-demo/)** - Create excellent step by step visual diagram and instructions using this smart widget. Change directions, counters and make them look amazing with icons, texts and colors. [Check demo](https://happyaddons.com/elementor-step-flow-widget-demo/)
45
- 22. **[Calendly](https://happyaddons.com/elementor-calendly-widget-demo/)** - Schedule meetings without the back-and-forth emails through Calendly. We are happy to integrate this important application in our HappyAddons. [Check demo](https://happyaddons.com/elementor-calendly-widget-demo/)
46
- 23. **[Flip Box](https://happyaddons.com/elementor-flip-box-widget-demo/)** - FlipBox helps you to deliver messages in a beautiful way with before and after effects. [Check demo](https://happyaddons.com/elementor-flip-box-widget-demo/)
47
- 24. **[Pricing Table](https://happyaddons.com/elementor-pricing-table-widget-demo/)** - Create beautiful pricing tables with lots of customizations and sleek look-n-feel using this widget. [Check demo](https://happyaddons.com/elementor-pricing-table-widget-demo/)
48
- 25. **[Image Grid](https://happyaddons.com/elementor-image-grid-widget-demo/)** - Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that’s literally going to blow your mind. [Check demo](https://happyaddons.com/elementor-image-grid-widget-demo/)
49
 
50
  ### INCLUDED FREE EXTENSIONS FOR EVERY ELEMENTOR WIDGET
51
 
@@ -56,8 +56,8 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
56
 
57
  **Happy Effects**
58
 
59
- 1. **[Floating Effects](https://happyaddons.com/elementor-floating-effect-demo/)** - Now you can create stunning animations for any Elementor widget using Floating Effects. Translate, Rotate or Scale - Imagination is the limit!
60
- 2. **[CSS Transform](https://happyaddons.com/elementor-css-transform-demo/)** - Another missing piece, a great enhancement over core Elementor that works seamlessly with every widget. You can now apply various CSS transforms like translate, rotate, scale and skew without any limitations.
61
 
62
  https://www.youtube.com/watch?v=LmtacsLcFPU
63
 
@@ -141,6 +141,10 @@ It's really easy and super simple to install **Happy Elementor Addons** plugin b
141
 
142
  == Changelog ==
143
 
 
 
 
 
144
  = 2.2.1 - 15 October 2019 =
145
 
146
  - Fix: Text overflow issue in all widgets
1
  === Happy Elementor Addons ===
2
  Plugin Name: Happy Elementor Addons
3
+ Version: 2.2.2
4
+ Author: weDevs
5
  Author URI: https://happyaddons.com/
6
+ Contributors: thehappymonster, happyaddons, hasinhayder, mosaddek73, tareq1988, sourav926, wedevs, iqbalrony, obiplabon
7
  Tags: elementor, elementor addon, elementor widget, essential widget, elements
8
  Requires at least: 4.7
9
  Tested up to: 5.2.3
21
 
22
  ### Included 25 Free Widgets
23
 
24
+ 1. **[Card](https://demo.happyaddons.com/elementor-card-widget-demo/)** - Incredibly powerful widget to demonstrate your products, articles, news, creative posts using a beautiful combination of texts, links, badge and image. Using built in positioning and offset feature you can create eye-candy designs in a twist. [Check demo](https://demo.happyaddons.com/elementor-card-widget-demo/)
25
+ 2. **[Gradient Heading](https://demo.happyaddons.com/elementor-gradient-heading-widget-demo/)** - Another gem to create eye candy headings for your websites. You can apply different gradient styles, angles, opacity, and positions to make them look even better across different device screens. [Check demo](https://demo.happyaddons.com/elementor-gradient-heading-widget-demo/)
26
+ 3. **[Info Box](https://demo.happyaddons.com/elementor-info-box-widget-demo/)** - Create beautiful information boxes using icons, links and texts, and make them slick using the built in positioning features. [Check demo](https://demo.happyaddons.com/elementor-info-box-widget-demo/)
27
+ 4. **[Icon Box](https://demo.happyaddons.com/elementor-icon-box-widget-demo/)** - A simplified version of Info box but comes with powerful display features. Perfect for showcasing interesting information to your users in various styles. [Check demo](https://demo.happyaddons.com/elementor-icon-box-widget-demo/)
28
+ 5. **[Image Compare](https://demo.happyaddons.com/elementor-image-compare-widget-demo/)** - Are you a photo-editor, agency or product designer who often needs to showcase their beautiful works in a form of before and after slider? This widget is perfect for this job. And built in styling options, vertical and horizontal orientation features can help you design these before-after sections with more creativity. [Check demo](https://demo.happyaddons.com/elementor-image-compare-widget-demo/)
29
+ 6. **[Team Member](https://demo.happyaddons.com/elementor-team-member-widget-demo/)** - A perfect widget to showcase your beautiful team in various styles using texts, images, and social links. And just like our other widgets, you will find powerful styling options to make them stand out quite easily. [Check demo](https://demo.happyaddons.com/elementor-team-member-widget-demo/)
30
+ 7. **[Review](https://demo.happyaddons.com/elementor-review-widget-demo/)** - Showcase your user feedback, reviews and rating easily than ever using our review widget. Display user photo, texts and star ratings. Make them stand out using built in offsets and positioning features. [Check demo](https://demo.happyaddons.com/elementor-review-widget-demo/)
31
+ 8. **[Skill Bars](https://demo.happyaddons.com/elementor-skill-bars-widget-demo/)** - An essential building block to showcase user skills, task percentage, required tools and other progressive information in different ways. Comes with incredible customizing options to suit your needs. [Check demo](https://demo.happyaddons.com/elementor-skill-bars-widget-demo/)
32
+ 9. **[Contact Form 7](https://demo.happyaddons.com/elementor-contact-form-7-widget-demo/)** - This utility widget helps you to integrate existing forms built using CF7 plugin across your web pages without spending too much time. [Check demo](https://demo.happyaddons.com/elementor-contact-form-7-widget-demo/)
33
+ 10. **[ Caldera Forms](https://demo.happyaddons.com/elementor-caldera-forms-widget-demo/)** - This widget can help you to display your caldera forms to display on your web pages designed with Elementor. [Check demo](https://demo.happyaddons.com/elementor-caldera-forms-widget-demo/)
34
+ 11. **[weForms](https://demo.happyaddons.com/elementor-we-forms-widget-demo/)** - Designed forms using weForms plugin and looking for a way to display those on your Elementor powered pages? This is the answer for that. [Check demo](https://demo.happyaddons.com/elementor-we-forms-widget-demo/)
35
+ 12. **[Ninja Forms](https://demo.happyaddons.com/elementor-ninja-form-widget-demo/)** - Use this widget to embed forms created using Ninja Forms to display seamlessly on your web pages. Various styling options will help you to look at them even better. [Check demo](https://demo.happyaddons.com/elementor-ninja-form-widget-demo/)
36
+ 13. **[WPForms](https://demo.happyaddons.com/elementor-wpform-widget-demo/)** - Use this widget to embed forms created using WPForms to display seamlessly on your web pages. Various styling options will help you to look at them even better. [Check demo](https://demo.happyaddons.com/elementor-wpform-widget-demo/)
37
+ 14. **[Dual Button](https://demo.happyaddons.com/elementor-dual-button-widget-demo/)** - DualButton widget allows you to add two flexible and trendy action buttons in your sections, in different styles. [Check demo](https://demo.happyaddons.com/elementor-dual-button-widget-demo/)
38
+ 15. **[Testimonial](https://demo.happyaddons.com/elementor-testimonial-widget-demo/)** - Create beautiful testimonial sections with different look-n-feels using HappyAddons Testimonial widget. [Check demo](https://demo.happyaddons.com/elementor-testimonial-widget-demo/)
39
+ 16. **[Justified Grid](https://demo.happyaddons.com/elementor-justified-grid-widget-demo/)** - Another pro grade widget which can help you to create beautiful justified grid. Comes packed with tons of options to make it stand out from the crowd. [Check demo](https://demo.happyaddons.com/elementor-justified-grid-widget-demo/)
40
+ 17. **[Number](https://demo.happyaddons.com/elementor-number-widget-demo/)** - Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that’s literally going to blow your mind. [Check demo](https://demo.happyaddons.com/elementor-number-widget-demo/)
41
+ 18. **[Logo Grid](https://demo.happyaddons.com/elementor-logo-grid-widget-demo)** - Showcase your clients or products using our logo grid widget, and display these items with styles. [Check demo](https://demo.happyaddons.com/elementor-logo-grid-widget-demo)
42
+ 19. **[Carousel](https://demo.happyaddons.com/elementor-carousel-widget-demo/)** - Create interesting image and text carousels using our carousel widget which comes with lot of options. [Check demo](https://demo.happyaddons.com/elementor-carousel-widget-demo/)
43
+ 20. **[Slider](https://demo.happyaddons.com/elementor-slider-widget-demo/)** - Now you can create sliders with beautiful animations and effects using our Slider widget. And just like our other widgets, there are lots of customization options for you. [Check demo](https://demo.happyaddons.com/elementor-slider-widget-demo/)
44
+ 21. **[Step Flow](https://demo.happyaddons.com/elementor-step-flow-widget-demo/)** - Create excellent step by step visual diagram and instructions using this smart widget. Change directions, counters and make them look amazing with icons, texts and colors. [Check demo](https://demo.happyaddons.com/elementor-step-flow-widget-demo/)
45
+ 22. **[Calendly](https://demo.happyaddons.com/elementor-calendly-widget-demo/)** - Schedule meetings without the back-and-forth emails through Calendly. We are happy to integrate this important application in our HappyAddons. [Check demo](https://demo.happyaddons.com/elementor-calendly-widget-demo/)
46
+ 23. **[Flip Box](https://demo.happyaddons.com/elementor-flip-box-widget-demo/)** - FlipBox helps you to deliver messages in a beautiful way with before and after effects. [Check demo](https://demo.happyaddons.com/elementor-flip-box-widget-demo/)
47
+ 24. **[Pricing Table](https://demo.happyaddons.com/elementor-pricing-table-widget-demo/)** - Create beautiful pricing tables with lots of customizations and sleek look-n-feel using this widget. [Check demo](https://demo.happyaddons.com/elementor-pricing-table-widget-demo/)
48
+ 25. **[Image Grid](https://demo.happyaddons.com/elementor-image-grid-widget-demo/)** - Simply beautiful, this widget can help you create stunning number blocks with various styles, look-n-feels that’s literally going to blow your mind. [Check demo](https://demo.happyaddons.com/elementor-image-grid-widget-demo/)
49
 
50
  ### INCLUDED FREE EXTENSIONS FOR EVERY ELEMENTOR WIDGET
51
 
56
 
57
  **Happy Effects**
58
 
59
+ 1. **[Floating Effects](https://demo.happyaddons.com/elementor-floating-effect-demo/)** - Now you can create stunning animations for any Elementor widget using Floating Effects. Translate, Rotate or Scale - Imagination is the limit!
60
+ 2. **[CSS Transform](https://demo.happyaddons.com/elementor-css-transform-demo/)** - Another missing piece, a great enhancement over core Elementor that works seamlessly with every widget. You can now apply various CSS transforms like translate, rotate, scale and skew without any limitations.
61
 
62
  https://www.youtube.com/watch?v=LmtacsLcFPU
63
 
141
 
142
  == Changelog ==
143
 
144
+ = 2.2.2 - 16 October 2019 =
145
+
146
+ - Fix: Widget Control Panel link issue
147
+
148
  = 2.2.1 - 15 October 2019 =
149
 
150
  - Fix: Text overflow issue in all widgets
vendor/appsero/src/License.php CHANGED
@@ -245,8 +245,9 @@ class License {
245
  <div class="widget-top">
246
  <div class="widget-title"><h3>License Settings</h3></div>
247
  </div>
 
248
  <div class="widget-inside" style="display: block; padding: 5px 15px;">
249
- <form method="post" action="<?php echo home_url( $_SERVER['REQUEST_URI'] ); ?>" novalidate="novalidate">
250
  <table class="form-table">
251
  <tbody>
252
  <tr>
245
  <div class="widget-top">
246
  <div class="widget-title"><h3>License Settings</h3></div>
247
  </div>
248
+
249
  <div class="widget-inside" style="display: block; padding: 5px 15px;">
250
+ <form method="post" action="<?php echo esc_url( admin_url( 'admin.php?page=' . $this->menu_args['menu_slug'] ) ); ?>" novalidate="novalidate">
251
  <table class="form-table">
252
  <tbody>
253
  <tr>