Elementor Addon Elements - Version 1.11.6

Version Description

  • Fixed conflict with Gravity Forms.
Download this release

Release Info

Developer wpvibes
Plugin Icon 128x128 Elementor Addon Elements
Version 1.11.6
Comparing to
See all releases

Code changes from version 1.11.5 to 1.11.6

Files changed (3) hide show
  1. elementor-addon-elements.php +4 -4
  2. inc/bootstrap.php +1 -1
  3. readme.txt +92 -63
elementor-addon-elements.php CHANGED
@@ -5,10 +5,10 @@
5
  * Description: Elementor Addon Elements comes with 25+ widgets and extensions to extend the power of Elementor Page Builder.
6
  * Plugin URI: https://www.elementoraddons.com/elements-addon-elements/
7
  * Author: WPVibes
8
- * Version: 1.11.5
9
  * Author URI: https://wpvibes.com/
10
- * Elementor tested up to: 3.1.4
11
- * Elementor Pro tested up to: 3.2.1
12
  * Text Domain: wts-eae
13
  * @package WTS_EAE
14
  */
@@ -16,7 +16,7 @@ define( 'EAE_FILE', __FILE__ );
16
  define( 'EAE_URL', plugins_url( '/', __FILE__ ) );
17
  define( 'EAE_PATH', plugin_dir_path( __FILE__ ) );
