Royal Elementor Addons (Header Footer Builder, Mega Menu Builder, Popups, Post Grid, Woocommerce Product Grid, Slider, Parallax Image, Free Elementor Widgets & Elementor Templates. Elementor WooCommerce Builder) - Version 1.3.32

Version Description

Download this release

Release Info

Developer wproyal
Plugin Icon wp plugin Royal Elementor Addons (Header Footer Builder, Mega Menu Builder, Popups, Post Grid, Woocommerce Product Grid, Slider, Parallax Image, Free Elementor Widgets & Elementor Templates. Elementor WooCommerce Builder)
Version 1.3.32
Comparing to
See all releases

Code changes from version 1.3.31 to 1.3.32

admin/plugin-options.php CHANGED
@@ -326,8 +326,10 @@ function wpr_addons_settings_page() {
326
  echo '<a href="https://youtu.be/DcDeQ__lJbw?t=121" target="_blank">Watch Video Tutorial</a>';
327
  } else if ( 'wpr-particles' === $option_name ) {
328
  echo '<br><span>Tip: Edit any Section > Navigate to Style tab</span>';
 
329
  } else if ( 'wpr-sticky-section' === $option_name ) {
330
  echo '<br><span>Tip: Edit any Section > Navigate to Advanced tab</span>';
 
331
  }
332
 
333
  // echo '<a href="https://royal-elementor-addons.com/elementor-particle-effects/?ref=rea-plugin-backend-extentions-prev">'. esc_html('View Extension Demo', 'wpr-addons') .'</a>';
326
  echo '<a href="https://youtu.be/DcDeQ__lJbw?t=121" target="_blank">Watch Video Tutorial</a>';
327
  } else if ( 'wpr-particles' === $option_name ) {
328
  echo '<br><span>Tip: Edit any Section > Navigate to Style tab</span>';
329
+ echo '<a href="https://www.youtube.com/watch?v=8OdnaoFSj94" target="_blank">Watch Video Tutorial</a>';
330
  } else if ( 'wpr-sticky-section' === $option_name ) {
331
  echo '<br><span>Tip: Edit any Section > Navigate to Advanced tab</span>';
332
+ echo '<a href="https://www.youtube.com/watch?v=at0CPKtklF0&t=375s" target="_blank">Watch Video Tutorial</a>';
333
  }
334
 
335
  // echo '<a href="https://royal-elementor-addons.com/elementor-particle-effects/?ref=rea-plugin-backend-extentions-prev">'. esc_html('View Extension Demo', 'wpr-addons') .'</a>';
admin/templates/wpr-templates-data.php CHANGED
@@ -17,7 +17,7 @@ class WPR_Templates_Data {
17
  'name' => 'nature',
18
  'pages' => 'home,about,services,projects,contact,',
19
  'plugins' => '{"contact-form-7":'. $is_cf7_active .'}',
20
- 'tags' => 'nature travel forest slider generic multipurpose national-park nature-park sanctuary wilderness hitchhiking mountain river lakes outdoors',
21
  'price' => $is_pro_active ? 'free' : 'free',
22
  ],
23
  ],
@@ -39,6 +39,15 @@ class WPR_Templates_Data {
39
  'price' => $is_pro_active ? 'free' : 'free',
40
  ],
41
  ],
 
 
 
 
 
 
 
 
 
42
  'cybersecurity' => [
43
  'v1' => [
44
  'name' => 'Cybersecurity',
@@ -108,6 +117,13 @@ class WPR_Templates_Data {
108
  'tags' => 'digital agency company corporate digital services office agency web marketing',
109
  'price' => $is_pro_active ? 'free' : 'free',
110
  ],
 
 
 
 
 
 
 
111
  ],
112
  'drone' => [
113
  'v1' => [
17
  'name' => 'nature',
18
  'pages' => 'home,about,services,projects,contact,',
19
  'plugins' => '{"contact-form-7":'. $is_cf7_active .'}',
20
+ 'tags' => 'nature influencer travel blogger blog content tourism influencers creator tourism tourism travel forest slider generic multipurpose national-park nature-park sanctuary wilderness hitchhiking mountain river lakes outdoors',
21
  'price' => $is_pro_active ? 'free' : 'free',
22
  ],
23
  ],
39
  'price' => $is_pro_active ? 'free' : 'free',
40
  ],
