Version Description
Download this release
Release Info
Developer | averta |
Plugin | Shortcodes and extra features for Phlox theme |
Version | 2.5.8 |
Comparing to | |
See all releases |
Code changes from version 2.5.7 to 2.5.8
- README.txt +1 -1
- admin/assets/js/plugins.js +1 -1
- auxin-elements.php +2 -2
- includes/classes/class-auxin-demo-importer.php +14 -1
- includes/define.php +1 -1
- includes/elementor/widgets/button.php +23 -11
- includes/elementor/widgets/modern-button.php +36 -9
- includes/elements/button.php +10 -2
- languages/auxin-elements.pot +137 -128
- public/assets/js/plugins.js +1 -1
README.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: phlox, gallery, elementor, siteorigin, auxin, averta, auxin-elements, fram
|
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.4.0
|
10 |
-
Stable tag: 2.5.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
7 |
Requires PHP: 5.4
|
8 |
Requires at least: 4.6
|
9 |
Tested up to: 5.4.0
|
10 |
+
Stable tag: 2.5.8
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
admin/assets/js/plugins.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Phlox Core Plugin - v2.5.
|
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.5.8 (2020-04-11)
|
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!
|
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.
|
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.
|
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.5.8
|
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.0
|
23 |
*/
|
24 |
|
25 |
// If this file is called directly, abort.
|
includes/classes/class-auxin-demo-importer.php
CHANGED
@@ -303,6 +303,7 @@ class Auxin_Demo_Importer {
|
|
303 |
}
|
304 |
|
305 |
auxin_delete_transient( 'aux-old-products-id-transformation' );
|
|
|
306 |
wp_send_json_success( array( 'step' => 'content', 'message' => __( 'Importing Options', 'auxin-elements' ), 'next' => 'auxin_options' ) );
|
307 |
|
308 |
case 'auxin_options':
|
@@ -997,7 +998,6 @@ class Auxin_Demo_Importer {
|
|
997 |
|
998 |
}
|
999 |
|
1000 |
-
$this->update_imported_ids();
|
1001 |
//wp_send_json_success( array( 'step' => 'content', 'next' => 'auxin_options', 'message' => __( 'Importing Options' ) ) );
|
1002 |
}
|
1003 |
|
@@ -1032,6 +1032,19 @@ class Auxin_Demo_Importer {
|
|
1032 |
}
|
1033 |
}
|
1034 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1035 |
update_post_meta( get_the_ID(), '_elementor_data', wp_slash( $elementor_data ) );
|
1036 |
}
|
1037 |
}
|
303 |
}
|
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':
|
998 |
|
999 |
}
|
1000 |
|
|
|
1001 |
//wp_send_json_success( array( 'step' => 'content', 'next' => 'auxin_options', 'message' => __( 'Importing Options' ) ) );
|
1002 |
}
|
1003 |
|
1032 |
}
|
1033 |
}
|
1034 |
|
1035 |
+
// Change template's id in flexible recent posts element
|
1036 |
+
preg_match_all( '/post_column":"\d*/', $elementor_data, $templates, PREG_SET_ORDER );
|
1037 |
+
if ( ! empty( $templates ) ) {
|
1038 |
+
foreach ( $templates as $key => $template ) {
|
1039 |
+
$old_id = str_replace( 'post_column":"', '', $template[0] );
|
1040 |
+
if ( ! is_numeric( $old_id ) ) {
|
1041 |
+
continue;
|
1042 |
+
}
|
1043 |
+
$new_template = 'post_column":"'. auxin_get_transient( "aux-elementor-library-{$old_id}-changs-to" );
|
1044 |
+
$elementor_data = str_replace( $template[0], $new_template, $elementor_data );
|
1045 |
+
}
|
1046 |
+
}
|
1047 |
+
|
1048 |
update_post_meta( get_the_ID(), '_elementor_data', wp_slash( $elementor_data ) );
|
1049 |
}
|
1050 |
}
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXELS_VERSION' , '2.5.
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXELS_VERSION' , '2.5.8' );
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
includes/elementor/widgets/button.php
CHANGED
@@ -124,6 +124,17 @@ class Button extends Widget_Base {
|
|
124 |
)
|
125 |
);
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
$this->end_controls_section();
|
129 |
|
@@ -578,17 +589,18 @@ class Button extends Widget_Base {
|
|
578 |
$btn_target = $settings['link']['is_external'] ? '_blank' : '_self';
|
579 |
|
580 |
$args = array(
|
581 |
-
'label'
|
582 |
-
'size'
|
583 |
-
'border'
|
584 |
-
'style'
|
585 |
-
'uppercase'
|
586 |
-
'icon'
|
587 |
-
'icon_align'
|
588 |
-
'color_name'
|
589 |
-
'link'
|
590 |
-
'nofollow'
|
591 |
-
'target'
|
|
|
592 |
);
|
593 |
|
594 |
// get the shortcode base blog page
|
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->end_controls_section();
|
140 |
|
589 |
$btn_target = $settings['link']['is_external'] ? '_blank' : '_self';
|
590 |
|
591 |
$args = array(
|
592 |
+
'label' => $settings['label'],
|
593 |
+
'size' => $settings['size'],
|
594 |
+
'border' => $settings['border'],
|
595 |
+
'style' => $settings['style'],
|
596 |
+
'uppercase' => $settings['uppercase'],
|
597 |
+
'icon' => $icon_value,
|
598 |
+
'icon_align' => $settings['icon_align'],
|
599 |
+
'color_name' => $settings['color_name'],
|
600 |
+
'link' => $settings['link']['url'],
|
601 |
+
'nofollow' => $settings['link']['nofollow'],
|
602 |
+
'target' => $btn_target,
|
603 |
+
'open_video_in_lightbox' => $settings['open_video_in_lightbox'],
|
604 |
);
|
605 |
|
606 |
// get the shortcode base blog page
|
includes/elementor/widgets/modern-button.php
CHANGED
@@ -124,6 +124,18 @@ class ModernButton extends Widget_Base {
|
|
124 |
]
|
125 |
);
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
$this->add_responsive_control(
|
128 |
'btn_align',
|
129 |
[
|
@@ -747,15 +759,30 @@ class ModernButton extends Widget_Base {
|
|
747 |
|
748 |
?>
|
749 |
<div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?> >
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
</div>
|
760 |
|
761 |
<?php
|
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 |
[
|
759 |
|
760 |
?>
|
761 |
<div <?php echo $this->get_render_attribute_string( 'wrapper' ); ?> >
|
762 |
+
<?php
|
763 |
+
if ( auxin_is_true( $settings['open_video_in_lightbox'] ) ) {
|
764 |
+
|
765 |
+
$this->add_render_attribute( 'button', 'class', 'aux-open-video' );
|
766 |
+
$this->add_render_attribute( 'button', 'data-type', 'video' );
|
767 |
+
|
768 |
+
echo '<span class="aux-lightbox-video ">';
|
769 |
+
}
|
770 |
+
?>
|
771 |
+
<a <?php echo $this->get_render_attribute_string( 'button' ); ?>>
|
772 |
+
<div class="aux-overlay"></div>
|
773 |
+
<?php if ( $settings['icon_display'] ) { ;?>
|
774 |
+
<div class="aux-icon ">
|
775 |
+
<?php Icons_Manager::render_icon( $settings['icon'], [ 'aria-hidden' => 'true' ] );?>
|
776 |
+
</div>
|
777 |
+
<?php };?>
|
778 |
+
<div class="aux-text"><?php echo esc_html( $settings['label'] ); ?></div>
|
779 |
+
</a>
|
780 |
+
<?php
|
781 |
+
if ( auxin_is_true( $settings['open_video_in_lightbox'] ) ) {
|
782 |
+
echo '</span>';
|
783 |
+
}
|
784 |
+
?>
|
785 |
+
|
786 |
</div>
|
787 |
|
788 |
<?php
|
includes/elements/button.php
CHANGED
@@ -298,7 +298,8 @@ function auxin_widget_button_callback( $atts = array(), $shortcode_content = nul
|
|
298 |
'custom_styles' => array(),
|
299 |
'extra_classes' => '', // custom css class names for this element
|
300 |
'custom_el_id' => '',
|
301 |
-
'base_class' => 'aux-widget-button'
|
|
|
302 |
);
|
303 |
|
304 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
@@ -364,6 +365,11 @@ function auxin_widget_button_callback( $atts = array(), $shortcode_content = nul
|
|
364 |
$btn_css_classes[] = $extra_classes;
|
365 |
}
|
366 |
|
|
|
|
|
|
|
|
|
|
|
367 |
// get escaped class attributes
|
368 |
$button_class_attr = auxin_make_html_class_attribute( $btn_css_classes );
|
369 |
|
@@ -388,10 +394,12 @@ function auxin_widget_button_callback( $atts = array(), $shortcode_content = nul
|
|
388 |
$output = '';
|
389 |
|
390 |
// widget custom output -----------------------
|
391 |
-
|
392 |
$output .= "<$btn_tag $btn_href $btn_other_attrs $button_class_attr $extra_styles>";
|
393 |
$output .= $btn_content;
|
394 |
$output .= "</$btn_tag>";
|
395 |
|
|
|
|
|
|
|
396 |
return $output;
|
397 |
}
|
298 |
'custom_styles' => array(),
|
299 |
'extra_classes' => '', // custom css class names for this element
|
300 |
'custom_el_id' => '',
|
301 |
+
'base_class' => 'aux-widget-button',
|
302 |
+
'open_video_in_lightbox' => false,
|
303 |
);
|
304 |
|
305 |
$result = auxin_get_widget_scafold( $atts, $default_atts, $shortcode_content );
|
365 |
$btn_css_classes[] = $extra_classes;
|
366 |
}
|
367 |
|
368 |
+
if ( auxin_is_true( $open_video_in_lightbox ) ) {
|
369 |
+
$btn_css_classes[] = 'aux-open-video';
|
370 |
+
$btn_other_attrs .= ' data-type="video"';
|
371 |
+
}
|
372 |
+
|
373 |
// get escaped class attributes
|
374 |
$button_class_attr = auxin_make_html_class_attribute( $btn_css_classes );
|
375 |
|
394 |
$output = '';
|
395 |
|
396 |
// widget custom output -----------------------
|
|
|
397 |
$output .= "<$btn_tag $btn_href $btn_other_attrs $button_class_attr $extra_styles>";
|
398 |
$output .= $btn_content;
|
399 |
$output .= "</$btn_tag>";
|
400 |
|
401 |
+
if ( auxin_is_true( $open_video_in_lightbox ) ) {
|
402 |
+
$output = '<span class="aux-lightbox-video ">' . $output . '</span>';
|
403 |
+
}
|
404 |
return $output;
|
405 |
}
|
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.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2020-04-11
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -1129,7 +1129,7 @@ msgid "Vertical Menu Items Align"
|
|
1129 |
msgstr ""
|
1130 |
|
1131 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:602
|
1132 |
-
#: includes/elementor/widgets/button.php:
|
1133 |
#: includes/elementor/widgets/carousel-navigation.php:170
|
1134 |
#: includes/elementor/widgets/custom-list.php:477
|
1135 |
#: includes/elementor/widgets/custom-list.php:509
|
@@ -1138,7 +1138,7 @@ msgstr ""
|
|
1138 |
#: includes/elementor/widgets/heading-modern.php:163
|
1139 |
#: includes/elementor/widgets/icon.php:174
|
1140 |
#: includes/elementor/widgets/image.php:323
|
1141 |
-
#: includes/elementor/widgets/modern-button.php:
|
1142 |
#: includes/elementor/widgets/quote.php:169
|
1143 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:252
|
1144 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1605
|
@@ -1167,8 +1167,8 @@ msgstr ""
|
|
1167 |
|
1168 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:603
|
1169 |
#: includes/elementor/modules/common.php:657
|
1170 |
-
#: includes/elementor/widgets/button.php:
|
1171 |
-
#: includes/elementor/widgets/button.php:
|
1172 |
#: includes/elementor/widgets/custom-list.php:473
|
1173 |
#: includes/elementor/widgets/custom-list.php:505
|
1174 |
#: includes/elementor/widgets/divider.php:198
|
@@ -1176,8 +1176,8 @@ msgstr ""
|
|
1176 |
#: includes/elementor/widgets/heading-modern.php:159
|
1177 |
#: includes/elementor/widgets/icon.php:170
|
1178 |
#: includes/elementor/widgets/image.php:319
|
1179 |
-
#: includes/elementor/widgets/modern-button.php:
|
1180 |
-
#: includes/elementor/widgets/modern-button.php:
|
1181 |
#: includes/elementor/widgets/quote.php:165
|
1182 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1601
|
1183 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1738
|
@@ -1243,9 +1243,9 @@ msgid "Specifies the size of social icons in the header menu."
|
|
1243 |
msgstr ""
|
1244 |
|
1245 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:707
|
1246 |
-
#: includes/elementor/widgets/button.php:
|
1247 |
#: includes/elementor/widgets/divider.php:146
|
1248 |
-
#: includes/elementor/widgets/modern-button.php:
|
1249 |
#: includes/elementor/widgets/staff.php:755
|
1250 |
#: includes/elementor/widgets/text.php:990 includes/elements/button.php:66
|
1251 |
#: includes/elements/divider.php:90 includes/elements/socials-list.php:63
|
@@ -1257,9 +1257,9 @@ msgstr ""
|
|
1257 |
|
1258 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:708
|
1259 |
#: includes/classes/class-auxin-svg-support.php:192
|
1260 |
-
#: includes/elementor/widgets/button.php:
|
1261 |
#: includes/elementor/widgets/divider.php:145
|
1262 |
-
#: includes/elementor/widgets/modern-button.php:
|
1263 |
#: includes/elementor/widgets/staff.php:756
|
1264 |
#: includes/elementor/widgets/text.php:989
|
1265 |
#: includes/elements/before-after.php:104 includes/elements/button.php:65
|
@@ -1273,8 +1273,8 @@ msgstr ""
|
|
1273 |
|
1274 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:709
|
1275 |
#: includes/classes/class-auxin-svg-support.php:193
|
1276 |
-
#: includes/elementor/widgets/button.php:
|
1277 |
-
#: includes/elementor/widgets/modern-button.php:
|
1278 |
#: includes/elementor/widgets/staff.php:757
|
1279 |
#: includes/elementor/widgets/text.php:988
|
1280 |
#: includes/elements/before-after.php:105 includes/elements/button.php:64
|
@@ -1332,12 +1332,12 @@ msgstr ""
|
|
1332 |
#: includes/elementor/modules/dynamic-tags/post-date.php:49
|
1333 |
#: includes/elementor/modules/dynamic-tags/post-time.php:50
|
1334 |
#: includes/elementor/widgets/accordion.php:356
|
1335 |
-
#: includes/elementor/widgets/button.php:
|
1336 |
#: includes/elementor/widgets/carousel-navigation.php:168
|
1337 |
#: includes/elementor/widgets/custom-list.php:385
|
1338 |
#: includes/elementor/widgets/gallery.php:131
|
1339 |
#: includes/elementor/widgets/icon.php:125
|
1340 |
-
#: includes/elementor/widgets/modern-button.php:
|
1341 |
#: includes/elementor/widgets/quote.php:161
|
1342 |
#: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
|
1343 |
#: includes/elementor/widgets/recent-posts-tiles.php:130
|
@@ -1358,9 +1358,9 @@ msgstr ""
|
|
1358 |
#: includes/elementor/widgets/accordion.php:262
|
1359 |
#: includes/elementor/widgets/accordion.php:450
|
1360 |
#: includes/elementor/widgets/accordion.php:564
|
1361 |
-
#: includes/elementor/widgets/button.php:
|
1362 |
-
#: includes/elementor/widgets/button.php:
|
1363 |
-
#: includes/elementor/widgets/button.php:
|
1364 |
#: includes/elementor/widgets/carousel-navigation.php:391
|
1365 |
#: includes/elementor/widgets/contact-form.php:348
|
1366 |
#: includes/elementor/widgets/contact-form.php:645
|
@@ -1377,9 +1377,9 @@ msgstr ""
|
|
1377 |
#: includes/elementor/widgets/image.php:539
|
1378 |
#: includes/elementor/widgets/mailchimp.php:352
|
1379 |
#: includes/elementor/widgets/mailchimp.php:609
|
1380 |
-
#: includes/elementor/widgets/modern-button.php:
|
1381 |
-
#: includes/elementor/widgets/modern-button.php:
|
1382 |
-
#: includes/elementor/widgets/modern-button.php:
|
1383 |
#: includes/elementor/widgets/recent-comments.php:201
|
1384 |
#: includes/elementor/widgets/recent-comments.php:284
|
1385 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:984
|
@@ -1859,7 +1859,7 @@ msgid "Importing Media"
|
|
1859 |
msgstr ""
|
1860 |
|
1861 |
#: includes/classes/class-auxin-demo-importer.php:281
|
1862 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1863 |
msgid "Importing Users"
|
1864 |
msgstr ""
|
1865 |
|
@@ -1868,32 +1868,32 @@ msgstr ""
|
|
1868 |
msgid "Importing Contents"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1872 |
msgid "Importing Options"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1876 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1877 |
msgid "Importing Menus"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1881 |
msgid "Importing Widgets"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1885 |
msgid "Retrieve Body Fails"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1889 |
msgid "Importing Sliders"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1893 |
msgid "Preparing Site ..."
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: includes/classes/class-auxin-demo-importer.php:
|
1897 |
msgid "All steps are successful"
|
1898 |
msgstr ""
|
1899 |
|
@@ -2984,8 +2984,8 @@ msgid "Top"
|
|
2984 |
msgstr ""
|
2985 |
|
2986 |
#: includes/elementor/modules/common.php:592
|
2987 |
-
#: includes/elementor/widgets/button.php:
|
2988 |
-
#: includes/elementor/widgets/button.php:
|
2989 |
#: includes/elementor/widgets/custom-list.php:481
|
2990 |
#: includes/elementor/widgets/custom-list.php:513
|
2991 |
#: includes/elementor/widgets/divider.php:206
|
@@ -2993,8 +2993,8 @@ msgstr ""
|
|
2993 |
#: includes/elementor/widgets/heading-modern.php:167
|
2994 |
#: includes/elementor/widgets/icon.php:178
|
2995 |
#: includes/elementor/widgets/image.php:327
|
2996 |
-
#: includes/elementor/widgets/modern-button.php:
|
2997 |
-
#: includes/elementor/widgets/modern-button.php:
|
2998 |
#: includes/elementor/widgets/quote.php:173
|
2999 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1609
|
3000 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1746
|
@@ -3302,7 +3302,7 @@ msgstr ""
|
|
3302 |
#: includes/elementor/modules/dynamic-tags/post-time.php:34
|
3303 |
#: includes/elementor/modules/dynamic-tags/request-parameter.php:66
|
3304 |
#: includes/elementor/widgets/accordion.php:145
|
3305 |
-
#: includes/elementor/widgets/modern-button.php:
|
3306 |
#: includes/elementor/widgets/svg.php:107
|
3307 |
#: includes/elementor/widgets/text.php:111
|
3308 |
#: includes/elementor/widgets/theme-elements/logo.php:135
|
@@ -4183,8 +4183,8 @@ msgstr ""
|
|
4183 |
#: includes/elementor/widgets/heading-modern.php:915
|
4184 |
#: includes/elementor/widgets/heading-modern.php:991
|
4185 |
#: includes/elementor/widgets/heading-modern.php:1105
|
4186 |
-
#: includes/elementor/widgets/modern-button.php:
|
4187 |
-
#: includes/elementor/widgets/modern-button.php:
|
4188 |
#: includes/elementor/widgets/quote.php:288
|
4189 |
#: includes/elementor/widgets/tabs.php:480
|
4190 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
|
@@ -4217,10 +4217,10 @@ msgstr ""
|
|
4217 |
#: includes/elementor/widgets/icon.php:360
|
4218 |
#: includes/elementor/widgets/mailchimp.php:298
|
4219 |
#: includes/elementor/widgets/mailchimp.php:544
|
4220 |
-
#: includes/elementor/widgets/modern-button.php:
|
4221 |
-
#: includes/elementor/widgets/modern-button.php:
|
4222 |
-
#: includes/elementor/widgets/modern-button.php:
|
4223 |
-
#: includes/elementor/widgets/modern-button.php:
|
4224 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:944
|
4225 |
#: includes/elementor/widgets/recent-posts-land-style.php:552
|
4226 |
#: includes/elementor/widgets/recent-posts-masonry.php:630
|
@@ -4248,10 +4248,10 @@ msgstr ""
|
|
4248 |
#: includes/elementor/widgets/accordion.php:224
|
4249 |
#: includes/elementor/widgets/accordion.php:412
|
4250 |
#: includes/elementor/widgets/accordion.php:544
|
4251 |
-
#: includes/elementor/widgets/button.php:
|
4252 |
-
#: includes/elementor/widgets/button.php:
|
4253 |
-
#: includes/elementor/widgets/button.php:
|
4254 |
-
#: includes/elementor/widgets/button.php:
|
4255 |
#: includes/elementor/widgets/carousel-navigation.php:284
|
4256 |
#: includes/elementor/widgets/contact-form.php:314
|
4257 |
#: includes/elementor/widgets/contact-form.php:619
|
@@ -4268,10 +4268,10 @@ msgstr ""
|
|
4268 |
#: includes/elementor/widgets/image.php:502
|
4269 |
#: includes/elementor/widgets/mailchimp.php:326
|
4270 |
#: includes/elementor/widgets/mailchimp.php:571
|
4271 |
-
#: includes/elementor/widgets/modern-button.php:
|
4272 |
-
#: includes/elementor/widgets/modern-button.php:
|
4273 |
-
#: includes/elementor/widgets/modern-button.php:
|
4274 |
-
#: includes/elementor/widgets/modern-button.php:
|
4275 |
#: includes/elementor/widgets/recent-comments.php:181
|
4276 |
#: includes/elementor/widgets/recent-comments.php:264
|
4277 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:961
|
@@ -4385,8 +4385,8 @@ msgstr ""
|
|
4385 |
|
4386 |
#: includes/elementor/widgets/accordion.php:371
|
4387 |
#: includes/elementor/widgets/accordion.php:646
|
4388 |
-
#: includes/elementor/widgets/button.php:
|
4389 |
-
#: includes/elementor/widgets/button.php:
|
4390 |
#: includes/elementor/widgets/carousel-navigation.php:375
|
4391 |
#: includes/elementor/widgets/carousel-navigation.php:481
|
4392 |
#: includes/elementor/widgets/contact-form.php:285
|
@@ -4404,10 +4404,10 @@ msgstr ""
|
|
4404 |
#: includes/elementor/widgets/icon.php:311
|
4405 |
#: includes/elementor/widgets/mailchimp.php:310
|
4406 |
#: includes/elementor/widgets/mailchimp.php:556
|
4407 |
-
#: includes/elementor/widgets/modern-button.php:
|
4408 |
-
#: includes/elementor/widgets/modern-button.php:
|
4409 |
-
#: includes/elementor/widgets/modern-button.php:
|
4410 |
-
#: includes/elementor/widgets/modern-button.php:
|
4411 |
#: includes/elementor/widgets/quote.php:333
|
4412 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1390
|
4413 |
#: includes/elementor/widgets/staff.php:778
|
@@ -4442,10 +4442,10 @@ msgstr ""
|
|
4442 |
#: includes/elementor/widgets/accordion.php:571
|
4443 |
#: includes/elementor/widgets/accordion.php:591
|
4444 |
#: includes/elementor/widgets/accordion.php:626
|
4445 |
-
#: includes/elementor/widgets/button.php:
|
4446 |
-
#: includes/elementor/widgets/button.php:
|
4447 |
-
#: includes/elementor/widgets/button.php:
|
4448 |
-
#: includes/elementor/widgets/button.php:
|
4449 |
#: includes/elementor/widgets/carousel-navigation.php:309
|
4450 |
#: includes/elementor/widgets/contact-box.php:371
|
4451 |
#: includes/elementor/widgets/contact-form.php:179
|
@@ -4478,10 +4478,10 @@ msgstr ""
|
|
4478 |
#: includes/elementor/widgets/mailchimp.php:423
|
4479 |
#: includes/elementor/widgets/mailchimp.php:578
|
4480 |
#: includes/elementor/widgets/mailchimp.php:616
|
4481 |
-
#: includes/elementor/widgets/modern-button.php:
|
4482 |
-
#: includes/elementor/widgets/modern-button.php:
|
4483 |
-
#: includes/elementor/widgets/modern-button.php:
|
4484 |
-
#: includes/elementor/widgets/modern-button.php:
|
4485 |
#: includes/elementor/widgets/recent-comments.php:188
|
4486 |
#: includes/elementor/widgets/recent-comments.php:208
|
4487 |
#: includes/elementor/widgets/recent-comments.php:271
|
@@ -4606,7 +4606,8 @@ msgstr ""
|
|
4606 |
|
4607 |
#: includes/elementor/widgets/audio.php:114
|
4608 |
#: includes/elementor/widgets/audio.php:126
|
4609 |
-
#: includes/elementor/widgets/button.php:
|
|
|
4610 |
#: includes/elementor/widgets/contact-box.php:124
|
4611 |
#: includes/elementor/widgets/contact-box.php:155
|
4612 |
#: includes/elementor/widgets/contact-box.php:310
|
@@ -4626,7 +4627,8 @@ msgstr ""
|
|
4626 |
#: includes/elementor/widgets/image.php:345
|
4627 |
#: includes/elementor/widgets/image.php:385
|
4628 |
#: includes/elementor/widgets/image.php:399
|
4629 |
-
#: includes/elementor/widgets/modern-button.php:
|
|
|
4630 |
#: includes/elementor/widgets/quote.php:221
|
4631 |
#: includes/elementor/widgets/recent-comments.php:155
|
4632 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:282
|
@@ -4749,7 +4751,8 @@ msgstr ""
|
|
4749 |
|
4750 |
#: includes/elementor/widgets/audio.php:115
|
4751 |
#: includes/elementor/widgets/audio.php:127
|
4752 |
-
#: includes/elementor/widgets/button.php:
|
|
|
4753 |
#: includes/elementor/widgets/contact-box.php:125
|
4754 |
#: includes/elementor/widgets/contact-box.php:156
|
4755 |
#: includes/elementor/widgets/contact-box.php:311
|
@@ -4769,7 +4772,8 @@ msgstr ""
|
|
4769 |
#: includes/elementor/widgets/image.php:346
|
4770 |
#: includes/elementor/widgets/image.php:386
|
4771 |
#: includes/elementor/widgets/image.php:400
|
4772 |
-
#: includes/elementor/widgets/modern-button.php:
|
|
|
4773 |
#: includes/elementor/widgets/quote.php:222
|
4774 |
#: includes/elementor/widgets/recent-comments.php:156
|
4775 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:283
|
@@ -4896,9 +4900,9 @@ msgstr ""
|
|
4896 |
|
4897 |
#: includes/elementor/widgets/audio.php:142
|
4898 |
#: includes/elementor/widgets/audio.php:150
|
4899 |
-
#: includes/elementor/widgets/button.php:
|
4900 |
-
#: includes/elementor/widgets/button.php:
|
4901 |
-
#: includes/elementor/widgets/modern-button.php:
|
4902 |
#: includes/elementor/widgets/tabs.php:149
|
4903 |
#: includes/elementor/widgets/text.php:1008
|
4904 |
#: includes/elementor/widgets/theme-elements/menu.php:611
|
@@ -5010,7 +5014,7 @@ msgstr ""
|
|
5010 |
#: includes/elementor/widgets/button.php:52
|
5011 |
#: includes/elementor/widgets/button.php:100
|
5012 |
#: includes/elementor/widgets/modern-button.php:101
|
5013 |
-
#: includes/elementor/widgets/modern-button.php:
|
5014 |
#: includes/elementor/widgets/text.php:278
|
5015 |
#: includes/elementor/widgets/text.php:972
|
5016 |
#: includes/elementor/widgets/theme-elements/modern-search.php:99
|
@@ -5018,7 +5022,7 @@ msgstr ""
|
|
5018 |
#: includes/elementor/widgets/theme-elements/search.php:120
|
5019 |
#: includes/elementor/widgets/theme-elements/search.php:381
|
5020 |
#: includes/elements/button.php:16 includes/elements/button.php:47
|
5021 |
-
#: includes/elements/button.php:
|
5022 |
#: includes/elements/text.php:664 includes/elements/text.php:688
|
5023 |
#: includes/elements/text.php:704 includes/elements/text.php:734
|
5024 |
#: includes/elements/text.php:764 includes/elements/text.php:780
|
@@ -5040,7 +5044,12 @@ msgstr ""
|
|
5040 |
msgid "If you want to link your button."
|
5041 |
msgstr ""
|
5042 |
|
5043 |
-
#: includes/elementor/widgets/button.php:
|
|
|
|
|
|
|
|
|
|
|
5044 |
#: includes/elementor/widgets/heading-modern.php:1038
|
5045 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1519
|
5046 |
#: includes/elementor/widgets/recent-posts-masonry.php:1073
|
@@ -5048,80 +5057,80 @@ msgstr ""
|
|
5048 |
msgid "Wrapper"
|
5049 |
msgstr ""
|
5050 |
|
5051 |
-
#: includes/elementor/widgets/button.php:
|
5052 |
#: includes/elements/text.php:668
|
5053 |
msgid "Button size"
|
5054 |
msgstr ""
|
5055 |
|
5056 |
-
#: includes/elementor/widgets/button.php:
|
5057 |
-
#: includes/elementor/widgets/modern-button.php:
|
5058 |
#: includes/elementor/widgets/text.php:987 includes/elements/button.php:63
|
5059 |
#: includes/elements/text.php:674 includes/general-hooks.php:686
|
5060 |
#: includes/general-hooks.php:1091
|
5061 |
msgid "Exlarge"
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: includes/elementor/widgets/button.php:
|
5065 |
#: includes/elementor/widgets/divider.php:147
|
5066 |
-
#: includes/elementor/widgets/modern-button.php:
|
5067 |
#: includes/elementor/widgets/text.php:991 includes/elements/button.php:67
|
5068 |
#: includes/elements/divider.php:91 includes/elements/text.php:678
|
5069 |
#: includes/general-hooks.php:690 includes/general-hooks.php:1095
|
5070 |
msgid "Tiny"
|
5071 |
msgstr ""
|
5072 |
|
5073 |
-
#: includes/elementor/widgets/button.php:
|
5074 |
#: includes/elements/text.php:752
|
5075 |
msgid "Uppercase label"
|
5076 |
msgstr ""
|
5077 |
|
5078 |
-
#: includes/elementor/widgets/button.php:
|
5079 |
msgid "Button shape"
|
5080 |
msgstr ""
|
5081 |
|
5082 |
-
#: includes/elementor/widgets/button.php:
|
5083 |
#: includes/elementor/widgets/text.php:1312 includes/elements/button.php:91
|
5084 |
#: includes/elements/text.php:708
|
5085 |
msgid "Box"
|
5086 |
msgstr ""
|
5087 |
|
5088 |
-
#: includes/elementor/widgets/button.php:
|
5089 |
-
#: includes/elementor/widgets/modern-button.php:
|
5090 |
#: includes/elementor/widgets/text.php:1316 includes/elements/button.php:95
|
5091 |
#: includes/elements/text.php:712 includes/general-hooks.php:721
|
5092 |
#: includes/general-hooks.php:1126
|
5093 |
msgid "Round"
|
5094 |
msgstr ""
|
5095 |
|
5096 |
-
#: includes/elementor/widgets/button.php:
|
5097 |
-
#: includes/elementor/widgets/modern-button.php:
|
5098 |
#: includes/elementor/widgets/text.php:1320 includes/elements/button.php:99
|
5099 |
#: includes/elements/text.php:716 includes/general-hooks.php:725
|
5100 |
#: includes/general-hooks.php:1130
|
5101 |
msgid "Curve"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
-
#: includes/elementor/widgets/button.php:
|
5105 |
#: includes/elements/text.php:722
|
5106 |
msgid "Button style"
|
5107 |
msgstr ""
|
5108 |
|
5109 |
-
#: includes/elementor/widgets/button.php:
|
5110 |
#: includes/elementor/widgets/text.php:1340 includes/elements/button.php:122
|
5111 |
#: includes/elements/text.php:742 includes/general-hooks.php:758
|
5112 |
#: includes/general-hooks.php:1163
|
5113 |
msgid "3D"
|
5114 |
msgstr ""
|
5115 |
|
5116 |
-
#: includes/elementor/widgets/button.php:
|
5117 |
-
#: includes/elementor/widgets/modern-button.php:
|
5118 |
#: includes/elementor/widgets/text.php:1344 includes/elements/button.php:126
|
5119 |
#: includes/elements/text.php:746 includes/general-hooks.php:762
|
5120 |
#: includes/general-hooks.php:1167
|
5121 |
msgid "Outline"
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#: includes/elementor/widgets/button.php:
|
5125 |
#: includes/elementor/widgets/carousel-navigation.php:164
|
5126 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1596
|
5127 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1733
|
@@ -5130,15 +5139,15 @@ msgstr ""
|
|
5130 |
msgid "Align"
|
5131 |
msgstr ""
|
5132 |
|
5133 |
-
#: includes/elementor/widgets/button.php:
|
5134 |
-
#: includes/elementor/widgets/button.php:
|
5135 |
#: includes/elementor/widgets/carousel-navigation.php:292
|
5136 |
#: includes/elementor/widgets/carousel-navigation.php:399
|
5137 |
#: includes/elementor/widgets/heading-modern.php:949
|
5138 |
-
#: includes/elementor/widgets/modern-button.php:
|
5139 |
-
#: includes/elementor/widgets/modern-button.php:
|
5140 |
-
#: includes/elementor/widgets/modern-button.php:
|
5141 |
-
#: includes/elementor/widgets/modern-button.php:
|
5142 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1327
|
5143 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1357
|
5144 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1537
|
@@ -5171,15 +5180,15 @@ msgstr ""
|
|
5171 |
msgid "Background"
|
5172 |
msgstr ""
|
5173 |
|
5174 |
-
#: includes/elementor/widgets/button.php:
|
5175 |
#: includes/elementor/widgets/carousel-navigation.php:216
|
5176 |
#: includes/elementor/widgets/custom-list.php:120
|
5177 |
#: includes/elementor/widgets/custom-list.php:879
|
5178 |
#: includes/elementor/widgets/icon.php:107
|
5179 |
#: includes/elementor/widgets/icon.php:114
|
5180 |
#: includes/elementor/widgets/icon.php:194
|
5181 |
-
#: includes/elementor/widgets/modern-button.php:
|
5182 |
-
#: includes/elementor/widgets/modern-button.php:
|
5183 |
#: includes/elementor/widgets/text.php:116
|
5184 |
#: includes/elementor/widgets/text.php:126
|
5185 |
#: includes/elementor/widgets/theme-elements/modern-search.php:106
|
@@ -5197,57 +5206,57 @@ msgstr ""
|
|
5197 |
msgid "Icon"
|
5198 |
msgstr ""
|
5199 |
|
5200 |
-
#: includes/elementor/widgets/button.php:
|
5201 |
#: includes/elementor/widgets/text.php:310 includes/elements/button.php:158
|
5202 |
#: includes/elements/text.php:784
|
5203 |
msgid "Icon for button"
|
5204 |
msgstr ""
|
5205 |
|
5206 |
-
#: includes/elementor/widgets/button.php:
|
5207 |
#: includes/elementor/widgets/text.php:1089 includes/elements/button.php:171
|
5208 |
#: includes/elements/text.php:800 includes/general-hooks.php:372
|
5209 |
msgid "Icon alignment"
|
5210 |
msgstr ""
|
5211 |
|
5212 |
-
#: includes/elementor/widgets/button.php:
|
5213 |
-
#: includes/elementor/widgets/modern-button.php:
|
5214 |
#: includes/elementor/widgets/text.php:1096 includes/elements/button.php:191
|
5215 |
#: includes/elements/text.php:809 includes/general-hooks.php:847
|
5216 |
#: includes/general-hooks.php:1252
|
5217 |
msgid "Over"
|
5218 |
msgstr ""
|
5219 |
|
5220 |
-
#: includes/elementor/widgets/button.php:
|
5221 |
#: includes/elementor/widgets/text.php:1097 includes/elements/button.php:195
|
5222 |
#: includes/elements/text.php:810 includes/general-hooks.php:851
|
5223 |
#: includes/general-hooks.php:1256
|
5224 |
msgid "Animate from Left"
|
5225 |
msgstr ""
|
5226 |
|
5227 |
-
#: includes/elementor/widgets/button.php:
|
5228 |
#: includes/elementor/widgets/text.php:1098 includes/elements/text.php:811
|
5229 |
msgid "Animate from Right"
|
5230 |
msgstr ""
|
5231 |
|
5232 |
-
#: includes/elementor/widgets/button.php:
|
5233 |
#: includes/elementor/widgets/text.php:429
|
5234 |
#: includes/elementor/widgets/text.php:1110
|
5235 |
#: includes/elementor/widgets/theme-elements/modern-search.php:657
|
5236 |
msgid "Icon Size"
|
5237 |
msgstr ""
|
5238 |
|
5239 |
-
#: includes/elementor/widgets/button.php:
|
5240 |
#: includes/elementor/widgets/text.php:1295
|
5241 |
#: includes/elementor/widgets/theme-elements/search.php:245
|
5242 |
msgid "Icon Margin"
|
5243 |
msgstr ""
|
5244 |
|
5245 |
-
#: includes/elementor/widgets/button.php:
|
5246 |
#: includes/elementor/widgets/custom-list.php:110
|
5247 |
#: includes/elementor/widgets/custom-list.php:757
|
5248 |
#: includes/elementor/widgets/custom-list.php:765
|
5249 |
#: includes/elementor/widgets/image.php:198
|
5250 |
-
#: includes/elementor/widgets/modern-button.php:
|
5251 |
#: includes/elementor/widgets/quote.php:98
|
5252 |
#: includes/elementor/widgets/quote.php:148
|
5253 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1336
|
@@ -5260,8 +5269,8 @@ msgstr ""
|
|
5260 |
msgid "Text"
|
5261 |
msgstr ""
|
5262 |
|
5263 |
-
#: includes/elementor/widgets/button.php:
|
5264 |
-
#: includes/elementor/widgets/button.php:
|
5265 |
#: includes/elementor/widgets/heading-modern.php:378
|
5266 |
#: includes/elementor/widgets/heading-modern.php:416
|
5267 |
#: includes/elementor/widgets/heading-modern.php:563
|
@@ -5269,8 +5278,8 @@ msgstr ""
|
|
5269 |
#: includes/elementor/widgets/heading-modern.php:734
|
5270 |
#: includes/elementor/widgets/heading-modern.php:772
|
5271 |
#: includes/elementor/widgets/image.php:683
|
5272 |
-
#: includes/elementor/widgets/modern-button.php:
|
5273 |
-
#: includes/elementor/widgets/modern-button.php:
|
5274 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1826
|
5275 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1882
|
5276 |
#: includes/elementor/widgets/recent-posts-masonry.php:1255
|
@@ -5358,9 +5367,9 @@ msgstr ""
|
|
5358 |
#: includes/elementor/widgets/carousel-navigation.php:430
|
5359 |
#: includes/elementor/widgets/custom-list.php:949
|
5360 |
#: includes/elementor/widgets/icon.php:294
|
5361 |
-
#: includes/elementor/widgets/modern-button.php:
|
5362 |
-
#: includes/elementor/widgets/modern-button.php:
|
5363 |
-
#: includes/elementor/widgets/modern-button.php:
|
5364 |
#: includes/elementor/widgets/testimonial.php:756
|
5365 |
#: includes/elementor/widgets/text.php:983
|
5366 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:268
|
@@ -5889,8 +5898,8 @@ msgstr ""
|
|
5889 |
#: includes/elementor/widgets/heading-modern.php:154
|
5890 |
#: includes/elementor/widgets/icon.php:166
|
5891 |
#: includes/elementor/widgets/image.php:314
|
5892 |
-
#: includes/elementor/widgets/modern-button.php:
|
5893 |
-
#: includes/elementor/widgets/modern-button.php:
|
5894 |
#: includes/elementor/widgets/svg.php:279
|
5895 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
|
5896 |
#: includes/elementor/widgets/theme-elements/copyright.php:138
|
@@ -6249,7 +6258,7 @@ msgid "Framed"
|
|
6249 |
msgstr ""
|
6250 |
|
6251 |
#: includes/elementor/widgets/icon.php:137
|
6252 |
-
#: includes/elementor/widgets/modern-button.php:
|
6253 |
msgid "Shape"
|
6254 |
msgstr ""
|
6255 |
|
@@ -6527,36 +6536,36 @@ msgstr ""
|
|
6527 |
msgid "Click Here"
|
6528 |
msgstr ""
|
6529 |
|
6530 |
-
#: includes/elementor/widgets/modern-button.php:
|
6531 |
#: public/templates/vcomposer/auxin_vc_extendes.php:34
|
6532 |
msgid "Justified"
|
6533 |
msgstr ""
|
6534 |
|
6535 |
-
#: includes/elementor/widgets/modern-button.php:
|
6536 |
msgid "Display Icon"
|
6537 |
msgstr ""
|
6538 |
|
6539 |
-
#: includes/elementor/widgets/modern-button.php:
|
6540 |
msgid "black"
|
6541 |
msgstr ""
|
6542 |
|
6543 |
-
#: includes/elementor/widgets/modern-button.php:
|
6544 |
msgid "White"
|
6545 |
msgstr ""
|
6546 |
|
6547 |
-
#: includes/elementor/widgets/modern-button.php:
|
6548 |
msgid "Ball Blue"
|
6549 |
msgstr ""
|
6550 |
|
6551 |
-
#: includes/elementor/widgets/modern-button.php:
|
6552 |
msgid "Mikado Yellow"
|
6553 |
msgstr ""
|
6554 |
|
6555 |
-
#: includes/elementor/widgets/modern-button.php:
|
6556 |
msgid "Carmine Pink"
|
6557 |
msgstr ""
|
6558 |
|
6559 |
-
#: includes/elementor/widgets/modern-button.php:
|
6560 |
msgid "Below"
|
6561 |
msgstr ""
|
6562 |
|
1 |
# Averta Copyright (c) {2020}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Core Elements 2.5.8\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2020-04-11 12:15:01+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:602
|
1132 |
+
#: includes/elementor/widgets/button.php:238
|
1133 |
#: includes/elementor/widgets/carousel-navigation.php:170
|
1134 |
#: includes/elementor/widgets/custom-list.php:477
|
1135 |
#: includes/elementor/widgets/custom-list.php:509
|
1138 |
#: includes/elementor/widgets/heading-modern.php:163
|
1139 |
#: includes/elementor/widgets/icon.php:174
|
1140 |
#: includes/elementor/widgets/image.php:323
|
1141 |
+
#: includes/elementor/widgets/modern-button.php:150
|
1142 |
#: includes/elementor/widgets/quote.php:169
|
1143 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:252
|
1144 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1605
|
1167 |
|
1168 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:603
|
1169 |
#: includes/elementor/modules/common.php:657
|
1170 |
+
#: includes/elementor/widgets/button.php:234
|
1171 |
+
#: includes/elementor/widgets/button.php:378
|
1172 |
#: includes/elementor/widgets/custom-list.php:473
|
1173 |
#: includes/elementor/widgets/custom-list.php:505
|
1174 |
#: includes/elementor/widgets/divider.php:198
|
1176 |
#: includes/elementor/widgets/heading-modern.php:159
|
1177 |
#: includes/elementor/widgets/icon.php:170
|
1178 |
#: includes/elementor/widgets/image.php:319
|
1179 |
+
#: includes/elementor/widgets/modern-button.php:146
|
1180 |
+
#: includes/elementor/widgets/modern-button.php:523
|
1181 |
#: includes/elementor/widgets/quote.php:165
|
1182 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1601
|
1183 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1738
|
1243 |
msgstr ""
|
1244 |
|
1245 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:707
|
1246 |
+
#: includes/elementor/widgets/button.php:163
|
1247 |
#: includes/elementor/widgets/divider.php:146
|
1248 |
+
#: includes/elementor/widgets/modern-button.php:253
|
1249 |
#: includes/elementor/widgets/staff.php:755
|
1250 |
#: includes/elementor/widgets/text.php:990 includes/elements/button.php:66
|
1251 |
#: includes/elements/divider.php:90 includes/elements/socials-list.php:63
|
1257 |
|
1258 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:708
|
1259 |
#: includes/classes/class-auxin-svg-support.php:192
|
1260 |
+
#: includes/elementor/widgets/button.php:162
|
1261 |
#: includes/elementor/widgets/divider.php:145
|
1262 |
+
#: includes/elementor/widgets/modern-button.php:252
|
1263 |
#: includes/elementor/widgets/staff.php:756
|
1264 |
#: includes/elementor/widgets/text.php:989
|
1265 |
#: includes/elements/before-after.php:104 includes/elements/button.php:65
|
1273 |
|
1274 |
#: admin/includes/metaboxes/metabox-fields-general-header.php:709
|
1275 |
#: includes/classes/class-auxin-svg-support.php:193
|
1276 |
+
#: includes/elementor/widgets/button.php:161
|
1277 |
+
#: includes/elementor/widgets/modern-button.php:251
|
1278 |
#: includes/elementor/widgets/staff.php:757
|
1279 |
#: includes/elementor/widgets/text.php:988
|
1280 |
#: includes/elements/before-after.php:105 includes/elements/button.php:64
|
1332 |
#: includes/elementor/modules/dynamic-tags/post-date.php:49
|
1333 |
#: includes/elementor/modules/dynamic-tags/post-time.php:50
|
1334 |
#: includes/elementor/widgets/accordion.php:356
|
1335 |
+
#: includes/elementor/widgets/button.php:377
|
1336 |
#: includes/elementor/widgets/carousel-navigation.php:168
|
1337 |
#: includes/elementor/widgets/custom-list.php:385
|
1338 |
#: includes/elementor/widgets/gallery.php:131
|
1339 |
#: includes/elementor/widgets/icon.php:125
|
1340 |
+
#: includes/elementor/widgets/modern-button.php:223
|
1341 |
#: includes/elementor/widgets/quote.php:161
|
1342 |
#: includes/elementor/widgets/recent-posts-tiles-carousel.php:130
|
1343 |
#: includes/elementor/widgets/recent-posts-tiles.php:130
|
1358 |
#: includes/elementor/widgets/accordion.php:262
|
1359 |
#: includes/elementor/widgets/accordion.php:450
|
1360 |
#: includes/elementor/widgets/accordion.php:564
|
1361 |
+
#: includes/elementor/widgets/button.php:322
|
1362 |
+
#: includes/elementor/widgets/button.php:447
|
1363 |
+
#: includes/elementor/widgets/button.php:535
|
1364 |
#: includes/elementor/widgets/carousel-navigation.php:391
|
1365 |
#: includes/elementor/widgets/contact-form.php:348
|
1366 |
#: includes/elementor/widgets/contact-form.php:645
|
1377 |
#: includes/elementor/widgets/image.php:539
|
1378 |
#: includes/elementor/widgets/mailchimp.php:352
|
1379 |
#: includes/elementor/widgets/mailchimp.php:609
|
1380 |
+
#: includes/elementor/widgets/modern-button.php:349
|
1381 |
+
#: includes/elementor/widgets/modern-button.php:460
|
1382 |
+
#: includes/elementor/widgets/modern-button.php:633
|
1383 |
#: includes/elementor/widgets/recent-comments.php:201
|
1384 |
#: includes/elementor/widgets/recent-comments.php:284
|
1385 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:984
|
1859 |
msgstr ""
|
1860 |
|
1861 |
#: includes/classes/class-auxin-demo-importer.php:281
|
1862 |
+
#: includes/classes/class-auxin-demo-importer.php:1105
|
1863 |
msgid "Importing Users"
|
1864 |
msgstr ""
|
1865 |
|
1868 |
msgid "Importing Contents"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: includes/classes/class-auxin-demo-importer.php:307
|
1872 |
msgid "Importing Options"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: includes/classes/class-auxin-demo-importer.php:324
|
1876 |
+
#: includes/classes/class-auxin-demo-importer.php:523
|
1877 |
msgid "Importing Menus"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: includes/classes/class-auxin-demo-importer.php:330
|
1881 |
msgid "Importing Widgets"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: includes/classes/class-auxin-demo-importer.php:407
|
1885 |
msgid "Retrieve Body Fails"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: includes/classes/class-auxin-demo-importer.php:589
|
1889 |
msgid "Importing Sliders"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: includes/classes/class-auxin-demo-importer.php:1168
|
1893 |
msgid "Preparing Site ..."
|
1894 |
msgstr ""
|
1895 |
|
1896 |
+
#: includes/classes/class-auxin-demo-importer.php:1183
|
1897 |
msgid "All steps are successful"
|
1898 |
msgstr ""
|
1899 |
|
2984 |
msgstr ""
|
2985 |
|
2986 |
#: includes/elementor/modules/common.php:592
|
2987 |
+
#: includes/elementor/widgets/button.php:242
|
2988 |
+
#: includes/elementor/widgets/button.php:379
|
2989 |
#: includes/elementor/widgets/custom-list.php:481
|
2990 |
#: includes/elementor/widgets/custom-list.php:513
|
2991 |
#: includes/elementor/widgets/divider.php:206
|
2993 |
#: includes/elementor/widgets/heading-modern.php:167
|
2994 |
#: includes/elementor/widgets/icon.php:178
|
2995 |
#: includes/elementor/widgets/image.php:327
|
2996 |
+
#: includes/elementor/widgets/modern-button.php:154
|
2997 |
+
#: includes/elementor/widgets/modern-button.php:524
|
2998 |
#: includes/elementor/widgets/quote.php:173
|
2999 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1609
|
3000 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1746
|
3302 |
#: includes/elementor/modules/dynamic-tags/post-time.php:34
|
3303 |
#: includes/elementor/modules/dynamic-tags/request-parameter.php:66
|
3304 |
#: includes/elementor/widgets/accordion.php:145
|
3305 |
+
#: includes/elementor/widgets/modern-button.php:219
|
3306 |
#: includes/elementor/widgets/svg.php:107
|
3307 |
#: includes/elementor/widgets/text.php:111
|
3308 |
#: includes/elementor/widgets/theme-elements/logo.php:135
|
4183 |
#: includes/elementor/widgets/heading-modern.php:915
|
4184 |
#: includes/elementor/widgets/heading-modern.php:991
|
4185 |
#: includes/elementor/widgets/heading-modern.php:1105
|
4186 |
+
#: includes/elementor/widgets/modern-button.php:593
|
4187 |
+
#: includes/elementor/widgets/modern-button.php:692
|
4188 |
#: includes/elementor/widgets/quote.php:288
|
4189 |
#: includes/elementor/widgets/tabs.php:480
|
4190 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:240
|
4217 |
#: includes/elementor/widgets/icon.php:360
|
4218 |
#: includes/elementor/widgets/mailchimp.php:298
|
4219 |
#: includes/elementor/widgets/mailchimp.php:544
|
4220 |
+
#: includes/elementor/widgets/modern-button.php:333
|
4221 |
+
#: includes/elementor/widgets/modern-button.php:386
|
4222 |
+
#: includes/elementor/widgets/modern-button.php:617
|
4223 |
+
#: includes/elementor/widgets/modern-button.php:716
|
4224 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:944
|
4225 |
#: includes/elementor/widgets/recent-posts-land-style.php:552
|
4226 |
#: includes/elementor/widgets/recent-posts-masonry.php:630
|
4248 |
#: includes/elementor/widgets/accordion.php:224
|
4249 |
#: includes/elementor/widgets/accordion.php:412
|
4250 |
#: includes/elementor/widgets/accordion.php:544
|
4251 |
+
#: includes/elementor/widgets/button.php:211
|
4252 |
+
#: includes/elementor/widgets/button.php:295
|
4253 |
+
#: includes/elementor/widgets/button.php:427
|
4254 |
+
#: includes/elementor/widgets/button.php:497
|
4255 |
#: includes/elementor/widgets/carousel-navigation.php:284
|
4256 |
#: includes/elementor/widgets/contact-form.php:314
|
4257 |
#: includes/elementor/widgets/contact-form.php:619
|
4268 |
#: includes/elementor/widgets/image.php:502
|
4269 |
#: includes/elementor/widgets/mailchimp.php:326
|
4270 |
#: includes/elementor/widgets/mailchimp.php:571
|
4271 |
+
#: includes/elementor/widgets/modern-button.php:236
|
4272 |
+
#: includes/elementor/widgets/modern-button.php:296
|
4273 |
+
#: includes/elementor/widgets/modern-button.php:421
|
4274 |
+
#: includes/elementor/widgets/modern-button.php:534
|
4275 |
#: includes/elementor/widgets/recent-comments.php:181
|
4276 |
#: includes/elementor/widgets/recent-comments.php:264
|
4277 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:961
|
4385 |
|
4386 |
#: includes/elementor/widgets/accordion.php:371
|
4387 |
#: includes/elementor/widgets/accordion.php:646
|
4388 |
+
#: includes/elementor/widgets/button.php:257
|
4389 |
+
#: includes/elementor/widgets/button.php:469
|
4390 |
#: includes/elementor/widgets/carousel-navigation.php:375
|
4391 |
#: includes/elementor/widgets/carousel-navigation.php:481
|
4392 |
#: includes/elementor/widgets/contact-form.php:285
|
4404 |
#: includes/elementor/widgets/icon.php:311
|
4405 |
#: includes/elementor/widgets/mailchimp.php:310
|
4406 |
#: includes/elementor/widgets/mailchimp.php:556
|
4407 |
+
#: includes/elementor/widgets/modern-button.php:321
|
4408 |
+
#: includes/elementor/widgets/modern-button.php:374
|
4409 |
+
#: includes/elementor/widgets/modern-button.php:605
|
4410 |
+
#: includes/elementor/widgets/modern-button.php:704
|
4411 |
#: includes/elementor/widgets/quote.php:333
|
4412 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1390
|
4413 |
#: includes/elementor/widgets/staff.php:778
|
4442 |
#: includes/elementor/widgets/accordion.php:571
|
4443 |
#: includes/elementor/widgets/accordion.php:591
|
4444 |
#: includes/elementor/widgets/accordion.php:626
|
4445 |
+
#: includes/elementor/widgets/button.php:434
|
4446 |
+
#: includes/elementor/widgets/button.php:454
|
4447 |
+
#: includes/elementor/widgets/button.php:504
|
4448 |
+
#: includes/elementor/widgets/button.php:542
|
4449 |
#: includes/elementor/widgets/carousel-navigation.php:309
|
4450 |
#: includes/elementor/widgets/contact-box.php:371
|
4451 |
#: includes/elementor/widgets/contact-form.php:179
|
4478 |
#: includes/elementor/widgets/mailchimp.php:423
|
4479 |
#: includes/elementor/widgets/mailchimp.php:578
|
4480 |
#: includes/elementor/widgets/mailchimp.php:616
|
4481 |
+
#: includes/elementor/widgets/modern-button.php:437
|
4482 |
+
#: includes/elementor/widgets/modern-button.php:476
|
4483 |
+
#: includes/elementor/widgets/modern-button.php:564
|
4484 |
+
#: includes/elementor/widgets/modern-button.php:663
|
4485 |
#: includes/elementor/widgets/recent-comments.php:188
|
4486 |
#: includes/elementor/widgets/recent-comments.php:208
|
4487 |
#: includes/elementor/widgets/recent-comments.php:271
|
4606 |
|
4607 |
#: includes/elementor/widgets/audio.php:114
|
4608 |
#: includes/elementor/widgets/audio.php:126
|
4609 |
+
#: includes/elementor/widgets/button.php:132
|
4610 |
+
#: includes/elementor/widgets/button.php:174
|
4611 |
#: includes/elementor/widgets/contact-box.php:124
|
4612 |
#: includes/elementor/widgets/contact-box.php:155
|
4613 |
#: includes/elementor/widgets/contact-box.php:310
|
4627 |
#: includes/elementor/widgets/image.php:345
|
4628 |
#: includes/elementor/widgets/image.php:385
|
4629 |
#: includes/elementor/widgets/image.php:399
|
4630 |
+
#: includes/elementor/widgets/modern-button.php:132
|
4631 |
+
#: includes/elementor/widgets/modern-button.php:180
|
4632 |
#: includes/elementor/widgets/quote.php:221
|
4633 |
#: includes/elementor/widgets/recent-comments.php:155
|
4634 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:282
|
4751 |
|
4752 |
#: includes/elementor/widgets/audio.php:115
|
4753 |
#: includes/elementor/widgets/audio.php:127
|
4754 |
+
#: includes/elementor/widgets/button.php:133
|
4755 |
+
#: includes/elementor/widgets/button.php:175
|
4756 |
#: includes/elementor/widgets/contact-box.php:125
|
4757 |
#: includes/elementor/widgets/contact-box.php:156
|
4758 |
#: includes/elementor/widgets/contact-box.php:311
|
4772 |
#: includes/elementor/widgets/image.php:346
|
4773 |
#: includes/elementor/widgets/image.php:386
|
4774 |
#: includes/elementor/widgets/image.php:400
|
4775 |
+
#: includes/elementor/widgets/modern-button.php:133
|
4776 |
+
#: includes/elementor/widgets/modern-button.php:181
|
4777 |
#: includes/elementor/widgets/quote.php:222
|
4778 |
#: includes/elementor/widgets/recent-comments.php:156
|
4779 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:283
|
4900 |
|
4901 |
#: includes/elementor/widgets/audio.php:142
|
4902 |
#: includes/elementor/widgets/audio.php:150
|
4903 |
+
#: includes/elementor/widgets/button.php:275
|
4904 |
+
#: includes/elementor/widgets/button.php:283
|
4905 |
+
#: includes/elementor/widgets/modern-button.php:262
|
4906 |
#: includes/elementor/widgets/tabs.php:149
|
4907 |
#: includes/elementor/widgets/text.php:1008
|
4908 |
#: includes/elementor/widgets/theme-elements/menu.php:611
|
5014 |
#: includes/elementor/widgets/button.php:52
|
5015 |
#: includes/elementor/widgets/button.php:100
|
5016 |
#: includes/elementor/widgets/modern-button.php:101
|
5017 |
+
#: includes/elementor/widgets/modern-button.php:211
|
5018 |
#: includes/elementor/widgets/text.php:278
|
5019 |
#: includes/elementor/widgets/text.php:972
|
5020 |
#: includes/elementor/widgets/theme-elements/modern-search.php:99
|
5022 |
#: includes/elementor/widgets/theme-elements/search.php:120
|
5023 |
#: includes/elementor/widgets/theme-elements/search.php:381
|
5024 |
#: includes/elements/button.php:16 includes/elements/button.php:47
|
5025 |
+
#: includes/elements/button.php:377 includes/elements/text.php:647
|
5026 |
#: includes/elements/text.php:664 includes/elements/text.php:688
|
5027 |
#: includes/elements/text.php:704 includes/elements/text.php:734
|
5028 |
#: includes/elements/text.php:764 includes/elements/text.php:780
|
5044 |
msgid "If you want to link your button."
|
5045 |
msgstr ""
|
5046 |
|
5047 |
+
#: includes/elementor/widgets/button.php:130
|
5048 |
+
#: includes/elementor/widgets/modern-button.php:130
|
5049 |
+
msgid "Open Video in Lightbox"
|
5050 |
+
msgstr ""
|
5051 |
+
|
5052 |
+
#: includes/elementor/widgets/button.php:148
|
5053 |
#: includes/elementor/widgets/heading-modern.php:1038
|
5054 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1519
|
5055 |
#: includes/elementor/widgets/recent-posts-masonry.php:1073
|
5057 |
msgid "Wrapper"
|
5058 |
msgstr ""
|
5059 |
|
5060 |
+
#: includes/elementor/widgets/button.php:156 includes/elements/button.php:57
|
5061 |
#: includes/elements/text.php:668
|
5062 |
msgid "Button size"
|
5063 |
msgstr ""
|
5064 |
|
5065 |
+
#: includes/elementor/widgets/button.php:160
|
5066 |
+
#: includes/elementor/widgets/modern-button.php:250
|
5067 |
#: includes/elementor/widgets/text.php:987 includes/elements/button.php:63
|
5068 |
#: includes/elements/text.php:674 includes/general-hooks.php:686
|
5069 |
#: includes/general-hooks.php:1091
|
5070 |
msgid "Exlarge"
|
5071 |
msgstr ""
|
5072 |
|
5073 |
+
#: includes/elementor/widgets/button.php:164
|
5074 |
#: includes/elementor/widgets/divider.php:147
|
5075 |
+
#: includes/elementor/widgets/modern-button.php:254
|
5076 |
#: includes/elementor/widgets/text.php:991 includes/elements/button.php:67
|
5077 |
#: includes/elements/divider.php:91 includes/elements/text.php:678
|
5078 |
#: includes/general-hooks.php:690 includes/general-hooks.php:1095
|
5079 |
msgid "Tiny"
|
5080 |
msgstr ""
|
5081 |
|
5082 |
+
#: includes/elementor/widgets/button.php:172 includes/elements/button.php:132
|
5083 |
#: includes/elements/text.php:752
|
5084 |
msgid "Uppercase label"
|
5085 |
msgstr ""
|
5086 |
|
5087 |
+
#: includes/elementor/widgets/button.php:184 includes/elements/button.php:78
|
5088 |
msgid "Button shape"
|
5089 |
msgstr ""
|
5090 |
|
5091 |
+
#: includes/elementor/widgets/button.php:188
|
5092 |
#: includes/elementor/widgets/text.php:1312 includes/elements/button.php:91
|
5093 |
#: includes/elements/text.php:708
|
5094 |
msgid "Box"
|
5095 |
msgstr ""
|
5096 |
|
5097 |
+
#: includes/elementor/widgets/button.php:192
|
5098 |
+
#: includes/elementor/widgets/modern-button.php:237
|
5099 |
#: includes/elementor/widgets/text.php:1316 includes/elements/button.php:95
|
5100 |
#: includes/elements/text.php:712 includes/general-hooks.php:721
|
5101 |
#: includes/general-hooks.php:1126
|
5102 |
msgid "Round"
|
5103 |
msgstr ""
|
5104 |
|
5105 |
+
#: includes/elementor/widgets/button.php:196
|
5106 |
+
#: includes/elementor/widgets/modern-button.php:238
|
5107 |
#: includes/elementor/widgets/text.php:1320 includes/elements/button.php:99
|
5108 |
#: includes/elements/text.php:716 includes/general-hooks.php:725
|
5109 |
#: includes/general-hooks.php:1130
|
5110 |
msgid "Curve"
|
5111 |
msgstr ""
|
5112 |
|
5113 |
+
#: includes/elementor/widgets/button.php:207 includes/elements/button.php:105
|
5114 |
#: includes/elements/text.php:722
|
5115 |
msgid "Button style"
|
5116 |
msgstr ""
|
5117 |
|
5118 |
+
#: includes/elementor/widgets/button.php:215
|
5119 |
#: includes/elementor/widgets/text.php:1340 includes/elements/button.php:122
|
5120 |
#: includes/elements/text.php:742 includes/general-hooks.php:758
|
5121 |
#: includes/general-hooks.php:1163
|
5122 |
msgid "3D"
|
5123 |
msgstr ""
|
5124 |
|
5125 |
+
#: includes/elementor/widgets/button.php:219
|
5126 |
+
#: includes/elementor/widgets/modern-button.php:224
|
5127 |
#: includes/elementor/widgets/text.php:1344 includes/elements/button.php:126
|
5128 |
#: includes/elements/text.php:746 includes/general-hooks.php:762
|
5129 |
#: includes/general-hooks.php:1167
|
5130 |
msgid "Outline"
|
5131 |
msgstr ""
|
5132 |
|
5133 |
+
#: includes/elementor/widgets/button.php:230
|
5134 |
#: includes/elementor/widgets/carousel-navigation.php:164
|
5135 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1596
|
5136 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1733
|
5139 |
msgid "Align"
|
5140 |
msgstr ""
|
5141 |
|
5142 |
+
#: includes/elementor/widgets/button.php:303
|
5143 |
+
#: includes/elementor/widgets/button.php:330
|
5144 |
#: includes/elementor/widgets/carousel-navigation.php:292
|
5145 |
#: includes/elementor/widgets/carousel-navigation.php:399
|
5146 |
#: includes/elementor/widgets/heading-modern.php:949
|
5147 |
+
#: includes/elementor/widgets/modern-button.php:304
|
5148 |
+
#: includes/elementor/widgets/modern-button.php:357
|
5149 |
+
#: includes/elementor/widgets/modern-button.php:576
|
5150 |
+
#: includes/elementor/widgets/modern-button.php:675
|
5151 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1327
|
5152 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1357
|
5153 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1537
|
5180 |
msgid "Background"
|
5181 |
msgstr ""
|
5182 |
|
5183 |
+
#: includes/elementor/widgets/button.php:357
|
5184 |
#: includes/elementor/widgets/carousel-navigation.php:216
|
5185 |
#: includes/elementor/widgets/custom-list.php:120
|
5186 |
#: includes/elementor/widgets/custom-list.php:879
|
5187 |
#: includes/elementor/widgets/icon.php:107
|
5188 |
#: includes/elementor/widgets/icon.php:114
|
5189 |
#: includes/elementor/widgets/icon.php:194
|
5190 |
+
#: includes/elementor/widgets/modern-button.php:169
|
5191 |
+
#: includes/elementor/widgets/modern-button.php:506
|
5192 |
#: includes/elementor/widgets/text.php:116
|
5193 |
#: includes/elementor/widgets/text.php:126
|
5194 |
#: includes/elementor/widgets/theme-elements/modern-search.php:106
|
5206 |
msgid "Icon"
|
5207 |
msgstr ""
|
5208 |
|
5209 |
+
#: includes/elementor/widgets/button.php:365
|
5210 |
#: includes/elementor/widgets/text.php:310 includes/elements/button.php:158
|
5211 |
#: includes/elements/text.php:784
|
5212 |
msgid "Icon for button"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
+
#: includes/elementor/widgets/button.php:373
|
5216 |
#: includes/elementor/widgets/text.php:1089 includes/elements/button.php:171
|
5217 |
#: includes/elements/text.php:800 includes/general-hooks.php:372
|
5218 |
msgid "Icon alignment"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
+
#: includes/elementor/widgets/button.php:380
|
5222 |
+
#: includes/elementor/widgets/modern-button.php:521
|
5223 |
#: includes/elementor/widgets/text.php:1096 includes/elements/button.php:191
|
5224 |
#: includes/elements/text.php:809 includes/general-hooks.php:847
|
5225 |
#: includes/general-hooks.php:1252
|
5226 |
msgid "Over"
|
5227 |
msgstr ""
|
5228 |
|
5229 |
+
#: includes/elementor/widgets/button.php:381
|
5230 |
#: includes/elementor/widgets/text.php:1097 includes/elements/button.php:195
|
5231 |
#: includes/elements/text.php:810 includes/general-hooks.php:851
|
5232 |
#: includes/general-hooks.php:1256
|
5233 |
msgid "Animate from Left"
|
5234 |
msgstr ""
|
5235 |
|
5236 |
+
#: includes/elementor/widgets/button.php:382
|
5237 |
#: includes/elementor/widgets/text.php:1098 includes/elements/text.php:811
|
5238 |
msgid "Animate from Right"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: includes/elementor/widgets/button.php:390
|
5242 |
#: includes/elementor/widgets/text.php:429
|
5243 |
#: includes/elementor/widgets/text.php:1110
|
5244 |
#: includes/elementor/widgets/theme-elements/modern-search.php:657
|
5245 |
msgid "Icon Size"
|
5246 |
msgstr ""
|
5247 |
|
5248 |
+
#: includes/elementor/widgets/button.php:413
|
5249 |
#: includes/elementor/widgets/text.php:1295
|
5250 |
#: includes/elementor/widgets/theme-elements/search.php:245
|
5251 |
msgid "Icon Margin"
|
5252 |
msgstr ""
|
5253 |
|
5254 |
+
#: includes/elementor/widgets/button.php:487
|
5255 |
#: includes/elementor/widgets/custom-list.php:110
|
5256 |
#: includes/elementor/widgets/custom-list.php:757
|
5257 |
#: includes/elementor/widgets/custom-list.php:765
|
5258 |
#: includes/elementor/widgets/image.php:198
|
5259 |
+
#: includes/elementor/widgets/modern-button.php:410
|
5260 |
#: includes/elementor/widgets/quote.php:98
|
5261 |
#: includes/elementor/widgets/quote.php:148
|
5262 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1336
|
5269 |
msgid "Text"
|
5270 |
msgstr ""
|
5271 |
|
5272 |
+
#: includes/elementor/widgets/button.php:516
|
5273 |
+
#: includes/elementor/widgets/button.php:554
|
5274 |
#: includes/elementor/widgets/heading-modern.php:378
|
5275 |
#: includes/elementor/widgets/heading-modern.php:416
|
5276 |
#: includes/elementor/widgets/heading-modern.php:563
|
5278 |
#: includes/elementor/widgets/heading-modern.php:734
|
5279 |
#: includes/elementor/widgets/heading-modern.php:772
|
5280 |
#: includes/elementor/widgets/image.php:683
|
5281 |
+
#: includes/elementor/widgets/modern-button.php:450
|
5282 |
+
#: includes/elementor/widgets/modern-button.php:488
|
5283 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1826
|
5284 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:1882
|
5285 |
#: includes/elementor/widgets/recent-posts-masonry.php:1255
|
5367 |
#: includes/elementor/widgets/carousel-navigation.php:430
|
5368 |
#: includes/elementor/widgets/custom-list.php:949
|
5369 |
#: includes/elementor/widgets/icon.php:294
|
5370 |
+
#: includes/elementor/widgets/modern-button.php:246
|
5371 |
+
#: includes/elementor/widgets/modern-button.php:541
|
5372 |
+
#: includes/elementor/widgets/modern-button.php:640
|
5373 |
#: includes/elementor/widgets/testimonial.php:756
|
5374 |
#: includes/elementor/widgets/text.php:983
|
5375 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:268
|
5898 |
#: includes/elementor/widgets/heading-modern.php:154
|
5899 |
#: includes/elementor/widgets/icon.php:166
|
5900 |
#: includes/elementor/widgets/image.php:314
|
5901 |
+
#: includes/elementor/widgets/modern-button.php:142
|
5902 |
+
#: includes/elementor/widgets/modern-button.php:517
|
5903 |
#: includes/elementor/widgets/svg.php:279
|
5904 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:427
|
5905 |
#: includes/elementor/widgets/theme-elements/copyright.php:138
|
6258 |
msgstr ""
|
6259 |
|
6260 |
#: includes/elementor/widgets/icon.php:137
|
6261 |
+
#: includes/elementor/widgets/modern-button.php:232
|
6262 |
msgid "Shape"
|
6263 |
msgstr ""
|
6264 |
|
6536 |
msgid "Click Here"
|
6537 |
msgstr ""
|
6538 |
|
6539 |
+
#: includes/elementor/widgets/modern-button.php:158
|
6540 |
#: public/templates/vcomposer/auxin_vc_extendes.php:34
|
6541 |
msgid "Justified"
|
6542 |
msgstr ""
|
6543 |
|
6544 |
+
#: includes/elementor/widgets/modern-button.php:178
|
6545 |
msgid "Display Icon"
|
6546 |
msgstr ""
|
6547 |
|
6548 |
+
#: includes/elementor/widgets/modern-button.php:268
|
6549 |
msgid "black"
|
6550 |
msgstr ""
|
6551 |
|
6552 |
+
#: includes/elementor/widgets/modern-button.php:272
|
6553 |
msgid "White"
|
6554 |
msgstr ""
|
6555 |
|
6556 |
+
#: includes/elementor/widgets/modern-button.php:276
|
6557 |
msgid "Ball Blue"
|
6558 |
msgstr ""
|
6559 |
|
6560 |
+
#: includes/elementor/widgets/modern-button.php:280
|
6561 |
msgid "Mikado Yellow"
|
6562 |
msgstr ""
|
6563 |
|
6564 |
+
#: includes/elementor/widgets/modern-button.php:284
|
6565 |
msgid "Carmine Pink"
|
6566 |
msgstr ""
|
6567 |
|
6568 |
+
#: includes/elementor/widgets/modern-button.php:522
|
6569 |
msgid "Below"
|
6570 |
msgstr ""
|
6571 |
|
public/assets/js/plugins.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Phlox Core Plugin - v2.5.
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|
1 |
+
/*! Phlox Core Plugin - v2.5.8 (2020-04-11)
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|