18
  define( 'EAE_SCRIPT_SUFFIX', defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min' );
19
- define( 'EAE_VERSION', '1.11.5' );
20
 
21
 
22
  if ( ! function_exists( '_is_elementor_installed' ) ) {
5
  * Description: Elementor Addon Elements comes with 25+ widgets and extensions to extend the power of Elementor Page Builder.
6
  * Plugin URI: https://www.elementoraddons.com/elements-addon-elements/
7
  * Author: WPVibes
8
+ * Version: 1.11.6
9
  * Author URI: https://wpvibes.com/
10
+ * Elementor tested up to: 3.2.4
11
+ * Elementor Pro tested up to: 3.3.0
12
  * Text Domain: wts-eae
13
  * @package WTS_EAE
14
  */
16
  define( 'EAE_URL', plugins_url( '/', __FILE__ ) );
17
  define( 'EAE_PATH', plugin_dir_path( __FILE__ ) );
18
  define( 'EAE_SCRIPT_SUFFIX', defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min' );
19
+ define( 'EAE_VERSION', '1.11.6' );
20
 
21
 
22
  if ( ! function_exists( '_is_elementor_installed' ) ) {
inc/bootstrap.php CHANGED
@@ -319,7 +319,7 @@ class Plugin {
319
  }
320
  }
321
 
322
- public function eae_review_box( $review ) {
323
  ?>
324
  <div class="notice notice-success is-dismissible">
325
  <p><?php echo 'I hope you are enjoying using <b>Elementor Addon Elements</b>. Could you please do a BIG favor and give it a 5-star rating on WordPress.org ? <br/> Just to help us spread the word and boost our motivation. <br/><b>~ Anand Upadhyay</b>'; ?></p>
319
  }
320
  }
321
 
322
+ public function eae_review_box( ) {
323
  ?>
324
  <div class="notice notice-success is-dismissible">
325
  <p><?php echo 'I hope you are enjoying using <b>Elementor Addon Elements</b>. Could you please do a BIG favor and give it a 5-star rating on WordPress.org ? <br/> Just to help us spread the word and boost our motivation. <br/><b>~ Anand Upadhyay</b>'; ?></p>
readme.txt CHANGED
@@ -1,53 +1,56 @@
1
  === Elementor Addon Elements ===
 
 
 
2
  Contributors: wpvibes, ritikasolanki, satishprajapati, hardiksharma
3
- Tags: elementor, elements, addons, elementor addon, elementor widget, page-builder, wordpress page builder
4
  Requires at least: 5.0
5
  Requires PHP: 5.7
6
- Tested up to: 5.6
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Elementor Addon Elements comes with 25+ widgets and extensions to extend the power of Elementor Page Builder.
12
 
13
  == Description ==
14
 
15
- Add more power to your Elementor page builder experience by using our 24+ easy to use widgets and extensions.
16
- Incorporate these creative elements in your WordPress website, to make it look more attractive and accessible than before.
 
17
 
18
  == Elementor Addon Elements Features ==
19
 
20
- We have built 25+ useful widgets and extensions to enhance your Elementor Page Building experience.
21
 
22
- 1. [Timeline](https://bit.ly/3t0Rcwt) - Create a stunning horizontal timeline for your posts, page, custom post types, or for any static text.
23
- 2. [Info Circle](https://bit.ly/3a3qYAI) - Present your content in an attractive circle layout, using pre-defined styles.
24
- 3. [Comparison Table](https://bit.ly/2Ymx5ek) - Add a beautiful table to compare products and services.
25
- 4. [Content Switcher](https://bit.ly/3opwcMo) - Switch between multiple contents like Primary or Secondary.
26
- 5. [Thumbnail Slider](https://bit.ly/2Ysi7mJ) - Add a responsive slider with custom thumbnails and transition effects.
27
  6. Chart - Create amazing graphical data charts in Elementor and customize them accordingly.
28
- 7. [After/Before Image Compare](https://bit.ly/2Ylhprx) - Let your viewers compare between the before and after versions of an image.
29
- 8. [Filterable Gallery](https://bit.ly/3pDqckR) - Create a gallery for custom content or custom posts.
30
- 9. [Wrapper Link](https://bit.ly/36B54En) - Make sections and columns clickable by assigning links to them.
31
- 10. [Particle Background](https://bit.ly/3opy5Jc) - Add creative particle background effects to section to attract visitors.
32
- 11. [Background Slider](https://bit.ly/2KY4WXO) - Add sliders to the background to make them appealing.
33
- 12. [Animated Gradient Background Slider](https://bit.ly/39ppSQY) - Add eye-catching backgrounds to your Elementor sections and columns.
34
- 13. [Modal Popup](https://bit.ly/39mEujZ) - Add a Read More button on the post archive that opens the content in a popup.
35
- 14. [Google Map](https://bit.ly/39pjkSr) - Show Google map on your website with various styling options.
36
- 15. [Twitter Feed](https://bit.ly/2KZieTY) - Exhibit your Twitter feed in different styles.
37
- 16. [Progress Bar](https://bit.ly/2YoKqmh) - Add Progress Bar with four pre-defined skins, which can be customized accordingly.
38
- 17. [Animated Text](https://bit.ly/3okrXSk) - Add stylish headings to your Elementor website.
39
- 18. [Text Separator](https://bit.ly/39nbxEA) - Separate your text using fancy dividers.
40
- 19. [Flip Box](https://bit.ly/2YjAQRp) - Use animated Flip Boxes to highlight any content on your page.
41
- 20. [Split Text](https://bit.ly/3oqGagL) - Present heading in two distinct styles.
42
- 21. [Dual Button](https://bit.ly/3iVdc7t) - Design the call to action buttons more attractively and elegantly.
43
- 22. [Price Table](https://bit.ly/3iVdbjV) - Present your pricing plans in a stylish table layout.
44
- 23. [Post List](https://bit.ly/2MtWgcb) - Design your blog posts in a listed manner.
45
- 24. [Shape Separator](https://bit.ly/3pl7I8p) - Add beautiful shapes to sections.
46
- 25. Data Table - Display your data in a well-structured table format with lots of flexibility and customisation options.
47
-
48
 
49
  ### Fully Customizable
50
- Each widget comes with multiple options and controls, using which you can easily customize your designs as you want.
51
 
52
  ### Light Weight and Instant Loading
53
  Code is optimized for fast loading and instant live editing with no extra resources.
@@ -55,66 +58,92 @@ Code is optimized for fast loading and instant live editing with no extra resour
55
  ### Expert Support
56
  We have a highly efficient support team who are always ready to help you. Ask your queries in Support Forum or contact us directly.
57
 
58
- ### Widgets Control option
59
- You can enable and disable widgets to make page loading faster. Disable unnecessary elements to keep the site lite.
 
 
 
60
 
61
- ### [Elementor](https://wordpress.org/plugins/elementor/) Page Builder is Required For This Plugin
62
 
63
 
64
  ### 🧑‍💻 Documentation and Support
65
- * We have extensive [Documentation](https://bit.ly/3clzjma) and [Tutorials](https://bit.ly/2YolgUF) for each feature, which you can go through to know the functionalities well.
66
- * For any questions, you can contact us directly through our [Contact Page](https://bit.ly/3orYh5E).
67
- * For more details, visit [Elementor Addon Elements](https://www.elementoraddons.com/)
68
 
69
 
70
  ### Other Plugins
71
- ✅ [AnyWhere Elementor Pro](https://www.elementoraddons.com/anywhere-elementor-pro/)
72
- ✅ [Form Vibes](https://wordpress.org/plugins/form-vibes/)
73
 
74
 
75
  == Installation ==
76
 
77
- 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
78
- 2. Activate the plugin through the 'Plugins' screen in WordPress
 
 
79
 
 
80
 
81
  == Frequently Asked Questions ==
 
 
 
 
 
 
 
 
 
82
 
83
- = Where can i find the new element added =
84
 
85
- New elements are added at the end of default elementor widget area.
 
 
 
 
 
 
 
 
 
 
86
 
87
- = How to set shape separator as full width. =
88
- Setting up separator can be little tricky for you initially.
89
- Under section settings set
90
- Stretch Section => yes
91
- Content width => full width
92
- Column gap => No gap
93
 
94
  == Screenshots ==
95
 
96
- 1. /assets/screenshot-1.png
97
- 2. /assets/screenshot-2.png
98
- 3. /assets/screenshot-3.png
99
- 3. /assets/screenshot-4.png
 
 
 
 
100
 
101
  == Changelog ==
102
 
103
- = 1.11.5 =
104
- * Fixed: Admin Notice Fixed.
 
 
 
105
 
106
- = 1.11.4 =
107
- * Fixed: Features image not visible in Post List widget.
108
 
109
- = 1.11.3 =
110
- * Fixed: Compatibility issue with PHP 7.2 or lower after previous release.
111
 
112
- = 1.11.2 =
113
  * Fixed: Sanitized options in the editor to enforce better security policies
114
 
115
  = 1.11.1 =
116
- * Fixed: Conditionally loading JS files only when related widget is used.
117
- * Fixed: CSS rule conflicting with other widgets.
118
 
119
  = 1.11 =
120
  * New Widget: Data Table
1
  === Elementor Addon Elements ===
2
+ Plugin Name: Elementor Addon Elements
3
+ Author: WPVibes
4
+ Author URI: https://www.elementoraddons.com/
5
  Contributors: wpvibes, ritikasolanki, satishprajapati, hardiksharma
6
+ Tags: elementor, addons, elements, elementor addon, elementor widget, page-builder, WordPress page builder, elementor extensions, elementor page builder, extension, WordPress website builder, elementor website builder
7
  Requires at least: 5.0
8
  Requires PHP: 5.7
9
+ Tested up to: 5.7
10
  Stable tag: trunk
11
  License: GPLv2 or later
12
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
 
 
14
 
15
  == Description ==
16
 
17
+ Enhance your Elementor Page Builder experience by using our free addon - Elementor Addon Elements. This addon comes with 24+ widgets and extensions that will give more power to your Elementor based website. It has an easy-to-use interface that will allow you to create any design with just a few clicks!
18
+ Incorporate these creative elements in Elementor to make your WordPress website look more attractive and accessible than before.
19
+ [Check out Elementor Widgets & Extensions Demo Pages](https://www.elementoraddons.com/elementor-addon-elements/?utm_source=wporg&utm_medium=eae&utm_campaign=readme)
20
 
21
  == Elementor Addon Elements Features ==
22
 
23
+ We have built 24+ useful widgets and extensions to enhance your Elementor Page Building experience.
24
 
25
+ 1. [Timeline](https://www.elementoraddons.com/elementor-addon-elements/timeline-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Create a stunning horizontal timeline in Elementor for your posts, page, custom post types, or for any static text.
26
+ 2. [Info Circle](https://www.elementoraddons.com/elementor-addon-elements/info-circle-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - The Info Circle widget for Elementor lets you present your content in an attractive circle layout, using pre-defined styles.
27
+ 3. [Comparison Table](https://www.elementoraddons.com/elementor-addon-elements/comparison-table-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add a beautiful table in Elementor to compare products and services.
28
+ 4. [Content Switcher](https://www.elementoraddons.com/elementor-addon-elements/content-switcher-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - The Content Switcher addon for Elementor allows you to switch between multiple contents like Primary and Secondary.
29
+ 5. [Thumbnail Slider](https://www.elementoraddons.com/elementor-addon-elements/thumbnail-slider-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add a responsive slider in Elementor with custom thumbnails and transition effects.
30
  6. Chart - Create amazing graphical data charts in Elementor and customize them accordingly.
31
+ 7. [After/Before Image Compare](https://www.elementoraddons.com/elementor-addon-elements/after-before-image-compare/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Let your viewers compare between the before and after versions of an image using the Elementor Addon Elements widget.
32
+ 8. [Filterable Gallery](https://www.elementoraddons.com/elementor-addon-elements/advance-gallery-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Create an image gallery in Elementor for custom content or custom posts.
33
+ 9. [Wrapper Link](https://www.elementoraddons.com/tutorial/make-section-column-clickable-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Make Elementor's sections and columns clickable by assigning links to them.
34
+ 10. [Particle Background](https://www.elementoraddons.com/elementor-addon-elements/particle-background/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add creative particle background effects in Elementor Sections to attract visitors.
35
+ 11. [Background Slider](https://www.elementoraddons.com/elementor-addon-elements/background-image-slider/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add sliders in Elementor to make the backgrounds look appealing.
36
+ 12. [Animated Gradient Background Slider](https://www.elementoraddons.com/elementor-addon-elements/animated-gradient-background/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add eye-catching backgrounds to your Elementor sections and columns.
37
+ 13. [Modal Popup](https://www.elementoraddons.com/elementor-addon-elements/modal-popup-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add a Read More button on the post archive that opens the content in a popup using Modal Popup widget of Elementor Addon Elements.
38
+ 14. [Google Map](https://www.elementoraddons.com/elementor-addon-elements/google-map/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add this widget to Elementor to show Google Map on your website with various styling options including Snazzy Maps.
39
+ 15. [Twitter Feed](https://www.elementoraddons.com/elementor-addon-elements/twitter-feed/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Exhibit your Twitter feed in different styles using Elementor.
40
+ 16. [Progress Bar](https://www.elementoraddons.com/elementor-addon-elements/progress-bar/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add Progress Bar in Elementor with four pre-defined skins, which can be customized accordingly.
41
+ 17. [Animated Text](https://www.elementoraddons.com/elementor-addon-elements/animated-text/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Add stylish headings to your Elementor website.
42
+ 18. [Text Separator](https://www.elementoraddons.com/elementor-addon-elements/text-separator/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Separate your text using fancy dividers in Elementor.
43
+ 19. [Flip Box](https://www.elementoraddons.com/elementor-addon-elements/flip-box-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Use animated Flip Boxes in Elementor to highlight any content on your page.
44
+ 20. [Split Text](https://www.elementoraddons.com/elementor-addon-elements/split-text/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Present heading in Elementor using two distinct styles.
45
+ 21. [Dual Button](https://www.elementoraddons.com/elementor-addon-elements/dual-button-for-elementor/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Design the Elementor Call To Action buttons more attractively and elegantly.
46
+ 22. [Price Table](https://www.elementoraddons.com/elementor-addon-elements/price-table-elementor-page-builder/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Present your pricing plans in a stylish table layout, using the Price Table widget in Elementor.
47
+ 23. [Post List](https://www.elementoraddons.com/elementor-addon-elements/post-list/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) - Design your blog posts in a listed manner using the Post List widget in Elementor.
48
+ 24. Data Table - Display your data in Elementor using a well-structured table format with lots of flexibility and customization options.
49
+
50
+ ## Why should you choose Elementor Addon Elements?
51
 
52
  ### Fully Customizable
53
+ The Elementor Addon provides you with lots of options and controls to customize every element of the widget as you need. You can apply different styles, color schemes, or use any combination to make your content more appealing than ever before!
54
 
55
  ### Light Weight and Instant Loading
56
  Code is optimized for fast loading and instant live editing with no extra resources.
58
  ### Expert Support
59
  We have a highly efficient support team who are always ready to help you. Ask your queries in Support Forum or contact us directly.
60
 
61
+ ### Widget Manager
62
+ Enable & Disable widgets as per your requirement to reduce the loading time. You can easily disable the unnecessary widgets of Elementor Addon Elements.
63
+
64
+ ### Regular Updates
65
+ Fully compatible with Elementor Free & Elementor Pro versions. We keep track of upcoming Elementor releases from the beta phase and ensure that Elementor Addon Elements is always fully compatible with the latest release of Elementor and Elementor Pro.
66
 
67
+ ### [Elementor](https://wordpress.org/plugins/elementor/) Page Builder is Required For This Plugin. Make sure that Elementor Page Builder is installed, and activated to your website in terms to use this plugin.
68
 
69
 
70
  ### 🧑‍💻 Documentation and Support
71
+ * We have extensive [Documentation](https://eaedocs.elementoraddons.com/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) and [Tutorials](https://www.elementoraddons.com/blog/?utm_source=wporg&utm_medium=eae&utm_campaign=readme) for each feature, which you can go through to know the functionalities well.
72
+ * For any questions, you can contact us directly through our [Contact Page](https://www.elementoraddons.com/contact-us/?utm_source=wporg&utm_medium=eae&utm_campaign=readme).
73
+ * For more details, visit [Elementor Addon Elements](https://www.elementoraddons.com/elementor-addon-elements/?utm_source=wporg&utm_medium=eae&utm_campaign=readme)
74
 
75
 
76
  ### Other Plugins
77
+ ✅ [AnyWhere Elementor Pro](https://www.elementoraddons.com/anywhere-elementor-pro/): AnyWhere Elementor Pro comes with various creative dynamic content widgets that would enhance your Elementor Page Builder experience to build your dream website.
78
+ ✅ [Form Vibes](https://formvibes.com/?utm_source=wporg&utm_medium=eae&utm_campaign=readme): The ultimate tool to save and manage your Form submissions within WordPress Database. It also provides a graphical analytics report that allows you to visualize how different forms are performing.
79
 
80
 
81
  == Installation ==
82
 
83
+ 1. First make sure that Elementor Page Builder is installed, As this plugin works only with it.
84
+ 2. Download the plugin and then Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
85
+ 3. Activate the plugin through the 'Plugins' screen in WordPress
86
+ 4. You can find Elementor Addons Elements under the category “Elementor Addons Elements” on your Elementor element/widget list.
87
 
88
+ To know more details, checkout the [Getting Started Guide](https://eaedocs.elementoraddons.com/docs/getting-started/installation/).
89
 
90
  == Frequently Asked Questions ==
91
+ = Can I use the Elementor Addon Elements without Elementor? =
92
+
93
+ No, you cannot use Elementor Addon Elements without Elementor as it's an addon for Elementor Page Builder.
94
+
95
+ = Does it work with any WordPress theme? =
96
+
97
+ Yes, it works with any WordPress theme that works with Elementor.
98
+
99
+ = Will it slow down my site speed? =
100
 
101
+ Elementor Addon Elements is a lightweight plugin, optimized for fast loading. Also, it gives you control to enable only the required elements for your website and thus makes your site faster.
102
 
103
+ = Do I need to Configure the plugin? =
104
+
105
+ No configurations are required to use the "Elementor Addon Elements" plugin. Once you install and activate the plugin, you are ready to go.
106
+
107
+ = Does it work with Elementor Pro? =
108
+
109
+ Yes, absolutely.
110
+
111
+ = Where can I find the new element added? =
112
+
113
+ New elements are added at the end of the default elementor widget area.
114
 
 
 
 
 
 
 
115
 
116
  == Screenshots ==
117
 
118
+ 1. Price table widget for Elementor - It lets you create beautiful Pricing Table without any coding.
119
+ 2. Content switcher for Elementor - Use Content Switcher to present multiple content options smartly.
120
+ 3. Flip box for Elementor - Give your boring content more interactiveness with the flip effect.
121
+ 4. Comparision table for Elementor - Add a table to sight the difference between two or more products.
122
+ 5. Advanced filterable gallery for Elementor - Let your visitors navigate easily between different image categories.
123
+ 6. Thumbnail slider for Elementor - Create beautiful customized thumbnails for your slider.
124
+ 7. Widget Manager for Elementor Addon Elements - Load widgets on demand when required.
125
+ 8. Elementor addon widgets section
126
 
127
  == Changelog ==
128
 
129
+ = 1.11.6 =
130
+ * Fixed conflict with Gravity Forms.
131
+
132
+ = 1.11.5 =
133
+ * Fixed: Admin Notice Fixed.
134
 
135
+ = 1.11.4 =
136
+ * Fixed: Features image not visible in Post List widget.
137
 
138
+ = 1.11.3 =
139
+ * Fixed: Compatibility issue with PHP 7.2 or lower after previous release.
140
 
141
+ = 1.11.2 =
142
  * Fixed: Sanitized options in the editor to enforce better security policies
143
 
144
  = 1.11.1 =
145
+ * Fixed: Conditionally loading JS files only when related widget is used.
146
+ * Fixed: CSS rule conflicting with other widgets.
147
 
148
  = 1.11 =
149
  * New Widget: Data Table