Shortcodes and extra features for Phlox theme - Version 2.6.0

Version Description

Download this release

Release Info

Developer averta
Plugin Icon 128x128 Shortcodes and extra features for Phlox theme
Version 2.6.0
Comparing to
See all releases

Code changes from version 2.5.20 to 2.6.0

Files changed (41) hide show
  1. README.txt +8 -3
  2. admin/assets/js/plugins.js +1 -1
  3. admin/assets/js/solo/global.js +0 -22
  4. admin/includes/admin-hooks.php +2 -48
  5. admin/includes/classes/class-auxels-plugin-check-update.php +13 -11
  6. admin/includes/classes/class-auxels-system-check.php +49 -8
  7. admin/includes/classes/class-auxin-dashboard-notice.php +0 -240
  8. admin/includes/classes/class-auxin-license-activation.php +2 -0
  9. admin/includes/classes/class-auxin-notices.php +58 -3
  10. admin/includes/compatibility/smush/smush.php +15 -0
  11. admin/includes/compatibility/yoast-seo/yoast-seo.php +13 -0
  12. admin/includes/index.php +2 -0
  13. auxin-elements.php +2 -2
  14. includes/classes/class-auxin-demo-importer.php +71 -3
  15. includes/classes/class-auxin-welcome-sections.php +4 -2
  16. includes/classes/class-auxin-welcome.php +0 -26
  17. includes/classes/class-auxin-widget.php +3 -1
  18. includes/define.php +1 -1
  19. includes/elementor/class-auxin-elementor-core-elements.php +2 -12
  20. includes/elementor/modules/dynamic-tags/pages-url.php +82 -0
  21. includes/elementor/modules/dynamic-tags/taxonomies-url.php +81 -0
  22. includes/elementor/modules/templates-types-manager.php +12 -0
  23. includes/elementor/widgets/modern-button.php +310 -25
  24. includes/elementor/widgets/recent-posts-grid-carousel.php +2 -1
  25. includes/elementor/widgets/recent-posts-land-style.php +15 -16
  26. includes/elementor/widgets/testimonial.php +4 -0
  27. includes/elementor/widgets/text.php +21 -1
  28. includes/elementor/widgets/theme-elements/menu.php +11 -0
  29. includes/elements/button.php +1 -1
  30. includes/elements/gallery.php +1 -1
  31. includes/elements/recent-posts-grid-carousel.php +1 -1
  32. includes/elements/recent-posts-land-style.php +1 -1
  33. includes/elements/recent-posts-masonry.php +1 -1
  34. includes/elements/recent-posts-tiles-carousel.php +1 -1
  35. includes/elements/recent-posts-tiles.php +1 -1
  36. includes/elements/recent-posts-timeline.php +1 -1
  37. includes/elements/recent-products.php +1 -1
  38. includes/general-hooks.php +112 -13
  39. languages/auxin-elements.pot +545 -493
  40. public/assets/js/plugins.js +1 -1
  41. public/includes/class-auxels-frontend-assets.php +16 -0
README.txt CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
- Tested up to: 5.4.1
10
- Stable tag: 2.5.20
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
@@ -155,12 +155,17 @@ Bugs can be reported in our [support forums](https://docs.phlox.pro).
155
 
156
  == Changelog ==
157
 
 
 
 
 
 
 
158
  = Version 2.5.0 / (09.03.2020) =
159
  - [Improvement]: Instagram link for staff Element added.
160
  - [New]: Inline SVG option for Infobox element added.
161
  - [Improvement]: Improvements in dark mode style of controllers for Elementor applied.
162
 
163
-
164
  = Version 2.4.18 / (03.02.2020) =
165
  - [Improvement]: Some improvements for modern heading element applied.
166
  - [Improvement]: Improvements for dark mode styles in Elementor panel applied.
6
  Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, framework, widget, fullwidth, masonry, timeline, parallax
7
  Requires PHP: 5.4
8
  Requires at least: 4.6
9
+ Tested up to: 5.4.3
10
+ Stable tag: 2.6.0
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl.html
13
 
155
 
156
  == Changelog ==
157
 
158
+ = Version 2.6.0 / (11.05.2020) =
159
+ - [New]: New option for changing the character limit of last breadcrumb text added.
160
+ - [Improvement]: Improvements for ajax add to cart applied.
161
+ - [Improvement]: Improvements for demo importer applied.
162
+ - [Fix]: A minor bug while using WordPress widgets in Elementor fixed.
163
+
164
  = Version 2.5.0 / (09.03.2020) =
165
  - [Improvement]: Instagram link for staff Element added.
166
  - [New]: Inline SVG option for Infobox element added.
167
  - [Improvement]: Improvements in dark mode style of controllers for Elementor applied.
168
 
 
169
  = Version 2.4.18 / (03.02.2020) =
170
  - [Improvement]: Some improvements for modern heading element applied.
171
  - [Improvement]: Improvements for dark mode styles in Elementor panel applied.
admin/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.5.20 (2020-05)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
1
+ /*! Phlox Core Plugin - v2.6.0 (2020-07)
2
  * All required javascript plugins for admin
3
  * http://phlox.pro/
4
  * Place any jQuery/helper plugins in here, instead of separate, slower script files!
admin/assets/js/solo/global.js CHANGED
@@ -1,27 +1,5 @@
1
  (function( $ ) {
2
  "use strict";
3
 
4
- $('.aux-welcome-close-notice').on('click', function(event){
5
- event.preventDefault();
6
- var $this = $(this),
7
- _id = $this.data('id');
8
-
9
- jQuery.post(
10
- ajaxurl,
11
- {
12
- action : 'aux_welcome_dismiss_notice', // the handler
13
- auxnonce : aux_setup_params.wpnonce,
14
- _id : _id
15
- },
16
- function(res){
17
- if( ! res.success ){
18
- alert( res.data.message );
19
- } else {
20
- $this.closest('.aux-welcome-notice-wrapper').hide();
21
- }
22
- }
23
- );
24
-
25
- });
26
 
27
  })( jQuery );
1
  (function( $ ) {
2
  "use strict";
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  })( jQuery );
admin/includes/admin-hooks.php CHANGED
@@ -754,54 +754,8 @@ add_action( 'admin_notices', 'auxin_notice_manager' );
754
  /*-----------------------------------------------------------------------------------*/
755
 
756
  function auxin_ads_manager(){
757
-
758
- if ( false === $data = get_transient( 'auxin_ads_request' ) ) {
759
- $body = auxin_remote_get( 'http://averta.net/main/rest/ara/v1/notifications?notification-space=3,5', null);
760
- $data = json_decode( $body );
761
- set_transient( 'auxin_ads_request', $data , 12 * HOUR_IN_SECONDS );
762
- }
763
-
764
- if ( empty( $data ) ) {
765
- return false;
766
- }
767
-
768
- $ads_list = [];
769
-
770
- foreach( $data as $ads_data ) {
771
- $ads_list['auxin_ads_' . $ads_data->id] = new Auxin_Notices([
772
- 'id' => 'auxin_ads_' . $ads_data->id,
773
- 'title' => $ads_data->title->rendered,
774
- 'desc' => $ads_data->message,
775
- 'skin' => 'ads',
776
- 'has_close' => false,
777
- 'wrapper_extra_styles' => [
778
- 'background-color' => $ads_data->{'background-color'},
779
- 'background-image' => 'url(' . $ads_data->{'background-image'} . ')',
780
- 'color' => $ads_data->color,
781
- 'custom' => $ads_data->boxStyles
782
- ],
783
- 'buttons' => [
784
- [
785
- 'label' => $ads_data->button->label,
786
- 'target' => '_blank',
787
- 'link' => $ads_data->button->url,
788
- 'custom_styles' => $ads_data->button->style
789
- ],
790
- [
791
- 'label' => __('Dismiss', 'auxin-elements'),
792
- 'type' => 'skip',
793
- 'expiration' => HOUR_IN_SECONDS * 2
794
- ]
795
- ],
796
- ]);
797
- }
798
-
799
- foreach ( $ads_list as $ads ) {
800
- if( $ads instanceof Auxin_Notices ){
801
- $ads->render();
802
- }
803
- }
804
-
805
  }
806
 
807
  add_action( 'admin_notices', 'auxin_ads_manager' );
754
  /*-----------------------------------------------------------------------------------*/
755
 
756
  function auxin_ads_manager(){
757
+ $api_id = ( defined('THEME_PRO' ) && THEME_PRO ) ? '27' : '26';
758
+ Auxin_Notices::get_ads_notices( $api_id );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  }
760
 
761
  add_action( 'admin_notices', 'auxin_ads_manager' );
admin/includes/classes/class-auxels-plugin-check-update.php CHANGED
@@ -131,19 +131,21 @@ class AUXELS_Plugin_Check_Update {
131
  $this_plugin['Version'] = defined('THEME_VERSION') ? THEME_VERSION : $theme_data->Version;
132
  $this_plugin['Slug'] = defined('THEME_ID') ? THEME_ID : $this->slug;
133
  $this_plugin['Activated'] = 0;
134
-
135
- $request = wp_remote_post( $this->update_path, array(
136
- 'user-agent' => 'WordPress/'.$wp_version.'; '. get_site_url(),
137
- 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
138
- 'body' => array(
139
- 'cat' => 'version-check',
140
- 'action' => 'final',
141
- 'type' => 'plugin',
142
- 'item-name' => $this->request_name,
143
- 'item-info' => $this_plugin
144
- )
145
  )
146
  );
 
 
147
 
148
  if ( ! is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) === 200 ) {
149
  return $request['body'];
131
  $this_plugin['Version'] = defined('THEME_VERSION') ? THEME_VERSION : $theme_data->Version;
132
  $this_plugin['Slug'] = defined('THEME_ID') ? THEME_ID : $this->slug;
133
  $this_plugin['Activated'] = 0;
134
+ $this_plugin['client_key'] = get_theme_mod( 'client_key', '');
135
+
136
+ $args = array(
137
+ 'user-agent' => 'WordPress/'.$wp_version.'; '. get_site_url(),
138
+ 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3),
139
+ 'body' => array(
140
+ 'cat' => 'version-check',
141
+ 'action' => 'final',
142
+ 'type' => 'plugin',
143
+ 'item-name' => $this->request_name,
144
+ 'item-info' => $this_plugin
145
  )
146
  );
147
+ $args = apply_filters( 'auxels_version_check_args', $args );
148
+ $request = wp_remote_post( $this->update_path, $args );
149
 
150
  if ( ! is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) === 200 ) {
151
  return $request['body'];
admin/includes/classes/class-auxels-system-check.php CHANGED
@@ -20,6 +20,11 @@ class Auxels_System_Check {
20
  'label' => __( 'System Status Check By Averta', 'auxin-elements' ),
21
  'test' => array( $this, 'check_php_ini_settings' )
22
  );
 
 
 
 
 
23
 
24
  return $tests;
25
  }
@@ -51,19 +56,13 @@ class Auxels_System_Check {
51
 
52
  $output = '<ul>';
53
  $output .= sprintf(
54
- '<li></li>',
55
  $message
56
  );
57
  $output .= '</ul>';
58
 
59
  $result['description'] = $output;
60
-
61
- if ( 'good' !== $result['status'] ) {
62
- if ( 'recommended' === $result['status'] ) {
63
- $result['label'] = __( 'We recommend setting max execution time to at least 60.', 'auxin-elements' );
64
- }
65
-
66
- }
67
  }
68
 
69
  return $result;
@@ -91,10 +90,52 @@ class Auxels_System_Check {
91
  ++$system_notices;
92
  }
93
 
 
 
 
 
94
  return $system_notices;
95
 
96
  }
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  /**
99
  * Return an instance of this class.
100
  *
20
  'label' => __( 'System Status Check By Averta', 'auxin-elements' ),
21
  'test' => array( $this, 'check_php_ini_settings' )
22
  );
23
+
24
+ $tests['direct']['auxin_curl_check'] = array(
25
+ 'label' => __( 'Demo And Template Import Check By Averta', 'auxin-elements' ),
26
+ 'test' => array( $this, 'check_connecting_to_averta_servers' )
27
+ );
28
 
29
  return $tests;
30
  }
56
 
57
  $output = '<ul>';
58
  $output .= sprintf(
59
+ '<li>%s</li>',
60
  $message
61
  );
62
  $output .= '</ul>';
63
 
64
  $result['description'] = $output;
65
+ $result['label'] = __( 'We recommend setting max execution time to at least 60.', 'auxin-elements' );
 
 
 
 
 
 
66
  }
67
 
68
  return $result;
90
  ++$system_notices;
91
  }
92
 
93
+ if ( empty( Auxin_Welcome::get_instance()->get_demo_list() ) ) {
94
+ ++$system_notices;
95
+ }
96
+
97
  return $system_notices;
98
 
99
  }
100
 
101
+ /**
102
+ * Curl connection to averta server check
103
+ */
104
+ public function check_connecting_to_averta_servers() {
105
+ $result = array(
106
+ 'label' => __( 'Connecting to averta servers to get demos and templates passed successfully' ),
107
+ 'status' => 'good',
108
+ 'badge' => array(
109
+ 'label' => __( 'Performance' ),
110
+ 'color' => 'blue',
111
+ ),
112
+ 'actions' => '',
113
+ 'test' => 'auxin_check_connecting_to_averta_servers',
114
+ 'description' => __( 'Connecting to averta servers to get demos and templates passed successfully', 'auxin-elements' )
115
+ );
116
+
117
+ if ( empty( Auxin_Welcome::get_instance()->get_demo_list() ) ) {
118
+ $result['status'] = 'critical';
119
+
120
+ $class = 'error';
121
+ $screen_reader = __( 'Error', 'auxin-elements' );
122
+ $message = __( 'Your site can communicate securely with Phlox update services. <a href="https://docs.phlox.pro/article/206-error-activating-license" target="_blank">How to fix?</a>
123
+ ', 'auxin-elements' );
124
+ $message = "<span class='dashicons $class'><span class='screen-reader-text'>$screen_reader</span></span> $message";
125
+
126
+ $output = '<ul>';
127
+ $output .= sprintf(
128
+ '<li>%s</li>',
129
+ $message
130
+ );
131
+ $output .= '</ul>';
132
+ $result['description'] = $output;
133
+ $result['label'] = __( 'Error while trying to connect to averta servers', 'auxin-elements' );
134
+
135
+ }
136
+ return $result;
137
+ }
138
+
139
  /**
140
  * Return an instance of this class.
141
  *
admin/includes/classes/class-auxin-dashboard-notice.php DELETED
@@ -1,240 +0,0 @@
1
- <?php
2
- /**
3
- * Auxin admin notices
4
- */
5
- class Auxin_Dashboard_Notice {
6
-
7
- /**
8
- * Instance of this class.
9
- *
10
- * @var object
11
- */
12
- protected static $instance = null;
13
-
14
-
15
- /**
16
- * The list of notice IDs
17
- *
18
- * @var object
19
- */
20
- private $notice_ids = array();
21
-
22
- /**
23
- * Notices
24
- *
25
- * @var array
26
- */
27
- private $notices = array();
28
-
29
- /**
30
- * Base API URL
31
- *
32
- * @var string
33
- */
34
- private $base_url = '';
35
-
36
- /**
37
- * Prefix
38
- *
39
- * @var string
40
- */
41
- private $prefix = 'auxin-';
42
-
43
-
44
- function __construct(){
45
-
46
- $this->notice_ids = array(
47
- 'auxels-notice-info-dashboard'
48
- );
49
-
50
- $this->prefix = THEME_ID . '-';
51
-
52
- $this->base_url = 'http://cdn.averta.net/project/phlox/free/info/';
53
- }
54
-
55
- // Methods using the plugin API
56
- // =========================================================================
57
-
58
- private function get_option( $option_key ){
59
- return auxin_get_option( $this->prefix . $option_key );
60
- }
61
-
62
- private function update_option( $option_key, $option_value ){
63
- return auxin_update_option( $this->prefix . $option_key, $option_value );
64
- }
65
-
66
- private function get_transient( $transient ){
67
- return auxin_get_transient( $this->prefix . $transient );
68
- }
69
-
70
- private function set_transient( $transient, $value, $expiration = 0 ){
71
- return auxin_set_transient( $this->prefix . $transient, $value, $expiration );
72
- }
73
-
74
- private function delete_transient( $transient ){
75
- return auxin_delete_transient( $this->prefix . $transient );
76
- }
77
-
78
- private function get_remote_post( $url ){
79
- return auxin_remote_post( $url );
80
- }
81
-
82
- // =========================================================================
83
-
84
- private function get_notice_info_transient_id( $notice_id ){
85
- return 'notice-info-' . esc_attr( $notice_id );
86
- }
87
-
88
- private function fetch_notice_info( $notice_id, $force_update = false ){
89
-
90
- if( empty( $notice_id ) ){
91
- return false;
92
- }
93
-
94
- // defaults
95
- $defaults = array(
96
- 'remote_url' => '', // the remote notice url
97
- 'beta_url' => '', // beta remote content
98
- 'revision' => '', // empty means don't display
99
- 'first_delay' => 0, // in seconds
100
- 'id' => $notice_id,
101
- 'enabled' => true,
102
-
103
- 'content' => '', // the remote notice content
104
- 'delay_passed' => false, // the remote notice content
105
- 'debug' => array()
106
- );
107
-
108
- // info transient id
109
- $transient_id = $this->get_notice_info_transient_id( $notice_id );
110
-
111
- if( isset( $_GET['msafi'] ) ){
112
- $this->delete_transient( $transient_id );
113
- }
114
-
115
- if( ! $force_update && false !== ( $result = $this->get_transient( $transient_id ) ) ){
116
- // wp_parse_args to prevent the errors while new args implemented in new versions
117
- $defaults['debug'][] = '1.1';
118
- return wp_parse_args( $result, $defaults );
119
- }
120
-
121
- if( false === $info = $this->get_remote_post( $this->base_url . $notice_id . '.json' ) ){
122
- $defaults['debug'][] = '1.2';
123
- return $defaults;
124
- } else {
125
- $info = json_decode( $info, true );
126
- $info = wp_parse_args( $info, $defaults );
127
- $info['debug'][] = '1.3';
128
- }
129
-
130
- // get remote content
131
- $remote_url = isset( $_GET['msbeta'] ) ? $info["beta_url"] : $info["remote_url"];
132
- $info["content"] = $this->fetch_file_content( $remote_url );
133
-
134
- if( empty( $info["revision"] ) ){
135
- $info["enabled"] = false;
136
- $info['debug'][] = '1.4';
137
-
138
- } elseif( is_numeric( $info['revision'] ) && $info['revision'] != $this->get_option( 'notice-'. $notice_id .'-latest-revision' ) ){
139
- $info["enabled"] = true;
140
- $info['debug'][] = '1.5';
141
- } else {
142
- $info["enabled"] = false;
143
- $info['debug'][] = '1.55';
144
- }
145
-
146
- if( ! $this->get_option( 'notice-installtion-time' ) ){
147
- $this->update_option( 'notice-installtion-time', time() );
148
- $info['debug'][] = '1.6';
149
- }
150
-
151
- $first_delay_diff = ( ( $this->get_option( 'notice-installtion-time' ) + ( (int) $info['first_delay'] ) ) - time() );
152
- $info['debug'][] = 'Due - Now: '. ( $first_delay_diff < 0 ? 'Passed ' . abs($first_delay_diff) : ' Remaining ' . abs($first_delay_diff) ) . ' seconds';
153
- $info['debug'][] = 'Previous revision: '. $this->get_option( 'notice-'. $notice_id .'-latest-revision' );
154
- $info['debug'][] = 'Remote revision: '. $info['revision'];
155
-
156
- // check for initial delay
157
- if( $info['first_delay'] ){
158
- if( $this->get_option( 'notice-installtion-time' ) + ( (int) $info['first_delay'] ) > time() ){
159
- $info['debug'][] = '1.7';
160
- $info["delay_passed"] = false;
161
- } else {
162
- $info["delay_passed"] = true;
163
- $info['debug'][] = '1.8';
164
- }
165
- } else {
166
- $info["delay_passed"] = true;
167
- }
168
-
169
- $this->set_transient( $transient_id, $info, 6 * HOUR_IN_SECONDS );
170
-
171
- return $info;
172
- }
173
-
174
- private function fetch_file_content( $url ){
175
- if( false === $result = $this->get_remote_post( $url ) ){
176
- return '';
177
- }
178
- return $result;
179
- }
180
-
181
- public function get_content( $notice_id ){
182
- $result = $this->fetch_notice_info( $notice_id );
183
-
184
- if( isset( $_GET['msdebug'] ) ){
185
- $debug_info = $result;
186
- unset( $debug_info['content'] );
187
- $debug = axpp( $debug_info, false, true );
188
- } else {
189
- $debug = '';
190
- }
191
-
192
- if( ! empty( $result['content'] ) && $result['enabled'] && $result['delay_passed'] ){
193
- return $result['content'] . $debug;
194
- }
195
-
196
- return $debug;
197
- }
198
-
199
-
200
- public function get_notice( $notice_id ){
201
- if( $content = $this->get_content( $notice_id ) ){
202
- return '<div class="aux-welcome-notice-wrapper aux-welcome-banner-wrapper">' . $content . '</div>';
203
- }
204
- return '';
205
- }
206
-
207
- public function disable_notice( $notice_id ){
208
-
209
- if( ! in_array( $notice_id, $this->notice_ids ) ){
210
- return false;
211
- }
212
-
213
- // info transient id
214
- $transient_id = $this->get_notice_info_transient_id( $notice_id );
215
-
216
- if( false !== ( $info = $this->fetch_notice_info( $notice_id ) ) ){
217
- $this->update_option( 'notice-'. $notice_id .'-latest-revision', $info['revision'] );
218
- $info['enabled'] = false;
219
- $this->set_transient( $transient_id, $info, 6 * HOUR_IN_SECONDS );
220
- }
221
-
222
- return true;
223
- }
224
-
225
- /**
226
- * Return an instance of this class.
227
- *
228
- * @return object A single instance of this class.
229
- */
230
- public static function get_instance() {
231
-
232
- // If the single instance hasn't been set, set it now.
233
- if ( null == self::$instance ) {
234
- self::$instance = new self;
235
- }
236
-
237
- return self::$instance;
238
- }
239
-
240
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/includes/classes/class-auxin-license-activation.php CHANGED
@@ -73,6 +73,8 @@ class Auxin_License_Activation {
73
  )
74
  );
75
 
 
 
76
  $request = wp_remote_post( $this->api, $args );
77
 
78
  if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
73
  )
74
  );
75
 
76
+ $args = apply_filters( 'auxels_get_license_result_args', $args );
77
+
78
  $request = wp_remote_post( $this->api, $args );
79
 