41
  ],
42
+ 'travel' => [
43
+ 'v1' => [
44
+ 'name' => 'Travel Blogger & Influencer',
45
+ 'pages' => 'home,about,stories,contact,',
46
+ 'plugins' => '{"contact-form-7":'. $is_cf7_active .'}',
47
+ 'tags' => 'nature influencer travel blogger blog content tourism influencers creator tourism tourism travel forest slider generic multipurpose national-park nature-park sanctuary wilderness hitchhiking mountain river lakes outdoors',
48
+ 'price' => $is_pro_active ? 'free' : 'free',
49
+ ],
50
+ ],
51
  'cybersecurity' => [
52
  'v1' => [
53
  'name' => 'Cybersecurity',
117
  'tags' => 'digital agency company corporate digital services office agency web marketing',
118
  'price' => $is_pro_active ? 'free' : 'free',
119
  ],
120
+ 'v2' => [
121
+ 'name' => 'Digital Agency',
122
+ 'pages' => 'home,about,services,pricing,contact,',
123
+ 'plugins' => '{"contact-form-7":'. $is_cf7_active .'}',
124
+ 'tags' => 'digital agency company corporate digital services office agency web marketing',
125
+ 'price' => $is_pro_active ? 'free' : 'free',
126
+ ],
127
  ],
