Version Description
- Fixed : Wrapper Link Bug.
- Tweak : Added Dynamic capability to Thumbnail Slider .
Download this release
Release Info
Developer | wpvibes |
Plugin | Elementor Addon Elements |
Version | 1.11.9 |
Comparing to | |
See all releases |
Code changes from version 1.11.8 to 1.11.9
- assets/js/eae.js +2 -3
- elementor-addon-elements.php +2 -2
- modules/thumb-gallery/widgets/thumb-gallery.php +4 -4
- readme.txt +52 -50
assets/js/eae.js
CHANGED
@@ -2560,7 +2560,6 @@ var breakpoints = eae.breakpoints;
|
|
2560 |
// };
|
2561 |
|
2562 |
var WrapperLinksHander = function ( $scope , $ ) {
|
2563 |
-
return;
|
2564 |
if(isEditMode){
|
2565 |
return;
|
2566 |
}
|
@@ -2568,9 +2567,9 @@ var breakpoints = eae.breakpoints;
|
|
2568 |
$scope.on('click', function (e) {
|
2569 |
|
2570 |
if ( $scope.data( 'wts-url' ) && $scope.data('wts-new-window') == 'yes' ) {
|
2571 |
-
|
2572 |
}else{
|
2573 |
-
|
2574 |
}
|
2575 |
})
|
2576 |
}
|
2560 |
// };
|
2561 |
|
2562 |
var WrapperLinksHander = function ( $scope , $ ) {
|
|
|
2563 |
if(isEditMode){
|
2564 |
return;
|
2565 |
}
|
2567 |
$scope.on('click', function (e) {
|
2568 |
|
2569 |
if ( $scope.data( 'wts-url' ) && $scope.data('wts-new-window') == 'yes' ) {
|
2570 |
+
window.open($scope.data('wts-url'));
|
2571 |
}else{
|
2572 |
+
location.href = $scope.data('wts-url');
|
2573 |
}
|
2574 |
})
|
2575 |
}
|
elementor-addon-elements.php
CHANGED
@@ -5,7 +5,7 @@
|
|
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.
|
9 |
* Author URI: https://wpvibes.com/
|
10 |
* Elementor tested up to: 3.3.0
|
11 |
* Elementor Pro tested up to: 3.3.2
|
@@ -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.
|
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.9
|
9 |
* Author URI: https://wpvibes.com/
|
10 |
* Elementor tested up to: 3.3.0
|
11 |
* Elementor Pro tested up to: 3.3.2
|
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.9' );
|
20 |
|
21 |
|
22 |
if ( ! function_exists( '_is_elementor_installed' ) ) {
|
modules/thumb-gallery/widgets/thumb-gallery.php
CHANGED
@@ -1870,7 +1870,7 @@ class ThumbGallery extends EAE_Widget_Base {
|
|
1870 |
|
1871 |
protected function render() {
|
1872 |
|
1873 |
-
$settings = $this->
|
1874 |
$slides = $settings['slides'];
|
1875 |
|
1876 |
$slides_per_view['desktop'] = $settings['thumb_slides_per_view'] !== '' ? $settings['thumb_slides_per_view'] : 1;
|
@@ -2037,9 +2037,9 @@ class ThumbGallery extends EAE_Widget_Base {
|
|
2037 |
<?php
|
2038 |
foreach ( $slides as $slide ) {
|
2039 |
|
2040 |
-
|
2041 |
-
|
2042 |
-
|
2043 |
$thumb_image_id = $slide['slide_image']['id'];
|
2044 |
}
|
2045 |
|
1870 |
|
1871 |
protected function render() {
|
1872 |
|
1873 |
+
$settings = $this->get_settings_for_display();
|
1874 |
$slides = $settings['slides'];
|
1875 |
|
1876 |
$slides_per_view['desktop'] = $settings['thumb_slides_per_view'] !== '' ? $settings['thumb_slides_per_view'] : 1;
|
2037 |
<?php
|
2038 |
foreach ( $slides as $slide ) {
|
2039 |
|
2040 |
+
if ( $slide['slide_thumb_image'] === 'yes' ) {
|
2041 |
+
$thumb_image_id = $slide['thumb_image']['id'];
|
2042 |
+
}else{
|
2043 |
$thumb_image_id = $slide['slide_image']['id'];
|
2044 |
}
|
2045 |
|
readme.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
=== Elementor Addon Elements ===
|
2 |
-
|
3 |
-
|
4 |
-
Author URI: https://www.elementoraddons.com/
|
5 |
-
Contributors: wpvibes, satishprajapati, hardiksharma
|
6 |
-
Tags: elementor, addons, elements, elementor addon, elementor widget, page-builder, WordPress page builder, elementor extensions, elementor page builder, elementor website builder, extension, WordPress website builder
|
7 |
Requires at least: 5.0
|
8 |
Requires PHP: 5.6
|
9 |
Tested up to: 5.8
|
@@ -15,38 +12,38 @@ Elementor Addon Elements comes with 24+ widgets and extensions to extend the pow
|
|
15 |
|
16 |
== Description ==
|
17 |
|
18 |
-
|
19 |
Incorporate these creative elements in Elementor to make your WordPress website look more attractive and accessible than before.
|
20 |
-
[Check out Elementor Widgets & Extensions Demo Pages](https://
|
21 |
|
22 |
== Elementor Addon Elements Features ==
|
23 |
|
24 |
We have built 24+ useful widgets and extensions to enhance your Elementor Page Building experience.
|
25 |
|
26 |
-
1. [Timeline](https://
|
27 |
-
2. [Info Circle](https://
|
28 |
-
3. [Comparison Table](https://
|
29 |
-
4. [Content Switcher](https://
|
30 |
-
5. [Thumbnail Slider](https://
|
31 |
-
6. Chart - Create amazing graphical data charts
|
32 |
-
7. [After/Before Image Compare](https://
|
33 |
-
8. [Filterable Gallery](https://
|
34 |
-
9. [Wrapper Link](https://
|
35 |
-
10. [Particle Background](https://
|
36 |
-
11. [Background Slider](https://
|
37 |
-
12. [Animated Gradient Background Slider](https://
|
38 |
-
13. [Modal Popup](https://
|
39 |
-
14. [Google Map](https://
|
40 |
-
15. [Twitter Feed](https://
|
41 |
-
16. [Progress Bar](https://
|
42 |
-
17. [Animated Text](https://
|
43 |
-
18. [Text Separator](https://
|
44 |
-
19. [Flip Box](https://
|
45 |
-
20. [Split Text](https://
|
46 |
-
21. [Dual Button](https://
|
47 |
-
22. [Price Table](https://
|
48 |
-
23. [Post List](https://
|
49 |
-
24. Data Table - Display your data in
|
50 |
|
51 |
## Why should you choose Elementor Addon Elements?
|
52 |
|
@@ -65,33 +62,34 @@ Enable & Disable widgets as per your requirement to reduce the loading time. You
|
|
65 |
### Regular Updates
|
66 |
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.
|
67 |
|
68 |
-
### [Elementor](https://
|
69 |
|
70 |
|
71 |
### 🧑💻 Documentation and Support
|
72 |
-
* We have extensive [Documentation](https://
|
73 |
-
* For any questions, you can contact us directly through our [Contact Page](https://
|
74 |
-
* For more details, visit [Elementor Addon Elements](https://
|
75 |
|
76 |
|
77 |
### Other Plugins
|
78 |
-
✅ [AnyWhere Elementor Pro](https://
|
79 |
-
✅ [Form Vibes](https://
|
|
|
|
|
80 |
|
81 |
|
82 |
== Installation ==
|
83 |
|
84 |
1. First make sure that Elementor Page Builder is installed, As this plugin works only with it.
|
85 |
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.
|
86 |
-
3. Activate the plugin through the 'Plugins' screen in WordPress
|
87 |
-
4. You can find Elementor Addons Elements under the category “Elementor Addons Elements” on your Elementor element/widget list.
|
88 |
|
89 |
-
To know more details, checkout the [Getting Started Guide](https://
|
90 |
|
91 |
== Frequently Asked Questions ==
|
92 |
= Can I use the Elementor Addon Elements without Elementor? =
|
93 |
|
94 |
-
No, you cannot use
|
95 |
|
96 |
= Does it work with any WordPress theme? =
|
97 |
|
@@ -103,7 +101,7 @@ Elementor Addon Elements is a lightweight plugin, optimized for fast loading. Al
|
|
103 |
|
104 |
= Do I need to Configure the plugin? =
|
105 |
|
106 |
-
No configurations are required to use
|
107 |
|
108 |
= Does it work with Elementor Pro? =
|
109 |
|
@@ -111,22 +109,26 @@ Yes, absolutely.
|
|
111 |
|
112 |
= Where can I find the new element added? =
|
113 |
|
114 |
-
New elements are added at the end of the default elementor widget area
|
115 |
|
116 |
|
117 |
== Screenshots ==
|
118 |
|
119 |
-
1. Price table widget
|
120 |
-
2. Content switcher
|
121 |
-
3. Flip box
|
122 |
-
4. Comparision table
|
123 |
-
5. Advanced filterable gallery
|
124 |
-
6. Thumbnail slider
|
125 |
-
7. Widget Manager
|
126 |
8. Elementor addon widgets section
|
127 |
|
128 |
== Changelog ==
|
129 |
|
|
|
|
|
|
|
|
|
130 |
= 1.11.8 =
|
131 |
* Fixed : Data Table Responsive issues.
|
132 |
* Fixed : Fixed nonce verification issue.
|
1 |
=== Elementor Addon Elements ===
|
2 |
+
Contributors: wpvibes, hardiksharma, satishprajapati
|
3 |
+
Tags: elementor, addons, elements, elementor addon, elementor widget, page-builder, WordPress page builder, elementor extensions, elementor page builder
|
|
|
|
|
|
|
4 |
Requires at least: 5.0
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.8
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Supercharge 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!
|
16 |
Incorporate these creative elements in Elementor to make your WordPress website look more attractive and accessible than before.
|
17 |
+
[Check out Elementor Widgets & Extensions Demo Pages](https://bit.ly/3iuPP67)
|
18 |
|
19 |
== Elementor Addon Elements Features ==
|
20 |
|
21 |
We have built 24+ useful widgets and extensions to enhance your Elementor Page Building experience.
|
22 |
|
23 |
+
1. [Timeline](https://bit.ly/2VvhATy) - Create a stunning horizontal timeline for your posts, page, custom post types, or for any static text.
|
24 |
+
2. [Info Circle](https://bit.ly/2U2jRoi) - Present your content in an attractive circle layout, using pre-defined styles.
|
25 |
+
3. [Comparison Table](https://bit.ly/3xuYTMt) - Add a beautiful table to compare products and services.
|
26 |
+
4. [Content Switcher](https://bit.ly/3fKIYDG) - Switch between multiple contents like Primary and Secondary.
|
27 |
+
5. [Thumbnail Slider](https://bit.ly/3yCrzVo) - Add a responsive slider with custom thumbnails and transition effects.
|
28 |
+
6. Chart - Create amazing graphical data charts and customize them accordingly.
|
29 |
+
7. [After/Before Image Compare](https://bit.ly/3fKEqgA) - Let your viewers compare between the before and after versions of an image.
|
30 |
+
8. [Filterable Gallery](https://bit.ly/3xziUBJ) - Create an image gallery for custom content or custom posts.
|
31 |
+
9. [Wrapper Link](https://bit.ly/3fKDGYY) - Make sections and columns clickable by assigning links to them.
|
32 |
+
10. [Particle Background](https://bit.ly/3iu4G0G) - Add creative particle background effects in sections to attract visitors.
|
33 |
+
11. [Background Slider](https://bit.ly/2U2jVV4) - Add sliders to make the backgrounds look appealing.
|
34 |
+
12. [Animated Gradient Background Slider](https://bit.ly/3s2wTyI) - Add eye-catching backgrounds to your Elementor sections and columns.
|
35 |
+
13. [Modal Popup](https://bit.ly/3CvVX5Z) - Add a Read More button on the post archive that opens the content in a popup using Modal Popup widget.
|
36 |
+
14. [Google Map](https://bit.ly/2VAiD4k) - Show Google Map on your website with various styling options including Snazzy Maps.
|
37 |
+
15. [Twitter Feed](https://bit.ly/2VD5jMH) - Exhibit your Twitter feed in different styles.
|
38 |
+
16. [Progress Bar](https://bit.ly/3ixwHEp) - Add Progress Bar with four pre-defined skins, which can be customized accordingly.
|
39 |
+
17. [Animated Text](https://bit.ly/3fKVbYZ) - Add stylish headings to your website.
|
40 |
+
18. [Text Separator](https://bit.ly/3s3Ooi5) - Separate your text using fancy dividers.
|
41 |
+
19. [Flip Box](https://bit.ly/3lIyTuX) - Use animated Flip Boxes to highlight any content on your page.
|
42 |
+
20. [Split Text](https://bit.ly/2U1VuXN) - Present heading in two distinct styles.
|
43 |
+
21. [Dual Button](https://bit.ly/3yyTm94) - Design the Call To Action buttons more attractively and elegantly.
|
44 |
+
22. [Price Table](https://bit.ly/3yuduJo) - Present your pricing plans in a stylish table layout.
|
45 |
+
23. [Post List](https://bit.ly/3s0YT5V) - Design your blog posts in a listed manner.
|
46 |
+
24. [Data Table](https://bit.ly/3jFyFBU) - Display your data in a well-structured table format with lots of flexibility and customization options.
|
47 |
|
48 |
## Why should you choose Elementor Addon Elements?
|
49 |
|
62 |
### Regular Updates
|
63 |
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.
|
64 |
|
65 |
+
### [Elementor](https://bit.ly/37t6dh3) 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.
|
66 |
|
67 |
|
68 |
### 🧑💻 Documentation and Support
|
69 |
+
* We have extensive [Documentation](https://bit.ly/3lGOATn) and [Tutorials](https://bit.ly/3AoOFz1) for each feature, which you can go through to know the functionalities well.
|
70 |
+
* For any questions, you can contact us directly through our [Contact Page](https://bit.ly/37ra0eO).
|
71 |
+
* For more details, visit [Elementor Addon Elements](https://bit.ly/3iuPP67)
|
72 |
|
73 |
|
74 |
### Other Plugins
|
75 |
+
✅ [AnyWhere Elementor Pro](https://bit.ly/3jFrdGW): AnyWhere Elementor Pro comes with various creative dynamic content widgets that would enhance your Elementor Page Builder experience to build your dream website.
|
76 |
+
✅ [Form Vibes](https://bit.ly/3lLpq68): 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.
|
77 |
+
✅ [WP Mail Log](https://bit.ly/3fKEj4y): WP Mail Log is a WordPress plugin that allows you to easily log and view all emails sent from your WordPress site. It saves all email interactions with the help of an easy-to-view dashboard interface, which will be beneficial for troubleshooting.
|
78 |
+
✅ [Swiss Knife For WooCommerce](https://bit.ly/3Av12tH): Swiss Knife for WooCommerce is a comprehensive solution that provides essential tools to run your WooCommerce store easily.
|
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 |
|
87 |
+
To know more details, checkout the [Getting Started Guide](https://bit.ly/3jzPGxr).
|
88 |
|
89 |
== Frequently Asked Questions ==
|
90 |
= Can I use the Elementor Addon Elements without Elementor? =
|
91 |
|
92 |
+
No, you cannot use this plugin without Elementor as it's an addon for Elementor Page Builder.
|
93 |
|
94 |
= Does it work with any WordPress theme? =
|
95 |
|
101 |
|
102 |
= Do I need to Configure the plugin? =
|
103 |
|
104 |
+
No configurations are required to use this plugin. Once you install and activate the plugin, you are ready to go.
|
105 |
|
106 |
= Does it work with Elementor Pro? =
|
107 |
|
109 |
|
110 |
= Where can I find the new element added? =
|
111 |
|
112 |
+
New elements are added at the end of the default elementor widget area under the category “Elementor Addons Elements”.
|
113 |
|
114 |
|
115 |
== Screenshots ==
|
116 |
|
117 |
+
1. Price table widget - It lets you create beautiful Pricing Table without any coding.
|
118 |
+
2. Content switcher - Use Content Switcher to present multiple content options smartly.
|
119 |
+
3. Flip box - Give your boring content more interactiveness with the flip effect.
|
120 |
+
4. Comparision table - Add a table to sight the difference between two or more products.
|
121 |
+
5. Advanced filterable gallery - Let your visitors navigate easily between different image categories.
|
122 |
+
6. Thumbnail slider - Create beautiful customized thumbnails for your slider.
|
123 |
+
7. Widget Manager - Load widgets on demand when required.
|
124 |
8. Elementor addon widgets section
|
125 |
|
126 |
== Changelog ==
|
127 |
|
128 |
+
= 1.11.9 =
|
129 |
+
* Fixed : Wrapper Link Bug.
|
130 |
+
* Tweak : Added Dynamic capability to Thumbnail Slider .
|
131 |
+
|
132 |
= 1.11.8 =
|
133 |
* Fixed : Data Table Responsive issues.
|
134 |
* Fixed : Fixed nonce verification issue.
|