80
  if ( is_wp_error( $request ) || wp_remote_retrieve_response_code( $request ) !== 200 ) {
admin/includes/classes/class-auxin-notices.php CHANGED
@@ -325,14 +325,15 @@ class Auxin_Notices{
325
  * @param boolean $echo
326
  * @return void
327
  */
328
- public function render(){
329
 
330
  if( $this->is_dismissible() || $this->is_visible_screen() || $this->is_snoozed() ) {
331
  return;
332
  }
333
-
334
  echo sprintf(
335
- '<div class="updated auxin-message aux-notice-control aux-notice-wrapper %s %s" %s>%s %s %s <p class="aux-notice-submit submit">%s %s</p></div>',
 
336
  $this->get_unique_class(),
337
  $this->get_skin(),
338
  $this->get_custom_styles(),
@@ -345,4 +346,58 @@ class Auxin_Notices{
345
 
346
  }
347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  }
325
  * @param boolean $echo
326
  * @return void
327
  */
328
+ public function render( $updated = '' ){
329
 
330
  if( $this->is_dismissible() || $this->is_visible_screen() || $this->is_snoozed() ) {
331
  return;
332
  }
333
+ $updated = empty( $updated ) ? 'updated' : '';
334
  echo sprintf(
335
+ '<div class="%s auxin-message aux-notice-control aux-notice-wrapper %s %s" %s>%s %s %s <p class="aux-notice-submit submit">%s %s</p></div>',
336
+ $updated,
337
  $this->get_unique_class(),
338
  $this->get_skin(),
339
  $this->get_custom_styles(),
346
 
347
  }
348
 
349
+ public static function get_ads_notices( $api_id = '26', $style = array(), $updated = '' ) {
350
+ $transient_id = ( $api_id == '3' || $api_id == '4' ) ? 'auxin_dashboard_ads_request' : 'auxin_ads_request';
351
+ if ( false === $data = get_transient( $transient_id ) ) {
352
+ $body = auxin_remote_get( 'http://api.averta.net/rest/ara/v1/notifications?notification-space='. $api_id, null);
353
+ $data = json_decode( $body );
354
+ set_transient( $transient_id, $data , 12 * HOUR_IN_SECONDS );
355
+ }
356
+
357
+ if ( empty( $data ) ) {
358
+ return false;
359
+ }
360
+
361
+ $ads_list = [];
362
+
363
+ foreach( $data as $ads_data ) {
364
+ $args = [
365
+ 'id' => 'auxin_ads_' . $ads_data->id,
366
+ 'title' => $ads_data->title->rendered,
367
+ 'desc' => $ads_data->message,
368
+ 'skin' => 'ads',
369
+ 'has_close' => false,
370
+ 'wrapper_extra_styles' => [
371
+ 'background-color' => $ads_data->{'background-color'},
372
+ 'background-image' => 'url(' . $ads_data->{'background-image'} . ')',
373
+ 'color' => $ads_data->color,
374
+ 'custom' => $ads_data->boxStyles
375
+ ],
376
+ 'buttons' => [
377
+ [
378
+ 'label' => $ads_data->button->label,
379
+ 'target' => '_blank',
380
+ 'link' => $ads_data->button->url,
381
+ 'custom_styles' => $ads_data->button->style
382
+ ],
383
+ [
384
+ 'label' => __('Dismiss', 'auxin-elements'),
385
+ 'type' => 'skip',
386
+ 'expiration' => HOUR_IN_SECONDS * 2
387
+ ]
388
+ ],
389
+ ];
390
+ if ( ! empty( $style ) ) {
391
+ foreach( $style as $prop => $value ) {
392
+ $args['wrapper_extra_styles'][ $prop ] = $value;
393
+ }
394
+ }
395
+ $ads_list['auxin_dashboard_ads_' . $ads_data->id] = new self( $args );
396
+ }
397
+ foreach ( $ads_list as $ads ) {
398
+ if( $ads instanceof self ){
399
+ $ads->render( $updated );
400
+ }
401
+ }
402
+ }
403
  }
admin/includes/compatibility/smush/smush.php ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Enqueue smush lazy load script in header
5
+ */
6
+ function auxin_enqueue_smush_lazy_load_in_header() {
7
+ if ( defined( 'WP_SMUSH_PREFIX' ) && empty( get_option( WP_SMUSH_PREFIX . 'lazy_load', '' ) ) ) {
8
+ $default_lazy_load_config = maybe_unserialize( 'a:8:{s:6:"format";a:5:{s:4:"jpeg";b:1;s:3:"png";b:1;s:3:"gif";b:1;s:3:"svg";b:1;s:6:"iframe";b:1;}s:6:"output";a:4:{s:7:"content";b:1;s:7:"widgets";b:1;s:10:"thumbnails";b:1;s:9:"gravatars";b:1;}s:9:"animation";a:4:{s:8:"selected";s:6:"fadein";s:6:"fadein";a:2:{s:8:"duration";i:400;s:5:"delay";i:0;}s:7:"spinner";a:2:{s:8:"selected";i:1;s:6:"custom";a:0:{}}s:11:"placeholder";a:3:{s:8:"selected";i:1;s:6:"custom";a:0:{}s:5:"color";s:7:"#F3F3F3";}}s:7:"include";a:7:{s:9:"frontpage";b:1;s:4:"home";b:1;s:4:"page";b:1;s:6:"single";b:1;s:7:"archive";b:1;s:8:"category";b:1;s:3:"tag";b:1;}s:13:"exclude-pages";a:0:{}s:15:"exclude-classes";a:0:{}s:6:"footer";b:0;s:6:"native";b:0;}' );
9
+ update_option( WP_SMUSH_PREFIX . 'lazy_load', $default_lazy_load_config );
10
+ update_option( 'skip-smush-setup', true );
11
+ }
12
+ }
13
+ add_action( 'admin_init', 'auxin_enqueue_smush_lazy_load_in_header' );
14
+
15
+ ?>
admin/includes/compatibility/yoast-seo/yoast-seo.php ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Hide yoast seo admin notice
5
+ */
6
+ function auxin_hide_yoast_seo_admin_notice() {
7
+ if ( class_exists( 'WPSEO_Options' ) ) {
8
+ WPSEO_Options::set( 'ignore_indexation_warning', true );
9
+ }
10
+ }
11
+ add_action( 'admin_init', 'auxin_hide_yoast_seo_admin_notice' );
12
+
13
+ ?>
admin/includes/index.php CHANGED
@@ -12,6 +12,8 @@ include_once( 'compatibility/uvca/uvca.php' );
12
  include_once( 'compatibility/sliders/rev.php' );
13
  include_once( 'compatibility/sliders/layerslider.php' );
14
  include_once( 'compatibility/element-pack/element-pack.php' );
 
 
15
 
16
 
17
  if ( function_exists('icl_object_id') ) {
12
  include_once( 'compatibility/sliders/rev.php' );
13
  include_once( 'compatibility/sliders/layerslider.php' );
14
  include_once( 'compatibility/element-pack/element-pack.php' );
15
+ include_once( 'compatibility/yoast-seo/yoast-seo.php' );
16
+ include_once( 'compatibility/smush/smush.php' );
17
 
18
 
19
  if ( function_exists('icl_object_id') ) {
auxin-elements.php CHANGED
@@ -12,14 +12,14 @@
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
- * Version: 2.5.20
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
- * Tested up to: 5.4.1
23
  */
24
 
25
  // If this file is called directly, abort.
12
  * Plugin Name: Phlox Core Elements
13
  * Plugin URI: https://wordpress.org/plugins/auxin-elements/
14
  * Description: Exclusive and comprehensive plugin that extends the functionality of Phlox theme by adding new Elements, widgets and options.
15
+ * Version: 2.6.0
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
19
  * License: GPL2
20
  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
21
  * Domain Path: /languages
22
+ * Tested up to: 5.4.2
23
  */
24
 
25
  // If this file is called directly, abort.
includes/classes/class-auxin-demo-importer.php CHANGED
@@ -22,6 +22,17 @@ class Auxin_Demo_Importer {
22
  */
23
  protected static $instance = null;
24
 
 
 
 
 
 
 
 
 
 
 
 
25
  /**
26
  * Return an instance of this class.
27
  *
@@ -304,6 +315,9 @@ class Auxin_Demo_Importer {
304
 
305
  auxin_delete_transient( 'aux-old-products-id-transformation' );
306
  $this->update_imported_ids();
 
 
 
307
  wp_send_json_success( array( 'step' => 'content', 'message' => __( 'Importing Options', 'auxin-elements' ), 'next' => 'auxin_options' ) );
308
 
309
  case 'auxin_options':
@@ -479,6 +493,10 @@ class Auxin_Demo_Importer {
479
  // This line is for changing the old attachment ID with new one.
480
  $theme_mods_value = $this->get_attachment_id( 'auxin_import_id', $theme_mods_value );
481
  }
 
 
 
 
482
  // Update theme mods
483
  set_theme_mod( $theme_mods_key , maybe_unserialize( $theme_mods_value ) );
484
  }
@@ -834,10 +852,11 @@ class Auxin_Demo_Importer {
834
  if ( $post['post_type'] == 'product' || $post['post_type'] == 'product_variation' ) {
835
  if ( strpos( $tax, 'pa_' ) == '0' && class_exists( 'WooCommerce' ) ) {
836
  $tax_name = str_replace('pa_','',$tax);
 
837
  $data = array(
838
  'name' => $tax_name,
839
  'slug' => $tax_name,
840
- 'type' => 'select',
841
  'orderby' => 'menu_order',
842
  'has_archive' => 0, // Enable archives ==> true (or 1)
843
  );
@@ -856,7 +875,9 @@ class Auxin_Demo_Importer {
856
  $add_these_terms = array();
857
 
858
  foreach ($term as $key => $value) {
859
-
 
 
860
  $key = is_numeric( $key ) ? (string) $key : $key;
861
  $term_obj = term_exists( $key, $tax );
862
 
@@ -1010,7 +1031,8 @@ class Auxin_Demo_Importer {
1010
  'post_type' => array(
1011
  'post',
1012
  'page',
1013
- 'portfolio'
 
1014
  ),
1015
  'posts_per_page' => -1
1016
  );
@@ -1066,6 +1088,38 @@ class Auxin_Demo_Importer {
1066
  }
1067
  }
1068
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1069
  update_post_meta( get_the_ID(), '_elementor_data', wp_slash( $elementor_data ) );
1070
 
1071
  $page_header_use_legacy = get_post_meta( get_the_ID(), 'page_header_use_legacy', true );
@@ -1086,6 +1140,20 @@ class Auxin_Demo_Importer {
1086
  wp_reset_postdata();
1087
  }
1088
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1089
  public function prepare_download( array $args ) {
1090
 
1091
  $tmpname = $responses = $requests = array();
22
  */
23
  protected static $instance = null;
24
 
25
+ /**
26
+ * Skip these options during demo import process
27
+ */
28
+ public $skip_options = [
29
+ 'initial_date_free',
30
+ 'initial_version_free',
31
+ 'initial_date_pro',
32
+ 'initial_version_pro',
33
+ 'client_key'
34
+ ];
35
+
36
  /**
37
  * Return an instance of this class.
38
  *
315
 
316
  auxin_delete_transient( 'aux-old-products-id-transformation' );
317
  $this->update_imported_ids();
318
+ if ( ! empty( $data['terms-meta'] ) ) {
319
+ $this->add_demo_terms_meta( $data['terms-meta'] );
320
+ }
321
  wp_send_json_success( array( 'step' => 'content', 'message' => __( 'Importing Options', 'auxin-elements' ), 'next' => 'auxin_options' ) );
322
 
323
  case 'auxin_options':
493
  // This line is for changing the old attachment ID with new one.
494
  $theme_mods_value = $this->get_attachment_id( 'auxin_import_id', $theme_mods_value );
495
  }
496
+
497
+ if ( in_array( $theme_mods_key, $this->skip_options ) ) {
498
+ continue;
499
+ }
500
  // Update theme mods
501
  set_theme_mod( $theme_mods_key , maybe_unserialize( $theme_mods_value ) );
502
  }
852
  if ( $post['post_type'] == 'product' || $post['post_type'] == 'product_variation' ) {
853
  if ( strpos( $tax, 'pa_' ) == '0' && class_exists( 'WooCommerce' ) ) {
854
  $tax_name = str_replace('pa_','',$tax);
855
+ $type = ! empty( $term['pa_attribute_type'] ) ? $term['pa_attribute_type'] : 'select';
856
  $data = array(
857
  'name' => $tax_name,
858
  'slug' => $tax_name,
859
+ 'type' => $type,
860
  'orderby' => 'menu_order',
861
  'has_archive' => 0, // Enable archives ==> true (or 1)
862
  );
875
  $add_these_terms = array();
876
 
877
  foreach ($term as $key => $value) {
878
+ if ( $key == 'pa_attribute_type' ) {
879
+ continue;
880
+ }
881
  $key = is_numeric( $key ) ? (string) $key : $key;
882
  $term_obj = term_exists( $key, $tax );
883
 
1031
  'post_type' => array(
1032
  'post',
1033
  'page',
1034
+ 'portfolio',
1035
+ 'product'
1036
  ),
1037
  'posts_per_page' => -1
1038
  );
1088
  }
1089
  }
1090
 
1091
+ // Change products's id in flexible recent posts element
1092
+ preg_match_all( '/only_products__in":"[\d,]*/', $elementor_data, $product_id_strings, PREG_SET_ORDER );
1093
+ if ( ! empty( $product_id_strings ) ) {
1094
+ foreach ( $product_id_strings as $key => $product_id_string ) {
1095
+ $old_ids = str_replace( 'only_products__in":"', '', $product_id_string[0] );
1096
+ $old_ids = explode( ',', $old_ids );
1097
+ $new_id = [];
1098
+ foreach( $old_ids as $key => $id ) {
1099
+ $new_id[] = auxin_get_transient( "aux-elementor-library-{$id}-changs-to" );
1100
+ }
1101
+ $new_id = implode(',', $new_id );
1102
+ $new_product_id_string = 'only_products__in":"' . $new_id . '"';
1103
+ $elementor_data = str_replace( $product_id_string[0].'"', $new_product_id_string, $elementor_data );
1104
+ }
1105
+ }
1106
+
1107
+ // Change posts's id in flexible recent posts element
1108
+ preg_match_all( '/only_posts__in":"[\d,]*/', $elementor_data, $post_id_strings, PREG_SET_ORDER );
1109
+ if ( ! empty( $post_id_strings ) ) {
1110
+ foreach ( $post_id_strings as $key => $post_id_string ) {
1111
+ $old_ids = str_replace( 'only_posts__in":"', '', $post_id_string[0] );
1112
+ $old_ids = explode( ',', $old_ids );
1113
+ $new_id = [];
1114
+ foreach( $old_ids as $key => $id ) {
1115
+ $new_id[] = auxin_get_transient( "aux-elementor-library-{$id}-changs-to" );
1116
+ }
1117
+ $new_id = implode(',', $new_id );
1118
+ $new_post_id_string = 'only_posts__in":"' . $new_id . '"';
1119
+ $elementor_data = str_replace( $post_id_string[0].'"', $new_post_id_string, $elementor_data );
1120
+ }
1121
+ }
1122
+
1123
  update_post_meta( get_the_ID(), '_elementor_data', wp_slash( $elementor_data ) );
1124
 
1125
  $page_header_use_legacy = get_post_meta( get_the_ID(), 'page_header_use_legacy', true );
1140
  wp_reset_postdata();
1141
  }
1142
 
1143
+ /**
1144
+ * Add Terms Meta Fields
1145
+ */
1146
+ public function add_demo_terms_meta( $terms_meta ) {
1147
+ foreach( $terms_meta as $meta_id => $term_options ) {
1148
+ $term_id = auxin_get_transient( 'auxin_category_new_id_of' . (int) $term_options['term_id'] );
1149
+ if ( empty( $term_id ) ) {
1150
+ continue;
1151
+ }
1152
+ $term_options['meta_value'] = ( $term_options['meta_key'] == 'image' && is_numeric( $term_options['meta_value'] ) ) ? $this->get_attachment_id( 'auxin_import_id', $term_options['meta_value'] ) : $term_options['meta_value'];
1153
+ add_term_meta( $term_id, $term_options['meta_key'], $term_options['meta_value'] );
1154
+ }
1155
+ }
1156
+
1157
  public function prepare_download( array $args ) {
1158
 
1159
  $tmpname = $responses = $requests = array();
includes/classes/class-auxin-welcome-sections.php CHANGED
@@ -42,9 +42,9 @@ class Auxin_Welcome_Sections {
42
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_status' ), 110 );
43
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_updates' ), 120 );
44
 
 
45
  if( ! defined('THEME_PRO') || ! THEME_PRO ) {
46
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_go_pro' ), 120 );
47
- add_action( 'auxin_admin_before_welcome_section_content', array( $this, 'maybe_add_dashboard_notice') );
48
  }
49
 
50
  add_action( 'auxin_admin_after_welcome_section_content' , array( $this, 'append_changelog') );
@@ -115,7 +115,9 @@ class Auxin_Welcome_Sections {
115
  * @param array $sections
116
  */
117
  public function maybe_add_dashboard_notice( $sections ){
118
- echo Auxin_Dashboard_Notice::get_instance()->get_notice( 'auxels-notice-info-dashboard' );
 
 
119
  }
120
 
121
  /**
42
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_status' ), 110 );
43
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_updates' ), 120 );
44
 
45
+ add_action( 'auxin_admin_before_welcome_section_content', array( $this, 'maybe_add_dashboard_notice') );
46
  if( ! defined('THEME_PRO') || ! THEME_PRO ) {
47
  add_filter( 'auxin_admin_welcome_sections', array( $this, 'add_section_go_pro' ), 120 );
 
48
  }
49
 
50
  add_action( 'auxin_admin_after_welcome_section_content' , array( $this, 'append_changelog') );
115
  * @param array $sections
116
  */
117
  public function maybe_add_dashboard_notice( $sections ){
118
+ $api_id = ( defined('THEME_PRO' ) && THEME_PRO ) ? '3' : '4';
119
+ $style = array( 'display' => 'block !important' );
120
+ Auxin_Notices::get_ads_notices( $api_id, $style, 'no-updated' );
121
  }
122
 
123
  /**
includes/classes/class-auxin-welcome.php CHANGED
@@ -124,8 +124,6 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
124
  add_action( 'wp_ajax_aux_ajax_lightbox' , array( $this, 'ajax_lightbox') );
125
  add_action( 'wp_ajax_aux_step_manager' , array( $this, 'step_manager' ) );
126
 
127
- add_action( 'wp_ajax_aux_welcome_dismiss_notice' , array( $this, 'dimiss_dashboard_notice' ) );
128
-
129
  if( isset( $_POST['action'] ) && $_POST['action'] === "aux_setup_plugins" && wp_doing_ajax() ) {
130
  add_filter( 'wp_redirect', '__return_false', 999 );
131
  }
@@ -271,30 +269,6 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
271
  unset( $submenu[ $this->page_slug ]['1'] );
272
  }
273
 
274
- /**
275
- * Dimiss and close dashboard notice
276
- *
277
- * @return void
278
- */
279
- public function dimiss_dashboard_notice(){
280
- // verify nonce
281
- if ( ! isset( $_POST['auxnonce'] ) || ! wp_verify_nonce( $_POST['auxnonce'], "aux_setup_nonce") ) {
282
- wp_send_json_error( array( 'message' => __( 'Authorization failed! Notice cannot be closed.', 'auxin-elements' ) ) );
283
- }
284
-
285
- $notice_id = ! empty( $_POST['_id'] ) ? $_POST['_id'] : '';
286
-
287
- if ( empty( $notice_id ) ) {
288
- wp_send_json_error( array( 'message' => __( 'Notice cannot be closed. Notice ID is required ..', 'auxin-elements' ) ) );
289
- }
290
-
291
- if( Auxin_Dashboard_Notice::get_instance()->disable_notice( $notice_id ) ){
292
- wp_send_json_success( array( 'message' => __( 'Successfully dismissed ..', 'auxin-elements' ) ) );
293
- }
294
-
295
- wp_send_json_error( array( 'message' => __( 'Notice cannot be closed. Invalid notice ID is required.', 'auxin-elements' ) ) );
296
- }
297
-
298
  /*-----------------------------------------------------------------------------------*/
299
  /* Start Setup Wizard
300
  /*-----------------------------------------------------------------------------------*/
124
  add_action( 'wp_ajax_aux_ajax_lightbox' , array( $this, 'ajax_lightbox') );
125
  add_action( 'wp_ajax_aux_step_manager' , array( $this, 'step_manager' ) );
126
 
 
 
127
  if( isset( $_POST['action'] ) && $_POST['action'] === "aux_setup_plugins" && wp_doing_ajax() ) {
128
  add_filter( 'wp_redirect', '__return_false', 999 );
129
  }
269
  unset( $submenu[ $this->page_slug ]['1'] );
270
  }
271
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  /*-----------------------------------------------------------------------------------*/
273
  /* Start Setup Wizard
274
  /*-----------------------------------------------------------------------------------*/
includes/classes/class-auxin-widget.php CHANGED
@@ -470,7 +470,9 @@ class Auxin_Widget extends WP_Widget {
470
  */
471
  public function print_dependencies(){
472
  // echo js dependencies
473
- printf( '<script>auxinCreateNamespace("auxin.elements.%3$s");
 
 
474
  auxin.elements.%3$s.dependencies = %2$s;
475
  auxin.elements.%3$s.baseid = "%1$s";</script>',
476
  $this->widget_info['base_ID'],
470
  */
471
  public function print_dependencies(){
472
  // echo js dependencies
473
+ printf( '<script>
474
+ function auxinCreateNamespace(n){for(var e=n.split("."),a=window,i="",r=e.length,t=0;r>t;t++)"window"!=e[t]&&(i=e[t],a[i]=a[i]||{},a=a[i]);return a;}
475
+ auxinCreateNamespace("auxin.elements.%3$s");
476
  auxin.elements.%3$s.dependencies = %2$s;
477
  auxin.elements.%3$s.baseid = "%1$s";</script>',
478
  $this->widget_info['base_ID'],
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.5.20' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.6.0' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elementor/class-auxin-elementor-core-elements.php CHANGED
@@ -612,16 +612,6 @@ final class Elements {
612
  wp_enqueue_style( 'auxin-elementor-widgets' , AUXELS_ADMIN_URL . '/assets/css/elementor-widgets.css' );
613
  wp_enqueue_style( 'wp-mediaelement' );
614
 
615
- // Enqueue header template styles in header
616
- if( $header_template_style = auxin_get_option( 'site_elementor_header_template' ) ){
617
- $css_file = new \Elementor\Core\Files\CSS\Post( $header_template_style );
618
- $css_file->enqueue();
619
- }
620
-
621
- if( $footer_template_style = auxin_get_option( 'site_elementor_footer_template' ) ){
622
- $css_file = new \Elementor\Core\Files\CSS\Post( $footer_template_style );
623
- $css_file->enqueue();
624
- }
625
  }
626
 
627
  /**
@@ -754,7 +744,7 @@ final class Elements {
754
  }
755
 
756
  $tabs['auxicon'] = [
757
- 'name' => 'auxicon',
758
  'label' => __( 'Phlox Icons - Set 1', 'auxin-elements' ),
759
  'url' => THEME_URL . 'css/auxin-icon.css',
760
  'enqueue' => [ THEME_URL . 'css/auxin-icon.css' ],
@@ -773,7 +763,7 @@ final class Elements {
773
  }
774
 
775
  $tabs['auxicon2'] = [
776
- 'name' => 'auxicon2',
777
  'label' => __( 'Phlox Icons - Set 2', 'auxin-elements' ),
778
  'url' => THEME_URL . 'css/auxin-icon.css',
779
  'enqueue' => [ THEME_URL . 'css/auxin-icon.css' ],
612
  wp_enqueue_style( 'auxin-elementor-widgets' , AUXELS_ADMIN_URL . '/assets/css/elementor-widgets.css' );
613
  wp_enqueue_style( 'wp-mediaelement' );
614
 
 
 
 
 
 
 
 
 
 
 
615
  }
616
 
617
  /**
744
  }
745
 
746
  $tabs['auxicon'] = [
747
+ 'name' => 'auxin-front-icon',
748
  'label' => __( 'Phlox Icons - Set 1', 'auxin-elements' ),
749
  'url' => THEME_URL . 'css/auxin-icon.css',
750
  'enqueue' => [ THEME_URL . 'css/auxin-icon.css' ],
763
  }
764
 
765
  $tabs['auxicon2'] = [
766
+ 'name' => 'auxin-front-icon2',
767
  'label' => __( 'Phlox Icons - Set 2', 'auxin-elements' ),
768
  'url' => THEME_URL . 'css/auxin-icon.css',
769
  'enqueue' => [ THEME_URL . 'css/auxin-icon.css' ],
includes/elementor/modules/dynamic-tags/pages-url.php ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Auxin\Plugin\CoreElements\Elementor\Modules\DynamicTags;
3
+
4
+ use Elementor\Controls_Manager;
5
+ use Elementor\Core\DynamicTags\Tag;
6
+ use Elementor\Modules\DynamicTags\Module as TagsModule;
7
+
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit; // Exit if accessed directly
10
+ }
11
+
12
+ class Auxin_Pages_Url extends Tag {
13
+
14
+ public function get_name() {
15
+ return 'aux-pages-url';
16
+ }
17
+
18
+ public function get_title() {
19
+ return __( 'Pages URL', 'auxin-elements' );
20
+ }
21
+
22
+ public function get_group() {
23
+ return 'URL';
24
+ }
25
+
26
+ public function get_categories() {
27
+ return [
28
+ TagsModule::URL_CATEGORY
29
+ ];
30
+ }
31
+
32
+ public function get_pages_list() {
33
+
34
+ $items = [
35
+ '' => __( 'Select...', 'auxin-elements' ),
36
+ ];
37
+ $pages = get_posts( array(
38
+ 'post_type' => 'page',
39
+ 'numberposts' => -1
40
+ ) );
41
+ $home_id = get_option( 'page_on_front' );
42
+ foreach ( $pages as $page ) {
43
+ $page->post_title = $home_id == $page->ID ? __( 'Home Page', 'auxin-elements' ) : $page->post_title;
44
+ $items[ $page->ID ] = $page->post_title;
45
+ }
46
+
47
+ return $items;
48
+ }
49
+
50
+ public function is_settings_required() {
51
+ return true;
52
+ }
53
+
54
+ protected function _register_controls() {
55
+ $this->add_control(
56
+ 'key',
57
+ [
58
+ 'label' => __( 'Pages URL', 'auxin-elements' ),
59
+ 'type' => Controls_Manager::SELECT,
60
+ 'options' => $this->get_pages_list(),
61
+ 'default' => ''
62
+ ]
63
+ );
64
+ }
65
+
66
+ protected function get_page_url() {
67
+ if( $key = $this->get_settings( 'key' ) ){
68
+ return get_permalink( $key );
69
+ }
70
+
71
+ return '';
72
+ }
73
+
74
+ public function get_value( array $options = [] ) {
75
+ return $this->get_page_url();
76
+ }
77
+
78
+ public function render() {
79
+ echo $this->get_page_url();
80
+ }
81
+
82
+ }
includes/elementor/modules/dynamic-tags/taxonomies-url.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ namespace Auxin\Plugin\CoreElements\Elementor\Modules\DynamicTags;
3
+
4
+ use Elementor\Controls_Manager;
5
+ use Elementor\Core\DynamicTags\Tag;
6
+ use Elementor\Modules\DynamicTags\Module as TagsModule;
7
+
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit; // Exit if accessed directly
10
+ }
11
+
12
+ class Auxin_Taxonomies_Url extends Tag {
13
+
14
+ public function get_name() {
15
+ return 'aux-tax-url';
16
+ }
17
+
18
+ public function get_title() {
19
+ return __( 'Taxonomies URL', 'auxin-elements' );
20
+ }
21
+
22
+ public function get_group() {
23
+ return 'URL';
24
+ }
25
+
26
+ public function get_categories() {
27
+ return [
28
+ TagsModule::URL_CATEGORY
29
+ ];
30
+ }
31
+
32
+ public function get_categories_list() {
33
+
34
+ $items = [
35
+ '' => __( 'Select...', 'auxin-elements' ),
36
+ ];
37
+
38
+ $categories = auxin_general_post_types_category_slug();
39
+ foreach( $categories as $category_slug => $post_type_name ) {
40
+ $terms = get_categories( array( 'taxonomy' => $category_slug ) );
41
+ foreach ( $terms as $term ) {
42
+ $items[ $term->term_id ] = $post_type_name . ' - ' . $term->name;
43
+ }
44
+ }
45
+
46
+ return $items;
47
+ }
48
+
49
+ public function is_settings_required() {
50
+ return true;
51
+ }
52
+
53
+ protected function _register_controls() {
54
+ $this->add_control(
55
+ 'key',
56
+ [
57
+ 'label' => __( 'Categories URL', 'auxin-elements' ),
58
+ 'type' => Controls_Manager::SELECT,
59
+ 'options' => $this->get_categories_list(),
60
+ 'default' => ''
61
+ ]
62
+ );
63
+ }
64
+
65
+ protected function get_category_url() {
66
+ if( $key = $this->get_settings( 'key' ) ){
67
+ return get_category_link( $key );
68
+ }
69
+
70
+ return '';
71
+ }
72
+
73
+ public function get_value( array $options = [] ) {
74
+ return $this->get_category_url();
75
+ }
76
+
77
+ public function render() {
78
+ echo $this->get_category_url();
79
+ }
80
+
81
+ }
includes/elementor/modules/templates-types-manager.php CHANGED
@@ -133,6 +133,18 @@ class Templates_Types_Manager {
133
  'group' => 'colors',
134
  'title' => 'Colors',
135
  ),
 
 
 
 
 
 
 
 
 
 
 
 
136
  // 'aux-post-date' => array(
137
  // 'file' => AUXELS_INC_DIR . '/elementor/modules/dynamic-tags/post-date.php',
138
  // 'class' => 'DynamicTags\Post_Date',
133
  'group' => 'colors',
134
  'title' => 'Colors',
135
  ),
136
+ 'aux-pages-url' => array(
137
+ 'file' => AUXELS_INC_DIR . '/elementor/modules/dynamic-tags/pages-url.php',
138
+ 'class' => 'DynamicTags\Auxin_Pages_Url',
139
+ 'group' => 'URL',
140
+ 'title' => 'URL',
141
+ ),
142
+ 'aux-cats-url' => array(
143
+ 'file' => AUXELS_INC_DIR . '/elementor/modules/dynamic-tags/taxonomies-url.php',
144
+ 'class' => 'DynamicTags\Auxin_Taxonomies_Url',
145
+ 'group' => 'URL',
146
+ 'title' => 'URL',
147
+ ),
148
  // 'aux-post-date' => array(
149
  // 'file' => AUXELS_INC_DIR . '/elementor/modules/dynamic-tags/post-date.php',
150
  // 'class' => 'DynamicTags\Post_Date',
includes/elementor/widgets/modern-button.php CHANGED
@@ -105,37 +105,75 @@ class ModernButton extends Widget_Base {
105
  $this->add_control(
106
  'label',
107
  [
108
- 'label' => __('Label','auxin-elements' ),
109
  'type' => Controls_Manager::TEXT,
110
- 'default' => __('Click Here','auxin-elements' ),
111
  ]
112
  );
113
 
114
  $this->add_control(
115
- 'link',
116
  [
117
- 'label' => __('Link','auxin-elements' ),
118
- 'type' => Controls_Manager::URL,
119
- 'placeholder' => 'https://your-link.com',
120
- 'show_external' => true,
121
- 'dynamic' => [
122
- 'active' => true
123
- ]
124
  ]
125
  );
126
 
127
  $this->add_control(
128
- 'open_video_in_lightbox',
129
- array(
130
- 'label' => __('Open Video in Lightbox','auxin-elements' ),
131
- 'type' => Controls_Manager::SWITCHER,
132
- 'label_on' => __( 'On', 'auxin-elements' ),
133
- 'label_off' => __( 'Off', 'auxin-elements' ),
134
- 'return_value' => 'yes',
135
- 'default' => ''
136
- )
137
  );
138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  $this->add_responsive_control(
140
  'btn_align',
141
  [
@@ -164,14 +202,30 @@ class ModernButton extends Widget_Base {
164
  );
165
 
166
  $this->add_control(
167
- 'icon_divider',
168
  [
169
- 'label' => __( 'Icon', 'auxin-elements' ),
170
- 'type' => Controls_Manager::HEADING,
171
- 'separator' => 'before'
 
 
 
 
172
  ]
173
  );
174
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  $this->add_control(
176
  'icon_display',
177
  [
@@ -401,7 +455,7 @@ class ModernButton extends Widget_Base {
401
  $this->end_controls_section();
402
 
403
  /*-----------------------------------------------------------------------------------*/
404
- /* Text Style Section
405
  /*-----------------------------------------------------------------------------------*/
406
 
407
  $this->start_controls_section(
@@ -496,6 +550,231 @@ class ModernButton extends Widget_Base {
496
 
497
  $this->end_controls_section();
498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  /*-----------------------------------------------------------------------------------*/
500
  /* Button Style Section
501
  /*-----------------------------------------------------------------------------------*/
@@ -778,7 +1057,13 @@ class ModernButton extends Widget_Base {
778
  <?php Icons_Manager::render_icon( $settings['icon'], [ 'aria-hidden' => 'true' ] );?>
779
  </div>
780
  <?php };?>
781
- <div class="aux-text"><?php echo esc_html( $settings['label'] ); ?></div>
 
 
 
 
 
 
782
  </a>
783
  <?php
784
  if ( auxin_is_true( $settings['open_video_in_lightbox'] ) ) {
105
  $this->add_control(
106
  'label',
107
  [
108
+ 'label' => __('Text','auxin-elements' ),
109
  'type' => Controls_Manager::TEXT,
110
+ 'default' => __('Click Here','auxin-elements' )
111
  ]
112
  );
113
 
114
  $this->add_control(
115
+ 'label2',
116
  [
117
+ 'label' => __('Highlighted Text', 'auxin-elements' ),
118
+ 'type' => Controls_Manager::TEXT,
119
+ 'default' => __('','auxin-elements' )
 
 
 
 
120
  ]
121
  );
122
 
123
  $this->add_control(
124
+ 'label3',
125
+ [
126
+ 'label' => __('After Text', 'auxin-elements' ),
127
+ 'type' => Controls_Manager::TEXT,
128
+ 'default' => __('','auxin-elements' )
129
+ ]
 
 
 
130
  );
131
 
132
+ $this->add_control(
133
+ 'vertical_align',
134
+ [
135
+ 'label' => __( 'Text Vertical Align', 'auxin-elements' ),
136
+ 'type' => Controls_Manager::CHOOSE,
137
+ 'options' => [
138
+ 'top' => [
139
+ 'title' => __( 'Top', 'auxin-elements' ),
140
+ 'icon' => 'eicon-v-align-top',
141
+ ],
142
+ 'center' => [
143
+ 'title' => __( 'Center', 'auxin-elements' ),
144
+ 'icon' => 'eicon-v-align-middle',
145
+ ],
146
+ 'bottom' => [
147
+ 'title' => __( 'Bottom', 'auxin-elements' ),
148
+ 'icon' => 'eicon-v-align-bottom',
149
+ ],
150
+ ],
151
+ 'selectors' => [
152
+ '{{WRAPPER}} .aux-text' => 'display:flex; align-items:{{VALUE}};'
153
+ ],
154
+ 'selectors_dictionary' => [
155
+ 'top' => 'flex-start',
156
+ 'bottom' => 'flex-end'
157
+ ],
158
+ 'conditions' => [
159
+ 'relation' => 'or',
160
+ 'terms' => [
161
+ [
162
+ 'name' => 'label2',
163
+ 'operator' => '!==',
164
+ 'value' => ''
165
+ ],
166
+ [
167
+ 'name' => 'label3',
168
+ 'operator' => '!==',
169
+ 'value' => ''
170
+ ]
171
+ ]
172
+ ],
173
+ 'default' => ''
174
+ ]
175
+ );
176
+
177
  $this->add_responsive_control(
178
  'btn_align',
179
  [
202
  );
203
 
204
  $this->add_control(
205
+ 'link',
206
  [
207
+ 'label' => __('Link','auxin-elements' ),
208
+ 'type' => Controls_Manager::URL,
209
+ 'placeholder' => 'https://your-link.com',
210
+ 'show_external' => true,
211
+ 'dynamic' => [
212
+ 'active' => true
213
+ ]
214
  ]
215
  );
216
 
217
+ $this->add_control(
218
+ 'open_video_in_lightbox',
219
+ array(
220
+ 'label' => __('Open Video in Lightbox','auxin-elements' ),
221
+ 'type' => Controls_Manager::SWITCHER,
222
+ 'label_on' => __( 'On', 'auxin-elements' ),
223
+ 'label_off' => __( 'Off', 'auxin-elements' ),
224
+ 'return_value' => 'yes',
225
+ 'default' => ''
226
+ )
227
+ );
228
+
229
  $this->add_control(
230
  'icon_display',
231
  [
455
  $this->end_controls_section();
456
 
457
  /*-----------------------------------------------------------------------------------*/
458
+ /* Label Style Section
459
  /*-----------------------------------------------------------------------------------*/
460
 
461
  $this->start_controls_section(
550
 
551
  $this->end_controls_section();
552
 
553
+
554
+ /*-----------------------------------------------------------------------------------*/
555
+ /* Label Highlighted Style Section
556
+ /*-----------------------------------------------------------------------------------*/
557
+
558
+ $this->start_controls_section(
559
+ 'section_style_text2',
560
+ [
561
+ 'label' => __('Highlighted Text', 'auxin-elements' ),
562
+ 'tab' => Controls_Manager::TAB_STYLE,
563
+ 'condition' => [
564
+ 'label2!' => ''
565
+ ]
566
+ ]
567
+ );
568
+
569
+
570
+ $this->start_controls_tabs( 'text2_styles' );
571
+
572
+ $this->start_controls_tab(
573
+ 'text2_normal',
574
+ [
575
+ 'label' => __( 'Normal' , 'auxin-elements' )
576
+ ]
577
+ );
578
+
579
+ $this->add_group_control(
580
+ Group_Control_Typography::get_type(),
581
+ [
582
+ 'name' => 'text2_normal_typo',
583
+ 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
584
+ 'selector' => '{{WRAPPER}} .aux-text-highlighted'
585
+ ]
586
+ );
587
+
588
+ $this->add_control(
589
+ 'text2_normal_color',
590
+ [
591
+ 'label' => __( 'Color', 'auxin-elements' ),
592
+ 'type' => Controls_Manager::COLOR,
593
+ 'selectors' => [
594
+ '{{WRAPPER}} .aux-text-highlighted' => 'color: {{VALUE}};'
595
+ ]
596
+ ]
597
+
598
+ );
599
+
600
+ $this->add_group_control(
601
+ Group_Control_Text_Shadow::get_type(),
602
+ [
603
+ 'name' => 'text2_normal_text_shadow',
604
+ 'label' => __( 'Text Shadow', 'auxin-elements' ),
605
+ 'selector' => '{{WRAPPER}} .aux-text-highlighted'
606
+ ]
607
+ );
608
+
609
+ $this->end_controls_tab();
610
+
611
+ $this->start_controls_tab(
612
+ 'text2_hover',
613
+ [
614
+ 'label' => __( 'Hover' , 'auxin-elements' )
615
+ ]
616
+ );
617
+
618
+ $this->add_group_control(
619
+ Group_Control_Typography::get_type(),
620
+ [
621
+ 'name' => 'text2_hover_typo',
622
+ 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
623
+ 'selector' => '{{WRAPPER}} .aux-modern-button:hover .aux-text-highlighted'
624
+ ]
625
+ );
626
+
627
+ $this->add_control(
628
+ 'text2_hover_color',
629
+ [
630
+ 'label' => __( 'Color', 'auxin-elements' ),
631
+ 'type' => Controls_Manager::COLOR,
632
+ 'selectors' => [
633
+ '{{WRAPPER}} .aux-modern-button:hover .aux-text-highlighted' => 'color:{{VALUE}};'
634
+ ]
635
+ ]
636
+ );
637
+
638
+ $this->add_group_control(
639
+ Group_Control_Text_Shadow::get_type(),
640
+ [
641
+ 'name' => 'text2_hover_text_shadow',
642
+ 'label' => __( 'Text Shadow', 'auxin-elements' ),
643
+ 'selector' => '{{WRAPPER}} .aux-modern-button:hover .aux-text-highlighted'
644
+ ]
645
+ );
646
+
647
+ $this->end_controls_tab();
648
+
649
+ $this->end_controls_tabs();
650
+
651
+ $this->add_responsive_control(
652
+ 'text2_margin',
653
+ [
654
+ 'label' => __( 'Margin', 'auxin-elements' ),
655
+ 'type' => Controls_Manager::DIMENSIONS,
656
+ 'size_units' => [ 'px', 'em', '%' ],
657
+ 'selectors' => [
658
+ '{{WRAPPER}} .aux-text-highlighted' => 'margin:{{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
659
+ ],
660
+ 'separator' => 'before'
661
+ ]
662
+ );
663
+
664
+ $this->end_controls_section();
665
+
666
+ /*-----------------------------------------------------------------------------------*/
667
+ /* Label After Style Section
668
+ /*-----------------------------------------------------------------------------------*/
669
+
670
+ $this->start_controls_section(
671
+ 'section_style_text3',
672
+ [
673
+ 'label' => __('After Text', 'auxin-elements' ),
674
+ 'tab' => Controls_Manager::TAB_STYLE,
675
+ 'condition' => [
676
+ 'label3!' => ''
677
+ ]
678
+ ]
679
+ );
680
+
681
+
682
+ $this->start_controls_tabs( 'text3_styles' );
683
+
684
+ $this->start_controls_tab(
685
+ 'text3_normal',
686
+ [
687
+ 'label' => __( 'Normal' , 'auxin-elements' )
688
+ ]
689
+ );
690
+
691
+ $this->add_group_control(
692
+ Group_Control_Typography::get_type(),
693
+ [
694
+ 'name' => 'text3_normal_typo',
695
+ 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
696
+ 'selector' => '{{WRAPPER}} .aux-text-after'
697
+ ]
698
+ );
699
+
700
+ $this->add_control(
701
+ 'text3_normal_color',
702
+ [
703
+ 'label' => __( 'Color', 'auxin-elements' ),
704
+ 'type' => Controls_Manager::COLOR,
705
+ 'selectors' => [
706
+ '{{WRAPPER}} .aux-text-after' => 'color: {{VALUE}};'
707
+ ]
708
+ ]
709
+
710
+ );
711
+
712
+ $this->add_group_control(
713
+ Group_Control_Text_Shadow::get_type(),
714
+ [
715
+ 'name' => 'text3_normal_text_shadow',
716
+ 'label' => __( 'Text Shadow', 'auxin-elements' ),
717
+ 'selector' => '{{WRAPPER}} .aux-text-after'
718
+ ]
719
+ );
720
+
721
+ $this->end_controls_tab();
722
+
723
+ $this->start_controls_tab(
724
+ 'text3_hover',
725
+ [
726
+ 'label' => __( 'Hover' , 'auxin-elements' )
727
+ ]
728
+ );
729
+
730
+ $this->add_group_control(
731
+ Group_Control_Typography::get_type(),
732
+ [
733
+ 'name' => 'text3_hover_typo',
734
+ 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
735
+ 'selector' => '{{WRAPPER}} .aux-modern-button:hover .aux-text-after'
736
+ ]
737
+ );
738
+
739
+ $this->add_control(
740
+ 'text3_hover_color',
741
+ [
742
+ 'label' => __( 'Color', 'auxin-elements' ),
743
+ 'type' => Controls_Manager::COLOR,
744
+ 'selectors' => [
745
+ '{{WRAPPER}} .aux-modern-button:hover .aux-text-after' => 'color:{{VALUE}};'
746
+ ]
747
+ ]
748
+ );
749
+
750
+ $this->add_group_control(
751
+ Group_Control_Text_Shadow::get_type(),
752
+ [
753
+ 'name' => 'text3_hover_text_shadow',
754
+ 'label' => __( 'Text Shadow', 'auxin-elements' ),
755
+ 'selector' => '{{WRAPPER}} .aux-modern-button:hover .aux-text-after'
756
+ ]
757
+ );
758
+
759
+ $this->end_controls_tab();
760
+
761
+ $this->end_controls_tabs();
762
+
763
+ $this->add_responsive_control(
764
+ 'text3_margin',
765
+ [
766
+ 'label' => __( 'Margin', 'auxin-elements' ),
767
+ 'type' => Controls_Manager::DIMENSIONS,
768
+ 'size_units' => [ 'px', 'em', '%' ],
769
+ 'selectors' => [
770
+ '{{WRAPPER}} .aux-text-after' => 'margin:{{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
771
+ ],
772
+ 'separator' => 'before'
773
+ ]
774
+ );
775
+
776
+ $this->end_controls_section();
777
+
778
  /*-----------------------------------------------------------------------------------*/
779
  /* Button Style Section
780
  /*-----------------------------------------------------------------------------------*/
1057
  <?php Icons_Manager::render_icon( $settings['icon'], [ 'aria-hidden' => 'true' ] );?>
1058
  </div>
1059
  <?php };?>
1060
+ <div class="aux-text">
1061
+ <?php
1062
+ if( ! empty( $settings['label'] ) ){ printf( '<span class="aux-text-before">%s</span>', do_shortcode( $settings['label'] ) ); }
1063
+ if( ! empty( $settings['label2'] ) ){ printf( '<span class="aux-text-highlighted">%s</span>', do_shortcode( $settings['label2'] ) ); }
1064
+ if( ! empty( $settings['label3'] ) ){ printf( '<span class="aux-text-after">%s</span>', do_shortcode( $settings['label3'] ) ); }
1065
+ ?>
1066
+ </div>
1067
  </a>
1068
  <?php
1069
  if ( auxin_is_true( $settings['open_video_in_lightbox'] ) ) {
includes/elementor/widgets/recent-posts-grid-carousel.php CHANGED
@@ -1937,7 +1937,8 @@ class RecentPostsGridCarousel extends Widget_Base {
1937
  protected function render() {
1938
 
1939
  $settings = $this->get_settings_for_display();
1940
-
 
1941
  $args = array(
1942
  // Display section
1943
  'show_media' => $settings['show_media'],
1937
  protected function render() {
1938
 
1939
  $settings = $this->get_settings_for_display();
1940
+ $settings['post_media_size'] = $settings['post_media_size'] == 'auto' ? '' : $settings['post_media_size'];
1941
+
1942
  $args = array(
1943
  // Display section
1944
  'show_media' => $settings['show_media'],
includes/elementor/widgets/recent-posts-land-style.php CHANGED
@@ -197,6 +197,21 @@ class RecentPostsLand extends Widget_Base {
197
  )
198
  );
199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
 
201
  $this->add_control(
202
  'display_categories',
@@ -294,22 +309,6 @@ class RecentPostsLand extends Widget_Base {
294
  )
295
  );
296
 
297
- $this->add_control(
298
- 'display_author_header',
299
- array(
300
- 'label' => __('Display Author in Header','auxin-elements' ),
301
- 'description' => __('Enable it to display author name in header','auxin-elements' ),
302
- 'type' => Controls_Manager::SWITCHER,
303
- 'label_on' => __( 'On', 'auxin-elements' ),
304
- 'label_off' => __( 'Off', 'auxin-elements' ),
305
- 'return_value' => 'yes',
306
- 'default' => 'yes',
307
- 'condition' => array(
308
- 'author_or_readmore' => 'author',
309
- )
310
- )
311
- );
312
-
313
  $this->add_control(
314
  'display_author_footer',
315
  array(
197
  )
198
  );
199
 
200
+ $this->add_control(
201
+ 'display_author_header',
202
+ array(
203
+ 'label' => __('Display Author in Header','auxin-elements' ),
204
+ 'description' => __('Enable it to display author name in header','auxin-elements' ),
205
+ 'type' => Controls_Manager::SWITCHER,
206
+ 'label_on' => __( 'On', 'auxin-elements' ),
207
+ 'label_off' => __( 'Off', 'auxin-elements' ),
208
+ 'return_value' => 'yes',
209
+ 'default' => 'yes',
210
+ 'condition' => array(
211
+ 'show_info' => 'yes',
212
+ )
213
+ )
214
+ );
215
 
216
  $this->add_control(
217
  'display_categories',
309
  )
310
  );
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  $this->add_control(
313
  'display_author_footer',
314
  array(
includes/elementor/widgets/testimonial.php CHANGED
@@ -970,6 +970,10 @@ class Testimonial extends Widget_Base {
970
 
971
  $settings = $this->get_settings_for_display();
972
 
 
 
 
 
973
  $args = array(
974
  'template' => $settings['template'],
975
  'image_html' => Group_Control_Image_Size::get_attachment_image_html( $settings, 'customer_img' ),
970
 
971
  $settings = $this->get_settings_for_display();
972
 
973
+ if ( function_exists( 'auxin_maybe_create_image_size' ) ) {
974
+ auxin_maybe_create_image_size( $settings['customer_img']['id'], $settings['customer_img_size'] );
975
+ }
976
+
977
  $args = array(
978
  'template' => $settings['template'],
979
  'image_html' => Group_Control_Image_Size::get_attachment_image_html( $settings, 'customer_img' ),
includes/elementor/widgets/text.php CHANGED
@@ -589,7 +589,27 @@ class Text extends Widget_Base {
589
  )
590
  )
591
  );
592
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
 
594
  $this->end_controls_tab();
595
 
589
  )
590
  )
591
  );
592
+
593
+ $this->add_control(
594
+ 'icon_transition',
595
+ array(
596
+ 'label' => __( 'Transition duration', 'auxin-elements' ),
597
+ 'type' => Controls_Manager::SLIDER,
598
+ 'range' => array(
599
+ 'px' => array(
600
+ 'min' => 0,
601
+ 'max' => 2000,
602
+ 'step' => 50
603
+ )
604
+ ),
605
+ 'selectors' => array(
606
+ '{{WRAPPER}} .aux-ico-box' => 'transition:all {{SIZE}}ms ease;'
607
+ ),
608
+ 'condition' => array(
609
+ 'icon_or_image' => ['icon']
610
+ )
611
+ )
612
+ );
613
 
614
  $this->end_controls_tab();
615
 
includes/elementor/widgets/theme-elements/menu.php CHANGED
@@ -1115,6 +1115,17 @@ class MenuBox extends Widget_Base {
1115
  )
1116
  );
1117
 
 
 
 
 
 
 
 
 
 
 
 
1118
  $this->end_controls_section();
1119
 
1120
  /* Full Screen Menu Section
1115
  )
1116
  );
1117
 
1118
+ $this->add_control(
1119
+ 'burger_offcanvas_menu_bg_color',
1120
+ array(
1121
+ 'label' => __( 'Off canvas menu background color', 'auxin-elements' ),
1122
+ 'type' => Controls_Manager::COLOR,
1123
+ 'selectors' => array(
1124
+ '{{WRAPPER}} .aux-offcanvas-menu' => 'background-color: {{VALUE}};',
1125
+ ),
1126
+ )
1127
+ );
1128
+
1129
  $this->end_controls_section();
1130
 
1131
  /* Full Screen Menu Section
includes/elements/button.php CHANGED
@@ -389,7 +389,7 @@ function auxin_widget_button_callback( $atts = array(), $shortcode_content = nul
389
 
390
  $btn_tag = empty( $link ) ? 'button' : 'a';
391
  $btn_rel = auxin_is_true ( $nofollow ) ? ' rel="nofollow"' : '';
392
- $btn_href = empty( $link ) ? '' : ' href="'. esc_url( $link ) .'" target="'. esc_attr( $target ) .'" ' . $btn_rel;
393
 
394
  $output = '';
395
 
389
 
390
  $btn_tag = empty( $link ) ? 'button' : 'a';
391
  $btn_rel = auxin_is_true ( $nofollow ) ? ' rel="nofollow"' : '';
392
+ $btn_href = empty( $link ) ? '' : ' href="'. $link .'" target="'. esc_attr( $target ) .'" ' . $btn_rel;
393
 
394
  $output = '';
395
 
includes/elements/gallery.php CHANGED
@@ -623,7 +623,7 @@ function auxin_widget_gallery_callback( $attr, $shortcode_content = null ){
623
  'upscale' => true,
624
  'image_sizes' => array(
625
  array( 'min' => '', 'max' => '767px', 'width' => round( 100 / $phone_cnum ).'vw' ),
626
- array( 'min' => '768px', 'max' => '992px', 'width' => round( 100 / $tablet_cnum ).'vw' ),
627
  array( 'min' => '' , 'max' => '', 'width' => $column_media_width.'px' )
628
  ),
629
  'srcset_sizes' => $the_sizes
623
  'upscale' => true,
624
  'image_sizes' => array(
625
  array( 'min' => '', 'max' => '767px', 'width' => round( 100 / $phone_cnum ).'vw' ),
626
+ array( 'min' => '768px', 'max' => '1025px', 'width' => round( 100 / $tablet_cnum ).'vw' ),
627
  array( 'min' => '' , 'max' => '', 'width' => $column_media_width.'px' )
628
  ),
629
  'srcset_sizes' => $the_sizes
includes/elements/recent-posts-grid-carousel.php CHANGED
@@ -943,7 +943,7 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
943
 
944
 
945
  $phone_break_point = 767;
946
- $tablet_break_point = 992;
947
 
948
  $show_comments = true; // shows comments icon
949
  $post_counter = 0;
943
 
944
 
945
  $phone_break_point = 767;
946
+ $tablet_break_point = 1025;
947
 
948
  $show_comments = true; // shows comments icon
949
  $post_counter = 0;
includes/elements/recent-posts-land-style.php CHANGED
@@ -543,7 +543,7 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
543
 
544
 
545
  $phone_break_point = 767;
546
- $tablet_break_point = 992;
547
 
548
  $show_comments = true; // shows comments icon
549
  $post_counter = 0;
543
 
544
 
545
  $phone_break_point = 767;
546
+ $tablet_break_point = 1025;
547
 
548
  $show_comments = true; // shows comments icon
549
  $post_counter = 0;
includes/elements/recent-posts-masonry.php CHANGED
@@ -577,7 +577,7 @@ function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content =
577
 
578
 
579
  $phone_break_point = 767;
580
- $tablet_break_point = 992;
581
 
582
  $show_comments = true; // shows comments icon
583
  $post_counter = 0;
577
 
578
 
579
  $phone_break_point = 767;
580
+ $tablet_break_point = 1025;
581
 
582
  $show_comments = true; // shows comments icon
583
  $post_counter = 0;
includes/elements/recent-posts-tiles-carousel.php CHANGED
@@ -647,7 +647,7 @@ function auxin_widget_recent_posts_tiles_carousel_callback( $atts, $shortcode_co
647
 
648
  $tile_style = 'aux-tile-' . esc_attr( $tile_style ) . ' ';
649
  $phone_break_point = 767;
650
- $tablet_break_point = 992;
651
 
652
  $show_comments = true; // shows comments icon
653
  $post_counter = 0;
647
 
648
  $tile_style = 'aux-tile-' . esc_attr( $tile_style ) . ' ';
649
  $phone_break_point = 767;
650
+ $tablet_break_point = 1025;
651
 
652
  $show_comments = true; // shows comments icon
653
  $post_counter = 0;
includes/elements/recent-posts-tiles.php CHANGED
@@ -553,7 +553,7 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
553
  echo $result['widget_title'];
554
 
555
  $phone_break_point = 767;
556
- $tablet_break_point = 992;
557
 
558
  $show_comments = true; // shows comments icon
559
  $post_counter = 0;
553
  echo $result['widget_title'];
554
 
555
  $phone_break_point = 767;
556
+ $tablet_break_point = 1025;
557
 
558
  $show_comments = true; // shows comments icon
559
  $post_counter = 0;
includes/elements/recent-posts-timeline.php CHANGED
@@ -563,7 +563,7 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
563
 
564
 
565
  $phone_break_point = 767;
566
- $tablet_break_point = 992;
567
 
568
  $show_comments = true; // shows comments icon
569
  $wrapper_class = 'aux-timeline aux-ajax-view aux-'.$timeline_alignment;
563
 
564
 
565
  $phone_break_point = 767;
566
+ $tablet_break_point = 1025;
567
 
568
  $show_comments = true; // shows comments icon
569
  $wrapper_class = 'aux-timeline aux-ajax-view aux-'.$timeline_alignment;
includes/elements/recent-products.php CHANGED
@@ -474,7 +474,7 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
474
  echo '<h4 class="aux-h4 widget-subtitle">' . esc_html( $subtitle ) . '</h4>';
475
 
476
  $phone_break_point = 767;
477
- $tablet_break_point = 992;
478
 
479
  $show_comments = true; // shows comments icon
480
  $post_counter = 0;
474
  echo '<h4 class="aux-h4 widget-subtitle">' . esc_html( $subtitle ) . '</h4>';
475
 
476
  $phone_break_point = 767;
477
+ $tablet_break_point = 1025;
478
 
479
  $show_comments = true; // shows comments icon
480
  $post_counter = 0;
includes/general-hooks.php CHANGED
@@ -2467,6 +2467,24 @@ function auxin_on_auxin_fw_admin_loaded(){
2467
  add_action( 'admin_init' , 'auxin_assign_default_caps_for_post_types' );
2468
  set_theme_mod( 'are_auxin_caps_assigned', 1 );
2469
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2470
  }
2471
 
2472
  add_action( 'auxin_admin_loaded', 'auxin_on_auxin_fw_admin_loaded' );
@@ -3329,18 +3347,16 @@ add_filter( 'woocommerce_product_get_rating_html', 'auxin_get_star_rating_html',
3329
  /* Enable ajax add to cart on free version
3330
  /*-----------------------------------------------------------------------------------*/
3331
  function auxels_enable_woocommerce_ajax_add_to_cart( $args ){
3332
- if( ! defined('AUXSHP_VERSION' ) ) {
3333
- global $product;
3334
- $args['class'] = implode( ' ', array_filter( array(
3335
- 'button',
3336
- 'aux-ajax-add-to-cart',
3337
- 'product_type_' . $product->get_type(),
3338
- $product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : ''
3339
- ) ) );
3340
-
3341
- $args['attributes']['data-product-type'] = $product->get_type();
3342
- $args['attributes']['data-verify_nonce'] = wp_create_nonce( 'aux_add_to_cart-' . $product->get_id() );
3343
- }
3344
 
3345
  return $args;
3346
  }
@@ -3442,4 +3458,87 @@ function auxin_override_post_types_archive_link( $link, $post_type ) {
3442
 
3443
  return $link;
3444
  }
3445
- add_filter( 'post_type_archive_link', 'auxin_override_post_types_archive_link', 10, 2 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2467
  add_action( 'admin_init' , 'auxin_assign_default_caps_for_post_types' );
2468
  set_theme_mod( 'are_auxin_caps_assigned', 1 );
2469
  }
2470
+
2471
+ if ( ! auxin_get_theme_mod( 'initial_date', 0 ) ) {
2472
+ set_theme_mod( 'initial_date', current_time( 'mysql' ) );
2473
+ }
2474
+
2475
+ $slug = THEME_PRO ? 'pro' : 'free';
2476
+ if ( ! auxin_get_theme_mod( 'initial_version_' . $slug, 0 ) ) {
2477
+ set_theme_mod( 'initial_version_' . $slug, THEME_VERSION );
2478
+ }
2479
+
2480
+ if ( ! auxin_get_theme_mod( 'initial_date_' . $slug, 0 ) ) {
2481
+ set_theme_mod( 'initial_date_' . $slug, current_time( 'mysql' ) );
2482
+ }
2483
+
2484
+ if ( ! auxin_get_theme_mod( 'client_key', 0 ) ) {
2485
+ $client_key = base64_encode( get_site_url() ) . rand( 100000, 1000000 );
2486
+ set_theme_mod( 'client_key', str_shuffle( $client_key ) );
2487
+ }
2488
  }
2489
 
2490
  add_action( 'auxin_admin_loaded', 'auxin_on_auxin_fw_admin_loaded' );
3347
  /* Enable ajax add to cart on free version
3348
  /*-----------------------------------------------------------------------------------*/
3349
  function auxels_enable_woocommerce_ajax_add_to_cart( $args ){
3350
+ global $product;
3351
+ $args['class'] = implode( ' ', array_filter( array(
3352
+ 'button',
3353
+ 'aux-ajax-add-to-cart',
3354
+ 'product_type_' . $product->get_type(),
3355
+ $product->is_purchasable() && $product->is_in_stock() ? 'add_to_cart_button' : ''
3356
+ ) ) );
3357
+
3358
+ $args['attributes']['data-product-type'] = $product->get_type();
3359
+ $args['attributes']['data-verify_nonce'] = wp_create_nonce( 'aux_add_to_cart-' . $product->get_id() );
 
 
3360
 
3361
  return $args;
3362
  }
3458
 
3459
  return $link;
3460
  }
3461
+ add_filter( 'post_type_archive_link', 'auxin_override_post_types_archive_link', 10, 2 );
3462
+
3463
+ function auxels_improve_usage_feedback( $args ) {
3464
+ // collect theme name and version
3465
+ if ( false == $transient = auxin_get_transient( 'auxels_usage_trac' ) ) {
3466
+ $migrated = ( THEME_ID == 'phlox-pro' && ! empty( get_option( 'theme_mods_phlox' ) ) ) ? true : false;
3467
+ $args['body']['client_meta']['migrated'] = $migrated;
3468
+
3469
+ // plugins usage
3470
+ $plugins = [
3471
+ 'Auxin Portfolio' => 'auxin-portfolio/auxin-portfolio.php',
3472
+ 'Auxin Shop' => 'auxin-shop/auxin-shop.php',
3473
+ 'Auxin News' => 'auxin-News/auxin-News.php',
3474
+ 'WpBakery' => 'js_composer/js_composer.php',
3475
+ 'Revolution Slider' => 'revslider/revslider.php',
3476
+ 'SiteOrigin' => 'siteorigin-panels/siteorigin-panels.php',
3477
+ 'Element Pack' => 'bdthemes-element-pack/bdthemes-element-pack.php',
3478
+ 'Yellow Pencil' => 'waspthemes-yellow-pencil/yellow-pencil.php',
3479
+ 'WooCommerce' => 'woocommerce/woocommerce.php'
3480
+ ];
3481
+ foreach ( $plugins as $name => $plugin ) {
3482
+ if ( ! is_plugin_active( $plugin ) ) {
3483
+ unset( $plugins[ $name ] );
3484
+ }
3485
+ }
3486
+ $args['body']['client_meta']['plugins'] = $plugins;
3487
+
3488
+ // options usage
3489
+ $deprecated_options = [
3490
+ 'header' => 'site_header_use_legacy',
3491
+ 'footer' => 'site_footer_use_legacy'
3492
+ ];
3493
+ foreach( $deprecated_options as $key => $option ) {
3494
+ $args['body']['client_meta'][ 'has_dep_' . $key ] = auxin_is_true( auxin_get_option( $option ) ) ? 1 : 0;
3495
+ }
3496
+
3497
+ // post-types and title bar settings usage
3498
+ $args['body']['client_meta']['post-types'] = [
3499
+ 'post' => [ 'num' => 0, 'title-bar' => 0 ],
3500
+ 'page' => [ 'num' => 0, 'title-bar' => 0 ],
3501
+ 'portfolio' => [ 'num' => 0, 'title-bar' => 0 ],
3502
+ 'product' => [ 'num' => 0, 'title-bar' => 0 ],
3503
+ 'news' => [ 'num' => 0, 'title-bar' => 0 ],
3504
+ 'faq' => [ 'num' => 0, 'title-bar' => 0 ]
3505
+ ];
3506
+ foreach ( $args['body']['client_meta']['post-types'] as $key => $post_type ) {
3507
+ if ( ! post_type_exists( $post_type ) ) {
3508
+ continue;
3509
+ }
3510
+
3511
+ $query = new WP_Query( array( 'post_type' => $post_type, 'posts_per_page' => -1 ) );
3512
+ $args['body']['client_meta']['post-types'][ $key ]['num'] = $query->found_posts;
3513
+
3514
+ $title_bar_usage = 0;
3515
+ $title_bar_show = auxin_get_option( $post_type . '_show_title_bar' );
3516
+
3517
+ if ( $query->have_posts() ) {
3518
+ while( $query->have_posts() ) {
3519
+ $query->the_post();
3520
+
3521
+ if ( ( 'default' == $meta_title_bar = get_post_meta( get_the_ID(), 'aux_show_title_bar' ) ) && auxin_is_true( $title_bar_show ) ) {
3522
+ ++$title_bar_usage;
3523
+ } elseif ( auxin_is_true( $meta_title_bar ) ) {
3524
+ ++$title_bar_usage;
3525
+ }
3526
+ }
3527
+ }
3528
+ $args['body']['client_meta']['post-types'][ $key ]['title-bar'] = $title_bar_usage;
3529
+ wp_reset_postdata();
3530
+ }
3531
+
3532
+ $slug = THEME_PRO ? 'pro' : 'free';
3533
+ $args['body']['client_meta']['init_date_' . $slug] = get_theme_mod( 'initial_date_' . $slug , current_time( 'mysql' ) );
3534
+ $args['body']['client_meta']['init_version_' . $slug] = get_theme_mod( 'initial_version_' . $slug, THEME_VERSION );
3535
+
3536
+ auxin_set_transient( 'auxels_usage_trac', $args['body']['client_meta'], DAY_IN_SECONDS );
3537
+
3538
+ } else {
3539
+ $args['body']['client_meta'] = $transient;
3540
+ }
3541
+ return $args;
3542
+
3543
+ }
3544
+ add_filter( 'auxels_version_check_args', 'auxels_improve_usage_feedback' );
languages/auxin-elements.pot CHANGED
@@ -1,9 +1,9 @@
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Phlox Core Elements 2.5.20\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2020-05-27 07:52:17+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -59,8 +59,8 @@ msgid "It's OK."
59
  msgstr ""
60
 
61
  #: admin/includes/admin-ajax.php:198
62
- #: includes/classes/class-auxin-welcome.php:1164
63
- #: includes/classes/class-auxin-welcome.php:1280
64
  msgid "Security Token Error!"
65
  msgstr ""
66
 
@@ -87,17 +87,17 @@ msgid "Activate"
87
  msgstr ""
88
 
89
  #: admin/includes/admin-ajax.php:242 admin/includes/admin-ajax.php:257
90
- #: includes/classes/class-auxin-demo-importer.php:178
91
  msgid "Retry"
92
  msgstr ""
93
 
94
  #: admin/includes/admin-ajax.php:253
95
- #: includes/classes/class-auxin-demo-importer.php:102
96
- #: includes/classes/class-auxin-demo-importer.php:145
97
- #: includes/classes/class-auxin-demo-importer.php:180
98
- #: includes/classes/class-auxin-welcome.php:1259
99
- #: includes/classes/class-auxin-welcome.php:1294
100
- #: includes/classes/class-auxin-welcome.php:1654
101
  msgid "Close"
102
  msgstr ""
103
 
@@ -218,19 +218,15 @@ msgstr ""
218
  msgid "Remind Me Later"
219
  msgstr ""
220
 
221
- #: admin/includes/admin-hooks.php:791
222
- msgid "Dismiss"
223
- msgstr ""
224
-
225
- #: admin/includes/admin-hooks.php:863
226
  msgid "Phlox is Not Activated! to Unlock All Features Activate Now."
227
  msgstr ""
228
 
229
- #: admin/includes/admin-hooks.php:867
230
  msgid "Activate Now"
231
  msgstr ""
232
 
233
- #: admin/includes/admin-hooks.php:916
234
  msgid "Uncategorized"
235
  msgstr ""
236
 
@@ -270,44 +266,70 @@ msgstr ""
270
  msgid "System Status Check By Averta"
271
  msgstr ""
272
 
273
- #: admin/includes/classes/class-auxels-system-check.php:33
 
 
 
 
274
  msgid "Required and recommended php ini settings passed successfully"
275
  msgstr ""
276
 
277
- #: admin/includes/classes/class-auxels-system-check.php:36
 
278
  msgid "Performance"
279
  msgstr ""
280
 
281
- #: admin/includes/classes/class-auxels-system-check.php:41
282
  msgid "Maximum execution time test passed"
283
  msgstr ""
284
 
285
- #: admin/includes/classes/class-auxels-system-check.php:48
286
  msgid "Warning"
287
  msgstr ""
288
 
289
- #: admin/includes/classes/class-auxels-system-check.php:49
290
- #: admin/includes/classes/class-auxels-system-check.php:63
291
  msgid "We recommend setting max execution time to at least 60."
292
  msgstr ""
293
 
294
- #: admin/includes/classes/class-auxin-license-activation.php:105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
  msgid "Email address is required."
296
  msgstr ""
297
 
298
- #: admin/includes/classes/class-auxin-license-activation.php:108
299
  msgid "Purchase key is required."
300
  msgstr ""
301
 
302
- #: admin/includes/classes/class-auxin-license-activation.php:114
303
  msgid "Please enter a valid email address."
304
  msgstr ""
305
 
306
- #: admin/includes/classes/class-auxin-license-activation.php:130
307
  msgid "Bad request with wrong header .."
308
  msgstr ""
309
 
310
- #: admin/includes/classes/class-auxin-license-activation.php:166
311
  msgid "Connection error..."
312
  msgstr ""
313
 
@@ -316,10 +338,14 @@ msgid "You need to enter a unique id for notice."
316
  msgstr ""
317
 
318
  #: admin/includes/classes/class-auxin-notices.php:186
319
- #: includes/classes/class-auxin-welcome.php:1696
320
  msgid "Skip"
321
  msgstr ""
322
 
 
 
 
 
323
  #: admin/includes/classes/class-auxin-upgrader-ajax-handlers.php:26
324
  msgid "Please enter a valid update type."
325
  msgstr ""
@@ -746,7 +772,7 @@ msgstr ""
746
  #: admin/includes/metaboxes/metabox-fields-general-footer.php:21
747
  #: includes/elementor/modules/documents/footer.php:34
748
  #: includes/elementor/modules/documents/footer.php:45
749
- #: includes/elementor/widgets/text.php:1524
750
  msgid "Footer"
751
  msgstr ""
752
 
@@ -984,7 +1010,7 @@ msgstr ""
984
 
985
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
986
  #: includes/elements/staff.php:207 includes/elements/text.php:105
987
- #: includes/general-hooks.php:2979
988
  msgid "Boxed"
989
  msgstr ""
990
 
@@ -1164,7 +1190,8 @@ msgstr ""
1164
  #: includes/elementor/widgets/heading-modern.php:163
1165
  #: includes/elementor/widgets/icon.php:174
1166
  #: includes/elementor/widgets/image.php:323
1167
- #: includes/elementor/widgets/modern-button.php:150
 
1168
  #: includes/elementor/widgets/quote.php:169
1169
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:252
1170
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1618
@@ -1174,13 +1201,13 @@ msgstr ""
1174
  #: includes/elementor/widgets/staff.php:846
1175
  #: includes/elementor/widgets/svg.php:288
1176
  #: includes/elementor/widgets/testimonial.php:813
1177
- #: includes/elementor/widgets/text.php:1397
1178
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:435
1179
  #: includes/elementor/widgets/theme-elements/copyright.php:146
1180
  #: includes/elementor/widgets/theme-elements/current-time.php:139
1181
  #: includes/elementor/widgets/theme-elements/logo.php:165
1182
  #: includes/elementor/widgets/theme-elements/menu.php:332
1183
- #: includes/elementor/widgets/theme-elements/menu.php:1343
1184
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1185
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1186
  #: includes/elements/quote.php:112
@@ -1202,8 +1229,8 @@ msgstr ""
1202
  #: includes/elementor/widgets/heading-modern.php:159
1203
  #: includes/elementor/widgets/icon.php:170
1204
  #: includes/elementor/widgets/image.php:319
1205
- #: includes/elementor/widgets/modern-button.php:146
1206
- #: includes/elementor/widgets/modern-button.php:523
1207
  #: includes/elementor/widgets/quote.php:165
1208
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1614
1209
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1751
@@ -1214,15 +1241,15 @@ msgstr ""
1214
  #: includes/elementor/widgets/svg.php:284
1215
  #: includes/elementor/widgets/testimonial.php:809
1216
  #: includes/elementor/widgets/text.php:367
1217
- #: includes/elementor/widgets/text.php:1094
1218
- #: includes/elementor/widgets/text.php:1393
1219
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:431
1220
  #: includes/elementor/widgets/theme-elements/copyright.php:142
1221
  #: includes/elementor/widgets/theme-elements/current-time.php:135
1222
  #: includes/elementor/widgets/theme-elements/logo.php:161
1223
  #: includes/elementor/widgets/theme-elements/menu.php:281
1224
  #: includes/elementor/widgets/theme-elements/menu.php:328
1225
- #: includes/elementor/widgets/theme-elements/menu.php:1339
1226
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1227
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1228
  #: includes/elements/button.php:183 includes/elements/image.php:151
@@ -1271,9 +1298,9 @@ msgstr ""
1271
  #: admin/includes/metaboxes/metabox-fields-general-header.php:707
1272
  #: includes/elementor/widgets/button.php:163
1273
  #: includes/elementor/widgets/divider.php:146
1274
- #: includes/elementor/widgets/modern-button.php:253
1275
  #: includes/elementor/widgets/staff.php:755
1276
- #: includes/elementor/widgets/text.php:990 includes/elements/button.php:66
1277
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1278
  #: includes/elements/staff.php:463 includes/elements/text.php:469
1279
  #: includes/elements/text.php:677 includes/general-hooks.php:689
@@ -1285,9 +1312,9 @@ msgstr ""
1285
  #: includes/classes/class-auxin-svg-support.php:192
1286
  #: includes/elementor/widgets/button.php:162
1287
  #: includes/elementor/widgets/divider.php:145
1288
- #: includes/elementor/widgets/modern-button.php:252
1289
  #: includes/elementor/widgets/staff.php:756
1290
- #: includes/elementor/widgets/text.php:989
1291
  #: includes/elements/before-after.php:104 includes/elements/button.php:65
1292
  #: includes/elements/divider.php:89 includes/elements/instagram-feed.php:98
1293
  #: includes/elements/socials-list.php:64 includes/elements/staff.php:111
@@ -1300,9 +1327,9 @@ msgstr ""
1300
  #: admin/includes/metaboxes/metabox-fields-general-header.php:709
1301
  #: includes/classes/class-auxin-svg-support.php:193
1302
  #: includes/elementor/widgets/button.php:161
1303
- #: includes/elementor/widgets/modern-button.php:251
1304
  #: includes/elementor/widgets/staff.php:757
1305
- #: includes/elementor/widgets/text.php:988
1306
  #: includes/elements/before-after.php:105 includes/elements/button.php:64
1307
  #: includes/elements/divider.php:88 includes/elements/socials-list.php:65
1308
  #: includes/elements/staff.php:110 includes/elements/staff.php:465
@@ -1363,12 +1390,12 @@ msgstr ""
1363
  #: includes/elementor/widgets/custom-list.php:385
1364
  #: includes/elementor/widgets/gallery.php:131
1365
  #: includes/elementor/widgets/icon.php:125
1366
- #: includes/elementor/widgets/modern-button.php:223
1367
  #: includes/elementor/widgets/quote.php:161
1368
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
1369
  #: includes/elementor/widgets/recent-posts-tiles.php:130
1370
  #: includes/elementor/widgets/tabs.php:195
1371
- #: includes/elementor/widgets/text.php:1093
1372
  #: includes/elementor/widgets/theme-elements/menu.php:993
1373
  #: includes/elementor/widgets/theme-elements/modern-search.php:556
1374
  #: includes/elements/button.php:179 includes/elements/code.php:99
@@ -1403,9 +1430,11 @@ msgstr ""
1403
  #: includes/elementor/widgets/image.php:539
1404
  #: includes/elementor/widgets/mailchimp.php:352
1405
  #: includes/elementor/widgets/mailchimp.php:609
1406
- #: includes/elementor/widgets/modern-button.php:349
1407
- #: includes/elementor/widgets/modern-button.php:460
1408
- #: includes/elementor/widgets/modern-button.php:633
 
 
1409
  #: includes/elementor/widgets/recent-comments.php:201
1410
  #: includes/elementor/widgets/recent-comments.php:284
1411
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:997
@@ -1416,9 +1445,9 @@ msgstr ""
1416
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1569
1417
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1706
1418
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1858
1419
- #: includes/elementor/widgets/recent-posts-land-style.php:612
1420
- #: includes/elementor/widgets/recent-posts-land-style.php:716
1421
- #: includes/elementor/widgets/recent-posts-land-style.php:893
1422
  #: includes/elementor/widgets/recent-posts-masonry.php:670
1423
  #: includes/elementor/widgets/recent-posts-masonry.php:740
1424
  #: includes/elementor/widgets/recent-posts-masonry.php:844
@@ -1443,13 +1472,13 @@ msgstr ""
1443
  #: includes/elementor/widgets/testimonial.php:629
1444
  #: includes/elementor/widgets/testimonial.php:923
1445
  #: includes/elementor/widgets/text.php:550
1446
- #: includes/elementor/widgets/text.php:673
1447
- #: includes/elementor/widgets/text.php:769
1448
- #: includes/elementor/widgets/text.php:880
1449
- #: includes/elementor/widgets/text.php:1047
1450
- #: includes/elementor/widgets/text.php:1167
1451
- #: includes/elementor/widgets/text.php:1242
1452
- #: includes/elementor/widgets/text.php:1472
1453
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:516
1454
  #: includes/elementor/widgets/theme-elements/copyright.php:212
1455
  #: includes/elementor/widgets/theme-elements/logo.php:327
@@ -1457,7 +1486,7 @@ msgstr ""
1457
  #: includes/elementor/widgets/theme-elements/menu.php:723
1458
  #: includes/elementor/widgets/theme-elements/menu.php:869
1459
  #: includes/elementor/widgets/theme-elements/menu.php:1032
1460
- #: includes/elementor/widgets/theme-elements/menu.php:1227
1461
  #: includes/elementor/widgets/theme-elements/modern-search.php:272
1462
  #: includes/elementor/widgets/theme-elements/modern-search.php:369
1463
  #: includes/elementor/widgets/theme-elements/modern-search.php:488
@@ -1766,21 +1795,21 @@ msgid "Processing: Download"
1766
  msgstr ""
1767
 
1768
  #: includes/classes/class-auxels-admin-assets.php:67
1769
- #: includes/classes/class-auxin-welcome.php:1335
1770
- #: includes/classes/class-auxin-welcome.php:1454
1771
- #: includes/classes/class-auxin-welcome.php:1724
1772
- #: includes/classes/class-auxin-welcome.php:1768
1773
  msgid "Continue"
1774
  msgstr ""
1775
 
1776
  #: includes/classes/class-auxels-admin-assets.php:68
1777
- #: includes/classes/class-auxin-welcome.php:548
1778
- #: includes/classes/class-auxin-welcome.php:1529
1779
  msgid "Install Plugins"
1780
  msgstr ""
1781
 
1782
  #: includes/classes/class-auxels-admin-assets.php:69
1783
- #: includes/classes/class-auxin-welcome.php:1620
1784
  msgid "Import Content"
1785
  msgstr ""
1786
 
@@ -1801,7 +1830,7 @@ msgid "Archive"
1801
  msgstr ""
1802
 
1803
  #: includes/classes/class-auxels-archive-menu-links.php:72
1804
- #: includes/classes/class-auxin-welcome.php:452
1805
  msgid "Select All"
1806
  msgstr ""
1807
 
@@ -1859,92 +1888,92 @@ msgstr ""
1859
  msgid "%s Status"
1860
  msgstr ""
1861
 
1862
- #: includes/classes/class-auxin-demo-importer.php:64
1863
  msgid "Import content"
1864
  msgstr ""
1865
 
1866
- #: includes/classes/class-auxin-demo-importer.php:96
1867
  msgid "Page has been successfully generated."
1868
  msgstr ""
1869
 
1870
- #: includes/classes/class-auxin-demo-importer.php:99
1871
  msgid "Edit Page"
1872
  msgstr ""
1873
 
1874
- #: includes/classes/class-auxin-demo-importer.php:126
1875
  msgid "Template content has been successfully imported."
1876
  msgstr ""
1877
 
1878
- #: includes/classes/class-auxin-demo-importer.php:134
1879
- #: includes/classes/class-auxin-demo-importer.php:153
1880
- #: includes/classes/class-auxin-welcome.php:832
1881
  msgid "Copy to clipboard"
1882
  msgstr ""
1883
 
1884
- #: includes/classes/class-auxin-demo-importer.php:143
1885
  msgid "Import to my templates"
1886
  msgstr ""
1887
 
1888
- #: includes/classes/class-auxin-demo-importer.php:170
1889
  msgid "Process failed!."
1890
  msgstr ""
1891
 
1892
- #: includes/classes/class-auxin-demo-importer.php:198
1893
  msgid "Invalid Inputs."
1894
  msgstr ""
1895
 
1896
- #: includes/classes/class-auxin-demo-importer.php:229
1897
  msgid "Step Failed!"
1898
  msgstr ""
1899
 
1900
- #: includes/classes/class-auxin-demo-importer.php:236
1901
  msgid "Error in getting data!"
1902
  msgstr ""
1903
 
1904
- #: includes/classes/class-auxin-demo-importer.php:259
1905
  msgid "Downloading Medias"
1906
  msgstr ""
1907
 
1908
- #: includes/classes/class-auxin-demo-importer.php:265
1909
  msgid "Importing Media"
1910
  msgstr ""
1911
 
1912
- #: includes/classes/class-auxin-demo-importer.php:281
1913
- #: includes/classes/class-auxin-demo-importer.php:1140
1914
  msgid "Importing Users"
1915
  msgstr ""
1916
 
1917
- #: includes/classes/class-auxin-demo-importer.php:286
1918
- #: includes/classes/class-auxin-demo-importer.php:298
1919
  msgid "Importing Contents"
1920
  msgstr ""
1921
 
1922
- #: includes/classes/class-auxin-demo-importer.php:307
1923
  msgid "Importing Options"
1924
  msgstr ""
1925
 
1926
- #: includes/classes/class-auxin-demo-importer.php:324
1927
- #: includes/classes/class-auxin-demo-importer.php:526
1928
  msgid "Importing Menus"
1929
  msgstr ""
1930
 
1931
- #: includes/classes/class-auxin-demo-importer.php:330
1932
  msgid "Importing Widgets"
1933
  msgstr ""
1934
 
1935
- #: includes/classes/class-auxin-demo-importer.php:410
1936
  msgid "Retrieve Body Fails"
1937
  msgstr ""
1938
 
1939
- #: includes/classes/class-auxin-demo-importer.php:592
1940
  msgid "Importing Sliders"
1941
  msgstr ""
1942
 
1943
- #: includes/classes/class-auxin-demo-importer.php:1203
1944
  msgid "Preparing Site ..."
1945
  msgstr ""
1946
 
1947
- #: includes/classes/class-auxin-demo-importer.php:1218
1948
  msgid "All steps are successful"
1949
  msgstr ""
1950
 
@@ -2137,7 +2166,7 @@ msgid "Link Relationship (XFN)"
2137
  msgstr ""
2138
 
2139
  #: includes/classes/class-auxin-walker-nav-menu-back.php:205
2140
- #: includes/classes/class-auxin-welcome.php:457
2141
  #: includes/elementor/modules/dynamic-tags/contact-url.php:181
2142
  #: includes/elementor/modules/dynamic-tags/featured-image-data.php:90
2143
  #: includes/elementor/widgets/heading-modern.php:309
@@ -2186,13 +2215,13 @@ msgid "Remove"
2186
  msgstr ""
2187
 
2188
  #: includes/classes/class-auxin-walker-nav-menu-back.php:371
2189
- #: includes/classes/class-auxin-welcome.php:1338
2190
- #: includes/classes/class-auxin-welcome.php:1366
2191
- #: includes/classes/class-auxin-welcome.php:1457
2192
- #: includes/classes/class-auxin-welcome.php:1531
2193
- #: includes/classes/class-auxin-welcome.php:1622
2194
- #: includes/classes/class-auxin-welcome.php:1726
2195
- #: includes/classes/class-auxin-welcome.php:1770
2196
  msgid "Cancel"
2197
  msgstr ""
2198
 
@@ -2204,479 +2233,463 @@ msgstr ""
2204
  msgid "Template Kits"
2205
  msgstr ""
2206
 
2207
- #: includes/classes/class-auxin-welcome-sections.php:129
2208
  msgid "Plugins"
2209
  msgstr ""
2210
 
2211
- #: includes/classes/class-auxin-welcome-sections.php:146
2212
  msgid "Feedback"
2213
  msgstr ""
2214
 
2215
- #: includes/classes/class-auxin-welcome-sections.php:165
2216
  msgid "System Status"
2217
  msgstr ""
2218
 
2219
- #: includes/classes/class-auxin-welcome-sections.php:181
2220
  msgid "Go Pro"
2221
  msgstr ""
2222
 
2223
- #: includes/classes/class-auxin-welcome-sections.php:208
2224
  msgid "How likely are you to recommend %s to a friend?"
2225
  msgstr ""
2226
 
2227
- #: includes/classes/class-auxin-welcome-sections.php:221
2228
  msgid "Don't like it"
2229
  msgstr ""
2230
 
2231
- #: includes/classes/class-auxin-welcome-sections.php:222
2232
  msgid "Like it so much"
2233
  msgstr ""
2234
 
2235
- #: includes/classes/class-auxin-welcome-sections.php:230
2236
  msgid ""
2237
  "Thanks for using Phlox theme. If you are enjoying this theme, please "
2238
  "support us by %s submitting 5 star rate here%s. That would be a huge help "
2239
  "for us to continue developing this theme."
2240
  msgstr ""
2241
 
2242
- #: includes/classes/class-auxin-welcome-sections.php:236
2243
  msgid "Please explain why you gave this score (optional)"
2244
  msgstr ""
2245
 
2246
- #: includes/classes/class-auxin-welcome-sections.php:239
2247
  msgid ""
2248
  "Please do not use this form to get support, in this case please check the "
2249
  "%s help section %s"
2250
  msgstr ""
2251
 
2252
- #: includes/classes/class-auxin-welcome-sections.php:246
2253
  #: includes/elementor/widgets/theme-elements/modern-search.php:124
2254
  #: includes/elements/contact-form.php:228
2255
  msgid "Submit"
2256
  msgstr ""
2257
 
2258
- #: includes/classes/class-auxin-welcome-sections.php:250
2259
  msgid "Submitting your feedback .."
2260
  msgstr ""
2261
 
2262
- #: includes/classes/class-auxin-welcome-sections.php:274
2263
  msgid "Thanks for your feedback"
2264
  msgstr ""
2265
 
2266
- #: includes/classes/class-auxin-welcome-sections.php:276
2267
  msgid "Please try again and fill up at least the feedback field."
2268
  msgstr ""
2269
 
2270
- #: includes/classes/class-auxin-welcome-sections.php:320
2271
  msgid "Changelog"
2272
  msgstr ""
2273
 
2274
- #: includes/classes/class-auxin-welcome-sections.php:322
2275
  msgid "Follow Us"
2276
  msgstr ""
2277
 
2278
- #: includes/classes/class-auxin-welcome-sections.php:324
2279
  msgid "Follow us on Twitter"
2280
  msgstr ""
2281
 
2282
- #: includes/classes/class-auxin-welcome-sections.php:325
2283
  msgid "Follow us on Facebook"
2284
  msgstr ""
2285
 
2286
- #: includes/classes/class-auxin-welcome-sections.php:326
2287
  msgid "Follow us on Instagram"
2288
  msgstr ""
2289
 
2290
- #: includes/classes/class-auxin-welcome-sections.php:327
2291
  msgid "Follow us on Envato"
2292
  msgstr ""
2293
 
2294
- #: includes/classes/class-auxin-welcome-sections.php:328
2295
  msgid "Subscribe to Phlox YouTube channel"
2296
  msgstr ""
2297
 
2298
- #: includes/classes/class-auxin-welcome.php:269
2299
  msgid "Dashboard"
2300
  msgstr ""
2301
 
2302
- #: includes/classes/class-auxin-welcome.php:282
2303
- msgid "Authorization failed! Notice cannot be closed."
2304
- msgstr ""
2305
-
2306
- #: includes/classes/class-auxin-welcome.php:288
2307
- msgid "Notice cannot be closed. Notice ID is required .."
2308
- msgstr ""
2309
-
2310
- #: includes/classes/class-auxin-welcome.php:292
2311
- msgid "Successfully dismissed .."
2312
- msgstr ""
2313
-
2314
- #: includes/classes/class-auxin-welcome.php:295
2315
- msgid "Notice cannot be closed. Invalid notice ID is required."
2316
- msgstr ""
2317
-
2318
- #: includes/classes/class-auxin-welcome.php:320
2319
  msgid "Note:"
2320
  msgstr ""
2321
 
2322
- #: includes/classes/class-auxin-welcome.php:320
2323
  msgid ""
2324
  "You are recommended to install Phlox exclusive plugins in order to enable "
2325
  "all features."
2326
  msgstr ""
2327
 
2328
- #: includes/classes/class-auxin-welcome.php:416
2329
  msgid "Recommended Plugins"
2330
  msgstr ""
2331
 
2332
- #: includes/classes/class-auxin-welcome.php:417
2333
  msgid ""
2334
  "The following is a list of best integrated plugins for %s theme, you can "
2335
  "install them from here and add or remove them later on WordPress plugins "
2336
  "page."
2337
  msgstr ""
2338
 
2339
- #: includes/classes/class-auxin-welcome.php:418
2340
  msgid ""
2341
  "We recommend you to install only the plugins under \"Essential\" tab, and "
2342
  "avoid installing all of plugins."
2343
  msgstr ""
2344
 
2345
- #: includes/classes/class-auxin-welcome.php:438
2346
- #: includes/classes/class-auxin-welcome.php:755
2347
  #: includes/elements/popular-posts-widget.php:388
2348
  msgid "Recent"
2349
  msgstr ""
2350
 
2351
- #: includes/classes/class-auxin-welcome.php:456
2352
  #: includes/elementor/widgets/testimonial.php:346
2353
  #: includes/elements/about-widget.php:58
2354
  msgid "Name"
2355
  msgstr ""
2356
 
2357
- #: includes/classes/class-auxin-welcome.php:458
2358
  msgid "Status"
2359
  msgstr ""
2360
 
2361
- #: includes/classes/class-auxin-welcome.php:459
2362
  msgid "Version"
2363
  msgstr ""
2364
 
2365
- #: includes/classes/class-auxin-welcome.php:524
2366
  msgid "Not Installed"
2367
  msgstr ""
2368
 
2369
- #: includes/classes/class-auxin-welcome.php:526
2370
  msgid "Not Activated"
2371
  msgstr ""
2372
 
2373
- #: includes/classes/class-auxin-welcome.php:556
2374
  msgid ""
2375
  "Good news! All plugins are already installed and up to date. Please "
2376
  "continue."
2377
  msgstr ""
2378
 
2379
- #: includes/classes/class-auxin-welcome.php:652
2380
  msgid "No Slug Found"
2381
  msgstr ""
2382
 
2383
- #: includes/classes/class-auxin-welcome.php:671
2384
  msgid "Activating"
2385
  msgstr ""
2386
 
2387
- #: includes/classes/class-auxin-welcome.php:686
2388
  msgid "Updating"
2389
  msgstr ""
2390
 
2391
- #: includes/classes/class-auxin-welcome.php:701
2392
  msgid "Installing"
2393
  msgstr ""
2394
 
2395
- #: includes/classes/class-auxin-welcome.php:712
2396
  msgid "Activated"
2397
  msgstr ""
2398
 
2399
- #: includes/classes/class-auxin-welcome.php:768
2400
  msgid "Search Templates"
2401
  msgstr ""
2402
 
2403
- #: includes/classes/class-auxin-welcome.php:775
2404
  msgid ""
2405
  "An error occurred while downloading the list of templates. Please try again "
2406
  "later."
2407
  msgstr ""
2408
 
2409
- #: includes/classes/class-auxin-welcome.php:819
2410
  msgid "Download"
2411
  msgstr ""
2412
 
2413
- #: includes/classes/class-auxin-welcome.php:840
2414
- #: includes/classes/class-auxin-welcome.php:955
2415
  msgid "Unlock"
2416
  msgstr ""
2417
 
2418
- #: includes/classes/class-auxin-welcome.php:852
2419
- #: includes/classes/class-auxin-welcome.php:966
2420
- #: includes/classes/class-auxin-welcome.php:1256
2421
- #: includes/classes/class-auxin-welcome.php:1651
2422
  msgid "Preview"
2423
  msgstr ""
2424
 
2425
- #: includes/classes/class-auxin-welcome.php:875
2426
  msgid "Save to my templates"
2427
  msgstr ""
2428
 
2429
- #: includes/classes/class-auxin-welcome.php:886
2430
  msgid "Create new page"
2431
  msgstr ""
2432
 
2433
- #: includes/classes/class-auxin-welcome.php:926
2434
  msgid ""
2435
  "An error occurred while downloading the list of demo sites. Please try "
2436
  "again later."
2437
  msgstr ""
2438
 
2439
- #: includes/classes/class-auxin-welcome.php:950
2440
- #: includes/classes/class-auxin-welcome.php:1363
2441
  msgid "Uninstall"
2442
  msgstr ""
2443
 
2444
- #: includes/classes/class-auxin-welcome.php:950
2445
- #: includes/classes/class-auxin-welcome.php:1267
2446
  msgid "Import"
2447
  msgstr ""
2448
 
2449
- #: includes/classes/class-auxin-welcome.php:1055
2450
  msgid "You have already the latest version."
2451
  msgstr ""
2452
 
2453
- #: includes/classes/class-auxin-welcome.php:1059
2454
  msgid "New updates are available."
2455
  msgstr ""
2456
 
2457
- #: includes/classes/class-auxin-welcome.php:1060
2458
  msgid ""
2459
  "The following items require update, click update button to update them to "
2460
  "the latest version."
2461
  msgstr ""
2462
 
2463
- #: includes/classes/class-auxin-welcome.php:1069
2464
  msgid "Last checked "
2465
  msgstr ""
2466
 
2467
- #: includes/classes/class-auxin-welcome.php:1071
2468
  msgid "ago"
2469
  msgstr ""
2470
 
2471
- #: includes/classes/class-auxin-welcome.php:1091
2472
- #: includes/classes/class-auxin-welcome.php:1121
2473
- #: includes/classes/class-auxin-welcome.php:1505
2474
  msgid "Ready to update"
2475
  msgstr ""
2476
 
2477
- #: includes/classes/class-auxin-welcome.php:1141
2478
  msgid "Update Now"
2479
  msgstr ""
2480
 
2481
- #: includes/classes/class-auxin-welcome.php:1144
2482
  msgid "Check Again"
2483
  msgstr ""
2484
 
2485
- #: includes/classes/class-auxin-welcome.php:1171
2486
  msgid "You can't remove this demo."
2487
  msgstr ""
2488
 
2489
- #: includes/classes/class-auxin-welcome.php:1250
2490
  msgid "Done!"
2491
  msgstr ""
2492
 
2493
- #: includes/classes/class-auxin-welcome.php:1251
2494
  msgid "Demo has been successfully uninstalled."
2495
  msgstr ""
2496
 
2497
- #: includes/classes/class-auxin-welcome.php:1313
2498
  #: public/includes/frontend-ajax.php:154 public/includes/frontend-ajax.php:211
2499
  msgid "An Error Occurred!"
2500
  msgstr ""
2501
 
2502
- #: includes/classes/class-auxin-welcome.php:1327
2503
  msgid "Notice"
2504
  msgstr ""
2505
 
2506
- #: includes/classes/class-auxin-welcome.php:1329
2507
  msgid ""
2508
  "For better and faster result, it's recommended to install the demo on a "
2509
  "clean WordPress website."
2510
  msgstr ""
2511
 
2512
- #: includes/classes/class-auxin-welcome.php:1355
2513
  msgid "Warning!"
2514
  msgstr ""
2515
 
2516
- #: includes/classes/class-auxin-welcome.php:1357
2517
  msgid "This process will erase all images, posts and settings of this demo..."
2518
  msgstr ""
2519
 
2520
- #: includes/classes/class-auxin-welcome.php:1362
2521
  msgid "Are you sure you want to uninstall this demo?"
2522
  msgstr ""
2523
 
2524
- #: includes/classes/class-auxin-welcome.php:1372
2525
- #: includes/classes/class-auxin-welcome.php:1628
2526
  msgid "Please wait, this may take several minutes .."
2527
  msgstr ""
2528
 
2529
- #: includes/classes/class-auxin-welcome.php:1430
2530
  msgid "An error occurred!"
2531
  msgstr ""
2532
 
2533
- #: includes/classes/class-auxin-welcome.php:1432
2534
  msgid "Method not exist!"
2535
  msgstr ""
2536
 
2537
- #: includes/classes/class-auxin-welcome.php:1446
2538
- #: includes/classes/class-auxin-welcome.php:1482
2539
  msgid "Required Plugins for this demo."
2540
  msgstr ""
2541
 
2542
- #: includes/classes/class-auxin-welcome.php:1448
2543
  msgid ""
2544
  "For better and faster install process it's recommended to install demo on a "
2545
  "clean WordPress website."
2546
  msgstr ""
2547
 
2548
- #: includes/classes/class-auxin-welcome.php:1483
2549
  msgid "The following plugins are required to be installed for this demo."
2550
  msgstr ""
2551
 
2552
- #: includes/classes/class-auxin-welcome.php:1497
2553
  msgid "Ready to install"
2554
  msgstr ""
2555
 
2556
- #: includes/classes/class-auxin-welcome.php:1501
2557
  msgid "Not activated"
2558
  msgstr ""
2559
 
2560
- #: includes/classes/class-auxin-welcome.php:1547
2561
  msgid "Import Demo Content of Phlox Theme."
2562
  msgstr ""
2563
 
2564
- #: includes/classes/class-auxin-welcome.php:1552
2565
  msgid "Complete pre-build Website"
2566
  msgstr ""
2567
 
2568
- #: includes/classes/class-auxin-welcome.php:1557
2569
  msgid "Import media (images, videos, etc.)"
2570
  msgstr ""
2571
 
2572
- #: includes/classes/class-auxin-welcome.php:1564
2573
  msgid "Selected Data Only"
2574
  msgstr ""
2575
 
2576
- #: includes/classes/class-auxin-welcome.php:1570
2577
  msgid "Posts/Pages"
2578
  msgstr ""
2579
 
2580
- #: includes/classes/class-auxin-welcome.php:1575
2581
  msgid "Media"
2582
  msgstr ""
2583
 
2584
- #: includes/classes/class-auxin-welcome.php:1580
2585
  msgid "Widgets"
2586
  msgstr ""
2587
 
2588
- #: includes/classes/class-auxin-welcome.php:1587
2589
  msgid "Menus"
2590
  msgstr ""
2591
 
2592
- #: includes/classes/class-auxin-welcome.php:1592
2593
  msgid "Theme Options"
2594
  msgstr ""
2595
 
2596
- #: includes/classes/class-auxin-welcome.php:1597
2597
  msgid "MasterSlider (If Available)"
2598
  msgstr ""
2599
 
2600
- #: includes/classes/class-auxin-welcome.php:1607
2601
  msgid "Importing Demo Content is in Progress..."
2602
  msgstr ""
2603
 
2604
- #: includes/classes/class-auxin-welcome.php:1608
2605
  msgid ""
2606
  "This process may take 5 to 10 minutes to complete, please do not close or "
2607
  "refresh this page."
2608
  msgstr ""
2609
 
2610
- #: includes/classes/class-auxin-welcome.php:1642
2611
  msgid "Congratulations!"
2612
  msgstr ""
2613
 
2614
- #: includes/classes/class-auxin-welcome.php:1643
2615
  msgid "Demo has been successfully imported."
2616
  msgstr ""
2617
 
2618
- #: includes/classes/class-auxin-welcome.php:1648
2619
  msgid "Customize"
2620
  msgstr ""
2621
 
2622
- #: includes/classes/class-auxin-welcome.php:1665
2623
  msgid "Importing page content ..."
2624
  msgstr ""
2625
 
2626
- #: includes/classes/class-auxin-welcome.php:1680
2627
  msgid ""
2628
  "Images are copyrighted and watermarked. You can remove watermarks by having "
2629
  "Envato Elements subscription"
2630
  msgstr ""
2631
 
2632
- #: includes/classes/class-auxin-welcome.php:1681
2633
  msgid ""
2634
  "By subscribing to Envato Elements you will have access to unlimited premium "
2635
  "stock images, icons, graphical assets, videos and more."
2636
  msgstr ""
2637
 
2638
- #: includes/classes/class-auxin-welcome.php:1683
2639
  msgid "Explore and Subscribe"
2640
  msgstr ""
2641
 
2642
- #: includes/classes/class-auxin-welcome.php:1691
2643
  msgid "Already an Envato Elements member?"
2644
  msgstr ""
2645
 
2646
- #: includes/classes/class-auxin-welcome.php:1691
2647
  msgid "Activate here"
2648
  msgstr ""
2649
 
2650
- #: includes/classes/class-auxin-welcome.php:1709
2651
- #: includes/classes/class-auxin-welcome.php:1739
2652
  msgid "Verify Your Envato Elements Subscription"
2653
  msgstr ""
2654
 
2655
- #: includes/classes/class-auxin-welcome.php:1710
2656
  msgid "Enter your email below and click continue button"
2657
  msgstr ""
2658
 
2659
- #: includes/classes/class-auxin-welcome.php:1712
2660
  msgid "Enter your email"
2661
  msgstr ""
2662
 
2663
- #: includes/classes/class-auxin-welcome.php:1740
2664
  msgid "Enter your token below to verify your Subscription"
2665
  msgstr ""
2666
 
2667
- #: includes/classes/class-auxin-welcome.php:1742
2668
  msgid "Enter token here"
2669
  msgstr ""
2670
 
2671
- #: includes/classes/class-auxin-welcome.php:1744
2672
  msgid "Verify token"
2673
  msgstr ""
2674
 
2675
- #: includes/classes/class-auxin-welcome.php:1757
2676
  msgid "How to generate a token ?"
2677
  msgstr ""
2678
 
2679
- #: includes/classes/class-auxin-welcome.php:1758
2680
  msgid "Don't have subscription?"
2681
  msgstr ""
2682
 
@@ -2763,26 +2776,26 @@ msgstr ""
2763
  msgid "%s - Portfolio"
2764
  msgstr ""
2765
 
2766
- #: includes/elementor/class-auxin-elementor-core-elements.php:678
2767
- #: includes/elementor/class-auxin-elementor-core-elements.php:702
2768
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2769
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2770
  msgstr ""
2771
 
2772
- #: includes/elementor/class-auxin-elementor-core-elements.php:680
2773
  msgid "Elementor"
2774
  msgstr ""
2775
 
2776
- #: includes/elementor/class-auxin-elementor-core-elements.php:704
2777
  #: includes/elements/code.php:82
2778
  msgid "PHP"
2779
  msgstr ""
2780
 
2781
- #: includes/elementor/class-auxin-elementor-core-elements.php:758
2782
  msgid "Phlox Icons - Set 1"
2783
  msgstr ""
2784
 
2785
- #: includes/elementor/class-auxin-elementor-core-elements.php:777
2786
  msgid "Phlox Icons - Set 2"
2787
  msgstr ""
2788
 
@@ -2905,6 +2918,7 @@ msgid "Absolute"
2905
  msgstr ""
2906
 
2907
  #: includes/elementor/modules/common.php:560
 
2908
  #: includes/elementor/widgets/staff.php:815
2909
  #: includes/elementor/widgets/text.php:363 includes/elements/staff.php:226
2910
  #: includes/elements/text.php:616
@@ -2921,8 +2935,8 @@ msgstr ""
2921
  #: includes/elementor/widgets/heading-modern.php:167
2922
  #: includes/elementor/widgets/icon.php:178
2923
  #: includes/elementor/widgets/image.php:327
2924
- #: includes/elementor/widgets/modern-button.php:154
2925
- #: includes/elementor/widgets/modern-button.php:524
2926
  #: includes/elementor/widgets/quote.php:173
2927
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1622
2928
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1759
@@ -2933,15 +2947,15 @@ msgstr ""
2933
  #: includes/elementor/widgets/svg.php:292
2934
  #: includes/elementor/widgets/testimonial.php:817
2935
  #: includes/elementor/widgets/text.php:371
2936
- #: includes/elementor/widgets/text.php:1095
2937
- #: includes/elementor/widgets/text.php:1401
2938
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:439
2939
  #: includes/elementor/widgets/theme-elements/copyright.php:150
2940
  #: includes/elementor/widgets/theme-elements/current-time.php:143
2941
  #: includes/elementor/widgets/theme-elements/logo.php:169
2942
  #: includes/elementor/widgets/theme-elements/menu.php:282
2943
  #: includes/elementor/widgets/theme-elements/menu.php:336
2944
- #: includes/elementor/widgets/theme-elements/menu.php:1347
2945
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
2946
  #: includes/elementor/widgets/theme-elements/site-title.php:196
2947
  #: includes/elements/button.php:187 includes/elements/image.php:152
@@ -2956,6 +2970,7 @@ msgid "Right"
2956
  msgstr ""
2957
 
2958
  #: includes/elementor/modules/common.php:625
 
2959
  #: includes/elementor/widgets/staff.php:823 includes/elements/staff.php:234
2960
  msgid "Bottom"
2961
  msgstr ""
@@ -3102,7 +3117,7 @@ msgstr ""
3102
 
3103
  #: includes/elementor/modules/dynamic-tags/author-name.php:18
3104
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:612
3105
- #: includes/elementor/widgets/recent-posts-land-style.php:291
3106
  #: includes/elementor/widgets/recent-posts-masonry.php:386
3107
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3108
  #: includes/elements/recent-posts-grid-carousel.php:448
@@ -3162,7 +3177,7 @@ msgstr ""
3162
  #: includes/elementor/widgets/heading-modern.php:120
3163
  #: includes/elementor/widgets/heading-modern.php:270
3164
  #: includes/elementor/widgets/icon.php:154
3165
- #: includes/elementor/widgets/modern-button.php:117
3166
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:743
3167
  #: includes/elementor/widgets/text.php:321
3168
  #: includes/elementor/widgets/theme-elements/logo.php:182
@@ -3182,8 +3197,8 @@ msgstr ""
3182
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:235
3183
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:613
3184
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:879
3185
- #: includes/elementor/widgets/recent-posts-land-style.php:292
3186
- #: includes/elementor/widgets/recent-posts-land-style.php:494
3187
  #: includes/elementor/widgets/recent-posts-masonry.php:387
3188
  #: includes/elementor/widgets/recent-posts-masonry.php:590
3189
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:205
@@ -3192,7 +3207,7 @@ msgstr ""
3192
  #: includes/elementor/widgets/recent-posts-timeline.php:519
3193
  #: includes/elementor/widgets/testimonial.php:238
3194
  #: includes/elementor/widgets/text.php:115
3195
- #: includes/elementor/widgets/text.php:1537
3196
  #: includes/elementor/widgets/theme-elements/menu.php:652
3197
  #: includes/elementor/widgets/theme-elements/search.php:118
3198
  #: includes/elements/flickr.php:156 includes/elements/flickr.php:205
@@ -3230,7 +3245,7 @@ msgstr ""
3230
  #: includes/elementor/modules/dynamic-tags/post-time.php:34
3231
  #: includes/elementor/modules/dynamic-tags/request-parameter.php:66
3232
  #: includes/elementor/widgets/accordion.php:145
3233
- #: includes/elementor/widgets/modern-button.php:219
3234
  #: includes/elementor/widgets/svg.php:107
3235
  #: includes/elementor/widgets/text.php:111
3236
  #: includes/elementor/widgets/theme-elements/logo.php:135
@@ -3350,8 +3365,8 @@ msgstr ""
3350
  #: includes/elementor/widgets/recent-comments.php:171
3351
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:781
3352
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1028
3353
- #: includes/elementor/widgets/recent-posts-land-style.php:414
3354
- #: includes/elementor/widgets/recent-posts-land-style.php:573
3355
  #: includes/elementor/widgets/recent-posts-masonry.php:510
3356
  #: includes/elementor/widgets/recent-posts-masonry.php:701
3357
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:405
@@ -3365,7 +3380,7 @@ msgstr ""
3365
  #: includes/elementor/widgets/staff.php:420
3366
  #: includes/elementor/widgets/tabs.php:373
3367
  #: includes/elementor/widgets/text.php:232
3368
- #: includes/elementor/widgets/text.php:640
3369
  #: includes/elementor/widgets/theme-elements/logo.php:454
3370
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3371
  #: includes/elementor/widgets/touch-slider.php:332
@@ -3459,7 +3474,9 @@ msgid "Featured Colors"
3459
  msgstr ""
3460
 
3461
  #: includes/elementor/modules/dynamic-tags/featured-colors.php:36
 
3462
  #: includes/elementor/modules/dynamic-tags/post-custom-field.php:80
 
3463
  #: includes/elementor/modules/theme-builder/module.php:85
3464
  msgid "Select..."
3465
  msgstr ""
@@ -3505,6 +3522,16 @@ msgstr ""
3505
  msgid "Show Home Title"
3506
  msgstr ""
3507
 
 
 
 
 
 
 
 
 
 
 
3508
  #: includes/elementor/modules/dynamic-tags/post-custom-field.php:19
3509
  msgid "Post Custom Field"
3510
  msgstr ""
@@ -3624,6 +3651,14 @@ msgstr ""
3624
  msgid "Site URL"
3625
  msgstr ""
3626
 
 
 
 
 
 
 
 
 
3627
  #: includes/elementor/modules/dynamic-tags/user-info.php:19
3628
  msgid "User Info"
3629
  msgstr ""
@@ -3631,7 +3666,7 @@ msgstr ""
3631
  #: includes/elementor/modules/dynamic-tags/user-info.php:76
3632
  #: includes/elementor/widgets/gallery.php:304
3633
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:782
3634
- #: includes/elementor/widgets/recent-posts-land-style.php:415
3635
  #: includes/elementor/widgets/recent-posts-masonry.php:511
3636
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:406
3637
  #: includes/elementor/widgets/recent-posts-tiles.php:308
@@ -3688,7 +3723,7 @@ msgstr ""
3688
  #: includes/elementor/modules/query-control/controls/group-control-query.php:169
3689
  #: includes/elementor/modules/query-control/controls/group-control-query.php:225
3690
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:786
3691
- #: includes/elementor/widgets/recent-posts-land-style.php:419
3692
  #: includes/elementor/widgets/recent-posts-masonry.php:515
3693
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:410
3694
  #: includes/elementor/widgets/recent-posts-tiles.php:312
@@ -3775,7 +3810,7 @@ msgstr ""
3775
  #: includes/elementor/modules/query-control/controls/group-control-query.php:276
3776
  #: includes/elementor/modules/query-control/controls/group-control-query.php:345
3777
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:779
3778
- #: includes/elementor/widgets/recent-posts-land-style.php:412
3779
  #: includes/elementor/widgets/recent-posts-masonry.php:508
3780
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:403
3781
  #: includes/elementor/widgets/recent-posts-tiles.php:305
@@ -3849,7 +3884,7 @@ msgstr ""
3849
  #: includes/elementor/modules/query-control/controls/group-control-query.php:347
3850
  #: includes/elementor/widgets/gallery.php:302
3851
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:780
3852
- #: includes/elementor/widgets/recent-posts-land-style.php:413
3853
  #: includes/elementor/widgets/recent-posts-masonry.php:509
3854
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:404
3855
  #: includes/elementor/widgets/recent-posts-tiles.php:306
@@ -3873,7 +3908,7 @@ msgstr ""
3873
 
3874
  #: includes/elementor/modules/query-control/controls/group-control-query.php:348
3875
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:783
3876
- #: includes/elementor/widgets/recent-posts-land-style.php:416
3877
  #: includes/elementor/widgets/recent-posts-masonry.php:512
3878
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:407
3879
  #: includes/elementor/widgets/recent-posts-tiles.php:309
@@ -3897,7 +3932,7 @@ msgstr ""
3897
  #: includes/elementor/modules/query-control/controls/group-control-query.php:356
3898
  #: includes/elementor/widgets/gallery.php:282
3899
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
3900
- #: includes/elementor/widgets/recent-posts-land-style.php:428
3901
  #: includes/elementor/widgets/recent-posts-masonry.php:524
3902
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:419
3903
  #: includes/elementor/widgets/recent-posts-tiles.php:321
@@ -4035,7 +4070,7 @@ msgstr ""
4035
  #: includes/elementor/widgets/testimonial.php:193
4036
  #: includes/elementor/widgets/text.php:225
4037
  #: includes/elementor/widgets/text.php:263
4038
- #: includes/elementor/widgets/text.php:849
4039
  #: includes/elements/accordion-widget.php:76 includes/elements/accordion.php:93
4040
  #: includes/elements/dropcap.php:82 includes/elements/highlight.php:78
4041
  #: includes/elements/staff.php:514 includes/elements/tabs.php:92
@@ -4115,8 +4150,10 @@ msgstr ""
4115
  #: includes/elementor/widgets/heading-modern.php:915
4116
  #: includes/elementor/widgets/heading-modern.php:991
4117
  #: includes/elementor/widgets/heading-modern.php:1105
4118
- #: includes/elementor/widgets/modern-button.php:593
4119
- #: includes/elementor/widgets/modern-button.php:692
 
 
4120
  #: includes/elementor/widgets/quote.php:288
4121
  #: includes/elementor/widgets/tabs.php:480
4122
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
@@ -4125,7 +4162,7 @@ msgstr ""
4125
  #: includes/elementor/widgets/theme-elements/logo.php:585
4126
  #: includes/elementor/widgets/theme-elements/menu.php:524
4127
  #: includes/elementor/widgets/theme-elements/menu.php:963
4128
- #: includes/elementor/widgets/theme-elements/menu.php:1321
4129
  #: includes/elementor/widgets/theme-elements/search.php:318
4130
  #: includes/elementor/widgets/theme-elements/search.php:428
4131
  #: includes/elementor/widgets/theme-elements/site-title.php:334
@@ -4149,18 +4186,18 @@ msgstr ""
4149
  #: includes/elementor/widgets/icon.php:360
4150
  #: includes/elementor/widgets/mailchimp.php:298
4151
  #: includes/elementor/widgets/mailchimp.php:544
4152
- #: includes/elementor/widgets/modern-button.php:333
4153
- #: includes/elementor/widgets/modern-button.php:386
4154
- #: includes/elementor/widgets/modern-button.php:617
4155
- #: includes/elementor/widgets/modern-button.php:716
4156
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:957
4157
- #: includes/elementor/widgets/recent-posts-land-style.php:552
4158
  #: includes/elementor/widgets/recent-posts-masonry.php:630
4159
  #: includes/elementor/widgets/recent-posts-timeline.php:577
4160
  #: includes/elementor/widgets/recent-products.php:522
4161
  #: includes/elementor/widgets/tabs.php:235
4162
  #: includes/elementor/widgets/tabs.php:493
4163
- #: includes/elementor/widgets/text.php:1428
4164
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:463
4165
  #: includes/elementor/widgets/theme-elements/logo.php:390
4166
  #: includes/elementor/widgets/theme-elements/menu.php:415
@@ -4169,8 +4206,8 @@ msgstr ""
4169
  #: includes/elementor/widgets/theme-elements/menu.php:748
4170
  #: includes/elementor/widgets/theme-elements/menu.php:845
4171
  #: includes/elementor/widgets/theme-elements/menu.php:923
4172
- #: includes/elementor/widgets/theme-elements/menu.php:1203
4173
- #: includes/elementor/widgets/theme-elements/menu.php:1281
4174
  #: includes/elementor/widgets/theme-elements/modern-search.php:463
4175
  #: includes/elementor/widgets/theme-elements/modern-search.php:527
4176
  #: includes/elementor/widgets/theme-elements/search.php:363
@@ -4200,10 +4237,12 @@ msgstr ""
4200
  #: includes/elementor/widgets/image.php:502
4201
  #: includes/elementor/widgets/mailchimp.php:326
4202
  #: includes/elementor/widgets/mailchimp.php:571
4203
- #: includes/elementor/widgets/modern-button.php:236
4204
- #: includes/elementor/widgets/modern-button.php:296
4205
- #: includes/elementor/widgets/modern-button.php:421
4206
- #: includes/elementor/widgets/modern-button.php:534
 
 
4207
  #: includes/elementor/widgets/recent-comments.php:181
4208
  #: includes/elementor/widgets/recent-comments.php:264
4209
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:974
@@ -4214,9 +4253,9 @@ msgstr ""
4214
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1542
4215
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1679
4216
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1802
4217
- #: includes/elementor/widgets/recent-posts-land-style.php:586
4218
- #: includes/elementor/widgets/recent-posts-land-style.php:690
4219
- #: includes/elementor/widgets/recent-posts-land-style.php:873
4220
  #: includes/elementor/widgets/recent-posts-masonry.php:647
4221
  #: includes/elementor/widgets/recent-posts-masonry.php:714
4222
  #: includes/elementor/widgets/recent-posts-masonry.php:818
@@ -4241,14 +4280,14 @@ msgstr ""
4241
  #: includes/elementor/widgets/testimonial.php:591
4242
  #: includes/elementor/widgets/testimonial.php:887
4243
  #: includes/elementor/widgets/text.php:507
4244
- #: includes/elementor/widgets/text.php:653
4245
- #: includes/elementor/widgets/text.php:749
4246
- #: includes/elementor/widgets/text.php:860
4247
- #: includes/elementor/widgets/text.php:1020
4248
- #: includes/elementor/widgets/text.php:1147
4249
- #: includes/elementor/widgets/text.php:1204
4250
- #: includes/elementor/widgets/text.php:1336
4251
- #: includes/elementor/widgets/text.php:1444
4252
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:490
4253
  #: includes/elementor/widgets/theme-elements/copyright.php:175
4254
  #: includes/elementor/widgets/theme-elements/logo.php:293
@@ -4256,7 +4295,7 @@ msgstr ""
4256
  #: includes/elementor/widgets/theme-elements/menu.php:674
4257
  #: includes/elementor/widgets/theme-elements/menu.php:790
4258
  #: includes/elementor/widgets/theme-elements/menu.php:1011
4259
- #: includes/elementor/widgets/theme-elements/menu.php:1149
4260
  #: includes/elementor/widgets/theme-elements/modern-search.php:225
4261
  #: includes/elementor/widgets/theme-elements/modern-search.php:332
4262
  #: includes/elementor/widgets/theme-elements/modern-search.php:423
@@ -4336,10 +4375,10 @@ msgstr ""
4336
  #: includes/elementor/widgets/icon.php:311
4337
  #: includes/elementor/widgets/mailchimp.php:310
4338
  #: includes/elementor/widgets/mailchimp.php:556
4339
- #: includes/elementor/widgets/modern-button.php:321
4340
- #: includes/elementor/widgets/modern-button.php:374
4341
- #: includes/elementor/widgets/modern-button.php:605
4342
- #: includes/elementor/widgets/modern-button.php:704
4343
  #: includes/elementor/widgets/quote.php:333
4344
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1403
4345
  #: includes/elementor/widgets/staff.php:778
@@ -4349,13 +4388,13 @@ msgstr ""
4349
  #: includes/elementor/widgets/testimonial.php:843
4350
  #: includes/elementor/widgets/text.php:392
4351
  #: includes/elementor/widgets/text.php:490
4352
- #: includes/elementor/widgets/text.php:921
4353
- #: includes/elementor/widgets/text.php:1355
4354
- #: includes/elementor/widgets/text.php:1416
4355
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:475
4356
  #: includes/elementor/widgets/theme-elements/menu.php:511
4357
  #: includes/elementor/widgets/theme-elements/menu.php:950
4358
- #: includes/elementor/widgets/theme-elements/menu.php:1308
4359
  #: includes/elementor/widgets/theme-elements/modern-search.php:440
4360
  #: includes/elementor/widgets/theme-elements/modern-search.php:505
4361
  #: includes/elementor/widgets/theme-elements/modern-search.php:608
@@ -4410,10 +4449,14 @@ msgstr ""
4410
  #: includes/elementor/widgets/mailchimp.php:423
4411
  #: includes/elementor/widgets/mailchimp.php:578
4412
  #: includes/elementor/widgets/mailchimp.php:616
4413
- #: includes/elementor/widgets/modern-button.php:437
4414
- #: includes/elementor/widgets/modern-button.php:476
4415
- #: includes/elementor/widgets/modern-button.php:564
4416
- #: includes/elementor/widgets/modern-button.php:663
 
 
 
 
4417
  #: includes/elementor/widgets/recent-comments.php:188
4418
  #: includes/elementor/widgets/recent-comments.php:208
4419
  #: includes/elementor/widgets/recent-comments.php:271
@@ -4427,13 +4470,13 @@ msgstr ""
4427
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1474
4428
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1827
4429
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1883
4430
- #: includes/elementor/widgets/recent-posts-land-style.php:596
4431
- #: includes/elementor/widgets/recent-posts-land-style.php:622
4432
- #: includes/elementor/widgets/recent-posts-land-style.php:700
4433
- #: includes/elementor/widgets/recent-posts-land-style.php:726
4434
- #: includes/elementor/widgets/recent-posts-land-style.php:812
4435
- #: includes/elementor/widgets/recent-posts-land-style.php:880
4436
- #: includes/elementor/widgets/recent-posts-land-style.php:900
4437
  #: includes/elementor/widgets/recent-posts-masonry.php:724
4438
  #: includes/elementor/widgets/recent-posts-masonry.php:750
4439
  #: includes/elementor/widgets/recent-posts-masonry.php:828
@@ -4476,16 +4519,16 @@ msgstr ""
4476
  #: includes/elementor/widgets/testimonial.php:521
4477
  #: includes/elementor/widgets/testimonial.php:601
4478
  #: includes/elementor/widgets/testimonial.php:639
4479
- #: includes/elementor/widgets/text.php:660
4480
  #: includes/elementor/widgets/text.php:680
4481
- #: includes/elementor/widgets/text.php:756
4482
  #: includes/elementor/widgets/text.php:776
4483
- #: includes/elementor/widgets/text.php:867
4484
  #: includes/elementor/widgets/text.php:887
4485
- #: includes/elementor/widgets/text.php:1154
4486
  #: includes/elementor/widgets/text.php:1174
4487
- #: includes/elementor/widgets/text.php:1211
4488
- #: includes/elementor/widgets/text.php:1249
 
4489
  #: includes/elementor/widgets/theme-elements/copyright.php:182
4490
  #: includes/elementor/widgets/theme-elements/copyright.php:219
4491
  #: includes/elementor/widgets/theme-elements/current-time.php:172
@@ -4498,9 +4541,9 @@ msgstr ""
4498
  #: includes/elementor/widgets/theme-elements/menu.php:876
4499
  #: includes/elementor/widgets/theme-elements/menu.php:1018
4500
  #: includes/elementor/widgets/theme-elements/menu.php:1039
4501
- #: includes/elementor/widgets/theme-elements/menu.php:1156
4502
- #: includes/elementor/widgets/theme-elements/menu.php:1234
4503
- #: includes/elementor/widgets/theme-elements/menu.php:1363
4504
  #: includes/elementor/widgets/theme-elements/modern-search.php:232
4505
  #: includes/elementor/widgets/theme-elements/modern-search.php:279
4506
  #: includes/elementor/widgets/theme-elements/modern-search.php:339
@@ -4559,8 +4602,8 @@ msgstr ""
4559
  #: includes/elementor/widgets/image.php:345
4560
  #: includes/elementor/widgets/image.php:385
4561
  #: includes/elementor/widgets/image.php:399
4562
- #: includes/elementor/widgets/modern-button.php:132
4563
- #: includes/elementor/widgets/modern-button.php:180
4564
  #: includes/elementor/widgets/quote.php:221
4565
  #: includes/elementor/widgets/recent-comments.php:155
4566
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:282
@@ -4591,13 +4634,13 @@ msgstr ""
4591
  #: includes/elementor/widgets/recent-posts-land-style.php:206
4592
  #: includes/elementor/widgets/recent-posts-land-style.php:221
4593
  #: includes/elementor/widgets/recent-posts-land-style.php:236
4594
- #: includes/elementor/widgets/recent-posts-land-style.php:248
4595
- #: includes/elementor/widgets/recent-posts-land-style.php:261
4596
- #: includes/elementor/widgets/recent-posts-land-style.php:303
4597
- #: includes/elementor/widgets/recent-posts-land-style.php:319
4598
- #: includes/elementor/widgets/recent-posts-land-style.php:371
4599
- #: includes/elementor/widgets/recent-posts-land-style.php:383
4600
- #: includes/elementor/widgets/recent-posts-land-style.php:395
4601
  #: includes/elementor/widgets/recent-posts-masonry.php:179
4602
  #: includes/elementor/widgets/recent-posts-masonry.php:192
4603
  #: includes/elementor/widgets/recent-posts-masonry.php:207
@@ -4705,8 +4748,8 @@ msgstr ""
4705
  #: includes/elementor/widgets/image.php:346
4706
  #: includes/elementor/widgets/image.php:386
4707
  #: includes/elementor/widgets/image.php:400
4708
- #: includes/elementor/widgets/modern-button.php:133
4709
- #: includes/elementor/widgets/modern-button.php:181
4710
  #: includes/elementor/widgets/quote.php:222
4711
  #: includes/elementor/widgets/recent-comments.php:156
4712
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:283
@@ -4737,13 +4780,13 @@ msgstr ""
4737
  #: includes/elementor/widgets/recent-posts-land-style.php:207
4738
  #: includes/elementor/widgets/recent-posts-land-style.php:222
4739
  #: includes/elementor/widgets/recent-posts-land-style.php:237
4740
- #: includes/elementor/widgets/recent-posts-land-style.php:249
4741
- #: includes/elementor/widgets/recent-posts-land-style.php:262
4742
- #: includes/elementor/widgets/recent-posts-land-style.php:304
4743
- #: includes/elementor/widgets/recent-posts-land-style.php:320
4744
- #: includes/elementor/widgets/recent-posts-land-style.php:372
4745
- #: includes/elementor/widgets/recent-posts-land-style.php:384
4746
- #: includes/elementor/widgets/recent-posts-land-style.php:396
4747
  #: includes/elementor/widgets/recent-posts-masonry.php:180
4748
  #: includes/elementor/widgets/recent-posts-masonry.php:193
4749
  #: includes/elementor/widgets/recent-posts-masonry.php:208
@@ -4836,9 +4879,9 @@ msgstr ""
4836
  #: includes/elementor/widgets/audio.php:150
4837
  #: includes/elementor/widgets/button.php:275
4838
  #: includes/elementor/widgets/button.php:283
4839
- #: includes/elementor/widgets/modern-button.php:262
4840
  #: includes/elementor/widgets/tabs.php:149
4841
- #: includes/elementor/widgets/text.php:1008
4842
  #: includes/elementor/widgets/theme-elements/menu.php:610
4843
  #: includes/elements/audio.php:97
4844
  msgid "Skin"
@@ -4896,7 +4939,7 @@ msgstr ""
4896
 
4897
  #: includes/elementor/widgets/before-after.php:155
4898
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:850
4899
- #: includes/elementor/widgets/recent-posts-land-style.php:468
4900
  #: includes/elementor/widgets/recent-posts-masonry.php:564
4901
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:459
4902
  #: includes/elementor/widgets/recent-posts-tiles.php:361
@@ -4948,9 +4991,9 @@ msgstr ""
4948
  #: includes/elementor/widgets/button.php:52
4949
  #: includes/elementor/widgets/button.php:100
4950
  #: includes/elementor/widgets/modern-button.php:101
4951
- #: includes/elementor/widgets/modern-button.php:211
4952
  #: includes/elementor/widgets/text.php:278
4953
- #: includes/elementor/widgets/text.php:972
4954
  #: includes/elementor/widgets/theme-elements/modern-search.php:99
4955
  #: includes/elementor/widgets/theme-elements/modern-search.php:413
4956
  #: includes/elementor/widgets/theme-elements/search.php:120
@@ -4979,7 +5022,7 @@ msgid "If you want to link your button."
4979
  msgstr ""
4980
 
4981
  #: includes/elementor/widgets/button.php:130
4982
- #: includes/elementor/widgets/modern-button.php:130
4983
  msgid "Open Video in Lightbox"
4984
  msgstr ""
4985
 
@@ -4987,7 +5030,7 @@ msgstr ""
4987
  #: includes/elementor/widgets/heading-modern.php:1038
4988
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1532
4989
  #: includes/elementor/widgets/recent-posts-masonry.php:1073
4990
- #: includes/elementor/widgets/text.php:1373
4991
  msgid "Wrapper"
4992
  msgstr ""
4993
 
@@ -4997,8 +5040,8 @@ msgid "Button size"
4997
  msgstr ""
4998
 
4999
  #: includes/elementor/widgets/button.php:160
5000
- #: includes/elementor/widgets/modern-button.php:250
5001
- #: includes/elementor/widgets/text.php:987 includes/elements/button.php:63
5002
  #: includes/elements/text.php:674 includes/general-hooks.php:686
5003
  #: includes/general-hooks.php:1091
5004
  msgid "Exlarge"
@@ -5006,8 +5049,8 @@ msgstr ""
5006
 
5007
  #: includes/elementor/widgets/button.php:164
5008
  #: includes/elementor/widgets/divider.php:147
5009
- #: includes/elementor/widgets/modern-button.php:254
5010
- #: includes/elementor/widgets/text.php:991 includes/elements/button.php:67
5011
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5012
  #: includes/general-hooks.php:690 includes/general-hooks.php:1095
5013
  msgid "Tiny"
@@ -5023,22 +5066,22 @@ msgid "Button shape"
5023
  msgstr ""
5024
 
5025
  #: includes/elementor/widgets/button.php:188
5026
- #: includes/elementor/widgets/text.php:1312 includes/elements/button.php:91
5027
  #: includes/elements/text.php:708
5028
  msgid "Box"
5029
  msgstr ""
5030
 
5031
  #: includes/elementor/widgets/button.php:192
5032
- #: includes/elementor/widgets/modern-button.php:237
5033
- #: includes/elementor/widgets/text.php:1316 includes/elements/button.php:95
5034
  #: includes/elements/text.php:712 includes/general-hooks.php:721
5035
  #: includes/general-hooks.php:1126
5036
  msgid "Round"
5037
  msgstr ""
5038
 
5039
  #: includes/elementor/widgets/button.php:196
5040
- #: includes/elementor/widgets/modern-button.php:238
5041
- #: includes/elementor/widgets/text.php:1320 includes/elements/button.php:99
5042
  #: includes/elements/text.php:716 includes/general-hooks.php:725
5043
  #: includes/general-hooks.php:1130
5044
  msgid "Curve"
@@ -5050,15 +5093,15 @@ msgid "Button style"
5050
  msgstr ""
5051
 
5052
  #: includes/elementor/widgets/button.php:215
5053
- #: includes/elementor/widgets/text.php:1340 includes/elements/button.php:122
5054
  #: includes/elements/text.php:742 includes/general-hooks.php:758
5055
  #: includes/general-hooks.php:1163
5056
  msgid "3D"
5057
  msgstr ""
5058
 
5059
  #: includes/elementor/widgets/button.php:219
5060
- #: includes/elementor/widgets/modern-button.php:224
5061
- #: includes/elementor/widgets/text.php:1344 includes/elements/button.php:126
5062
  #: includes/elements/text.php:746 includes/general-hooks.php:762
5063
  #: includes/general-hooks.php:1167
5064
  msgid "Outline"
@@ -5078,10 +5121,10 @@ msgstr ""
5078
  #: includes/elementor/widgets/carousel-navigation.php:292
5079
  #: includes/elementor/widgets/carousel-navigation.php:399
5080
  #: includes/elementor/widgets/heading-modern.php:949
5081
- #: includes/elementor/widgets/modern-button.php:304
5082
- #: includes/elementor/widgets/modern-button.php:357
5083
- #: includes/elementor/widgets/modern-button.php:576
5084
- #: includes/elementor/widgets/modern-button.php:675
5085
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1340
5086
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1370
5087
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1550
@@ -5097,8 +5140,8 @@ msgstr ""
5097
  #: includes/elementor/widgets/testimonial.php:895
5098
  #: includes/elementor/widgets/testimonial.php:931
5099
  #: includes/elementor/widgets/text.php:383
5100
- #: includes/elementor/widgets/text.php:1028
5101
- #: includes/elementor/widgets/text.php:1055
5102
  #: includes/elementor/widgets/theme-elements/menu.php:397
5103
  #: includes/elementor/widgets/theme-elements/menu.php:474
5104
  #: includes/elementor/widgets/theme-elements/menu.php:587
@@ -5106,9 +5149,9 @@ msgstr ""
5106
  #: includes/elementor/widgets/theme-elements/menu.php:731
5107
  #: includes/elementor/widgets/theme-elements/menu.php:835
5108
  #: includes/elementor/widgets/theme-elements/menu.php:914
5109
- #: includes/elementor/widgets/theme-elements/menu.php:1138
5110
- #: includes/elementor/widgets/theme-elements/menu.php:1194
5111
- #: includes/elementor/widgets/theme-elements/menu.php:1272
5112
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:240
5113
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:443
5114
  msgid "Background"
@@ -5121,8 +5164,7 @@ msgstr ""
5121
  #: includes/elementor/widgets/icon.php:107
5122
  #: includes/elementor/widgets/icon.php:114
5123
  #: includes/elementor/widgets/icon.php:194
5124
- #: includes/elementor/widgets/modern-button.php:169
5125
- #: includes/elementor/widgets/modern-button.php:506
5126
  #: includes/elementor/widgets/text.php:116
5127
  #: includes/elementor/widgets/text.php:126
5128
  #: includes/elementor/widgets/theme-elements/modern-search.php:106
@@ -5147,40 +5189,40 @@ msgid "Icon for button"
5147
  msgstr ""
5148
 
5149
  #: includes/elementor/widgets/button.php:373
5150
- #: includes/elementor/widgets/text.php:1089 includes/elements/button.php:171
5151
  #: includes/elements/text.php:800 includes/general-hooks.php:372
5152
  msgid "Icon alignment"
5153
  msgstr ""
5154
 
5155
  #: includes/elementor/widgets/button.php:380
5156
- #: includes/elementor/widgets/modern-button.php:521
5157
- #: includes/elementor/widgets/text.php:1096 includes/elements/button.php:191
5158
  #: includes/elements/text.php:809 includes/general-hooks.php:847
5159
  #: includes/general-hooks.php:1252
5160
  msgid "Over"
5161
  msgstr ""
5162
 
5163
  #: includes/elementor/widgets/button.php:381
5164
- #: includes/elementor/widgets/text.php:1097 includes/elements/button.php:195
5165
  #: includes/elements/text.php:810 includes/general-hooks.php:851
5166
  #: includes/general-hooks.php:1256
5167
  msgid "Animate from Left"
5168
  msgstr ""
5169
 
5170
  #: includes/elementor/widgets/button.php:382
5171
- #: includes/elementor/widgets/text.php:1098 includes/elements/text.php:811
5172
  msgid "Animate from Right"
5173
  msgstr ""
5174
 
5175
  #: includes/elementor/widgets/button.php:390
5176
  #: includes/elementor/widgets/text.php:429
5177
- #: includes/elementor/widgets/text.php:1110
5178
  #: includes/elementor/widgets/theme-elements/modern-search.php:657
5179
  msgid "Icon Size"
5180
  msgstr ""
5181
 
5182
  #: includes/elementor/widgets/button.php:413
5183
- #: includes/elementor/widgets/text.php:1295
5184
  #: includes/elementor/widgets/theme-elements/search.php:245
5185
  msgid "Icon Margin"
5186
  msgstr ""
@@ -5190,7 +5232,8 @@ msgstr ""
5190
  #: includes/elementor/widgets/custom-list.php:757
5191
  #: includes/elementor/widgets/custom-list.php:765
5192
  #: includes/elementor/widgets/image.php:198
5193
- #: includes/elementor/widgets/modern-button.php:410
 
5194
  #: includes/elementor/widgets/quote.php:98
5195
  #: includes/elementor/widgets/quote.php:148
5196
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1349
@@ -5212,17 +5255,21 @@ msgstr ""
5212
  #: includes/elementor/widgets/heading-modern.php:734
5213
  #: includes/elementor/widgets/heading-modern.php:772
5214
  #: includes/elementor/widgets/image.php:683
5215
- #: includes/elementor/widgets/modern-button.php:450
5216
- #: includes/elementor/widgets/modern-button.php:488
 
 
 
 
5217
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1839
5218
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1895
5219
  #: includes/elementor/widgets/recent-posts-masonry.php:1255
5220
  #: includes/elementor/widgets/recent-posts-masonry.php:1311
5221
- #: includes/elementor/widgets/text.php:706
5222
- #: includes/elementor/widgets/text.php:802
5223
- #: includes/elementor/widgets/text.php:913
5224
- #: includes/elementor/widgets/text.php:1223
5225
- #: includes/elementor/widgets/text.php:1261
5226
  #: includes/elementor/widgets/theme-elements/current-time.php:184
5227
  #: includes/elementor/widgets/theme-elements/logo.php:507
5228
  #: includes/elementor/widgets/theme-elements/logo.php:599
@@ -5261,7 +5308,7 @@ msgstr ""
5261
 
5262
  #: includes/elementor/widgets/carousel-navigation.php:128
5263
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:887
5264
- #: includes/elementor/widgets/recent-posts-land-style.php:502
5265
  #: includes/elementor/widgets/recent-posts-masonry.php:598
5266
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5267
  #: includes/elementor/widgets/recent-posts-timeline.php:527
@@ -5301,11 +5348,11 @@ msgstr ""
5301
  #: includes/elementor/widgets/carousel-navigation.php:430
5302
  #: includes/elementor/widgets/custom-list.php:949
5303
  #: includes/elementor/widgets/icon.php:294
5304
- #: includes/elementor/widgets/modern-button.php:246
5305
- #: includes/elementor/widgets/modern-button.php:541
5306
- #: includes/elementor/widgets/modern-button.php:640
5307
  #: includes/elementor/widgets/testimonial.php:756
5308
- #: includes/elementor/widgets/text.php:983
5309
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:268
5310
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:400
5311
  #: includes/elementor/widgets/theme-elements/modern-search.php:243
@@ -5798,7 +5845,7 @@ msgstr ""
5798
  #: includes/elementor/widgets/icon.php:140
5799
  #: includes/elementor/widgets/staff.php:200
5800
  #: includes/elementor/widgets/text.php:460
5801
- #: includes/elementor/widgets/text.php:609
5802
  #: includes/elements/about-widget.php:121 includes/elements/divider.php:69
5803
  #: includes/elements/dropcap.php:72 includes/elements/staff.php:168
5804
  #: includes/elements/text.php:539 includes/elements/text.php:581
@@ -5832,8 +5879,8 @@ msgstr ""
5832
  #: includes/elementor/widgets/heading-modern.php:154
5833
  #: includes/elementor/widgets/icon.php:166
5834
  #: includes/elementor/widgets/image.php:314
5835
- #: includes/elementor/widgets/modern-button.php:142
5836
- #: includes/elementor/widgets/modern-button.php:517
5837
  #: includes/elementor/widgets/svg.php:279
5838
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
5839
  #: includes/elementor/widgets/theme-elements/copyright.php:138
@@ -5987,7 +6034,7 @@ msgstr ""
5987
 
5988
  #: includes/elementor/widgets/gallery.php:188
5989
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:919
5990
- #: includes/elementor/widgets/recent-posts-land-style.php:534
5991
  #: includes/elementor/widgets/recent-posts-timeline.php:559
5992
  #: includes/elementor/widgets/recent-products.php:504
5993
  #: includes/elements/gallery.php:292
@@ -6152,11 +6199,15 @@ msgid "Before Text"
6152
  msgstr ""
6153
 
6154
  #: includes/elementor/widgets/heading-modern.php:244
 
 
6155
  #: includes/elements/highlight.php:18
6156
  msgid "Highlighted Text"
6157
  msgstr ""
6158
 
6159
  #: includes/elementor/widgets/heading-modern.php:257
 
 
6160
  msgid "After Text"
6161
  msgstr ""
6162
 
@@ -6192,7 +6243,7 @@ msgid "Framed"
6192
  msgstr ""
6193
 
6194
  #: includes/elementor/widgets/icon.php:137
6195
- #: includes/elementor/widgets/modern-button.php:232
6196
  msgid "Shape"
6197
  msgstr ""
6198
 
@@ -6239,7 +6290,7 @@ msgstr ""
6239
  #: includes/elementor/widgets/image.php:418
6240
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:742
6241
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:908
6242
- #: includes/elementor/widgets/recent-posts-land-style.php:523
6243
  #: includes/elementor/widgets/recent-posts-masonry.php:619
6244
  #: includes/elementor/widgets/recent-posts-timeline.php:548
6245
  #: includes/elementor/widgets/recent-products.php:493
@@ -6462,44 +6513,44 @@ msgstr ""
6462
  msgid "Modern Button"
6463
  msgstr ""
6464
 
6465
- #: includes/elementor/widgets/modern-button.php:108
6466
- msgid "Label"
6467
- msgstr ""
6468
-
6469
  #: includes/elementor/widgets/modern-button.php:110
6470
  msgid "Click Here"
6471
  msgstr ""
6472
 
6473
- #: includes/elementor/widgets/modern-button.php:158
 
 
 
 
6474
  #: public/templates/vcomposer/auxin_vc_extendes.php:34
6475
  msgid "Justified"
6476
  msgstr ""
6477
 
6478
- #: includes/elementor/widgets/modern-button.php:178
6479
  msgid "Display Icon"
6480
  msgstr ""
6481
 
6482
- #: includes/elementor/widgets/modern-button.php:268
6483
  msgid "black"
6484
  msgstr ""
6485
 
6486
- #: includes/elementor/widgets/modern-button.php:272
6487
  msgid "White"
6488
  msgstr ""
6489
 
6490
- #: includes/elementor/widgets/modern-button.php:276
6491
  msgid "Ball Blue"
6492
  msgstr ""
6493
 
6494
- #: includes/elementor/widgets/modern-button.php:280
6495
  msgid "Mikado Yellow"
6496
  msgstr ""
6497
 
6498
- #: includes/elementor/widgets/modern-button.php:284
6499
  msgid "Carmine Pink"
6500
  msgstr ""
6501
 
6502
- #: includes/elementor/widgets/modern-button.php:522
6503
  msgid "Below"
6504
  msgstr ""
6505
 
@@ -6574,10 +6625,10 @@ msgstr ""
6574
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1293
6575
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1415
6576
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1510
6577
- #: includes/elementor/widgets/recent-posts-land-style.php:652
6578
- #: includes/elementor/widgets/recent-posts-land-style.php:756
6579
- #: includes/elementor/widgets/recent-posts-land-style.php:838
6580
- #: includes/elementor/widgets/recent-posts-land-style.php:924
6581
  #: includes/elementor/widgets/recent-posts-masonry.php:780
6582
  #: includes/elementor/widgets/recent-posts-masonry.php:884
6583
  #: includes/elementor/widgets/recent-posts-masonry.php:966
@@ -6596,9 +6647,9 @@ msgstr ""
6596
  #: includes/elementor/widgets/staff.php:642
6597
  #: includes/elementor/widgets/testimonial.php:553
6598
  #: includes/elementor/widgets/testimonial.php:774
6599
- #: includes/elementor/widgets/text.php:714
6600
- #: includes/elementor/widgets/text.php:827
6601
- #: includes/elementor/widgets/text.php:950
6602
  msgid "Bottom space"
6603
  msgstr ""
6604
 
@@ -6608,7 +6659,7 @@ msgstr ""
6608
 
6609
  #: includes/elementor/widgets/recent-comments.php:331
6610
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1230
6611
- #: includes/elementor/widgets/recent-posts-land-style.php:775
6612
  #: includes/elementor/widgets/recent-posts-masonry.php:903
6613
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:677
6614
  #: includes/elementor/widgets/recent-posts-tiles.php:618
@@ -6890,7 +6941,7 @@ msgid "Post info position"
6890
  msgstr ""
6891
 
6892
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:488
6893
- #: includes/elementor/widgets/recent-posts-land-style.php:204
6894
  #: includes/elementor/widgets/recent-posts-masonry.php:287
6895
  #: includes/elementor/widgets/recent-products.php:278
6896
  #: includes/elementor/widgets/theme-elements/modern-search.php:197
@@ -6904,21 +6955,21 @@ msgid "Display Category Badge"
6904
  msgstr ""
6905
 
6906
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:515
6907
- #: includes/elementor/widgets/recent-posts-land-style.php:219
6908
  #: includes/elementor/widgets/recent-posts-masonry.php:302
6909
  #: includes/elements/recent-posts-grid-carousel.php:363
6910
  msgid "Display Date"
6911
  msgstr ""
6912
 
6913
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:530
6914
- #: includes/elementor/widgets/recent-posts-land-style.php:300
6915
  #: includes/elementor/widgets/recent-posts-masonry.php:396
6916
  #: includes/elementor/widgets/recent-posts-timeline.php:325
6917
  msgid "Display Author in Header"
6918
  msgstr ""
6919
 
6920
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:531
6921
- #: includes/elementor/widgets/recent-posts-land-style.php:301
6922
  #: includes/elementor/widgets/recent-posts-masonry.php:397
6923
  #: includes/elementor/widgets/recent-posts-timeline.php:326
6924
  msgid "Enable it to display author name in header"
@@ -6931,12 +6982,12 @@ msgid "Display post content"
6931
  msgstr ""
6932
 
6933
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:555
6934
- #: includes/elementor/widgets/recent-posts-land-style.php:234
6935
  msgid "Display Comments Number"
6936
  msgstr ""
6937
 
6938
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:567
6939
- #: includes/elementor/widgets/recent-posts-land-style.php:246
6940
  #: includes/elementor/widgets/recent-posts-masonry.php:329
6941
  #: includes/elementor/widgets/recent-posts-timeline.php:258
6942
  #: includes/elements/recent-posts-grid-carousel.php:380
@@ -6946,7 +6997,7 @@ msgid "Display like button"
6946
  msgstr ""
6947
 
6948
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:579
6949
- #: includes/elementor/widgets/recent-posts-land-style.php:258
6950
  #: includes/elementor/widgets/recent-posts-masonry.php:353
6951
  #: includes/elementor/widgets/recent-posts-timeline.php:282
6952
  #: includes/elements/popular-posts-widget.php:146
@@ -6956,7 +7007,7 @@ msgid "Display excerpt"
6956
  msgstr ""
6957
 
6958
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:580
6959
- #: includes/elementor/widgets/recent-posts-land-style.php:259
6960
  #: includes/elementor/widgets/recent-posts-masonry.php:354
6961
  #: includes/elementor/widgets/recent-posts-timeline.php:283
6962
  #: includes/elements/popular-posts-widget.php:147
@@ -6966,7 +7017,7 @@ msgid "Enable it to display post summary instead of full content."
6966
  msgstr ""
6967
 
6968
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:592
6969
- #: includes/elementor/widgets/recent-posts-land-style.php:271
6970
  #: includes/elementor/widgets/recent-posts-masonry.php:366
6971
  #: includes/elementor/widgets/recent-posts-timeline.php:295
6972
  #: includes/elements/popular-posts-widget.php:175
@@ -6979,7 +7030,7 @@ msgid "Excerpt length"
6979
  msgstr ""
6980
 
6981
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:593
6982
- #: includes/elementor/widgets/recent-posts-land-style.php:272
6983
  #: includes/elementor/widgets/recent-posts-masonry.php:367
6984
  #: includes/elementor/widgets/recent-posts-timeline.php:296
6985
  #: includes/elements/recent-posts-grid-carousel.php:426
@@ -6990,7 +7041,7 @@ msgid "Specify summary content in character."
6990
  msgstr ""
6991
 
6992
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:605
6993
- #: includes/elementor/widgets/recent-posts-land-style.php:284
6994
  #: includes/elementor/widgets/recent-posts-masonry.php:379
6995
  #: includes/elementor/widgets/recent-posts-timeline.php:308
6996
  #: includes/elements/recent-posts-grid-carousel.php:439
@@ -7001,7 +7052,7 @@ msgid "Display author or read more"
7001
  msgstr ""
7002
 
7003
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:607
7004
- #: includes/elementor/widgets/recent-posts-land-style.php:286
7005
  #: includes/elementor/widgets/recent-posts-masonry.php:381
7006
  #: includes/elementor/widgets/recent-posts-timeline.php:310
7007
  #: includes/elements/recent-posts-grid-carousel.php:440
@@ -7013,7 +7064,7 @@ msgstr ""
7013
 
7014
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:611
7015
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1792
7016
- #: includes/elementor/widgets/recent-posts-land-style.php:290
7017
  #: includes/elementor/widgets/recent-posts-masonry.php:385
7018
  #: includes/elementor/widgets/recent-posts-masonry.php:1208
7019
  #: includes/elementor/widgets/recent-posts-timeline.php:314
@@ -7026,14 +7077,14 @@ msgid "Read More"
7026
  msgstr ""
7027
 
7028
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:622
7029
- #: includes/elementor/widgets/recent-posts-land-style.php:316
7030
  #: includes/elementor/widgets/recent-posts-masonry.php:412
7031
  #: includes/elementor/widgets/recent-posts-timeline.php:341
7032
  msgid "Display Author in Footer"
7033
  msgstr ""
7034
 
7035
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:623
7036
- #: includes/elementor/widgets/recent-posts-land-style.php:317
7037
  #: includes/elementor/widgets/recent-posts-masonry.php:413
7038
  #: includes/elementor/widgets/recent-posts-timeline.php:342
7039
  msgid "Enable it to display author name in footer"
@@ -7044,7 +7095,7 @@ msgid "Meta info position"
7044
  msgstr ""
7045
 
7046
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:660
7047
- #: includes/elementor/widgets/recent-posts-land-style.php:338
7048
  #: includes/elementor/widgets/recent-posts-masonry.php:434
7049
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:329
7050
  #: includes/elementor/widgets/recent-posts-tiles.php:231
@@ -7135,7 +7186,7 @@ msgid "Use wp query"
7135
  msgstr ""
7136
 
7137
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:679
7138
- #: includes/elementor/widgets/recent-posts-land-style.php:345
7139
  #: includes/elementor/widgets/recent-posts-masonry.php:441
7140
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:336
7141
  #: includes/elementor/widgets/recent-posts-tiles.php:238
@@ -7154,7 +7205,7 @@ msgid "Categories"
7154
  msgstr ""
7155
 
7156
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:680
7157
- #: includes/elementor/widgets/recent-posts-land-style.php:346
7158
  #: includes/elementor/widgets/recent-posts-masonry.php:442
7159
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:337
7160
  #: includes/elementor/widgets/recent-posts-tiles.php:239
@@ -7172,7 +7223,7 @@ msgid "Specifies a category that you want to show posts from it."
7172
  msgstr ""
7173
 
7174
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:694
7175
- #: includes/elementor/widgets/recent-posts-land-style.php:357
7176
  #: includes/elementor/widgets/recent-posts-masonry.php:453
7177
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:348
7178
  #: includes/elementor/widgets/recent-posts-tiles.php:250
@@ -7189,7 +7240,7 @@ msgid "Number of posts to show"
7189
  msgstr ""
7190
 
7191
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:706
7192
- #: includes/elementor/widgets/recent-posts-land-style.php:369
7193
  #: includes/elementor/widgets/recent-posts-masonry.php:465
7194
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:360
7195
  #: includes/elementor/widgets/recent-posts-tiles.php:262
@@ -7234,7 +7285,7 @@ msgid "Video"
7234
  msgstr ""
7235
 
7236
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:758
7237
- #: includes/elementor/widgets/recent-posts-land-style.php:393
7238
  #: includes/elementor/widgets/recent-posts-masonry.php:489
7239
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
7240
  #: includes/elementor/widgets/recent-posts-tiles.php:286
@@ -7250,7 +7301,7 @@ msgid "Exclude quote and link post formats"
7250
  msgstr ""
7251
 
7252
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:775
7253
- #: includes/elementor/widgets/recent-posts-land-style.php:408
7254
  #: includes/elementor/widgets/recent-posts-masonry.php:504
7255
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:399
7256
  #: includes/elementor/widgets/recent-posts-tiles.php:301
@@ -7272,7 +7323,7 @@ msgid "Order by"
7272
  msgstr ""
7273
 
7274
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:784
7275
- #: includes/elementor/widgets/recent-posts-land-style.php:417
7276
  #: includes/elementor/widgets/recent-posts-masonry.php:513
7277
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:408
7278
  #: includes/elementor/widgets/recent-posts-tiles.php:310
@@ -7294,7 +7345,7 @@ msgid "Comments"
7294
  msgstr ""
7295
 
7296
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:785
7297
- #: includes/elementor/widgets/recent-posts-land-style.php:418
7298
  #: includes/elementor/widgets/recent-posts-masonry.php:514
7299
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
7300
  #: includes/elementor/widgets/recent-posts-tiles.php:311
@@ -7316,7 +7367,7 @@ msgid "Date Modified"
7316
  msgstr ""
7317
 
7318
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:787
7319
- #: includes/elementor/widgets/recent-posts-land-style.php:420
7320
  #: includes/elementor/widgets/recent-posts-masonry.php:516
7321
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:411
7322
  #: includes/elementor/widgets/recent-posts-tiles.php:313
@@ -7335,7 +7386,7 @@ msgid "Inserted Post IDs"
7335
  msgstr ""
7336
 
7337
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:802
7338
- #: includes/elementor/widgets/recent-posts-land-style.php:432
7339
  #: includes/elementor/widgets/recent-posts-masonry.php:528
7340
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:423
7341
  #: includes/elementor/widgets/recent-posts-tiles.php:325
@@ -7357,7 +7408,7 @@ msgid "Descending"
7357
  msgstr ""
7358
 
7359
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:803
7360
- #: includes/elementor/widgets/recent-posts-land-style.php:433
7361
  #: includes/elementor/widgets/recent-posts-masonry.php:529
7362
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7363
  #: includes/elementor/widgets/recent-posts-tiles.php:326
@@ -7379,7 +7430,7 @@ msgid "Ascending"
7379
  msgstr ""
7380
 
7381
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:814
7382
- #: includes/elementor/widgets/recent-posts-land-style.php:441
7383
  #: includes/elementor/widgets/recent-posts-masonry.php:537
7384
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
7385
  #: includes/elementor/widgets/recent-posts-tiles.php:334
@@ -7394,7 +7445,7 @@ msgid "Only posts"
7394
  msgstr ""
7395
 
7396
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:815
7397
- #: includes/elementor/widgets/recent-posts-land-style.php:442
7398
  #: includes/elementor/widgets/recent-posts-masonry.php:538
7399
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
7400
  #: includes/elementor/widgets/recent-posts-tiles.php:335
@@ -7412,7 +7463,7 @@ msgid ""
7412
  msgstr ""
7413
 
7414
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:826
7415
- #: includes/elementor/widgets/recent-posts-land-style.php:450
7416
  #: includes/elementor/widgets/recent-posts-masonry.php:546
7417
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
7418
  #: includes/elementor/widgets/recent-posts-tiles.php:343
@@ -7429,7 +7480,7 @@ msgid "Include posts"
7429
  msgstr ""
7430
 
7431
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:827
7432
- #: includes/elementor/widgets/recent-posts-land-style.php:451
7433
  #: includes/elementor/widgets/recent-posts-masonry.php:547
7434
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
7435
  #: includes/elementor/widgets/recent-posts-tiles.php:344
@@ -7447,7 +7498,7 @@ msgid ""
7447
  msgstr ""
7448
 
7449
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:838
7450
- #: includes/elementor/widgets/recent-posts-land-style.php:459
7451
  #: includes/elementor/widgets/recent-posts-masonry.php:555
7452
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
7453
  #: includes/elementor/widgets/recent-posts-tiles.php:352
@@ -7463,7 +7514,7 @@ msgid "Exclude posts"
7463
  msgstr ""
7464
 
7465
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:839
7466
- #: includes/elementor/widgets/recent-posts-land-style.php:460
7467
  #: includes/elementor/widgets/recent-posts-masonry.php:556
7468
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
7469
  #: includes/elementor/widgets/recent-posts-tiles.php:353
@@ -7481,7 +7532,7 @@ msgid ""
7481
  msgstr ""
7482
 
7483
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:851
7484
- #: includes/elementor/widgets/recent-posts-land-style.php:469
7485
  #: includes/elementor/widgets/recent-posts-masonry.php:565
7486
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:460
7487
  #: includes/elementor/widgets/recent-posts-tiles.php:362
@@ -7498,7 +7549,7 @@ msgid "Number of post to displace or pass over."
7498
  msgstr ""
7499
 
7500
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:868
7501
- #: includes/elementor/widgets/recent-posts-land-style.php:483
7502
  #: includes/elementor/widgets/recent-posts-masonry.php:579
7503
  #: includes/elementor/widgets/recent-posts-tiles.php:376
7504
  #: includes/elementor/widgets/recent-posts-timeline.php:508
@@ -7506,7 +7557,7 @@ msgid "Paginate"
7506
  msgstr ""
7507
 
7508
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:875
7509
- #: includes/elementor/widgets/recent-posts-land-style.php:490
7510
  #: includes/elementor/widgets/recent-posts-masonry.php:586
7511
  #: includes/elementor/widgets/recent-posts-tiles.php:383
7512
  #: includes/elementor/widgets/recent-posts-timeline.php:515
@@ -7519,7 +7570,7 @@ msgid "Load More Type"
7519
  msgstr ""
7520
 
7521
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:883
7522
- #: includes/elementor/widgets/recent-posts-land-style.php:498
7523
  #: includes/elementor/widgets/recent-posts-masonry.php:594
7524
  #: includes/elementor/widgets/recent-posts-tiles.php:391
7525
  #: includes/elementor/widgets/recent-posts-timeline.php:523
@@ -7532,7 +7583,7 @@ msgid "Infinite Scroll"
7532
  msgstr ""
7533
 
7534
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:891
7535
- #: includes/elementor/widgets/recent-posts-land-style.php:506
7536
  #: includes/elementor/widgets/recent-posts-masonry.php:602
7537
  #: includes/elementor/widgets/recent-posts-tiles.php:399
7538
  #: includes/elementor/widgets/recent-posts-timeline.php:531
@@ -7545,7 +7596,7 @@ msgid "Next Prev"
7545
  msgstr ""
7546
 
7547
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:923
7548
- #: includes/elementor/widgets/recent-posts-land-style.php:538
7549
  #: includes/elementor/widgets/recent-posts-timeline.php:563
7550
  #: includes/elementor/widgets/recent-products.php:508
7551
  #: includes/elements/gallery.php:300
@@ -7557,7 +7608,7 @@ msgid "Horizontal 4:3"
7557
  msgstr ""
7558
 
7559
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:924
7560
- #: includes/elementor/widgets/recent-posts-land-style.php:539
7561
  #: includes/elementor/widgets/recent-posts-timeline.php:564
7562
  #: includes/elementor/widgets/recent-products.php:509
7563
  #: includes/elements/gallery.php:301
@@ -7569,7 +7620,7 @@ msgid "Horizontal 16:9"
7569
  msgstr ""
7570
 
7571
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:925
7572
- #: includes/elementor/widgets/recent-posts-land-style.php:540
7573
  #: includes/elementor/widgets/recent-posts-timeline.php:565
7574
  #: includes/elementor/widgets/recent-products.php:510
7575
  #: includes/elements/gallery.php:302
@@ -7581,7 +7632,7 @@ msgid "Square 1:1"
7581
  msgstr ""
7582
 
7583
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:926
7584
- #: includes/elementor/widgets/recent-posts-land-style.php:541
7585
  #: includes/elementor/widgets/recent-posts-timeline.php:566
7586
  #: includes/elementor/widgets/recent-products.php:511
7587
  #: includes/elements/gallery.php:303
@@ -7597,7 +7648,7 @@ msgid "Custom Aspect Ratio"
7597
  msgstr ""
7598
 
7599
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1132
7600
- #: includes/elementor/widgets/recent-posts-land-style.php:677
7601
  #: includes/elementor/widgets/recent-posts-masonry.php:805
7602
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:579
7603
  #: includes/elementor/widgets/recent-posts-tiles.php:520
@@ -7606,7 +7657,7 @@ msgid "Post Info"
7606
  msgstr ""
7607
 
7608
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1256
7609
- #: includes/elementor/widgets/recent-posts-land-style.php:801
7610
  #: includes/elementor/widgets/recent-posts-masonry.php:929
7611
  #: includes/elementor/widgets/recent-posts-timeline.php:826
7612
  msgid "Excerpt"
@@ -7617,7 +7668,7 @@ msgid "Badge"
7617
  msgstr ""
7618
 
7619
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1437
7620
- #: includes/elementor/widgets/recent-posts-land-style.php:863
7621
  #: includes/elementor/widgets/recent-posts-masonry.php:991
7622
  #: includes/elementor/widgets/recent-posts-timeline.php:888
7623
  msgid "Meta"
@@ -7653,7 +7704,7 @@ msgstr ""
7653
  msgid "Land Style Posts"
7654
  msgstr ""
7655
 
7656
- #: includes/elementor/widgets/recent-posts-land-style.php:381
7657
  #: includes/elementor/widgets/recent-posts-masonry.php:477
7658
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
7659
  #: includes/elementor/widgets/recent-posts-tiles.php:274
@@ -7894,28 +7945,28 @@ msgid "Limit the number of words in the Content"
7894
  msgstr ""
7895
 
7896
  #: includes/elementor/widgets/staff.php:196
7897
- #: includes/elementor/widgets/text.php:601 includes/elements/staff.php:161
7898
  #: includes/elements/text.php:571
7899
  msgid "Image shape"
7900
  msgstr ""
7901
 
7902
  #: includes/elementor/widgets/staff.php:204
7903
  #: includes/elementor/widgets/text.php:464
7904
- #: includes/elementor/widgets/text.php:613 includes/elements/staff.php:172
7905
  #: includes/elements/text.php:543 includes/elements/text.php:585
7906
  msgid "Semi-circle"
7907
  msgstr ""
7908
 
7909
  #: includes/elementor/widgets/staff.php:208
7910
  #: includes/elementor/widgets/text.php:468
7911
- #: includes/elementor/widgets/text.php:617 includes/elements/staff.php:176
7912
  #: includes/elements/text.php:547 includes/elements/text.php:589
7913
  msgid "Round Rectangle"
7914
  msgstr ""
7915
 
7916
  #: includes/elementor/widgets/staff.php:212
7917
  #: includes/elementor/widgets/text.php:476
7918
- #: includes/elementor/widgets/text.php:621 includes/elements/staff.php:180
7919
  #: includes/elements/text.php:555 includes/elements/text.php:593
7920
  msgid "Rectangle"
7921
  msgstr ""
@@ -7961,14 +8012,14 @@ msgid "Instagram Address"
7961
  msgstr ""
7962
 
7963
  #: includes/elementor/widgets/staff.php:499
7964
- #: includes/elementor/widgets/text.php:810
7965
- #: includes/elementor/widgets/text.php:933
7966
  msgid "Top space"
7967
  msgstr ""
7968
 
7969
  #: includes/elementor/widgets/staff.php:543
7970
  #: includes/elementor/widgets/text.php:242
7971
- #: includes/elementor/widgets/text.php:736
7972
  #: includes/elements/recent-posts-grid-carousel.php:70
7973
  #: includes/elements/recent-products.php:56 includes/elements/text.php:59
7974
  msgid "Subtitle"
@@ -8002,9 +8053,9 @@ msgid "Wrappers"
8002
  msgstr ""
8003
 
8004
  #: includes/elementor/widgets/staff.php:838
8005
- #: includes/elementor/widgets/text.php:1389
8006
  #: includes/elementor/widgets/theme-elements/menu.php:324
8007
- #: includes/elementor/widgets/theme-elements/menu.php:1334
8008
  #: includes/elements/text.php:118
8009
  msgid "Text Align"
8010
  msgstr ""
@@ -8224,56 +8275,57 @@ msgstr ""
8224
  msgid "Icon background color"
8225
  msgstr ""
8226
 
8227
- #: includes/elementor/widgets/text.php:605 includes/elements/text.php:577
 
 
 
 
 
8228
  msgid "Default Aspect"
8229
  msgstr ""
8230
 
8231
- #: includes/elementor/widgets/text.php:999
8232
  msgid "Button Skin"
8233
  msgstr ""
8234
 
8235
- #: includes/elementor/widgets/text.php:1076
8236
  msgid "Button Icon"
8237
  msgstr ""
8238
 
8239
- #: includes/elementor/widgets/text.php:1189
8240
  msgid "Button Text"
8241
  msgstr ""
8242
 
8243
- #: includes/elementor/widgets/text.php:1282
8244
  msgid "Button Wrapper"
8245
  msgstr ""
8246
 
8247
- #: includes/elementor/widgets/text.php:1307
8248
  msgid "Shape Style"
8249
  msgstr ""
8250
 
8251
- #: includes/elementor/widgets/text.php:1331 includes/general-hooks.php:747
8252
  #: includes/general-hooks.php:1152
8253
  msgid "Button Style"
8254
  msgstr ""
8255
 
8256
- #: includes/elementor/widgets/text.php:1381
8257
  msgid "Overlay"
8258
  msgstr ""
8259
 
8260
- #: includes/elementor/widgets/text.php:1497
8261
- msgid "Transition duration"
8262
- msgstr ""
8263
-
8264
- #: includes/elementor/widgets/text.php:1532 includes/elements/text.php:896
8265
  msgid "Footer Shape"
8266
  msgstr ""
8267
 
8268
- #: includes/elementor/widgets/text.php:1541 includes/elements/text.php:907
8269
  msgid "Wave"
8270
  msgstr ""
8271
 
8272
- #: includes/elementor/widgets/text.php:1545 includes/elements/text.php:911
8273
  msgid "Tail"
8274
  msgstr ""
8275
 
8276
- #: includes/elementor/widgets/text.php:1556 includes/elements/button.php:212
8277
  #: includes/elements/text.php:825
8278
  msgid "Color of button"
8279
  msgstr ""
@@ -8402,10 +8454,6 @@ msgstr ""
8402
  msgid "Secondary"
8403
  msgstr ""
8404
 
8405
- #: includes/elementor/widgets/theme-elements/logo.php:186
8406
- msgid "Home Page"
8407
- msgstr ""
8408
-
8409
  #: includes/elementor/widgets/theme-elements/logo.php:188
8410
  msgid "Custom URL"
8411
  msgstr ""
@@ -8567,11 +8615,15 @@ msgstr ""
8567
  msgid "Burger Button Style"
8568
  msgstr ""
8569
 
8570
- #: includes/elementor/widgets/theme-elements/menu.php:1126
 
 
 
 
8571
  msgid "Fullscreen Menu"
8572
  msgstr ""
8573
 
8574
- #: includes/elementor/widgets/theme-elements/menu.php:1404
8575
  msgid "There are no menus in your site."
8576
  msgstr ""
8577
 
@@ -11587,15 +11639,15 @@ msgstr ""
11587
  msgid "GitHub"
11588
  msgstr ""
11589
 
11590
- #: includes/general-hooks.php:2527
11591
  msgid "Page Options"
11592
  msgstr ""
11593
 
11594
- #: includes/general-hooks.php:2535
11595
  msgid "Post Options"
11596
  msgstr ""
11597
 
11598
- #: includes/general-hooks.php:3010
11599
  msgid "Page %s"
11600
  msgstr ""
11601
 
@@ -11826,13 +11878,13 @@ msgctxt "post format archive title"
11826
  msgid "Chats"
11827
  msgstr ""
11828
 
11829
- #: includes/general-hooks.php:3031
11830
  #. translators: playlist item title
11831
  msgctxt "playlist item title"
11832
  msgid "&#8220;%s&#8221;"
11833
  msgstr ""
11834
 
11835
- #: includes/general-hooks.php:3056 includes/general-hooks.php:3061
11836
  #. translators: playlist item title
11837
  msgctxt "playlist item title"
11838
  msgid "%s"
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.6.0\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2020-07-06 07:02:34+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
59
  msgstr ""
60
 
61
  #: admin/includes/admin-ajax.php:198
62
+ #: includes/classes/class-auxin-welcome.php:1138
63
+ #: includes/classes/class-auxin-welcome.php:1254
64
  msgid "Security Token Error!"
65
  msgstr ""
66
 
87
  msgstr ""
88
 
89
  #: admin/includes/admin-ajax.php:242 admin/includes/admin-ajax.php:257
90
+ #: includes/classes/class-auxin-demo-importer.php:189
91
  msgid "Retry"
92
  msgstr ""
93
 
94
  #: admin/includes/admin-ajax.php:253
95
+ #: includes/classes/class-auxin-demo-importer.php:113
96
+ #: includes/classes/class-auxin-demo-importer.php:156
97
+ #: includes/classes/class-auxin-demo-importer.php:191
98
+ #: includes/classes/class-auxin-welcome.php:1233
99
+ #: includes/classes/class-auxin-welcome.php:1268
100
+ #: includes/classes/class-auxin-welcome.php:1628
101
  msgid "Close"
102
  msgstr ""
103
 
218
  msgid "Remind Me Later"
219
  msgstr ""
220
 
221
+ #: admin/includes/admin-hooks.php:817
 
 
 
 
222
  msgid "Phlox is Not Activated! to Unlock All Features Activate Now."
223
  msgstr ""
224
 
225
+ #: admin/includes/admin-hooks.php:821
226
  msgid "Activate Now"
227
  msgstr ""
228
 
229
+ #: admin/includes/admin-hooks.php:870
230
  msgid "Uncategorized"
231
  msgstr ""
232
 
266
  msgid "System Status Check By Averta"
267
  msgstr ""
268
 
269
+ #: admin/includes/classes/class-auxels-system-check.php:25
270
+ msgid "Demo And Template Import Check By Averta"
271
+ msgstr ""
272
+
273
+ #: admin/includes/classes/class-auxels-system-check.php:38
274
  msgid "Required and recommended php ini settings passed successfully"
275
  msgstr ""
276
 
277
+ #: admin/includes/classes/class-auxels-system-check.php:41
278
+ #: admin/includes/classes/class-auxels-system-check.php:109
279
  msgid "Performance"
280
  msgstr ""
281
 
282
+ #: admin/includes/classes/class-auxels-system-check.php:46
283
  msgid "Maximum execution time test passed"
284
  msgstr ""
285
 
286
+ #: admin/includes/classes/class-auxels-system-check.php:53
287
  msgid "Warning"
288
  msgstr ""
289
 
290
+ #: admin/includes/classes/class-auxels-system-check.php:54
291
+ #: admin/includes/classes/class-auxels-system-check.php:65
292
  msgid "We recommend setting max execution time to at least 60."
293
  msgstr ""
294
 
295
+ #: admin/includes/classes/class-auxels-system-check.php:106
296
+ #: admin/includes/classes/class-auxels-system-check.php:114
297
+ msgid "Connecting to averta servers to get demos and templates passed successfully"
298
+ msgstr ""
299
+
300
+ #: admin/includes/classes/class-auxels-system-check.php:121
301
+ msgid "Error"
302
+ msgstr ""
303
+
304
+ #: admin/includes/classes/class-auxels-system-check.php:122
305
+ msgid ""
306
+ "Your site can communicate securely with Phlox update services. <a "
307
+ "href=\"https://docs.phlox.pro/article/206-error-activating-license\" "
308
+ "target=\"_blank\">How to fix?</a>\n"
309
+ " "
310
+ msgstr ""
311
+
312
+ #: admin/includes/classes/class-auxels-system-check.php:133
313
+ msgid "Error while trying to connect to averta servers"
314
+ msgstr ""
315
+
316
+ #: admin/includes/classes/class-auxin-license-activation.php:107
317
  msgid "Email address is required."
318
  msgstr ""
319
 
320
+ #: admin/includes/classes/class-auxin-license-activation.php:110
321
  msgid "Purchase key is required."
322
  msgstr ""
323
 
324
+ #: admin/includes/classes/class-auxin-license-activation.php:116
325
  msgid "Please enter a valid email address."
326
  msgstr ""
327
 
328
+ #: admin/includes/classes/class-auxin-license-activation.php:132
329
  msgid "Bad request with wrong header .."
330
  msgstr ""
331
 
332
+ #: admin/includes/classes/class-auxin-license-activation.php:168
333
  msgid "Connection error..."
334
  msgstr ""
335
 
338
  msgstr ""
339
 
340
  #: admin/includes/classes/class-auxin-notices.php:186
341
+ #: includes/classes/class-auxin-welcome.php:1670
342
  msgid "Skip"
343
  msgstr ""
344
 
345
+ #: admin/includes/classes/class-auxin-notices.php:384
346
+ msgid "Dismiss"
347
+ msgstr ""
348
+
349
  #: admin/includes/classes/class-auxin-upgrader-ajax-handlers.php:26
350
  msgid "Please enter a valid update type."
351
  msgstr ""
772
  #: admin/includes/metaboxes/metabox-fields-general-footer.php:21
773
  #: includes/elementor/modules/documents/footer.php:34
774
  #: includes/elementor/modules/documents/footer.php:45
775
+ #: includes/elementor/widgets/text.php:1544
776
  msgid "Footer"
777
  msgstr ""
778
 
1010
 
1011
  #: admin/includes/metaboxes/metabox-fields-general-header.php:202
1012
  #: includes/elements/staff.php:207 includes/elements/text.php:105
1013
+ #: includes/general-hooks.php:2997
1014
  msgid "Boxed"
1015
  msgstr ""
1016
 
1190
  #: includes/elementor/widgets/heading-modern.php:163
1191
  #: includes/elementor/widgets/icon.php:174
1192
  #: includes/elementor/widgets/image.php:323
1193
+ #: includes/elementor/widgets/modern-button.php:143
1194
+ #: includes/elementor/widgets/modern-button.php:188
1195
  #: includes/elementor/widgets/quote.php:169
1196
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:252
1197
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1618
1201
  #: includes/elementor/widgets/staff.php:846
1202
  #: includes/elementor/widgets/svg.php:288
1203
  #: includes/elementor/widgets/testimonial.php:813
1204
+ #: includes/elementor/widgets/text.php:1417
1205
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:435
1206
  #: includes/elementor/widgets/theme-elements/copyright.php:146
1207
  #: includes/elementor/widgets/theme-elements/current-time.php:139
1208
  #: includes/elementor/widgets/theme-elements/logo.php:165
1209
  #: includes/elementor/widgets/theme-elements/menu.php:332
1210
+ #: includes/elementor/widgets/theme-elements/menu.php:1354
1211
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:199
1212
  #: includes/elementor/widgets/theme-elements/site-title.php:192
1213
  #: includes/elements/quote.php:112
1229
  #: includes/elementor/widgets/heading-modern.php:159
1230
  #: includes/elementor/widgets/icon.php:170
1231
  #: includes/elementor/widgets/image.php:319
1232
+ #: includes/elementor/widgets/modern-button.php:184
1233
+ #: includes/elementor/widgets/modern-button.php:802
1234
  #: includes/elementor/widgets/quote.php:165
1235
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1614
1236
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1751
1241
  #: includes/elementor/widgets/svg.php:284
1242
  #: includes/elementor/widgets/testimonial.php:809
1243
  #: includes/elementor/widgets/text.php:367
1244
+ #: includes/elementor/widgets/text.php:1114
1245
+ #: includes/elementor/widgets/text.php:1413
1246
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:431
1247
  #: includes/elementor/widgets/theme-elements/copyright.php:142
1248
  #: includes/elementor/widgets/theme-elements/current-time.php:135
1249
  #: includes/elementor/widgets/theme-elements/logo.php:161
1250
  #: includes/elementor/widgets/theme-elements/menu.php:281
1251
  #: includes/elementor/widgets/theme-elements/menu.php:328
1252
+ #: includes/elementor/widgets/theme-elements/menu.php:1350
1253
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:195
1254
  #: includes/elementor/widgets/theme-elements/site-title.php:188
1255
  #: includes/elements/button.php:183 includes/elements/image.php:151
1298
  #: admin/includes/metaboxes/metabox-fields-general-header.php:707
1299
  #: includes/elementor/widgets/button.php:163
1300
  #: includes/elementor/widgets/divider.php:146
1301
+ #: includes/elementor/widgets/modern-button.php:307
1302
  #: includes/elementor/widgets/staff.php:755
1303
+ #: includes/elementor/widgets/text.php:1010 includes/elements/button.php:66
1304
  #: includes/elements/divider.php:90 includes/elements/socials-list.php:63
1305
  #: includes/elements/staff.php:463 includes/elements/text.php:469
1306
  #: includes/elements/text.php:677 includes/general-hooks.php:689
1312
  #: includes/classes/class-auxin-svg-support.php:192
1313
  #: includes/elementor/widgets/button.php:162
1314
  #: includes/elementor/widgets/divider.php:145
1315
+ #: includes/elementor/widgets/modern-button.php:306
1316
  #: includes/elementor/widgets/staff.php:756
1317
+ #: includes/elementor/widgets/text.php:1009
1318
  #: includes/elements/before-after.php:104 includes/elements/button.php:65
1319
  #: includes/elements/divider.php:89 includes/elements/instagram-feed.php:98
1320
  #: includes/elements/socials-list.php:64 includes/elements/staff.php:111
1327
  #: admin/includes/metaboxes/metabox-fields-general-header.php:709
1328
  #: includes/classes/class-auxin-svg-support.php:193
1329
  #: includes/elementor/widgets/button.php:161
1330
+ #: includes/elementor/widgets/modern-button.php:305
1331
  #: includes/elementor/widgets/staff.php:757
1332
+ #: includes/elementor/widgets/text.php:1008
1333
  #: includes/elements/before-after.php:105 includes/elements/button.php:64
1334
  #: includes/elements/divider.php:88 includes/elements/socials-list.php:65
1335
  #: includes/elements/staff.php:110 includes/elements/staff.php:465
1390
  #: includes/elementor/widgets/custom-list.php:385
1391
  #: includes/elementor/widgets/gallery.php:131
1392
  #: includes/elementor/widgets/icon.php:125
1393
+ #: includes/elementor/widgets/modern-button.php:277
1394
  #: includes/elementor/widgets/quote.php:161
1395
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
1396
  #: includes/elementor/widgets/recent-posts-tiles.php:130
1397
  #: includes/elementor/widgets/tabs.php:195
1398
+ #: includes/elementor/widgets/text.php:1113
1399
  #: includes/elementor/widgets/theme-elements/menu.php:993
1400
  #: includes/elementor/widgets/theme-elements/modern-search.php:556
1401
  #: includes/elements/button.php:179 includes/elements/code.php:99
1430
  #: includes/elementor/widgets/image.php:539
1431
  #: includes/elementor/widgets/mailchimp.php:352
1432
  #: includes/elementor/widgets/mailchimp.php:609
1433
+ #: includes/elementor/widgets/modern-button.php:403
1434
+ #: includes/elementor/widgets/modern-button.php:514
1435
+ #: includes/elementor/widgets/modern-button.php:614
1436
+ #: includes/elementor/widgets/modern-button.php:726
1437
+ #: includes/elementor/widgets/modern-button.php:912
1438
  #: includes/elementor/widgets/recent-comments.php:201
1439
  #: includes/elementor/widgets/recent-comments.php:284
1440
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:997
1445
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1569
1446
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1706
1447
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1858
1448
+ #: includes/elementor/widgets/recent-posts-land-style.php:611
1449
+ #: includes/elementor/widgets/recent-posts-land-style.php:715
1450
+ #: includes/elementor/widgets/recent-posts-land-style.php:892
1451
  #: includes/elementor/widgets/recent-posts-masonry.php:670
1452
  #: includes/elementor/widgets/recent-posts-masonry.php:740
1453
  #: includes/elementor/widgets/recent-posts-masonry.php:844
1472
  #: includes/elementor/widgets/testimonial.php:629
1473
  #: includes/elementor/widgets/testimonial.php:923
1474
  #: includes/elementor/widgets/text.php:550
1475
+ #: includes/elementor/widgets/text.php:693
1476
+ #: includes/elementor/widgets/text.php:789
1477
+ #: includes/elementor/widgets/text.php:900
1478
+ #: includes/elementor/widgets/text.php:1067
1479
+ #: includes/elementor/widgets/text.php:1187
1480
+ #: includes/elementor/widgets/text.php:1262
1481
+ #: includes/elementor/widgets/text.php:1492
1482
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:516
1483
  #: includes/elementor/widgets/theme-elements/copyright.php:212
1484
  #: includes/elementor/widgets/theme-elements/logo.php:327
1486
  #: includes/elementor/widgets/theme-elements/menu.php:723
1487
  #: includes/elementor/widgets/theme-elements/menu.php:869
1488
  #: includes/elementor/widgets/theme-elements/menu.php:1032
1489
+ #: includes/elementor/widgets/theme-elements/menu.php:1238
1490
  #: includes/elementor/widgets/theme-elements/modern-search.php:272
1491
  #: includes/elementor/widgets/theme-elements/modern-search.php:369
1492
  #: includes/elementor/widgets/theme-elements/modern-search.php:488
1795
  msgstr ""
1796
 
1797
  #: includes/classes/class-auxels-admin-assets.php:67
1798
+ #: includes/classes/class-auxin-welcome.php:1309
1799
+ #: includes/classes/class-auxin-welcome.php:1428
1800
+ #: includes/classes/class-auxin-welcome.php:1698
1801
+ #: includes/classes/class-auxin-welcome.php:1742
1802
  msgid "Continue"
1803
  msgstr ""
1804
 
1805
  #: includes/classes/class-auxels-admin-assets.php:68
1806
+ #: includes/classes/class-auxin-welcome.php:522
1807
+ #: includes/classes/class-auxin-welcome.php:1503
1808
  msgid "Install Plugins"
1809
  msgstr ""
1810
 
1811
  #: includes/classes/class-auxels-admin-assets.php:69
1812
+ #: includes/classes/class-auxin-welcome.php:1594
1813
  msgid "Import Content"
1814
  msgstr ""
1815
 
1830
  msgstr ""
1831
 
1832
  #: includes/classes/class-auxels-archive-menu-links.php:72
1833
+ #: includes/classes/class-auxin-welcome.php:426
1834
  msgid "Select All"
1835
  msgstr ""
1836
 
1888
  msgid "%s Status"
1889
  msgstr ""
1890
 
1891
+ #: includes/classes/class-auxin-demo-importer.php:75
1892
  msgid "Import content"
1893
  msgstr ""
1894
 
1895
+ #: includes/classes/class-auxin-demo-importer.php:107
1896
  msgid "Page has been successfully generated."
1897
  msgstr ""
1898
 
1899
+ #: includes/classes/class-auxin-demo-importer.php:110
1900
  msgid "Edit Page"
1901
  msgstr ""
1902
 
1903
+ #: includes/classes/class-auxin-demo-importer.php:137
1904
  msgid "Template content has been successfully imported."
1905
  msgstr ""
1906
 
1907
+ #: includes/classes/class-auxin-demo-importer.php:145
1908
+ #: includes/classes/class-auxin-demo-importer.php:164
1909
+ #: includes/classes/class-auxin-welcome.php:806
1910
  msgid "Copy to clipboard"
1911
  msgstr ""
1912
 
1913
+ #: includes/classes/class-auxin-demo-importer.php:154
1914
  msgid "Import to my templates"
1915
  msgstr ""
1916
 
1917
+ #: includes/classes/class-auxin-demo-importer.php:181
1918
  msgid "Process failed!."
1919
  msgstr ""
1920
 
1921
+ #: includes/classes/class-auxin-demo-importer.php:209
1922
  msgid "Invalid Inputs."
1923
  msgstr ""
1924
 
1925
+ #: includes/classes/class-auxin-demo-importer.php:240
1926
  msgid "Step Failed!"
1927
  msgstr ""
1928
 
1929
+ #: includes/classes/class-auxin-demo-importer.php:247
1930
  msgid "Error in getting data!"
1931
  msgstr ""
1932
 
1933
+ #: includes/classes/class-auxin-demo-importer.php:270
1934
  msgid "Downloading Medias"
1935
  msgstr ""
1936
 
1937
+ #: includes/classes/class-auxin-demo-importer.php:276
1938
  msgid "Importing Media"
1939
  msgstr ""
1940
 
1941
+ #: includes/classes/class-auxin-demo-importer.php:292
1942
+ #: includes/classes/class-auxin-demo-importer.php:1208
1943
  msgid "Importing Users"
1944
  msgstr ""
1945
 
1946
+ #: includes/classes/class-auxin-demo-importer.php:297
1947
+ #: includes/classes/class-auxin-demo-importer.php:309
1948
  msgid "Importing Contents"
1949
  msgstr ""
1950
 
1951
+ #: includes/classes/class-auxin-demo-importer.php:321
1952
  msgid "Importing Options"
1953
  msgstr ""
1954
 
1955
+ #: includes/classes/class-auxin-demo-importer.php:338
1956
+ #: includes/classes/class-auxin-demo-importer.php:544
1957
  msgid "Importing Menus"
1958
  msgstr ""
1959
 
1960
+ #: includes/classes/class-auxin-demo-importer.php:344
1961
  msgid "Importing Widgets"
1962
  msgstr ""
1963
 
1964
+ #: includes/classes/class-auxin-demo-importer.php:424
1965
  msgid "Retrieve Body Fails"
1966
  msgstr ""
1967
 
1968
+ #: includes/classes/class-auxin-demo-importer.php:610
1969
  msgid "Importing Sliders"
1970
  msgstr ""
1971
 
1972
+ #: includes/classes/class-auxin-demo-importer.php:1271
1973
  msgid "Preparing Site ..."
1974
  msgstr ""
1975
 
1976
+ #: includes/classes/class-auxin-demo-importer.php:1286
1977
  msgid "All steps are successful"
1978
  msgstr ""
1979
 
2166
  msgstr ""
2167
 
2168
  #: includes/classes/class-auxin-walker-nav-menu-back.php:205
2169
+ #: includes/classes/class-auxin-welcome.php:431
2170
  #: includes/elementor/modules/dynamic-tags/contact-url.php:181
2171
  #: includes/elementor/modules/dynamic-tags/featured-image-data.php:90
2172
  #: includes/elementor/widgets/heading-modern.php:309
2215
  msgstr ""
2216
 
2217
  #: includes/classes/class-auxin-walker-nav-menu-back.php:371
2218
+ #: includes/classes/class-auxin-welcome.php:1312
2219
+ #: includes/classes/class-auxin-welcome.php:1340
2220
+ #: includes/classes/class-auxin-welcome.php:1431
2221
+ #: includes/classes/class-auxin-welcome.php:1505
2222
+ #: includes/classes/class-auxin-welcome.php:1596
2223
+ #: includes/classes/class-auxin-welcome.php:1700
2224
+ #: includes/classes/class-auxin-welcome.php:1744
2225
  msgid "Cancel"
2226
  msgstr ""
2227
 
2233
  msgid "Template Kits"
2234
  msgstr ""
2235
 
2236
+ #: includes/classes/class-auxin-welcome-sections.php:131
2237
  msgid "Plugins"
2238
  msgstr ""
2239
 
2240
+ #: includes/classes/class-auxin-welcome-sections.php:148
2241
  msgid "Feedback"
2242
  msgstr ""
2243
 
2244
+ #: includes/classes/class-auxin-welcome-sections.php:167
2245
  msgid "System Status"
2246
  msgstr ""
2247
 
2248
+ #: includes/classes/class-auxin-welcome-sections.php:183
2249
  msgid "Go Pro"
2250
  msgstr ""
2251
 
2252
+ #: includes/classes/class-auxin-welcome-sections.php:210
2253
  msgid "How likely are you to recommend %s to a friend?"
2254
  msgstr ""
2255
 
2256
+ #: includes/classes/class-auxin-welcome-sections.php:223
2257
  msgid "Don't like it"
2258
  msgstr ""
2259
 
2260
+ #: includes/classes/class-auxin-welcome-sections.php:224
2261
  msgid "Like it so much"
2262
  msgstr ""
2263
 
2264
+ #: includes/classes/class-auxin-welcome-sections.php:232
2265
  msgid ""
2266
  "Thanks for using Phlox theme. If you are enjoying this theme, please "
2267
  "support us by %s submitting 5 star rate here%s. That would be a huge help "
2268
  "for us to continue developing this theme."
2269
  msgstr ""
2270
 
2271
+ #: includes/classes/class-auxin-welcome-sections.php:238
2272
  msgid "Please explain why you gave this score (optional)"
2273
  msgstr ""
2274
 
2275
+ #: includes/classes/class-auxin-welcome-sections.php:241
2276
  msgid ""
2277
  "Please do not use this form to get support, in this case please check the "
2278
  "%s help section %s"
2279
  msgstr ""
2280
 
2281
+ #: includes/classes/class-auxin-welcome-sections.php:248
2282
  #: includes/elementor/widgets/theme-elements/modern-search.php:124
2283
  #: includes/elements/contact-form.php:228
2284
  msgid "Submit"
2285
  msgstr ""
2286
 
2287
+ #: includes/classes/class-auxin-welcome-sections.php:252
2288
  msgid "Submitting your feedback .."
2289
  msgstr ""
2290
 
2291
+ #: includes/classes/class-auxin-welcome-sections.php:276
2292
  msgid "Thanks for your feedback"
2293
  msgstr ""
2294
 
2295
+ #: includes/classes/class-auxin-welcome-sections.php:278
2296
  msgid "Please try again and fill up at least the feedback field."
2297
  msgstr ""
2298
 
2299
+ #: includes/classes/class-auxin-welcome-sections.php:322
2300
  msgid "Changelog"
2301
  msgstr ""
2302
 
2303
+ #: includes/classes/class-auxin-welcome-sections.php:324
2304
  msgid "Follow Us"
2305
  msgstr ""
2306
 
2307
+ #: includes/classes/class-auxin-welcome-sections.php:326
2308
  msgid "Follow us on Twitter"
2309
  msgstr ""
2310
 
2311
+ #: includes/classes/class-auxin-welcome-sections.php:327
2312
  msgid "Follow us on Facebook"
2313
  msgstr ""
2314
 
2315
+ #: includes/classes/class-auxin-welcome-sections.php:328
2316
  msgid "Follow us on Instagram"
2317
  msgstr ""
2318
 
2319
+ #: includes/classes/class-auxin-welcome-sections.php:329
2320
  msgid "Follow us on Envato"
2321
  msgstr ""
2322
 
2323
+ #: includes/classes/class-auxin-welcome-sections.php:330
2324
  msgid "Subscribe to Phlox YouTube channel"
2325
  msgstr ""
2326
 
2327
+ #: includes/classes/class-auxin-welcome.php:267
2328
  msgid "Dashboard"
2329
  msgstr ""
2330
 
2331
+ #: includes/classes/class-auxin-welcome.php:294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2332
  msgid "Note:"
2333
  msgstr ""
2334
 
2335
+ #: includes/classes/class-auxin-welcome.php:294
2336
  msgid ""
2337
  "You are recommended to install Phlox exclusive plugins in order to enable "
2338
  "all features."
2339
  msgstr ""
2340
 
2341
+ #: includes/classes/class-auxin-welcome.php:390
2342
  msgid "Recommended Plugins"
2343
  msgstr ""
2344
 
2345
+ #: includes/classes/class-auxin-welcome.php:391
2346
  msgid ""
2347
  "The following is a list of best integrated plugins for %s theme, you can "
2348
  "install them from here and add or remove them later on WordPress plugins "
2349
  "page."
2350
  msgstr ""
2351
 
2352
+ #: includes/classes/class-auxin-welcome.php:392
2353
  msgid ""
2354
  "We recommend you to install only the plugins under \"Essential\" tab, and "
2355
  "avoid installing all of plugins."
2356
  msgstr ""
2357
 
2358
+ #: includes/classes/class-auxin-welcome.php:412
2359
+ #: includes/classes/class-auxin-welcome.php:729
2360
  #: includes/elements/popular-posts-widget.php:388
2361
  msgid "Recent"
2362
  msgstr ""
2363
 
2364
+ #: includes/classes/class-auxin-welcome.php:430
2365
  #: includes/elementor/widgets/testimonial.php:346
2366
  #: includes/elements/about-widget.php:58
2367
  msgid "Name"
2368
  msgstr ""
2369
 
2370
+ #: includes/classes/class-auxin-welcome.php:432
2371
  msgid "Status"
2372
  msgstr ""
2373
 
2374
+ #: includes/classes/class-auxin-welcome.php:433
2375
  msgid "Version"
2376
  msgstr ""
2377
 
2378
+ #: includes/classes/class-auxin-welcome.php:498
2379
  msgid "Not Installed"
2380
  msgstr ""
2381
 
2382
+ #: includes/classes/class-auxin-welcome.php:500
2383
  msgid "Not Activated"
2384
  msgstr ""
2385
 
2386
+ #: includes/classes/class-auxin-welcome.php:530
2387
  msgid ""
2388
  "Good news! All plugins are already installed and up to date. Please "
2389
  "continue."
2390
  msgstr ""
2391
 
2392
+ #: includes/classes/class-auxin-welcome.php:626
2393
  msgid "No Slug Found"
2394
  msgstr ""
2395
 
2396
+ #: includes/classes/class-auxin-welcome.php:645
2397
  msgid "Activating"
2398
  msgstr ""
2399
 
2400
+ #: includes/classes/class-auxin-welcome.php:660
2401
  msgid "Updating"
2402
  msgstr ""
2403
 
2404
+ #: includes/classes/class-auxin-welcome.php:675
2405
  msgid "Installing"
2406
  msgstr ""
2407
 
2408
+ #: includes/classes/class-auxin-welcome.php:686
2409
  msgid "Activated"
2410
  msgstr ""
2411
 
2412
+ #: includes/classes/class-auxin-welcome.php:742
2413
  msgid "Search Templates"
2414
  msgstr ""
2415
 
2416
+ #: includes/classes/class-auxin-welcome.php:749
2417
  msgid ""
2418
  "An error occurred while downloading the list of templates. Please try again "
2419
  "later."
2420
  msgstr ""
2421
 
2422
+ #: includes/classes/class-auxin-welcome.php:793
2423
  msgid "Download"
2424
  msgstr ""
2425
 
2426
+ #: includes/classes/class-auxin-welcome.php:814
2427
+ #: includes/classes/class-auxin-welcome.php:929
2428
  msgid "Unlock"
2429
  msgstr ""
2430
 
2431
+ #: includes/classes/class-auxin-welcome.php:826
2432
+ #: includes/classes/class-auxin-welcome.php:940
2433
+ #: includes/classes/class-auxin-welcome.php:1230
2434
+ #: includes/classes/class-auxin-welcome.php:1625
2435
  msgid "Preview"
2436
  msgstr ""
2437
 
2438
+ #: includes/classes/class-auxin-welcome.php:849
2439
  msgid "Save to my templates"
2440
  msgstr ""
2441
 
2442
+ #: includes/classes/class-auxin-welcome.php:860
2443
  msgid "Create new page"
2444
  msgstr ""
2445
 
2446
+ #: includes/classes/class-auxin-welcome.php:900
2447
  msgid ""
2448
  "An error occurred while downloading the list of demo sites. Please try "
2449
  "again later."
2450
  msgstr ""
2451
 
2452
+ #: includes/classes/class-auxin-welcome.php:924
2453
+ #: includes/classes/class-auxin-welcome.php:1337
2454
  msgid "Uninstall"
2455
  msgstr ""
2456
 
2457
+ #: includes/classes/class-auxin-welcome.php:924
2458
+ #: includes/classes/class-auxin-welcome.php:1241
2459
  msgid "Import"
2460
  msgstr ""
2461
 
2462
+ #: includes/classes/class-auxin-welcome.php:1029
2463
  msgid "You have already the latest version."
2464
  msgstr ""
2465
 
2466
+ #: includes/classes/class-auxin-welcome.php:1033
2467
  msgid "New updates are available."
2468
  msgstr ""
2469
 
2470
+ #: includes/classes/class-auxin-welcome.php:1034
2471
  msgid ""
2472
  "The following items require update, click update button to update them to "
2473
  "the latest version."
2474
  msgstr ""
2475
 
2476
+ #: includes/classes/class-auxin-welcome.php:1043
2477
  msgid "Last checked "
2478
  msgstr ""
2479
 
2480
+ #: includes/classes/class-auxin-welcome.php:1045
2481
  msgid "ago"
2482
  msgstr ""
2483
 
2484
+ #: includes/classes/class-auxin-welcome.php:1065
2485
+ #: includes/classes/class-auxin-welcome.php:1095
2486
+ #: includes/classes/class-auxin-welcome.php:1479
2487
  msgid "Ready to update"
2488
  msgstr ""
2489
 
2490
+ #: includes/classes/class-auxin-welcome.php:1115
2491
  msgid "Update Now"
2492
  msgstr ""
2493
 
2494
+ #: includes/classes/class-auxin-welcome.php:1118
2495
  msgid "Check Again"
2496
  msgstr ""
2497
 
2498
+ #: includes/classes/class-auxin-welcome.php:1145
2499
  msgid "You can't remove this demo."
2500
  msgstr ""
2501
 
2502
+ #: includes/classes/class-auxin-welcome.php:1224
2503
  msgid "Done!"
2504
  msgstr ""
2505
 
2506
+ #: includes/classes/class-auxin-welcome.php:1225
2507
  msgid "Demo has been successfully uninstalled."
2508
  msgstr ""
2509
 
2510
+ #: includes/classes/class-auxin-welcome.php:1287
2511
  #: public/includes/frontend-ajax.php:154 public/includes/frontend-ajax.php:211
2512
  msgid "An Error Occurred!"
2513
  msgstr ""
2514
 
2515
+ #: includes/classes/class-auxin-welcome.php:1301
2516
  msgid "Notice"
2517
  msgstr ""
2518
 
2519
+ #: includes/classes/class-auxin-welcome.php:1303
2520
  msgid ""
2521
  "For better and faster result, it's recommended to install the demo on a "
2522
  "clean WordPress website."
2523
  msgstr ""
2524
 
2525
+ #: includes/classes/class-auxin-welcome.php:1329
2526
  msgid "Warning!"
2527
  msgstr ""
2528
 
2529
+ #: includes/classes/class-auxin-welcome.php:1331
2530
  msgid "This process will erase all images, posts and settings of this demo..."
2531
  msgstr ""
2532
 
2533
+ #: includes/classes/class-auxin-welcome.php:1336
2534
  msgid "Are you sure you want to uninstall this demo?"
2535
  msgstr ""
2536
 
2537
+ #: includes/classes/class-auxin-welcome.php:1346
2538
+ #: includes/classes/class-auxin-welcome.php:1602
2539
  msgid "Please wait, this may take several minutes .."
2540
  msgstr ""
2541
 
2542
+ #: includes/classes/class-auxin-welcome.php:1404
2543
  msgid "An error occurred!"
2544
  msgstr ""
2545
 
2546
+ #: includes/classes/class-auxin-welcome.php:1406
2547
  msgid "Method not exist!"
2548
  msgstr ""
2549
 
2550
+ #: includes/classes/class-auxin-welcome.php:1420
2551
+ #: includes/classes/class-auxin-welcome.php:1456
2552
  msgid "Required Plugins for this demo."
2553
  msgstr ""
2554
 
2555
+ #: includes/classes/class-auxin-welcome.php:1422
2556
  msgid ""
2557
  "For better and faster install process it's recommended to install demo on a "
2558
  "clean WordPress website."
2559
  msgstr ""
2560
 
2561
+ #: includes/classes/class-auxin-welcome.php:1457
2562
  msgid "The following plugins are required to be installed for this demo."
2563
  msgstr ""
2564
 
2565
+ #: includes/classes/class-auxin-welcome.php:1471
2566
  msgid "Ready to install"
2567
  msgstr ""
2568
 
2569
+ #: includes/classes/class-auxin-welcome.php:1475
2570
  msgid "Not activated"
2571
  msgstr ""
2572
 
2573
+ #: includes/classes/class-auxin-welcome.php:1521
2574
  msgid "Import Demo Content of Phlox Theme."
2575
  msgstr ""
2576
 
2577
+ #: includes/classes/class-auxin-welcome.php:1526
2578
  msgid "Complete pre-build Website"
2579
  msgstr ""
2580
 
2581
+ #: includes/classes/class-auxin-welcome.php:1531
2582
  msgid "Import media (images, videos, etc.)"
2583
  msgstr ""
2584
 
2585
+ #: includes/classes/class-auxin-welcome.php:1538
2586
  msgid "Selected Data Only"
2587
  msgstr ""
2588
 
2589
+ #: includes/classes/class-auxin-welcome.php:1544
2590
  msgid "Posts/Pages"
2591
  msgstr ""
2592
 
2593
+ #: includes/classes/class-auxin-welcome.php:1549
2594
  msgid "Media"
2595
  msgstr ""
2596
 
2597
+ #: includes/classes/class-auxin-welcome.php:1554
2598
  msgid "Widgets"
2599
  msgstr ""
2600
 
2601
+ #: includes/classes/class-auxin-welcome.php:1561
2602
  msgid "Menus"
2603
  msgstr ""
2604
 
2605
+ #: includes/classes/class-auxin-welcome.php:1566
2606
  msgid "Theme Options"
2607
  msgstr ""
2608
 
2609
+ #: includes/classes/class-auxin-welcome.php:1571
2610
  msgid "MasterSlider (If Available)"
2611
  msgstr ""
2612
 
2613
+ #: includes/classes/class-auxin-welcome.php:1581
2614
  msgid "Importing Demo Content is in Progress..."
2615
  msgstr ""
2616
 
2617
+ #: includes/classes/class-auxin-welcome.php:1582
2618
  msgid ""
2619
  "This process may take 5 to 10 minutes to complete, please do not close or "
2620
  "refresh this page."
2621
  msgstr ""
2622
 
2623
+ #: includes/classes/class-auxin-welcome.php:1616
2624
  msgid "Congratulations!"
2625
  msgstr ""
2626
 
2627
+ #: includes/classes/class-auxin-welcome.php:1617
2628
  msgid "Demo has been successfully imported."
2629
  msgstr ""
2630
 
2631
+ #: includes/classes/class-auxin-welcome.php:1622
2632
  msgid "Customize"
2633
  msgstr ""
2634
 
2635
+ #: includes/classes/class-auxin-welcome.php:1639
2636
  msgid "Importing page content ..."
2637
  msgstr ""
2638
 
2639
+ #: includes/classes/class-auxin-welcome.php:1654
2640
  msgid ""
2641
  "Images are copyrighted and watermarked. You can remove watermarks by having "
2642
  "Envato Elements subscription"
2643
  msgstr ""
2644
 
2645
+ #: includes/classes/class-auxin-welcome.php:1655
2646
  msgid ""
2647
  "By subscribing to Envato Elements you will have access to unlimited premium "
2648
  "stock images, icons, graphical assets, videos and more."
2649
  msgstr ""
2650
 
2651
+ #: includes/classes/class-auxin-welcome.php:1657
2652
  msgid "Explore and Subscribe"
2653
  msgstr ""
2654
 
2655
+ #: includes/classes/class-auxin-welcome.php:1665
2656
  msgid "Already an Envato Elements member?"
2657
  msgstr ""
2658
 
2659
+ #: includes/classes/class-auxin-welcome.php:1665
2660
  msgid "Activate here"
2661
  msgstr ""
2662
 
2663
+ #: includes/classes/class-auxin-welcome.php:1683
2664
+ #: includes/classes/class-auxin-welcome.php:1713
2665
  msgid "Verify Your Envato Elements Subscription"
2666
  msgstr ""
2667
 
2668
+ #: includes/classes/class-auxin-welcome.php:1684
2669
  msgid "Enter your email below and click continue button"
2670
  msgstr ""
2671
 
2672
+ #: includes/classes/class-auxin-welcome.php:1686
2673
  msgid "Enter your email"
2674
  msgstr ""
2675
 
2676
+ #: includes/classes/class-auxin-welcome.php:1714
2677
  msgid "Enter your token below to verify your Subscription"
2678
  msgstr ""
2679
 
2680
+ #: includes/classes/class-auxin-welcome.php:1716
2681
  msgid "Enter token here"
2682
  msgstr ""
2683
 
2684
+ #: includes/classes/class-auxin-welcome.php:1718
2685
  msgid "Verify token"
2686
  msgstr ""
2687
 
2688
+ #: includes/classes/class-auxin-welcome.php:1731
2689
  msgid "How to generate a token ?"
2690
  msgstr ""
2691
 
2692
+ #: includes/classes/class-auxin-welcome.php:1732
2693
  msgid "Don't have subscription?"
2694
  msgstr ""
2695
 
2776
  msgid "%s - Portfolio"
2777
  msgstr ""
2778
 
2779
+ #: includes/elementor/class-auxin-elementor-core-elements.php:668
2780
+ #: includes/elementor/class-auxin-elementor-core-elements.php:692
2781
  #. translators: 1: Plugin name 2: PHP 3: Required PHP version
2782
  msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
2783
  msgstr ""
2784
 
2785
+ #: includes/elementor/class-auxin-elementor-core-elements.php:670
2786
  msgid "Elementor"
2787
  msgstr ""
2788
 
2789
+ #: includes/elementor/class-auxin-elementor-core-elements.php:694
2790
  #: includes/elements/code.php:82
2791
  msgid "PHP"
2792
  msgstr ""
2793
 
2794
+ #: includes/elementor/class-auxin-elementor-core-elements.php:748
2795
  msgid "Phlox Icons - Set 1"
2796
  msgstr ""
2797
 
2798
+ #: includes/elementor/class-auxin-elementor-core-elements.php:767
2799
  msgid "Phlox Icons - Set 2"
2800
  msgstr ""
2801
 
2918
  msgstr ""
2919
 
2920
  #: includes/elementor/modules/common.php:560
2921
+ #: includes/elementor/widgets/modern-button.php:139
2922
  #: includes/elementor/widgets/staff.php:815
2923
  #: includes/elementor/widgets/text.php:363 includes/elements/staff.php:226
2924
  #: includes/elements/text.php:616
2935
  #: includes/elementor/widgets/heading-modern.php:167
2936
  #: includes/elementor/widgets/icon.php:178
2937
  #: includes/elementor/widgets/image.php:327
2938
+ #: includes/elementor/widgets/modern-button.php:192
2939
+ #: includes/elementor/widgets/modern-button.php:803
2940
  #: includes/elementor/widgets/quote.php:173
2941
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1622
2942
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1759
2947
  #: includes/elementor/widgets/svg.php:292
2948
  #: includes/elementor/widgets/testimonial.php:817
2949
  #: includes/elementor/widgets/text.php:371
2950
+ #: includes/elementor/widgets/text.php:1115
2951
+ #: includes/elementor/widgets/text.php:1421
2952
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:439
2953
  #: includes/elementor/widgets/theme-elements/copyright.php:150
2954
  #: includes/elementor/widgets/theme-elements/current-time.php:143
2955
  #: includes/elementor/widgets/theme-elements/logo.php:169
2956
  #: includes/elementor/widgets/theme-elements/menu.php:282
2957
  #: includes/elementor/widgets/theme-elements/menu.php:336
2958
+ #: includes/elementor/widgets/theme-elements/menu.php:1358
2959
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:203
2960
  #: includes/elementor/widgets/theme-elements/site-title.php:196
2961
  #: includes/elements/button.php:187 includes/elements/image.php:152
2970
  msgstr ""
2971
 
2972
  #: includes/elementor/modules/common.php:625
2973
+ #: includes/elementor/widgets/modern-button.php:147
2974
  #: includes/elementor/widgets/staff.php:823 includes/elements/staff.php:234
2975
  msgid "Bottom"
2976
  msgstr ""
3117
 
3118
  #: includes/elementor/modules/dynamic-tags/author-name.php:18
3119
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:612
3120
+ #: includes/elementor/widgets/recent-posts-land-style.php:306
3121
  #: includes/elementor/widgets/recent-posts-masonry.php:386
3122
  #: includes/elementor/widgets/recent-posts-timeline.php:315
3123
  #: includes/elements/recent-posts-grid-carousel.php:448
3177
  #: includes/elementor/widgets/heading-modern.php:120
3178
  #: includes/elementor/widgets/heading-modern.php:270
3179
  #: includes/elementor/widgets/icon.php:154
3180
+ #: includes/elementor/widgets/modern-button.php:207
3181
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:743
3182
  #: includes/elementor/widgets/text.php:321
3183
  #: includes/elementor/widgets/theme-elements/logo.php:182
3197
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:235
3198
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:613
3199
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:879
3200
+ #: includes/elementor/widgets/recent-posts-land-style.php:307
3201
+ #: includes/elementor/widgets/recent-posts-land-style.php:493
3202
  #: includes/elementor/widgets/recent-posts-masonry.php:387
3203
  #: includes/elementor/widgets/recent-posts-masonry.php:590
3204
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:205
3207
  #: includes/elementor/widgets/recent-posts-timeline.php:519
3208
  #: includes/elementor/widgets/testimonial.php:238
3209
  #: includes/elementor/widgets/text.php:115
3210
+ #: includes/elementor/widgets/text.php:1557
3211
  #: includes/elementor/widgets/theme-elements/menu.php:652
3212
  #: includes/elementor/widgets/theme-elements/search.php:118
3213
  #: includes/elements/flickr.php:156 includes/elements/flickr.php:205
3245
  #: includes/elementor/modules/dynamic-tags/post-time.php:34
3246
  #: includes/elementor/modules/dynamic-tags/request-parameter.php:66
3247
  #: includes/elementor/widgets/accordion.php:145
3248
+ #: includes/elementor/widgets/modern-button.php:273
3249
  #: includes/elementor/widgets/svg.php:107
3250
  #: includes/elementor/widgets/text.php:111
3251
  #: includes/elementor/widgets/theme-elements/logo.php:135
3365
  #: includes/elementor/widgets/recent-comments.php:171
3366
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:781
3367
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1028
3368
+ #: includes/elementor/widgets/recent-posts-land-style.php:413
3369
+ #: includes/elementor/widgets/recent-posts-land-style.php:572
3370
  #: includes/elementor/widgets/recent-posts-masonry.php:510
3371
  #: includes/elementor/widgets/recent-posts-masonry.php:701
3372
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:405
3380
  #: includes/elementor/widgets/staff.php:420
3381
  #: includes/elementor/widgets/tabs.php:373
3382
  #: includes/elementor/widgets/text.php:232
3383
+ #: includes/elementor/widgets/text.php:660
3384
  #: includes/elementor/widgets/theme-elements/logo.php:454
3385
  #: includes/elementor/widgets/theme-elements/site-title.php:94
3386
  #: includes/elementor/widgets/touch-slider.php:332
3474
  msgstr ""
3475
 
3476
  #: includes/elementor/modules/dynamic-tags/featured-colors.php:36
3477
+ #: includes/elementor/modules/dynamic-tags/pages-url.php:35
3478
  #: includes/elementor/modules/dynamic-tags/post-custom-field.php:80
3479
+ #: includes/elementor/modules/dynamic-tags/taxonomies-url.php:35
3480
  #: includes/elementor/modules/theme-builder/module.php:85
3481
  msgid "Select..."
3482
  msgstr ""
3522
  msgid "Show Home Title"
3523
  msgstr ""
3524
 
3525
+ #: includes/elementor/modules/dynamic-tags/pages-url.php:19
3526
+ #: includes/elementor/modules/dynamic-tags/pages-url.php:58
3527
+ msgid "Pages URL"
3528
+ msgstr ""
3529
+
3530
+ #: includes/elementor/modules/dynamic-tags/pages-url.php:43
3531
+ #: includes/elementor/widgets/theme-elements/logo.php:186
3532
+ msgid "Home Page"
3533
+ msgstr ""
3534
+
3535
  #: includes/elementor/modules/dynamic-tags/post-custom-field.php:19
3536
  msgid "Post Custom Field"
3537
  msgstr ""
3651
  msgid "Site URL"
3652
  msgstr ""
3653
 
3654
+ #: includes/elementor/modules/dynamic-tags/taxonomies-url.php:19
3655
+ msgid "Taxonomies URL"
3656
+ msgstr ""
3657
+
3658
+ #: includes/elementor/modules/dynamic-tags/taxonomies-url.php:57
3659
+ msgid "Categories URL"
3660
+ msgstr ""
3661
+
3662
  #: includes/elementor/modules/dynamic-tags/user-info.php:19
3663
  msgid "User Info"
3664
  msgstr ""
3666
  #: includes/elementor/modules/dynamic-tags/user-info.php:76
3667
  #: includes/elementor/widgets/gallery.php:304
3668
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:782
3669
+ #: includes/elementor/widgets/recent-posts-land-style.php:414
3670
  #: includes/elementor/widgets/recent-posts-masonry.php:511
3671
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:406
3672
  #: includes/elementor/widgets/recent-posts-tiles.php:308
3723
  #: includes/elementor/modules/query-control/controls/group-control-query.php:169
3724
  #: includes/elementor/modules/query-control/controls/group-control-query.php:225
3725
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:786
3726
+ #: includes/elementor/widgets/recent-posts-land-style.php:418
3727
  #: includes/elementor/widgets/recent-posts-masonry.php:515
3728
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:410
3729
  #: includes/elementor/widgets/recent-posts-tiles.php:312
3810
  #: includes/elementor/modules/query-control/controls/group-control-query.php:276
3811
  #: includes/elementor/modules/query-control/controls/group-control-query.php:345
3812
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:779
3813
+ #: includes/elementor/widgets/recent-posts-land-style.php:411
3814
  #: includes/elementor/widgets/recent-posts-masonry.php:508
3815
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:403
3816
  #: includes/elementor/widgets/recent-posts-tiles.php:305
3884
  #: includes/elementor/modules/query-control/controls/group-control-query.php:347
3885
  #: includes/elementor/widgets/gallery.php:302
3886
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:780
3887
+ #: includes/elementor/widgets/recent-posts-land-style.php:412
3888
  #: includes/elementor/widgets/recent-posts-masonry.php:509
3889
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:404
3890
  #: includes/elementor/widgets/recent-posts-tiles.php:306
3908
 
3909
  #: includes/elementor/modules/query-control/controls/group-control-query.php:348
3910
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:783
3911
+ #: includes/elementor/widgets/recent-posts-land-style.php:415
3912
  #: includes/elementor/widgets/recent-posts-masonry.php:512
3913
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:407
3914
  #: includes/elementor/widgets/recent-posts-tiles.php:309
3932
  #: includes/elementor/modules/query-control/controls/group-control-query.php:356
3933
  #: includes/elementor/widgets/gallery.php:282
3934
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:798
3935
+ #: includes/elementor/widgets/recent-posts-land-style.php:427
3936
  #: includes/elementor/widgets/recent-posts-masonry.php:524
3937
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:419
3938
  #: includes/elementor/widgets/recent-posts-tiles.php:321
4070
  #: includes/elementor/widgets/testimonial.php:193
4071
  #: includes/elementor/widgets/text.php:225
4072
  #: includes/elementor/widgets/text.php:263
4073
+ #: includes/elementor/widgets/text.php:869
4074
  #: includes/elements/accordion-widget.php:76 includes/elements/accordion.php:93
4075
  #: includes/elements/dropcap.php:82 includes/elements/highlight.php:78
4076
  #: includes/elements/staff.php:514 includes/elements/tabs.php:92
4150
  #: includes/elementor/widgets/heading-modern.php:915
4151
  #: includes/elementor/widgets/heading-modern.php:991
4152
  #: includes/elementor/widgets/heading-modern.php:1105
4153
+ #: includes/elementor/widgets/modern-button.php:654
4154
+ #: includes/elementor/widgets/modern-button.php:766
4155
+ #: includes/elementor/widgets/modern-button.php:872
4156
+ #: includes/elementor/widgets/modern-button.php:971
4157
  #: includes/elementor/widgets/quote.php:288
4158
  #: includes/elementor/widgets/tabs.php:480
4159
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
4162
  #: includes/elementor/widgets/theme-elements/logo.php:585
4163
  #: includes/elementor/widgets/theme-elements/menu.php:524
4164
  #: includes/elementor/widgets/theme-elements/menu.php:963
4165
+ #: includes/elementor/widgets/theme-elements/menu.php:1332
4166
  #: includes/elementor/widgets/theme-elements/search.php:318
4167
  #: includes/elementor/widgets/theme-elements/search.php:428
4168
  #: includes/elementor/widgets/theme-elements/site-title.php:334
4186
  #: includes/elementor/widgets/icon.php:360
4187
  #: includes/elementor/widgets/mailchimp.php:298
4188
  #: includes/elementor/widgets/mailchimp.php:544
4189
+ #: includes/elementor/widgets/modern-button.php:387
4190
+ #: includes/elementor/widgets/modern-button.php:440
4191
+ #: includes/elementor/widgets/modern-button.php:896
4192
+ #: includes/elementor/widgets/modern-button.php:995
4193
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:957
4194
+ #: includes/elementor/widgets/recent-posts-land-style.php:551
4195
  #: includes/elementor/widgets/recent-posts-masonry.php:630
4196
  #: includes/elementor/widgets/recent-posts-timeline.php:577
4197
  #: includes/elementor/widgets/recent-products.php:522
4198
  #: includes/elementor/widgets/tabs.php:235
4199
  #: includes/elementor/widgets/tabs.php:493
4200
+ #: includes/elementor/widgets/text.php:1448
4201
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:463
4202
  #: includes/elementor/widgets/theme-elements/logo.php:390
4203
  #: includes/elementor/widgets/theme-elements/menu.php:415
4206
  #: includes/elementor/widgets/theme-elements/menu.php:748
4207
  #: includes/elementor/widgets/theme-elements/menu.php:845
4208
  #: includes/elementor/widgets/theme-elements/menu.php:923
4209
+ #: includes/elementor/widgets/theme-elements/menu.php:1214
4210
+ #: includes/elementor/widgets/theme-elements/menu.php:1292
4211
  #: includes/elementor/widgets/theme-elements/modern-search.php:463
4212
  #: includes/elementor/widgets/theme-elements/modern-search.php:527
4213
  #: includes/elementor/widgets/theme-elements/search.php:363
4237
  #: includes/elementor/widgets/image.php:502
4238
  #: includes/elementor/widgets/mailchimp.php:326
4239
  #: includes/elementor/widgets/mailchimp.php:571
4240
+ #: includes/elementor/widgets/modern-button.php:290
4241
+ #: includes/elementor/widgets/modern-button.php:350
4242
+ #: includes/elementor/widgets/modern-button.php:475
4243
+ #: includes/elementor/widgets/modern-button.php:575
4244
+ #: includes/elementor/widgets/modern-button.php:687
4245
+ #: includes/elementor/widgets/modern-button.php:813
4246
  #: includes/elementor/widgets/recent-comments.php:181
4247
  #: includes/elementor/widgets/recent-comments.php:264
4248
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:974
4253
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1542
4254
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1679
4255
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1802
4256
+ #: includes/elementor/widgets/recent-posts-land-style.php:585
4257
+ #: includes/elementor/widgets/recent-posts-land-style.php:689
4258
+ #: includes/elementor/widgets/recent-posts-land-style.php:872
4259
  #: includes/elementor/widgets/recent-posts-masonry.php:647
4260
  #: includes/elementor/widgets/recent-posts-masonry.php:714
4261
  #: includes/elementor/widgets/recent-posts-masonry.php:818
4280
  #: includes/elementor/widgets/testimonial.php:591
4281
  #: includes/elementor/widgets/testimonial.php:887
4282
  #: includes/elementor/widgets/text.php:507
4283
+ #: includes/elementor/widgets/text.php:673
4284
+ #: includes/elementor/widgets/text.php:769
4285
+ #: includes/elementor/widgets/text.php:880
4286
+ #: includes/elementor/widgets/text.php:1040
4287
+ #: includes/elementor/widgets/text.php:1167
4288
+ #: includes/elementor/widgets/text.php:1224
4289
+ #: includes/elementor/widgets/text.php:1356
4290
+ #: includes/elementor/widgets/text.php:1464
4291
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:490
4292
  #: includes/elementor/widgets/theme-elements/copyright.php:175
4293
  #: includes/elementor/widgets/theme-elements/logo.php:293
4295
  #: includes/elementor/widgets/theme-elements/menu.php:674
4296
  #: includes/elementor/widgets/theme-elements/menu.php:790
4297
  #: includes/elementor/widgets/theme-elements/menu.php:1011
4298
+ #: includes/elementor/widgets/theme-elements/menu.php:1160
4299
  #: includes/elementor/widgets/theme-elements/modern-search.php:225
4300
  #: includes/elementor/widgets/theme-elements/modern-search.php:332
4301
  #: includes/elementor/widgets/theme-elements/modern-search.php:423
4375
  #: includes/elementor/widgets/icon.php:311
4376
  #: includes/elementor/widgets/mailchimp.php:310
4377
  #: includes/elementor/widgets/mailchimp.php:556
4378
+ #: includes/elementor/widgets/modern-button.php:375
4379
+ #: includes/elementor/widgets/modern-button.php:428
4380
+ #: includes/elementor/widgets/modern-button.php:884
4381
+ #: includes/elementor/widgets/modern-button.php:983
4382
  #: includes/elementor/widgets/quote.php:333
4383
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1403
4384
  #: includes/elementor/widgets/staff.php:778
4388
  #: includes/elementor/widgets/testimonial.php:843
4389
  #: includes/elementor/widgets/text.php:392
4390
  #: includes/elementor/widgets/text.php:490
4391
+ #: includes/elementor/widgets/text.php:941
4392
+ #: includes/elementor/widgets/text.php:1375
4393
+ #: includes/elementor/widgets/text.php:1436
4394
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:475
4395
  #: includes/elementor/widgets/theme-elements/menu.php:511
4396
  #: includes/elementor/widgets/theme-elements/menu.php:950
4397
+ #: includes/elementor/widgets/theme-elements/menu.php:1319
4398
  #: includes/elementor/widgets/theme-elements/modern-search.php:440
4399
  #: includes/elementor/widgets/theme-elements/modern-search.php:505
4400
  #: includes/elementor/widgets/theme-elements/modern-search.php:608
4449
  #: includes/elementor/widgets/mailchimp.php:423
4450
  #: includes/elementor/widgets/mailchimp.php:578
4451
  #: includes/elementor/widgets/mailchimp.php:616
4452
+ #: includes/elementor/widgets/modern-button.php:491
4453
+ #: includes/elementor/widgets/modern-button.php:530
4454
+ #: includes/elementor/widgets/modern-button.php:591
4455
+ #: includes/elementor/widgets/modern-button.php:630
4456
+ #: includes/elementor/widgets/modern-button.php:703
4457
+ #: includes/elementor/widgets/modern-button.php:742
4458
+ #: includes/elementor/widgets/modern-button.php:843
4459
+ #: includes/elementor/widgets/modern-button.php:942
4460
  #: includes/elementor/widgets/recent-comments.php:188
4461
  #: includes/elementor/widgets/recent-comments.php:208
4462
  #: includes/elementor/widgets/recent-comments.php:271
4470
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1474
4471
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1827
4472
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1883
4473
+ #: includes/elementor/widgets/recent-posts-land-style.php:595
4474
+ #: includes/elementor/widgets/recent-posts-land-style.php:621
4475
+ #: includes/elementor/widgets/recent-posts-land-style.php:699
4476
+ #: includes/elementor/widgets/recent-posts-land-style.php:725
4477
+ #: includes/elementor/widgets/recent-posts-land-style.php:811
4478
+ #: includes/elementor/widgets/recent-posts-land-style.php:879
4479
+ #: includes/elementor/widgets/recent-posts-land-style.php:899
4480
  #: includes/elementor/widgets/recent-posts-masonry.php:724
4481
  #: includes/elementor/widgets/recent-posts-masonry.php:750
4482
  #: includes/elementor/widgets/recent-posts-masonry.php:828
4519
  #: includes/elementor/widgets/testimonial.php:521
4520
  #: includes/elementor/widgets/testimonial.php:601
4521
  #: includes/elementor/widgets/testimonial.php:639
 
4522
  #: includes/elementor/widgets/text.php:680
4523
+ #: includes/elementor/widgets/text.php:700
4524
  #: includes/elementor/widgets/text.php:776
4525
+ #: includes/elementor/widgets/text.php:796
4526
  #: includes/elementor/widgets/text.php:887
4527
+ #: includes/elementor/widgets/text.php:907
4528
  #: includes/elementor/widgets/text.php:1174
4529
+ #: includes/elementor/widgets/text.php:1194
4530
+ #: includes/elementor/widgets/text.php:1231
4531
+ #: includes/elementor/widgets/text.php:1269
4532
  #: includes/elementor/widgets/theme-elements/copyright.php:182
4533
  #: includes/elementor/widgets/theme-elements/copyright.php:219
4534
  #: includes/elementor/widgets/theme-elements/current-time.php:172
4541
  #: includes/elementor/widgets/theme-elements/menu.php:876
4542
  #: includes/elementor/widgets/theme-elements/menu.php:1018
4543
  #: includes/elementor/widgets/theme-elements/menu.php:1039
4544
+ #: includes/elementor/widgets/theme-elements/menu.php:1167
4545
+ #: includes/elementor/widgets/theme-elements/menu.php:1245
4546
+ #: includes/elementor/widgets/theme-elements/menu.php:1374
4547
  #: includes/elementor/widgets/theme-elements/modern-search.php:232
4548
  #: includes/elementor/widgets/theme-elements/modern-search.php:279
4549
  #: includes/elementor/widgets/theme-elements/modern-search.php:339
4602
  #: includes/elementor/widgets/image.php:345
4603
  #: includes/elementor/widgets/image.php:385
4604
  #: includes/elementor/widgets/image.php:399
4605
+ #: includes/elementor/widgets/modern-button.php:222
4606
+ #: includes/elementor/widgets/modern-button.php:234
4607
  #: includes/elementor/widgets/quote.php:221
4608
  #: includes/elementor/widgets/recent-comments.php:155
4609
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:282
4634
  #: includes/elementor/widgets/recent-posts-land-style.php:206
4635
  #: includes/elementor/widgets/recent-posts-land-style.php:221
4636
  #: includes/elementor/widgets/recent-posts-land-style.php:236
4637
+ #: includes/elementor/widgets/recent-posts-land-style.php:251
4638
+ #: includes/elementor/widgets/recent-posts-land-style.php:263
4639
+ #: includes/elementor/widgets/recent-posts-land-style.php:276
4640
+ #: includes/elementor/widgets/recent-posts-land-style.php:318
4641
+ #: includes/elementor/widgets/recent-posts-land-style.php:370
4642
+ #: includes/elementor/widgets/recent-posts-land-style.php:382
4643
+ #: includes/elementor/widgets/recent-posts-land-style.php:394
4644
  #: includes/elementor/widgets/recent-posts-masonry.php:179
4645
  #: includes/elementor/widgets/recent-posts-masonry.php:192
4646
  #: includes/elementor/widgets/recent-posts-masonry.php:207
4748
  #: includes/elementor/widgets/image.php:346
4749
  #: includes/elementor/widgets/image.php:386
4750
  #: includes/elementor/widgets/image.php:400
4751
+ #: includes/elementor/widgets/modern-button.php:223
4752
+ #: includes/elementor/widgets/modern-button.php:235
4753
  #: includes/elementor/widgets/quote.php:222
4754
  #: includes/elementor/widgets/recent-comments.php:156
4755
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:283
4780
  #: includes/elementor/widgets/recent-posts-land-style.php:207
4781
  #: includes/elementor/widgets/recent-posts-land-style.php:222
4782
  #: includes/elementor/widgets/recent-posts-land-style.php:237
4783
+ #: includes/elementor/widgets/recent-posts-land-style.php:252
4784
+ #: includes/elementor/widgets/recent-posts-land-style.php:264
4785
+ #: includes/elementor/widgets/recent-posts-land-style.php:277
4786
+ #: includes/elementor/widgets/recent-posts-land-style.php:319
4787
+ #: includes/elementor/widgets/recent-posts-land-style.php:371
4788
+ #: includes/elementor/widgets/recent-posts-land-style.php:383
4789
+ #: includes/elementor/widgets/recent-posts-land-style.php:395
4790
  #: includes/elementor/widgets/recent-posts-masonry.php:180
4791
  #: includes/elementor/widgets/recent-posts-masonry.php:193
4792
  #: includes/elementor/widgets/recent-posts-masonry.php:208
4879
  #: includes/elementor/widgets/audio.php:150
4880
  #: includes/elementor/widgets/button.php:275
4881
  #: includes/elementor/widgets/button.php:283
4882
+ #: includes/elementor/widgets/modern-button.php:316
4883
  #: includes/elementor/widgets/tabs.php:149
4884
+ #: includes/elementor/widgets/text.php:1028
4885
  #: includes/elementor/widgets/theme-elements/menu.php:610
4886
  #: includes/elements/audio.php:97
4887
  msgid "Skin"
4939
 
4940
  #: includes/elementor/widgets/before-after.php:155
4941
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:850
4942
+ #: includes/elementor/widgets/recent-posts-land-style.php:467
4943
  #: includes/elementor/widgets/recent-posts-masonry.php:564
4944
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:459
4945
  #: includes/elementor/widgets/recent-posts-tiles.php:361
4991
  #: includes/elementor/widgets/button.php:52
4992
  #: includes/elementor/widgets/button.php:100
4993
  #: includes/elementor/widgets/modern-button.php:101
4994
+ #: includes/elementor/widgets/modern-button.php:265
4995
  #: includes/elementor/widgets/text.php:278
4996
+ #: includes/elementor/widgets/text.php:992
4997
  #: includes/elementor/widgets/theme-elements/modern-search.php:99
4998
  #: includes/elementor/widgets/theme-elements/modern-search.php:413
4999
  #: includes/elementor/widgets/theme-elements/search.php:120
5022
  msgstr ""
5023
 
5024
  #: includes/elementor/widgets/button.php:130
5025
+ #: includes/elementor/widgets/modern-button.php:220
5026
  msgid "Open Video in Lightbox"
5027
  msgstr ""
5028
 
5030
  #: includes/elementor/widgets/heading-modern.php:1038
5031
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1532
5032
  #: includes/elementor/widgets/recent-posts-masonry.php:1073
5033
+ #: includes/elementor/widgets/text.php:1393
5034
  msgid "Wrapper"
5035
  msgstr ""
5036
 
5040
  msgstr ""
5041
 
5042
  #: includes/elementor/widgets/button.php:160
5043
+ #: includes/elementor/widgets/modern-button.php:304
5044
+ #: includes/elementor/widgets/text.php:1007 includes/elements/button.php:63
5045
  #: includes/elements/text.php:674 includes/general-hooks.php:686
5046
  #: includes/general-hooks.php:1091
5047
  msgid "Exlarge"
5049
 
5050
  #: includes/elementor/widgets/button.php:164
5051
  #: includes/elementor/widgets/divider.php:147
5052
+ #: includes/elementor/widgets/modern-button.php:308
5053
+ #: includes/elementor/widgets/text.php:1011 includes/elements/button.php:67
5054
  #: includes/elements/divider.php:91 includes/elements/text.php:678
5055
  #: includes/general-hooks.php:690 includes/general-hooks.php:1095
5056
  msgid "Tiny"
5066
  msgstr ""
5067
 
5068
  #: includes/elementor/widgets/button.php:188
5069
+ #: includes/elementor/widgets/text.php:1332 includes/elements/button.php:91
5070
  #: includes/elements/text.php:708
5071
  msgid "Box"
5072
  msgstr ""
5073
 
5074
  #: includes/elementor/widgets/button.php:192
5075
+ #: includes/elementor/widgets/modern-button.php:291
5076
+ #: includes/elementor/widgets/text.php:1336 includes/elements/button.php:95
5077
  #: includes/elements/text.php:712 includes/general-hooks.php:721
5078
  #: includes/general-hooks.php:1126
5079
  msgid "Round"
5080
  msgstr ""
5081
 
5082
  #: includes/elementor/widgets/button.php:196
5083
+ #: includes/elementor/widgets/modern-button.php:292
5084
+ #: includes/elementor/widgets/text.php:1340 includes/elements/button.php:99
5085
  #: includes/elements/text.php:716 includes/general-hooks.php:725
5086
  #: includes/general-hooks.php:1130
5087
  msgid "Curve"
5093
  msgstr ""
5094
 
5095
  #: includes/elementor/widgets/button.php:215
5096
+ #: includes/elementor/widgets/text.php:1360 includes/elements/button.php:122
5097
  #: includes/elements/text.php:742 includes/general-hooks.php:758
5098
  #: includes/general-hooks.php:1163
5099
  msgid "3D"
5100
  msgstr ""
5101
 
5102
  #: includes/elementor/widgets/button.php:219
5103
+ #: includes/elementor/widgets/modern-button.php:278
5104
+ #: includes/elementor/widgets/text.php:1364 includes/elements/button.php:126
5105
  #: includes/elements/text.php:746 includes/general-hooks.php:762
5106
  #: includes/general-hooks.php:1167
5107
  msgid "Outline"
5121
  #: includes/elementor/widgets/carousel-navigation.php:292
5122
  #: includes/elementor/widgets/carousel-navigation.php:399
5123
  #: includes/elementor/widgets/heading-modern.php:949
5124
+ #: includes/elementor/widgets/modern-button.php:358
5125
+ #: includes/elementor/widgets/modern-button.php:411
5126
+ #: includes/elementor/widgets/modern-button.php:855
5127
+ #: includes/elementor/widgets/modern-button.php:954
5128
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1340
5129
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1370
5130
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1550
5140
  #: includes/elementor/widgets/testimonial.php:895
5141
  #: includes/elementor/widgets/testimonial.php:931
5142
  #: includes/elementor/widgets/text.php:383
5143
+ #: includes/elementor/widgets/text.php:1048
5144
+ #: includes/elementor/widgets/text.php:1075
5145
  #: includes/elementor/widgets/theme-elements/menu.php:397
5146
  #: includes/elementor/widgets/theme-elements/menu.php:474
5147
  #: includes/elementor/widgets/theme-elements/menu.php:587
5149
  #: includes/elementor/widgets/theme-elements/menu.php:731
5150
  #: includes/elementor/widgets/theme-elements/menu.php:835
5151
  #: includes/elementor/widgets/theme-elements/menu.php:914
5152
+ #: includes/elementor/widgets/theme-elements/menu.php:1149
5153
+ #: includes/elementor/widgets/theme-elements/menu.php:1205
5154
+ #: includes/elementor/widgets/theme-elements/menu.php:1283
5155
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:240
5156
  #: includes/elementor/widgets/theme-elements/shopping-cart.php:443
5157
  msgid "Background"
5164
  #: includes/elementor/widgets/icon.php:107
5165
  #: includes/elementor/widgets/icon.php:114
5166
  #: includes/elementor/widgets/icon.php:194
5167
+ #: includes/elementor/widgets/modern-button.php:785
 
5168
  #: includes/elementor/widgets/text.php:116
5169
  #: includes/elementor/widgets/text.php:126
5170
  #: includes/elementor/widgets/theme-elements/modern-search.php:106
5189
  msgstr ""
5190
 
5191
  #: includes/elementor/widgets/button.php:373
5192
+ #: includes/elementor/widgets/text.php:1109 includes/elements/button.php:171
5193
  #: includes/elements/text.php:800 includes/general-hooks.php:372
5194
  msgid "Icon alignment"
5195
  msgstr ""
5196
 
5197
  #: includes/elementor/widgets/button.php:380
5198
+ #: includes/elementor/widgets/modern-button.php:800
5199
+ #: includes/elementor/widgets/text.php:1116 includes/elements/button.php:191
5200
  #: includes/elements/text.php:809 includes/general-hooks.php:847
5201
  #: includes/general-hooks.php:1252
5202
  msgid "Over"
5203
  msgstr ""
5204
 
5205
  #: includes/elementor/widgets/button.php:381
5206
+ #: includes/elementor/widgets/text.php:1117 includes/elements/button.php:195
5207
  #: includes/elements/text.php:810 includes/general-hooks.php:851
5208
  #: includes/general-hooks.php:1256
5209
  msgid "Animate from Left"
5210
  msgstr ""
5211
 
5212
  #: includes/elementor/widgets/button.php:382
5213
+ #: includes/elementor/widgets/text.php:1118 includes/elements/text.php:811
5214
  msgid "Animate from Right"
5215
  msgstr ""
5216
 
5217
  #: includes/elementor/widgets/button.php:390
5218
  #: includes/elementor/widgets/text.php:429
5219
+ #: includes/elementor/widgets/text.php:1130
5220
  #: includes/elementor/widgets/theme-elements/modern-search.php:657
5221
  msgid "Icon Size"
5222
  msgstr ""
5223
 
5224
  #: includes/elementor/widgets/button.php:413
5225
+ #: includes/elementor/widgets/text.php:1315
5226
  #: includes/elementor/widgets/theme-elements/search.php:245
5227
  msgid "Icon Margin"
5228
  msgstr ""
5232
  #: includes/elementor/widgets/custom-list.php:757
5233
  #: includes/elementor/widgets/custom-list.php:765
5234
  #: includes/elementor/widgets/image.php:198
5235
+ #: includes/elementor/widgets/modern-button.php:108
5236
+ #: includes/elementor/widgets/modern-button.php:464
5237
  #: includes/elementor/widgets/quote.php:98
5238
  #: includes/elementor/widgets/quote.php:148
5239
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1349
5255
  #: includes/elementor/widgets/heading-modern.php:734
5256
  #: includes/elementor/widgets/heading-modern.php:772
5257
  #: includes/elementor/widgets/image.php:683
5258
+ #: includes/elementor/widgets/modern-button.php:504
5259
+ #: includes/elementor/widgets/modern-button.php:542
5260
+ #: includes/elementor/widgets/modern-button.php:604
5261
+ #: includes/elementor/widgets/modern-button.php:642
5262
+ #: includes/elementor/widgets/modern-button.php:716
5263
+ #: includes/elementor/widgets/modern-button.php:754
5264
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1839
5265
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1895
5266
  #: includes/elementor/widgets/recent-posts-masonry.php:1255
5267
  #: includes/elementor/widgets/recent-posts-masonry.php:1311
5268
+ #: includes/elementor/widgets/text.php:726
5269
+ #: includes/elementor/widgets/text.php:822
5270
+ #: includes/elementor/widgets/text.php:933
5271
+ #: includes/elementor/widgets/text.php:1243
5272
+ #: includes/elementor/widgets/text.php:1281
5273
  #: includes/elementor/widgets/theme-elements/current-time.php:184
5274
  #: includes/elementor/widgets/theme-elements/logo.php:507
5275
  #: includes/elementor/widgets/theme-elements/logo.php:599
5308
 
5309
  #: includes/elementor/widgets/carousel-navigation.php:128
5310
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:887
5311
+ #: includes/elementor/widgets/recent-posts-land-style.php:501
5312
  #: includes/elementor/widgets/recent-posts-masonry.php:598
5313
  #: includes/elementor/widgets/recent-posts-tiles.php:395
5314
  #: includes/elementor/widgets/recent-posts-timeline.php:527
5348
  #: includes/elementor/widgets/carousel-navigation.php:430
5349
  #: includes/elementor/widgets/custom-list.php:949
5350
  #: includes/elementor/widgets/icon.php:294
5351
+ #: includes/elementor/widgets/modern-button.php:300
5352
+ #: includes/elementor/widgets/modern-button.php:820
5353
+ #: includes/elementor/widgets/modern-button.php:919
5354
  #: includes/elementor/widgets/testimonial.php:756
5355
+ #: includes/elementor/widgets/text.php:1003
5356
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:268
5357
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:400
5358
  #: includes/elementor/widgets/theme-elements/modern-search.php:243
5845
  #: includes/elementor/widgets/icon.php:140
5846
  #: includes/elementor/widgets/staff.php:200
5847
  #: includes/elementor/widgets/text.php:460
5848
+ #: includes/elementor/widgets/text.php:629
5849
  #: includes/elements/about-widget.php:121 includes/elements/divider.php:69
5850
  #: includes/elements/dropcap.php:72 includes/elements/staff.php:168
5851
  #: includes/elements/text.php:539 includes/elements/text.php:581
5879
  #: includes/elementor/widgets/heading-modern.php:154
5880
  #: includes/elementor/widgets/icon.php:166
5881
  #: includes/elementor/widgets/image.php:314
5882
+ #: includes/elementor/widgets/modern-button.php:180
5883
+ #: includes/elementor/widgets/modern-button.php:796
5884
  #: includes/elementor/widgets/svg.php:279
5885
  #: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
5886
  #: includes/elementor/widgets/theme-elements/copyright.php:138
6034
 
6035
  #: includes/elementor/widgets/gallery.php:188
6036
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:919
6037
+ #: includes/elementor/widgets/recent-posts-land-style.php:533
6038
  #: includes/elementor/widgets/recent-posts-timeline.php:559
6039
  #: includes/elementor/widgets/recent-products.php:504
6040
  #: includes/elements/gallery.php:292
6199
  msgstr ""
6200
 
6201
  #: includes/elementor/widgets/heading-modern.php:244
6202
+ #: includes/elementor/widgets/modern-button.php:117
6203
+ #: includes/elementor/widgets/modern-button.php:561
6204
  #: includes/elements/highlight.php:18
6205
  msgid "Highlighted Text"
6206
  msgstr ""
6207
 
6208
  #: includes/elementor/widgets/heading-modern.php:257
6209
+ #: includes/elementor/widgets/modern-button.php:126
6210
+ #: includes/elementor/widgets/modern-button.php:673
6211
  msgid "After Text"
6212
  msgstr ""
6213
 
6243
  msgstr ""
6244
 
6245
  #: includes/elementor/widgets/icon.php:137
6246
+ #: includes/elementor/widgets/modern-button.php:286
6247
  msgid "Shape"
6248
  msgstr ""
6249
 
6290
  #: includes/elementor/widgets/image.php:418
6291
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:742
6292
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:908
6293
+ #: includes/elementor/widgets/recent-posts-land-style.php:522
6294
  #: includes/elementor/widgets/recent-posts-masonry.php:619
6295
  #: includes/elementor/widgets/recent-posts-timeline.php:548
6296
  #: includes/elementor/widgets/recent-products.php:493
6513
  msgid "Modern Button"
6514
  msgstr ""
6515
 
 
 
 
 
6516
  #: includes/elementor/widgets/modern-button.php:110
6517
  msgid "Click Here"
6518
  msgstr ""
6519
 
6520
+ #: includes/elementor/widgets/modern-button.php:135
6521
+ msgid "Text Vertical Align"
6522
+ msgstr ""
6523
+
6524
+ #: includes/elementor/widgets/modern-button.php:196
6525
  #: public/templates/vcomposer/auxin_vc_extendes.php:34
6526
  msgid "Justified"
6527
  msgstr ""
6528
 
6529
+ #: includes/elementor/widgets/modern-button.php:232
6530
  msgid "Display Icon"
6531
  msgstr ""
6532
 
6533
+ #: includes/elementor/widgets/modern-button.php:322
6534
  msgid "black"
6535
  msgstr ""
6536
 
6537
+ #: includes/elementor/widgets/modern-button.php:326
6538
  msgid "White"
6539
  msgstr ""
6540
 
6541
+ #: includes/elementor/widgets/modern-button.php:330
6542
  msgid "Ball Blue"
6543
  msgstr ""
6544
 
6545
+ #: includes/elementor/widgets/modern-button.php:334
6546
  msgid "Mikado Yellow"
6547
  msgstr ""
6548
 
6549
+ #: includes/elementor/widgets/modern-button.php:338
6550
  msgid "Carmine Pink"
6551
  msgstr ""
6552
 
6553
+ #: includes/elementor/widgets/modern-button.php:801
6554
  msgid "Below"
6555
  msgstr ""
6556
 
6625
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1293
6626
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1415
6627
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1510
6628
+ #: includes/elementor/widgets/recent-posts-land-style.php:651
6629
+ #: includes/elementor/widgets/recent-posts-land-style.php:755
6630
+ #: includes/elementor/widgets/recent-posts-land-style.php:837
6631
+ #: includes/elementor/widgets/recent-posts-land-style.php:923
6632
  #: includes/elementor/widgets/recent-posts-masonry.php:780
6633
  #: includes/elementor/widgets/recent-posts-masonry.php:884
6634
  #: includes/elementor/widgets/recent-posts-masonry.php:966
6647
  #: includes/elementor/widgets/staff.php:642
6648
  #: includes/elementor/widgets/testimonial.php:553
6649
  #: includes/elementor/widgets/testimonial.php:774
6650
+ #: includes/elementor/widgets/text.php:734
6651
+ #: includes/elementor/widgets/text.php:847
6652
+ #: includes/elementor/widgets/text.php:970
6653
  msgid "Bottom space"
6654
  msgstr ""
6655
 
6659
 
6660
  #: includes/elementor/widgets/recent-comments.php:331
6661
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1230
6662
+ #: includes/elementor/widgets/recent-posts-land-style.php:774
6663
  #: includes/elementor/widgets/recent-posts-masonry.php:903
6664
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:677
6665
  #: includes/elementor/widgets/recent-posts-tiles.php:618
6941
  msgstr ""
6942
 
6943
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:488
6944
+ #: includes/elementor/widgets/recent-posts-land-style.php:219
6945
  #: includes/elementor/widgets/recent-posts-masonry.php:287
6946
  #: includes/elementor/widgets/recent-products.php:278
6947
  #: includes/elementor/widgets/theme-elements/modern-search.php:197
6955
  msgstr ""
6956
 
6957
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:515
6958
+ #: includes/elementor/widgets/recent-posts-land-style.php:234
6959
  #: includes/elementor/widgets/recent-posts-masonry.php:302
6960
  #: includes/elements/recent-posts-grid-carousel.php:363
6961
  msgid "Display Date"
6962
  msgstr ""
6963
 
6964
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:530
6965
+ #: includes/elementor/widgets/recent-posts-land-style.php:203
6966
  #: includes/elementor/widgets/recent-posts-masonry.php:396
6967
  #: includes/elementor/widgets/recent-posts-timeline.php:325
6968
  msgid "Display Author in Header"
6969
  msgstr ""
6970
 
6971
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:531
6972
+ #: includes/elementor/widgets/recent-posts-land-style.php:204
6973
  #: includes/elementor/widgets/recent-posts-masonry.php:397
6974
  #: includes/elementor/widgets/recent-posts-timeline.php:326
6975
  msgid "Enable it to display author name in header"
6982
  msgstr ""
6983
 
6984
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:555
6985
+ #: includes/elementor/widgets/recent-posts-land-style.php:249
6986
  msgid "Display Comments Number"
6987
  msgstr ""
6988
 
6989
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:567
6990
+ #: includes/elementor/widgets/recent-posts-land-style.php:261
6991
  #: includes/elementor/widgets/recent-posts-masonry.php:329
6992
  #: includes/elementor/widgets/recent-posts-timeline.php:258
6993
  #: includes/elements/recent-posts-grid-carousel.php:380
6997
  msgstr ""
6998
 
6999
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:579
7000
+ #: includes/elementor/widgets/recent-posts-land-style.php:273
7001
  #: includes/elementor/widgets/recent-posts-masonry.php:353
7002
  #: includes/elementor/widgets/recent-posts-timeline.php:282
7003
  #: includes/elements/popular-posts-widget.php:146
7007
  msgstr ""
7008
 
7009
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:580
7010
+ #: includes/elementor/widgets/recent-posts-land-style.php:274
7011
  #: includes/elementor/widgets/recent-posts-masonry.php:354
7012
  #: includes/elementor/widgets/recent-posts-timeline.php:283
7013
  #: includes/elements/popular-posts-widget.php:147
7017
  msgstr ""
7018
 
7019
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:592
7020
+ #: includes/elementor/widgets/recent-posts-land-style.php:286
7021
  #: includes/elementor/widgets/recent-posts-masonry.php:366
7022
  #: includes/elementor/widgets/recent-posts-timeline.php:295
7023
  #: includes/elements/popular-posts-widget.php:175
7030
  msgstr ""
7031
 
7032
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:593
7033
+ #: includes/elementor/widgets/recent-posts-land-style.php:287
7034
  #: includes/elementor/widgets/recent-posts-masonry.php:367
7035
  #: includes/elementor/widgets/recent-posts-timeline.php:296
7036
  #: includes/elements/recent-posts-grid-carousel.php:426
7041
  msgstr ""
7042
 
7043
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:605
7044
+ #: includes/elementor/widgets/recent-posts-land-style.php:299
7045
  #: includes/elementor/widgets/recent-posts-masonry.php:379
7046
  #: includes/elementor/widgets/recent-posts-timeline.php:308
7047
  #: includes/elements/recent-posts-grid-carousel.php:439
7052
  msgstr ""
7053
 
7054
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:607
7055
+ #: includes/elementor/widgets/recent-posts-land-style.php:301
7056
  #: includes/elementor/widgets/recent-posts-masonry.php:381
7057
  #: includes/elementor/widgets/recent-posts-timeline.php:310
7058
  #: includes/elements/recent-posts-grid-carousel.php:440
7064
 
7065
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:611
7066
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1792
7067
+ #: includes/elementor/widgets/recent-posts-land-style.php:305
7068
  #: includes/elementor/widgets/recent-posts-masonry.php:385
7069
  #: includes/elementor/widgets/recent-posts-masonry.php:1208
7070
  #: includes/elementor/widgets/recent-posts-timeline.php:314
7077
  msgstr ""
7078
 
7079
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:622
7080
+ #: includes/elementor/widgets/recent-posts-land-style.php:315
7081
  #: includes/elementor/widgets/recent-posts-masonry.php:412
7082
  #: includes/elementor/widgets/recent-posts-timeline.php:341
7083
  msgid "Display Author in Footer"
7084
  msgstr ""
7085
 
7086
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:623
7087
+ #: includes/elementor/widgets/recent-posts-land-style.php:316
7088
  #: includes/elementor/widgets/recent-posts-masonry.php:413
7089
  #: includes/elementor/widgets/recent-posts-timeline.php:342
7090
  msgid "Enable it to display author name in footer"
7095
  msgstr ""
7096
 
7097
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:660
7098
+ #: includes/elementor/widgets/recent-posts-land-style.php:337
7099
  #: includes/elementor/widgets/recent-posts-masonry.php:434
7100
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:329
7101
  #: includes/elementor/widgets/recent-posts-tiles.php:231
7186
  msgstr ""
7187
 
7188
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:679
7189
+ #: includes/elementor/widgets/recent-posts-land-style.php:344
7190
  #: includes/elementor/widgets/recent-posts-masonry.php:441
7191
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:336
7192
  #: includes/elementor/widgets/recent-posts-tiles.php:238
7205
  msgstr ""
7206
 
7207
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:680
7208
+ #: includes/elementor/widgets/recent-posts-land-style.php:345
7209
  #: includes/elementor/widgets/recent-posts-masonry.php:442
7210
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:337
7211
  #: includes/elementor/widgets/recent-posts-tiles.php:239
7223
  msgstr ""
7224
 
7225
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:694
7226
+ #: includes/elementor/widgets/recent-posts-land-style.php:356
7227
  #: includes/elementor/widgets/recent-posts-masonry.php:453
7228
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:348
7229
  #: includes/elementor/widgets/recent-posts-tiles.php:250
7240
  msgstr ""
7241
 
7242
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:706
7243
+ #: includes/elementor/widgets/recent-posts-land-style.php:368
7244
  #: includes/elementor/widgets/recent-posts-masonry.php:465
7245
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:360
7246
  #: includes/elementor/widgets/recent-posts-tiles.php:262
7285
  msgstr ""
7286
 
7287
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:758
7288
+ #: includes/elementor/widgets/recent-posts-land-style.php:392
7289
  #: includes/elementor/widgets/recent-posts-masonry.php:489
7290
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:384
7291
  #: includes/elementor/widgets/recent-posts-tiles.php:286
7301
  msgstr ""
7302
 
7303
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:775
7304
+ #: includes/elementor/widgets/recent-posts-land-style.php:407
7305
  #: includes/elementor/widgets/recent-posts-masonry.php:504
7306
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:399
7307
  #: includes/elementor/widgets/recent-posts-tiles.php:301
7323
  msgstr ""
7324
 
7325
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:784
7326
+ #: includes/elementor/widgets/recent-posts-land-style.php:416
7327
  #: includes/elementor/widgets/recent-posts-masonry.php:513
7328
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:408
7329
  #: includes/elementor/widgets/recent-posts-tiles.php:310
7345
  msgstr ""
7346
 
7347
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:785
7348
+ #: includes/elementor/widgets/recent-posts-land-style.php:417
7349
  #: includes/elementor/widgets/recent-posts-masonry.php:514
7350
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:409
7351
  #: includes/elementor/widgets/recent-posts-tiles.php:311
7367
  msgstr ""
7368
 
7369
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:787
7370
+ #: includes/elementor/widgets/recent-posts-land-style.php:419
7371
  #: includes/elementor/widgets/recent-posts-masonry.php:516
7372
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:411
7373
  #: includes/elementor/widgets/recent-posts-tiles.php:313
7386
  msgstr ""
7387
 
7388
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:802
7389
+ #: includes/elementor/widgets/recent-posts-land-style.php:431
7390
  #: includes/elementor/widgets/recent-posts-masonry.php:528
7391
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:423
7392
  #: includes/elementor/widgets/recent-posts-tiles.php:325
7408
  msgstr ""
7409
 
7410
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:803
7411
+ #: includes/elementor/widgets/recent-posts-land-style.php:432
7412
  #: includes/elementor/widgets/recent-posts-masonry.php:529
7413
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:424
7414
  #: includes/elementor/widgets/recent-posts-tiles.php:326
7430
  msgstr ""
7431
 
7432
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:814
7433
+ #: includes/elementor/widgets/recent-posts-land-style.php:440
7434
  #: includes/elementor/widgets/recent-posts-masonry.php:537
7435
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:432
7436
  #: includes/elementor/widgets/recent-posts-tiles.php:334
7445
  msgstr ""
7446
 
7447
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:815
7448
+ #: includes/elementor/widgets/recent-posts-land-style.php:441
7449
  #: includes/elementor/widgets/recent-posts-masonry.php:538
7450
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:433
7451
  #: includes/elementor/widgets/recent-posts-tiles.php:335
7463
  msgstr ""
7464
 
7465
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:826
7466
+ #: includes/elementor/widgets/recent-posts-land-style.php:449
7467
  #: includes/elementor/widgets/recent-posts-masonry.php:546
7468
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:441
7469
  #: includes/elementor/widgets/recent-posts-tiles.php:343
7480
  msgstr ""
7481
 
7482
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:827
7483
+ #: includes/elementor/widgets/recent-posts-land-style.php:450
7484
  #: includes/elementor/widgets/recent-posts-masonry.php:547
7485
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:442
7486
  #: includes/elementor/widgets/recent-posts-tiles.php:344
7498
  msgstr ""
7499
 
7500
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:838
7501
+ #: includes/elementor/widgets/recent-posts-land-style.php:458
7502
  #: includes/elementor/widgets/recent-posts-masonry.php:555
7503
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:450
7504
  #: includes/elementor/widgets/recent-posts-tiles.php:352
7514
  msgstr ""
7515
 
7516
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:839
7517
+ #: includes/elementor/widgets/recent-posts-land-style.php:459
7518
  #: includes/elementor/widgets/recent-posts-masonry.php:556
7519
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:451
7520
  #: includes/elementor/widgets/recent-posts-tiles.php:353
7532
  msgstr ""
7533
 
7534
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:851
7535
+ #: includes/elementor/widgets/recent-posts-land-style.php:468
7536
  #: includes/elementor/widgets/recent-posts-masonry.php:565
7537
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:460
7538
  #: includes/elementor/widgets/recent-posts-tiles.php:362
7549
  msgstr ""
7550
 
7551
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:868
7552
+ #: includes/elementor/widgets/recent-posts-land-style.php:482
7553
  #: includes/elementor/widgets/recent-posts-masonry.php:579
7554
  #: includes/elementor/widgets/recent-posts-tiles.php:376
7555
  #: includes/elementor/widgets/recent-posts-timeline.php:508
7557
  msgstr ""
7558
 
7559
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:875
7560
+ #: includes/elementor/widgets/recent-posts-land-style.php:489
7561
  #: includes/elementor/widgets/recent-posts-masonry.php:586
7562
  #: includes/elementor/widgets/recent-posts-tiles.php:383
7563
  #: includes/elementor/widgets/recent-posts-timeline.php:515
7570
  msgstr ""
7571
 
7572
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:883
7573
+ #: includes/elementor/widgets/recent-posts-land-style.php:497
7574
  #: includes/elementor/widgets/recent-posts-masonry.php:594
7575
  #: includes/elementor/widgets/recent-posts-tiles.php:391
7576
  #: includes/elementor/widgets/recent-posts-timeline.php:523
7583
  msgstr ""
7584
 
7585
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:891
7586
+ #: includes/elementor/widgets/recent-posts-land-style.php:505
7587
  #: includes/elementor/widgets/recent-posts-masonry.php:602
7588
  #: includes/elementor/widgets/recent-posts-tiles.php:399
7589
  #: includes/elementor/widgets/recent-posts-timeline.php:531
7596
  msgstr ""
7597
 
7598
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:923
7599
+ #: includes/elementor/widgets/recent-posts-land-style.php:537
7600
  #: includes/elementor/widgets/recent-posts-timeline.php:563
7601
  #: includes/elementor/widgets/recent-products.php:508
7602
  #: includes/elements/gallery.php:300
7608
  msgstr ""
7609
 
7610
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:924
7611
+ #: includes/elementor/widgets/recent-posts-land-style.php:538
7612
  #: includes/elementor/widgets/recent-posts-timeline.php:564
7613
  #: includes/elementor/widgets/recent-products.php:509
7614
  #: includes/elements/gallery.php:301
7620
  msgstr ""
7621
 
7622
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:925
7623
+ #: includes/elementor/widgets/recent-posts-land-style.php:539
7624
  #: includes/elementor/widgets/recent-posts-timeline.php:565
7625
  #: includes/elementor/widgets/recent-products.php:510
7626
  #: includes/elements/gallery.php:302
7632
  msgstr ""
7633
 
7634
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:926
7635
+ #: includes/elementor/widgets/recent-posts-land-style.php:540
7636
  #: includes/elementor/widgets/recent-posts-timeline.php:566
7637
  #: includes/elementor/widgets/recent-products.php:511
7638
  #: includes/elements/gallery.php:303
7648
  msgstr ""
7649
 
7650
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1132
7651
+ #: includes/elementor/widgets/recent-posts-land-style.php:676
7652
  #: includes/elementor/widgets/recent-posts-masonry.php:805
7653
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:579
7654
  #: includes/elementor/widgets/recent-posts-tiles.php:520
7657
  msgstr ""
7658
 
7659
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1256
7660
+ #: includes/elementor/widgets/recent-posts-land-style.php:800
7661
  #: includes/elementor/widgets/recent-posts-masonry.php:929
7662
  #: includes/elementor/widgets/recent-posts-timeline.php:826
7663
  msgid "Excerpt"
7668
  msgstr ""
7669
 
7670
  #: includes/elementor/widgets/recent-posts-grid-carousel.php:1437
7671
+ #: includes/elementor/widgets/recent-posts-land-style.php:862
7672
  #: includes/elementor/widgets/recent-posts-masonry.php:991
7673
  #: includes/elementor/widgets/recent-posts-timeline.php:888
7674
  msgid "Meta"
7704
  msgid "Land Style Posts"
7705
  msgstr ""
7706
 
7707
+ #: includes/elementor/widgets/recent-posts-land-style.php:380
7708
  #: includes/elementor/widgets/recent-posts-masonry.php:477
7709
  #: includes/elementor/widgets/recent-posts-tiles-carousel.php:372
7710
  #: includes/elementor/widgets/recent-posts-tiles.php:274
7945
  msgstr ""
7946
 
7947
  #: includes/elementor/widgets/staff.php:196
7948
+ #: includes/elementor/widgets/text.php:621 includes/elements/staff.php:161
7949
  #: includes/elements/text.php:571
7950
  msgid "Image shape"
7951
  msgstr ""
7952
 
7953
  #: includes/elementor/widgets/staff.php:204
7954
  #: includes/elementor/widgets/text.php:464
7955
+ #: includes/elementor/widgets/text.php:633 includes/elements/staff.php:172
7956
  #: includes/elements/text.php:543 includes/elements/text.php:585
7957
  msgid "Semi-circle"
7958
  msgstr ""
7959
 
7960
  #: includes/elementor/widgets/staff.php:208
7961
  #: includes/elementor/widgets/text.php:468
7962
+ #: includes/elementor/widgets/text.php:637 includes/elements/staff.php:176
7963
  #: includes/elements/text.php:547 includes/elements/text.php:589
7964
  msgid "Round Rectangle"
7965
  msgstr ""
7966
 
7967
  #: includes/elementor/widgets/staff.php:212
7968
  #: includes/elementor/widgets/text.php:476
7969
+ #: includes/elementor/widgets/text.php:641 includes/elements/staff.php:180
7970
  #: includes/elements/text.php:555 includes/elements/text.php:593
7971
  msgid "Rectangle"
7972
  msgstr ""
8012
  msgstr ""
8013
 
8014
  #: includes/elementor/widgets/staff.php:499
8015
+ #: includes/elementor/widgets/text.php:830
8016
+ #: includes/elementor/widgets/text.php:953
8017
  msgid "Top space"
8018
  msgstr ""
8019
 
8020
  #: includes/elementor/widgets/staff.php:543
8021
  #: includes/elementor/widgets/text.php:242
8022
+ #: includes/elementor/widgets/text.php:756
8023
  #: includes/elements/recent-posts-grid-carousel.php:70
8024
  #: includes/elements/recent-products.php:56 includes/elements/text.php:59
8025
  msgid "Subtitle"
8053
  msgstr ""
8054
 
8055
  #: includes/elementor/widgets/staff.php:838
8056
+ #: includes/elementor/widgets/text.php:1409
8057
  #: includes/elementor/widgets/theme-elements/menu.php:324
8058
+ #: includes/elementor/widgets/theme-elements/menu.php:1345
8059
  #: includes/elements/text.php:118
8060
  msgid "Text Align"
8061
  msgstr ""
8275
  msgid "Icon background color"
8276
  msgstr ""
8277
 
8278
+ #: includes/elementor/widgets/text.php:596
8279
+ #: includes/elementor/widgets/text.php:1517
8280
+ msgid "Transition duration"
8281
+ msgstr ""
8282
+
8283
+ #: includes/elementor/widgets/text.php:625 includes/elements/text.php:577
8284
  msgid "Default Aspect"
8285
  msgstr ""
8286
 
8287
+ #: includes/elementor/widgets/text.php:1019
8288
  msgid "Button Skin"
8289
  msgstr ""
8290
 
8291
+ #: includes/elementor/widgets/text.php:1096
8292
  msgid "Button Icon"
8293
  msgstr ""
8294
 
8295
+ #: includes/elementor/widgets/text.php:1209
8296
  msgid "Button Text"
8297
  msgstr ""
8298
 
8299
+ #: includes/elementor/widgets/text.php:1302
8300
  msgid "Button Wrapper"
8301
  msgstr ""
8302
 
8303
+ #: includes/elementor/widgets/text.php:1327
8304
  msgid "Shape Style"
8305
  msgstr ""
8306
 
8307
+ #: includes/elementor/widgets/text.php:1351 includes/general-hooks.php:747
8308
  #: includes/general-hooks.php:1152
8309
  msgid "Button Style"
8310
  msgstr ""
8311
 
8312
+ #: includes/elementor/widgets/text.php:1401
8313
  msgid "Overlay"
8314
  msgstr ""
8315
 
8316
+ #: includes/elementor/widgets/text.php:1552 includes/elements/text.php:896
 
 
 
 
8317
  msgid "Footer Shape"
8318
  msgstr ""
8319
 
8320
+ #: includes/elementor/widgets/text.php:1561 includes/elements/text.php:907
8321
  msgid "Wave"
8322
  msgstr ""
8323
 
8324
+ #: includes/elementor/widgets/text.php:1565 includes/elements/text.php:911
8325
  msgid "Tail"
8326
  msgstr ""
8327
 
8328
+ #: includes/elementor/widgets/text.php:1576 includes/elements/button.php:212
8329
  #: includes/elements/text.php:825
8330
  msgid "Color of button"
8331
  msgstr ""
8454
  msgid "Secondary"
8455
  msgstr ""
8456
 
 
 
 
 
8457
  #: includes/elementor/widgets/theme-elements/logo.php:188
8458
  msgid "Custom URL"
8459
  msgstr ""
8615
  msgid "Burger Button Style"
8616
  msgstr ""
8617
 
8618
+ #: includes/elementor/widgets/theme-elements/menu.php:1121
8619
+ msgid "Off canvas menu background color"
8620
+ msgstr ""
8621
+
8622
+ #: includes/elementor/widgets/theme-elements/menu.php:1137
8623
  msgid "Fullscreen Menu"
8624
  msgstr ""
8625
 
8626
+ #: includes/elementor/widgets/theme-elements/menu.php:1415
8627
  msgid "There are no menus in your site."
8628
  msgstr ""
8629
 
11639
  msgid "GitHub"
11640
  msgstr ""
11641
 
11642
+ #: includes/general-hooks.php:2545
11643
  msgid "Page Options"
11644
  msgstr ""
11645
 
11646
+ #: includes/general-hooks.php:2553
11647
  msgid "Post Options"
11648
  msgstr ""
11649
 
11650
+ #: includes/general-hooks.php:3028
11651
  msgid "Page %s"
11652
  msgstr ""
11653
 
11878
  msgid "Chats"
11879
  msgstr ""
11880
 
11881
+ #: includes/general-hooks.php:3049
11882
  #. translators: playlist item title
11883
  msgctxt "playlist item title"
11884
  msgid "&#8220;%s&#8221;"
11885
  msgstr ""
11886
 
11887
+ #: includes/general-hooks.php:3074 includes/general-hooks.php:3079
11888
  #. translators: playlist item title
11889
  msgctxt "playlist item title"
11890
  msgid "%s"
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.5.20 (2020-05)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.6.0 (2020-07)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
public/includes/class-auxels-frontend-assets.php CHANGED
@@ -21,6 +21,7 @@ class AUXELS_Frontend_Assets {
21
  */
22
  public function __construct() {
23
  add_action( 'wp_enqueue_scripts', array( $this, 'load_assets' ) );
 
24
  }
25
 
26
  /**
@@ -39,6 +40,21 @@ class AUXELS_Frontend_Assets {
39
  wp_enqueue_script( AUXELS_SLUG .'-scripts', AUXELS_PUB_URL . '/assets/js/scripts.js', array('jquery'), AUXELS_VERSION, true );
40
  }
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  return new AUXELS_Frontend_Assets();
44
 
21
  */
22
  public function __construct() {
23
  add_action( 'wp_enqueue_scripts', array( $this, 'load_assets' ) );
24
+ add_action( 'wp_enqueue_scripts', array( $this, 'load_elementor_header_footer_assets' ), 20 );
25
  }
26
 
27
  /**
40
  wp_enqueue_script( AUXELS_SLUG .'-scripts', AUXELS_PUB_URL . '/assets/js/scripts.js', array('jquery'), AUXELS_VERSION, true );
41
  }
42
 
43
+ public function load_elementor_header_footer_assets() {
44
+ if ( class_exists( '\Elementor\Core\Files\CSS\Post' ) ) {
45
+ // Enqueue header template styles in header
46
+ if( $header_template_style = auxin_get_option( 'site_elementor_header_template' ) ){
47
+ $css_file = new \Elementor\Core\Files\CSS\Post( $header_template_style );
48
+ $css_file->enqueue();
49
+ }
50
+
51
+ if( $footer_template_style = auxin_get_option( 'site_elementor_footer_template' ) ){
52
+ $css_file = new \Elementor\Core\Files\CSS\Post( $footer_template_style );
53
+ $css_file->enqueue();
54
+ }
55
+ }
56
+ }
57
+
58
  }
59
  return new AUXELS_Frontend_Assets();
60