128
  'drone' => [
129
  'v1' => [
extensions/wpr-particles.php CHANGED
@@ -39,6 +39,14 @@ class Wpr_Particles {
39
  ]
40
  );
41
 
 
 
 
 
 
 
 
 
42
  $element->add_control (
43
  'wpr_enable_particles',
44
  [
39
  ]
40
  );
41
 
42
+ $element->add_control(
43
+ 'particles_video_tutorial',
44
+ [
45
+ 'raw' => '<br><a href="https://www.youtube.com/watch?v=8OdnaoFSj94" target="_blank">Watch Video Tutorial <span class="dashicons dashicons-video-alt3"></span></a>',
46
+ 'type' => Controls_Manager::RAW_HTML,
47
+ ]
48
+ );
49
+
50
  $element->add_control (
51
  'wpr_enable_particles',
52
  [
modules/content-ticker/widgets/wpr-content-ticker.php CHANGED
@@ -38,7 +38,7 @@ class Wpr_Content_Ticker extends Widget_Base {
38
  }
39
 
40
  public function get_keywords() {
41
- return [ 'royal', 'content ticker', 'news ticker', 'post ticker', 'posts ticker' ];
42
  }
43
 
44
  public function get_script_depends() {
38
  }
39
 
40
  public function get_keywords() {
41
+ return [ 'royal', 'blog', 'content ticker', 'news ticker', 'post ticker', 'posts ticker' ];
42
  }
43
 
44
  public function get_script_depends() {
modules/grid/widgets/wpr-grid.php CHANGED
@@ -36,7 +36,7 @@ class Wpr_Grid extends Widget_Base {
36
  }
37
 
38
  public function get_keywords() {
39
- return [ 'royal', 'portfolio grid', 'posts', 'post grid', 'posts grid', 'post slider', 'posts slider', 'post carousel', 'posts carousel', 'massonry grid', 'isotope', 'post gallery', 'posts gallery', 'filterable grid' ];
40
  }
41
 
42
  public function get_script_depends() {
36
  }
37
 
38
  public function get_keywords() {
39
+ return [ 'royal', 'blog', 'portfolio grid', 'posts', 'post grid', 'posts grid', 'post slider', 'posts slider', 'post carousel', 'posts carousel', 'massonry grid', 'isotope', 'post gallery', 'posts gallery', 'filterable grid' ];
40
  }
41
 
42
  public function get_script_depends() {
modules/magazine-grid/widgets/wpr-magazine-grid.php CHANGED
@@ -37,7 +37,7 @@ class Wpr_Magazine_Grid extends Widget_Base {
37
  }
38
 
39
  public function get_keywords() {
40
- return [ 'royal', 'magazin grid', 'magazin slider', 'isotope', 'post tiles', 'posts tiles' ];
41
  }
42
 
43
  public function get_script_depends() {
37
  }
38
 
39
  public function get_keywords() {
40
+ return [ 'royal', 'blog', 'magazin grid', 'magazin slider', 'isotope', 'post tiles', 'posts tiles' ];
41
  }
42
 
43
  public function get_script_depends() {
modules/posts-timeline/widgets/wpr-posts-timeline.php CHANGED
@@ -34,7 +34,7 @@ class Wpr_Posts_Timeline extends Widget_Base {
34
  }
35
 
36
  public function get_keywords() {
37
- return ['post timeline', 'post', 'posts', 'timeline', 'posts timeline', 'story timeline', 'content timeline'];
38
  }
39
 
40
  public function get_script_depends() {
34
  }
35
 
36
  public function get_keywords() {
37
+ return ['post timeline', 'blog', 'post', 'posts', 'timeline', 'posts timeline', 'story timeline', 'content timeline'];
38
  }
39
 
40
  public function get_script_depends() {
modules/promo-box/widgets/wpr-promo-box.php CHANGED
@@ -38,7 +38,7 @@ class Wpr_Promo_Box extends Widget_Base {
38
  }
39
 
40
  public function get_keywords() {
41
- return [ 'royal', 'promo box', 'banner box', 'animated banner', 'interactive banner' ];
42
  }
43
 
44
  public function get_style_depends() {
38
  }
39
 
40
  public function get_keywords() {
41
+ return [ 'royal', 'image hover', 'image effects', 'image box', 'promo box', 'banner box', 'animated banner', 'interactive banner' ];
42
  }
43
 
44
  public function get_style_depends() {
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
  === Royal Elementor Addons (Header Footer Builder, Popups, Post Grid, Woocommerce Product Grid, Slider, Parallax Image, Free Elementor Widgets & Elementor Templates) ===
2
  Contributors: WP Royal, rubeushagrid13, cyberpinky, elementoraddonswpr
3
- Tags: elementor, elements, widgets for elementor, elementor addons, elementor widgets, elementor form, woocommerce elementor, page builder, elementor templates, wordpress page builder
4
- Stable tag: 1.3.31
5
  Requires at least: 5.0
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Elementor Post, Portfolio, Woocommerce Grid builder Widgets. Slider, Carousel, Form, Testimonial, Gallery, Nav menu addons, Elementor widgets & Elementor templates.
12
 
13
  == Description ==
14
 
@@ -78,6 +78,7 @@ and other custom branding related settings)
78
 
79
  - [**Nature Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/nature-v1/?ref=rea-wpo-pp-details-tab)
80
  - [**Digital Agency Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/digitalagency-v1/?ref=rea-wpo-pp-details-tab)
 
81
  - [**It Technology 1 Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/ittech-v1/?ref=rea-wpo-pp-details-tab)
82
  - [**Construction Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/construction-v1/?ref=rea-wpo-pp-details-tab)
83
  - [**Architecture Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/architecture-v1/?ref=rea-wpo-pp-details-tab)
@@ -96,6 +97,8 @@ and other custom branding related settings)
96
  - [**Wine Bar Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/winebar-v1/?ref=rea-wpo-pp-details-tab)
97
  - [**Photographer Portfolio Elementor Templates Kit Dark**](https://demosites.royal-elementor-addons.com/photographer-v1/?ref=rea-wpo-pp-details-tab)
98
  - [**Photographer Portfolio Elementor Templates Kit Light**](https://demosites.royal-elementor-addons.com/photographer-v2/?ref=rea-wpo-pp-details-tab)
 
 
99
 
100
 
101
  **Widgets Description:**
@@ -240,23 +243,23 @@ Royal Post Grid Elementor widget could be used as elementor post slider, element
240
 
241
  == Elementor Template Kits in Details: ==
242
 
243
- [Nature Elementor Templates Kit](https://demosites.royal-elementor-addons.com/nature-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Nature elementor template. Used advanced slider elementor widgets, testimonial elementor widgets, post timeline elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, button elementor widgets, promo box known as image effects elementor widgets, post grid elementor widgets, contact form elementor widgets, Header footer builder and Elemnetor pop up builder. All elementor page templates kits and royal elementor addons widgets are responsive ready.
244
 
245
- [Digital Agency Templates Kit](https://demosites.royal-elementor-addons.com/digitalagency-v1/?ref=rea-wpo-pp-details-tab) - One of the most popular Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Digital Agency elementor template. Used advanced text elementor widgets, flip box elementor widgets, content toggle elementor widgets, post timeline elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, button elementor widgets, post grid elementor widgets, contact form elementor widgets, Header footer builder and Elementor pop up builder, phone call elementor widgets, progress bar aka skill bar elementor widgets, team member elementor widgets, mailchimp elementor widgets, pricing table elementor widgets, google maps elementor widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
246
 
247
- [It Technology 1 Templates Kit](https://demosites.royal-elementor-addons.com/ittech-v1/?ref=rea-wpo-pp-details-tab) - One of the most requested Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for It Technology elementor template. Used advanced text elementor widgets, testimonial elementor widgets, pricing table elementor widgets, progress bar elementor widgets, team member elementor widgets, flip box elementor widgets, circle bar elementor widgets, testimonial elementor widgets, mailchimps subscription elementor widgets, lottie animation elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
248
 
249
- [Construction Templates Kit](https://demosites.royal-elementor-addons.com/construction-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Construction elementor template. Used advanced text elementor widgets, button elementor widgets, countdown elementor widgets, progress bar elementor widgets, post timeline elementor widgets, team member elementor widgets, post grid elementor widgets, circle bar elementor widgets, testimonial elementor widgets, flip box elementor widgets, gallery elementor widgets, mailchimp subscription elementor widgets, advanced slider elementor widgets, pricing table elementor widgets, pricing list elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
250
 
251
- [Architecture Templates Kit](https://demosites.royal-elementor-addons.com/architecture-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Architecture elementor template. Used advanced slider elementor widgets, advanced slider with ken burn effect, image hotspot elementor widgets, pricing table elementor widgets, content toggle elementor widgets, testimonial carousel elementor widgets, mailchimp subscription elementor widgets, social sharing elementor widgets, team member elementor widgets, open hours aka business elementor widgets, content ticker aka News Ticker elementor widgets, promo box elementor widgets, dual button elementor widgets, post grid elementor widgets, pricing table elementor widgets, countdown elementor widgets, advanced tabs elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
252
 
253
- [It Technology 2 Templates Kit](https://demosites.royal-elementor-addons.com/ittech-v2/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for It Technology elementor template. Used advanced advanced text elementor widgets, flip box elementor widgets, promo box elementor widgets, button elementor widgets, team member elementor widgets, content timeline elementor widgets, pricing table elementor widgets, post grid elementor widgets, testimonial elementor widgets, progress bar elementor widgets, content toggle elementor widgets, pricing table elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
254
 
255
- [Drone Templates Kit](https://demosites.royal-elementor-addons.com/drone-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for drone elementor template. Used advanced text elementor widgets, button elementor widgets, image hotspot elementor widgets, blog post elementor widgets, promotional box elementor widgets, testimonial elementor widgets, team member elementor widgets, business hours elementor widgets, flip box elementor widgets, promo box elementor widgets, skill bar elementor widgets, content toggle elementor widgets, pricing table elementor widgets, countdown elementor widgets, gallery grid elementor widgets, post grid elementor widgets, advanced slider elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
256
 
257
- [Cybersecurity Templates Kit](https://demosites.royal-elementor-addons.com/cybersecurity-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for drone elementor template. Used content ticker elementor widgets, advanced text elementor widgets, timeline elementor widgets, flip box elementor widgets, advanced slider elementor widgets, post grid elementor widgets, pricing table elementor widgets, advanced tabs elementor widgets, testimonial slider elementor widgets, team member elementor widgets, skill bar elementor widgets, team member elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
258
 
259
- [Medical Templates Kit](https://demosites.royal-elementor-addons.com/medical-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Medical elementor template. Advanced text elementor widgets, flip box elementor widgets, circle bar elementor widgets, team member elementor widgets, testimonial elementor widgets, timeline elementor widgets, blog post grid elementor widgets, pricing table elementor widgets, advanced slider elementor widgets, promo box elementor widgets, progress bar elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. Elementor sticky header extention. All elementor page templates kits and royal elementor addons widgets are responsive ready.
260
 
261
 
262
  **And even more is coming very soon.** Widgets and other features will be added with each major update based on popular demand. We are relly trying to make this plugin on of the best and super addons for elementor. Currently we have most advanced Post grid widgets for elementor , advanced product grid widgets for elementor, advanced Gallery grid widgets for elementor, advanced Magazing grid widgets for elementor, advanced contact forms widgets for elementor, advanced one page navigation widgets for elementor, advanced Slider widgets for elementor, most advanced popup and popup related widgets for elementor, advanced header footer builder and we promise in the nearest feature we will add much more!
@@ -317,6 +320,10 @@ post_max_size 64M
317
 
318
  == Changelog ==
319
 
 
 
 
 
320
  = Royal Elementor Addons v1.3.30 - 2022-14-02 =
321
  * ADDED: Lawyer Elementor Template Kit.
322
  * ADDED: Elementor Timeline Widget Predefined Styles.
1
  === Royal Elementor Addons (Header Footer Builder, Popups, Post Grid, Woocommerce Product Grid, Slider, Parallax Image, Free Elementor Widgets & Elementor Templates) ===
2
  Contributors: WP Royal, rubeushagrid13, cyberpinky, elementoraddonswpr
3
+ Tags: elementor, elements, widgets for elementor, elementor addons, elementor widgets, elementor form, woocommerce elementor, page builder, elementor templates, wordpress page builder, best elementor addons, addons for elementor
4
+ Stable tag: 1.3.32
5
  Requires at least: 5.0
6
  Tested up to: 5.9
7
  Requires PHP: 5.6
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Elementor Post, Portfolio, Woocommerce Grid builder Widgets. Slider, Carousel, Form, Testimonial, Gallery, Nav menu addons, Elementor widgets & Elementor templates. Just best elementor addons. Collection of unique addons for elementor.
12
 
13
  == Description ==
14
 
78
 
79
  - [**Nature Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/nature-v1/?ref=rea-wpo-pp-details-tab)
80
  - [**Digital Agency Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/digitalagency-v1/?ref=rea-wpo-pp-details-tab)
81
+ - [**Digital Agency Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/digitalagency-v2/?ref=rea-wpo-pp-details-tab)
82
  - [**It Technology 1 Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/ittech-v1/?ref=rea-wpo-pp-details-tab)
83
  - [**Construction Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/construction-v1/?ref=rea-wpo-pp-details-tab)
84
  - [**Architecture Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/architecture-v1/?ref=rea-wpo-pp-details-tab)
97
  - [**Wine Bar Elementor Templates Kit**](https://demosites.royal-elementor-addons.com/winebar-v1/?ref=rea-wpo-pp-details-tab)
98
  - [**Photographer Portfolio Elementor Templates Kit Dark**](https://demosites.royal-elementor-addons.com/photographer-v1/?ref=rea-wpo-pp-details-tab)
99
  - [**Photographer Portfolio Elementor Templates Kit Light**](https://demosites.royal-elementor-addons.com/photographer-v2/?ref=rea-wpo-pp-details-tab)
100
+ - [**Lawyer Elementor Templates Kit Light**](https://demosites.royal-elementor-addons.com/lawyer-v1/?ref=rea-wpo-pp-details-tab)
101
+ - [**Travel Blogger & Influencer Elementor Templates Kit Light**](https://demosites.royal-elementor-addons.com/travel-v1/?ref=rea-wpo-pp-details-tab)
102
 
103
 
104
  **Widgets Description:**
243
 
244
  == Elementor Template Kits in Details: ==
245
 
246
+ [Nature Elementor Templates Kit](https://demosites.royal-elementor-addons.com/nature-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Nature elementor template. Used advanced slider elementor widgets, testimonial elementor widgets, post timeline elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, button elementor widgets, promo box known as image effects elementor widgets, post grid elementor widgets, contact form elementor widgets, Header footer builder and Elemnetor pop up builder. All elementor page templates kits and royal elementor addons widgets are responsive ready. This Kit is only created with royal addons which is the one of the best elementor addons on the market.
247
 
248
+ [Digital Agency Templates Kit](https://demosites.royal-elementor-addons.com/digitalagency-v1/?ref=rea-wpo-pp-details-tab) - This Kit is only created with royal addons which is the one of the best elementor addons on the market. One of the most popular Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Digital Agency elementor template. Used advanced text elementor widgets, flip box elementor widgets, content toggle elementor widgets, post timeline elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, button elementor widgets, post grid elementor widgets, contact form elementor widgets, Header footer builder and Elementor pop up builder, phone call elementor widgets, progress bar aka skill bar elementor widgets, team member elementor widgets, mailchimp elementor widgets, pricing table elementor widgets, google maps elementor widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
249
 
250
+ [It Technology 1 Templates Kit](https://demosites.royal-elementor-addons.com/ittech-v1/?ref=rea-wpo-pp-details-tab) - One of the most requested Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for It Technology elementor template. Used advanced text elementor widgets, testimonial elementor widgets, pricing table elementor widgets, progress bar elementor widgets, team member elementor widgets, flip box elementor widgets, circle bar elementor widgets, testimonial elementor widgets, mailchimps subscription elementor widgets, lottie animation elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready. This Kit is only created with royal addons which is the one of the best elementor addons on the market.
251
 
252
+ [Construction Templates Kit](https://demosites.royal-elementor-addons.com/construction-v1/?ref=rea-wpo-pp-details-tab) - This Kit is only created with royal addons which is the one of the best elementor addons on the market. One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Construction elementor template. Used advanced text elementor widgets, button elementor widgets, countdown elementor widgets, progress bar elementor widgets, post timeline elementor widgets, team member elementor widgets, post grid elementor widgets, circle bar elementor widgets, testimonial elementor widgets, flip box elementor widgets, gallery elementor widgets, mailchimp subscription elementor widgets, advanced slider elementor widgets, pricing table elementor widgets, pricing list elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
253
 
254
+ [Architecture Templates Kit](https://demosites.royal-elementor-addons.com/architecture-v1/?ref=rea-wpo-pp-details-tab) - This Kit is only created with royal addons which is the one of the best elementor addons on the market. One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Architecture elementor template. Used advanced slider elementor widgets, advanced slider with ken burn effect, image hotspot elementor widgets, pricing table elementor widgets, content toggle elementor widgets, testimonial carousel elementor widgets, mailchimp subscription elementor widgets, social sharing elementor widgets, team member elementor widgets, open hours aka business elementor widgets, content ticker aka News Ticker elementor widgets, promo box elementor widgets, dual button elementor widgets, post grid elementor widgets, pricing table elementor widgets, countdown elementor widgets, advanced tabs elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready.
255
 
256
+ [It Technology 2 Templates Kit](https://demosites.royal-elementor-addons.com/ittech-v2/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for It Technology elementor template. Used advanced advanced text elementor widgets, flip box elementor widgets, promo box elementor widgets, button elementor widgets, team member elementor widgets, content timeline elementor widgets, pricing table elementor widgets, post grid elementor widgets, testimonial elementor widgets, progress bar elementor widgets, content toggle elementor widgets, pricing table elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready. This Kit is only created with royal addons which is the one of the best elementor addons on the market.
257
 
258
+ [Drone Templates Kit](https://demosites.royal-elementor-addons.com/drone-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for drone elementor template. Used advanced text elementor widgets, button elementor widgets, image hotspot elementor widgets, blog post elementor widgets, promotional box elementor widgets, testimonial elementor widgets, team member elementor widgets, business hours elementor widgets, flip box elementor widgets, promo box elementor widgets, skill bar elementor widgets, content toggle elementor widgets, pricing table elementor widgets, countdown elementor widgets, gallery grid elementor widgets, post grid elementor widgets, advanced slider elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready. This Kit is only created with royal addons which is the one of the best elementor addons on the market.
259
 
260
+ [Cybersecurity Templates Kit](https://demosites.royal-elementor-addons.com/cybersecurity-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for drone elementor template. Used content ticker elementor widgets, advanced text elementor widgets, timeline elementor widgets, flip box elementor widgets, advanced slider elementor widgets, post grid elementor widgets, pricing table elementor widgets, advanced tabs elementor widgets, testimonial slider elementor widgets, team member elementor widgets, skill bar elementor widgets, team member elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. All elementor page templates kits and royal elementor addons widgets are responsive ready. This Kit is only created with royal addons which is the one of the best elementor addons on the market.
261
 
262
+ [Medical Templates Kit](https://demosites.royal-elementor-addons.com/medical-v1/?ref=rea-wpo-pp-details-tab) - One of the Royal Addons elementor templates. Elementor Templates Kit can be installed via plugin backend and most of it's content builded with our elementor addons. Navigate to Royal elementor Addons WP menu dashboard > Templates Kits and search for Medical elementor template. Advanced text elementor widgets, flip box elementor widgets, circle bar elementor widgets, team member elementor widgets, testimonial elementor widgets, timeline elementor widgets, blog post grid elementor widgets, pricing table elementor widgets, advanced slider elementor widgets, promo box elementor widgets, progress bar elementor widgets, contact form elementor widgets, google maps elementor widgets, menu elementor widgets, logo elementor widgets, back to top elementor widgets, phone call elementor widgets, pop up elementor widgets, Elementor pop up builder widgets. Elementor sticky header extention. All elementor page templates kits and royal elementor addons widgets are responsive ready. This Kit is only created with royal addons which is the one of the best elementor addons on the market.
263
 
264
 
265
  **And even more is coming very soon.** Widgets and other features will be added with each major update based on popular demand. We are relly trying to make this plugin on of the best and super addons for elementor. Currently we have most advanced Post grid widgets for elementor , advanced product grid widgets for elementor, advanced Gallery grid widgets for elementor, advanced Magazing grid widgets for elementor, advanced contact forms widgets for elementor, advanced one page navigation widgets for elementor, advanced Slider widgets for elementor, most advanced popup and popup related widgets for elementor, advanced header footer builder and we promise in the nearest feature we will add much more!
320
 
321
  == Changelog ==
322
 
323
+ = Royal Elementor Addons v1.3.32 - 2022-24-02 =
324
+ * ADDED: Digital Agency Elementor Template Kit.
325
+ * ADDED: Video Tutorials to Particles Effects addon for Elementor and Sticky Section addon Elementor.
326
+
327
  = Royal Elementor Addons v1.3.30 - 2022-14-02 =
328
  * ADDED: Lawyer Elementor Template Kit.
329
  * ADDED: Elementor Timeline Widget Predefined Styles.
wpr-addons.php CHANGED
@@ -4,7 +4,7 @@
4
  * Description: The only plugin you need for Elementor page builder.
5
  * Plugin URI: https://royal-elementor-addons.com/
6
  * Author: WP Royal
7
- * Version: 1.3.31
8
  * License: GPLv3
9
  * Author URI: https://royal-elementor-addons.com/
10
  * Elementor tested up to: 3.5.5
@@ -15,7 +15,7 @@
15
 
16
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
17
 
18
- define( 'WPR_ADDONS_VERSION', '1.3.31' );
19
 
20
  define( 'WPR_ADDONS__FILE__', __FILE__ );
21
  define( 'WPR_ADDONS_PLUGIN_BASE', plugin_basename( WPR_ADDONS__FILE__ ) );
4
  * Description: The only plugin you need for Elementor page builder.
5
  * Plugin URI: https://royal-elementor-addons.com/
6
  * Author: WP Royal
7
+ * Version: 1.3.32
8
  * License: GPLv3
9
  * Author URI: https://royal-elementor-addons.com/
10
  * Elementor tested up to: 3.5.5
15
 
16
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
17
 
18
+ define( 'WPR_ADDONS_VERSION', '1.3.32' );
19
 
20
  define( 'WPR_ADDONS__FILE__', __FILE__ );
21
  define( 'WPR_ADDONS_PLUGIN_BASE', plugin_basename( WPR_ADDONS__FILE__ ) );