Version Description
Download this release
Release Info
Developer | averta |
Plugin | Shortcodes and extra features for Phlox theme |
Version | 2.6.7 |
Comparing to | |
See all releases |
Code changes from version 2.6.5 to 2.6.7
- README.txt +1 -1
- admin/assets/js/plugins.js +1 -1
- auxin-elements.php +1 -1
- includes/classes/class-auxin-demo-importer.php +8 -0
- includes/define.php +1 -1
- includes/elementor/widgets/theme-elements/menu.php +7 -1
- languages/auxin-elements.pot +85 -85
- 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.3
|
10 |
-
Stable tag: 2.6.
|
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.3
|
10 |
+
Stable tag: 2.6.7
|
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.6.
|
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.7 (2020-08)
|
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,7 +12,7 @@
|
|
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.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
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.7
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
includes/classes/class-auxin-demo-importer.php
CHANGED
@@ -1834,6 +1834,14 @@ class Auxin_Demo_Importer {
|
|
1834 |
}
|
1835 |
}
|
1836 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1837 |
// remove empties
|
1838 |
$matches = array_filter( $matches );
|
1839 |
|
1834 |
}
|
1835 |
}
|
1836 |
|
1837 |
+
preg_match_all('/"icon":(\{.*?\})/', $meta, $svg_urls, PREG_SET_ORDER );
|
1838 |
+
if ( !empty( $svg_urls ) ) {
|
1839 |
+
foreach ( $svg_urls as $svg_key => $svg_url ) {
|
1840 |
+
preg_match_all( '/\{\"url":.*?\}/' , $svg_url[0], $svg );
|
1841 |
+
$matches = !empty( $svg ) ? array_merge( $matches, $svg ) : $matches;
|
1842 |
+
}
|
1843 |
+
}
|
1844 |
+
|
1845 |
// remove empties
|
1846 |
$matches = array_filter( $matches );
|
1847 |
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXELS_VERSION' , '2.6.
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXELS_VERSION' , '2.6.7' );
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
includes/elementor/widgets/theme-elements/menu.php
CHANGED
@@ -339,8 +339,14 @@ class MenuBox extends Widget_Base {
|
|
339 |
),
|
340 |
'default' => 'left',
|
341 |
'toggle' => true,
|
|
|
|
|
|
|
|
|
|
|
342 |
'selectors' => array(
|
343 |
-
'{{WRAPPER}}' => '
|
|
|
344 |
)
|
345 |
)
|
346 |
);
|
339 |
),
|
340 |
'default' => 'left',
|
341 |
'toggle' => true,
|
342 |
+
'selectors_dictionary' => [
|
343 |
+
'left' => 'text-align:left;',
|
344 |
+
'center' => 'display: block; text-align:center;',
|
345 |
+
'right' => 'display:block; text-align:right;'
|
346 |
+
],
|
347 |
'selectors' => array(
|
348 |
+
'{{WRAPPER}}' => '{{VALUE}};',
|
349 |
+
'{{WRAPPER}} .aux-vertical .aux-menu-depth-0 .aux-item-content' => '{{VALUE}}'
|
350 |
)
|
351 |
)
|
352 |
);
|
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.6.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2020-08-
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -1207,7 +1207,7 @@ msgstr ""
|
|
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:
|
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
|
@@ -1249,7 +1249,7 @@ msgstr ""
|
|
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:
|
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
|
@@ -1396,7 +1396,7 @@ msgstr ""
|
|
1396 |
#: includes/elementor/widgets/recent-posts-tiles.php:130
|
1397 |
#: includes/elementor/widgets/tabs.php:195
|
1398 |
#: includes/elementor/widgets/text.php:1133
|
1399 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
1400 |
#: includes/elementor/widgets/theme-elements/modern-search.php:556
|
1401 |
#: includes/elements/button.php:179 includes/elements/code.php:99
|
1402 |
#: includes/elements/gallery.php:120 includes/elements/quote.php:109
|
@@ -1482,11 +1482,11 @@ msgstr ""
|
|
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
|
1485 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
1486 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
1487 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
1488 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
1489 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
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
|
@@ -2955,7 +2955,7 @@ msgstr ""
|
|
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:
|
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
|
@@ -3208,7 +3208,7 @@ msgstr ""
|
|
3208 |
#: includes/elementor/widgets/testimonial.php:238
|
3209 |
#: includes/elementor/widgets/text.php:115
|
3210 |
#: includes/elementor/widgets/text.php:1577
|
3211 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
3212 |
#: includes/elementor/widgets/theme-elements/search.php:118
|
3213 |
#: includes/elements/flickr.php:156 includes/elements/flickr.php:205
|
3214 |
#: includes/elements/gallery.php:197 includes/elements/gallery.php:322
|
@@ -3250,7 +3250,7 @@ msgstr ""
|
|
3250 |
#: includes/elementor/widgets/text.php:111
|
3251 |
#: includes/elementor/widgets/theme-elements/logo.php:135
|
3252 |
#: includes/elementor/widgets/theme-elements/menu.php:156
|
3253 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
3254 |
#: includes/elementor/widgets/theme-elements/search.php:101
|
3255 |
#: includes/elements/accordion-widget.php:58 includes/elements/accordion.php:58
|
3256 |
msgid "Type"
|
@@ -3448,7 +3448,7 @@ msgstr ""
|
|
3448 |
#: includes/elementor/widgets/mailchimp.php:137
|
3449 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:927
|
3450 |
#: includes/elementor/widgets/theme-elements/current-time.php:109
|
3451 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
3452 |
#: includes/elements/image.php:98 includes/elements/staff.php:113
|
3453 |
msgid "Custom"
|
3454 |
msgstr ""
|
@@ -4160,9 +4160,9 @@ msgstr ""
|
|
4160 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:373
|
4161 |
#: includes/elementor/widgets/theme-elements/logo.php:493
|
4162 |
#: includes/elementor/widgets/theme-elements/logo.php:585
|
4163 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4164 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4165 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
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
|
@@ -4200,14 +4200,14 @@ msgstr ""
|
|
4200 |
#: includes/elementor/widgets/text.php:1468
|
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:
|
4204 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4205 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4206 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4207 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4208 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4209 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4210 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
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
|
@@ -4291,11 +4291,11 @@ msgstr ""
|
|
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
|
4294 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4295 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4296 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4297 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4298 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
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
|
@@ -4392,9 +4392,9 @@ msgstr ""
|
|
4392 |
#: includes/elementor/widgets/text.php:1395
|
4393 |
#: includes/elementor/widgets/text.php:1456
|
4394 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:475
|
4395 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4396 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4397 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
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
|
@@ -4534,16 +4534,16 @@ msgstr ""
|
|
4534 |
#: includes/elementor/widgets/theme-elements/current-time.php:172
|
4535 |
#: includes/elementor/widgets/theme-elements/logo.php:462
|
4536 |
#: includes/elementor/widgets/theme-elements/logo.php:554
|
4537 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4538 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4539 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4540 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4541 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4542 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4543 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4544 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4545 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4546 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
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
|
@@ -4882,7 +4882,7 @@ msgstr ""
|
|
4882 |
#: includes/elementor/widgets/modern-button.php:320
|
4883 |
#: includes/elementor/widgets/tabs.php:149
|
4884 |
#: includes/elementor/widgets/text.php:1048
|
4885 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
4886 |
#: includes/elements/audio.php:97
|
4887 |
msgid "Skin"
|
4888 |
msgstr ""
|
@@ -5144,16 +5144,16 @@ msgstr ""
|
|
5144 |
#: includes/elementor/widgets/text.php:607
|
5145 |
#: includes/elementor/widgets/text.php:1068
|
5146 |
#: includes/elementor/widgets/text.php:1095
|
5147 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5148 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5149 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5150 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5151 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5152 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5153 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5154 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5155 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5156 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
5157 |
#: includes/elementor/widgets/theme-elements/shopping-cart.php:240
|
5158 |
#: includes/elementor/widgets/theme-elements/shopping-cart.php:443
|
5159 |
msgid "Background"
|
@@ -8061,7 +8061,7 @@ msgstr ""
|
|
8061 |
#: includes/elementor/widgets/staff.php:838
|
8062 |
#: includes/elementor/widgets/text.php:1429
|
8063 |
#: includes/elementor/widgets/theme-elements/menu.php:324
|
8064 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8065 |
#: includes/elements/text.php:118
|
8066 |
msgid "Text Align"
|
8067 |
msgstr ""
|
@@ -8084,7 +8084,7 @@ msgstr ""
|
|
8084 |
|
8085 |
#: includes/elementor/widgets/svg.php:137
|
8086 |
#: includes/elementor/widgets/text.php:209
|
8087 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8088 |
msgid "Enter inline SVG content here"
|
8089 |
msgstr ""
|
8090 |
|
@@ -8536,23 +8536,23 @@ msgid "Mobile Menu Type"
|
|
8536 |
msgstr ""
|
8537 |
|
8538 |
#: includes/elementor/widgets/theme-elements/menu.php:257
|
8539 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8540 |
msgid "Expandable under top header"
|
8541 |
msgstr ""
|
8542 |
|
8543 |
#: includes/elementor/widgets/theme-elements/menu.php:261
|
8544 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8545 |
msgid "FullScreen on entire page"
|
8546 |
msgstr ""
|
8547 |
|
8548 |
#: includes/elementor/widgets/theme-elements/menu.php:265
|
8549 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8550 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8551 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8552 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8553 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8554 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8555 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8556 |
msgid "Offcanvas panel"
|
8557 |
msgstr ""
|
8558 |
|
@@ -8564,81 +8564,81 @@ msgstr ""
|
|
8564 |
msgid "Menu Item"
|
8565 |
msgstr ""
|
8566 |
|
8567 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8568 |
msgid "Menu Item - Selected"
|
8569 |
msgstr ""
|
8570 |
|
8571 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8572 |
msgid "Submenu"
|
8573 |
msgstr ""
|
8574 |
|
8575 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8576 |
msgid "Paradox"
|
8577 |
msgstr ""
|
8578 |
|
8579 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8580 |
#: includes/elements/dropcap.php:56
|
8581 |
msgid "Classic"
|
8582 |
msgstr ""
|
8583 |
|
8584 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8585 |
msgid "Dark Transparent"
|
8586 |
msgstr ""
|
8587 |
|
8588 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8589 |
msgid "Divided"
|
8590 |
msgstr ""
|
8591 |
|
8592 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8593 |
msgid "Center Paradox"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8597 |
msgid "Modern Paradox"
|
8598 |
msgstr ""
|
8599 |
|
8600 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8601 |
msgid "Animation Effect"
|
8602 |
msgstr ""
|
8603 |
|
8604 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8605 |
msgid "Fade"
|
8606 |
msgstr ""
|
8607 |
|
8608 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8609 |
msgid "Fade and move"
|
8610 |
msgstr ""
|
8611 |
|
8612 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8613 |
msgid "Submenu Item"
|
8614 |
msgstr ""
|
8615 |
|
8616 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8617 |
msgid "Burger Button"
|
8618 |
msgstr ""
|
8619 |
|
8620 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8621 |
msgid "Burger Button Style"
|
8622 |
msgstr ""
|
8623 |
|
8624 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8625 |
msgid "Off canvas menu background color"
|
8626 |
msgstr ""
|
8627 |
|
8628 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8629 |
msgid "Fullscreen Menu"
|
8630 |
msgstr ""
|
8631 |
|
8632 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8633 |
msgid "Close Button"
|
8634 |
msgstr ""
|
8635 |
|
8636 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8637 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8638 |
msgid "Outline Color"
|
8639 |
msgstr ""
|
8640 |
|
8641 |
-
#: includes/elementor/widgets/theme-elements/menu.php:
|
8642 |
msgid "There are no menus in your site."
|
8643 |
msgstr ""
|
8644 |
|
1 |
# Averta Copyright (c) {2020}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Core Elements 2.6.7\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2020-08-09 08:59:56+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
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:1360
|
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
|
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:1356
|
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
|
1396 |
#: includes/elementor/widgets/recent-posts-tiles.php:130
|
1397 |
#: includes/elementor/widgets/tabs.php:195
|
1398 |
#: includes/elementor/widgets/text.php:1133
|
1399 |
+
#: includes/elementor/widgets/theme-elements/menu.php:999
|
1400 |
#: includes/elementor/widgets/theme-elements/modern-search.php:556
|
1401 |
#: includes/elements/button.php:179 includes/elements/code.php:99
|
1402 |
#: includes/elements/gallery.php:120 includes/elements/quote.php:109
|
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
|
1485 |
+
#: includes/elementor/widgets/theme-elements/menu.php:436
|
1486 |
+
#: includes/elementor/widgets/theme-elements/menu.php:729
|
1487 |
+
#: includes/elementor/widgets/theme-elements/menu.php:875
|
1488 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1038
|
1489 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1244
|
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
|
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:1364
|
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
|
3208 |
#: includes/elementor/widgets/testimonial.php:238
|
3209 |
#: includes/elementor/widgets/text.php:115
|
3210 |
#: includes/elementor/widgets/text.php:1577
|
3211 |
+
#: includes/elementor/widgets/theme-elements/menu.php:658
|
3212 |
#: includes/elementor/widgets/theme-elements/search.php:118
|
3213 |
#: includes/elements/flickr.php:156 includes/elements/flickr.php:205
|
3214 |
#: includes/elements/gallery.php:197 includes/elements/gallery.php:322
|
3250 |
#: includes/elementor/widgets/text.php:111
|
3251 |
#: includes/elementor/widgets/theme-elements/logo.php:135
|
3252 |
#: includes/elementor/widgets/theme-elements/menu.php:156
|
3253 |
+
#: includes/elementor/widgets/theme-elements/menu.php:995
|
3254 |
#: includes/elementor/widgets/theme-elements/search.php:101
|
3255 |
#: includes/elements/accordion-widget.php:58 includes/elements/accordion.php:58
|
3256 |
msgid "Type"
|
3448 |
#: includes/elementor/widgets/mailchimp.php:137
|
3449 |
#: includes/elementor/widgets/recent-posts-grid-carousel.php:927
|
3450 |
#: includes/elementor/widgets/theme-elements/current-time.php:109
|
3451 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1000
|
3452 |
#: includes/elements/image.php:98 includes/elements/staff.php:113
|
3453 |
msgid "Custom"
|
3454 |
msgstr ""
|
4160 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:373
|
4161 |
#: includes/elementor/widgets/theme-elements/logo.php:493
|
4162 |
#: includes/elementor/widgets/theme-elements/logo.php:585
|
4163 |
+
#: includes/elementor/widgets/theme-elements/menu.php:530
|
4164 |
+
#: includes/elementor/widgets/theme-elements/menu.php:969
|
4165 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1338
|
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
|
4200 |
#: includes/elementor/widgets/text.php:1468
|
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:421
|
4204 |
+
#: includes/elementor/widgets/theme-elements/menu.php:498
|
4205 |
+
#: includes/elementor/widgets/theme-elements/menu.php:705
|
4206 |
+
#: includes/elementor/widgets/theme-elements/menu.php:754
|
4207 |
+
#: includes/elementor/widgets/theme-elements/menu.php:851
|
4208 |
+
#: includes/elementor/widgets/theme-elements/menu.php:929
|
4209 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1220
|
4210 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1298
|
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
|
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
|
4294 |
+
#: includes/elementor/widgets/theme-elements/menu.php:359
|
4295 |
+
#: includes/elementor/widgets/theme-elements/menu.php:680
|
4296 |
+
#: includes/elementor/widgets/theme-elements/menu.php:796
|
4297 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1017
|
4298 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1166
|
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
|
4392 |
#: includes/elementor/widgets/text.php:1395
|
4393 |
#: includes/elementor/widgets/text.php:1456
|
4394 |
#: includes/elementor/widgets/theme-elements/breadcrumbs.php:475
|
4395 |
+
#: includes/elementor/widgets/theme-elements/menu.php:517
|
4396 |
+
#: includes/elementor/widgets/theme-elements/menu.php:956
|
4397 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1325
|
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
|
4534 |
#: includes/elementor/widgets/theme-elements/current-time.php:172
|
4535 |
#: includes/elementor/widgets/theme-elements/logo.php:462
|
4536 |
#: includes/elementor/widgets/theme-elements/logo.php:554
|
4537 |
+
#: includes/elementor/widgets/theme-elements/menu.php:366
|
4538 |
+
#: includes/elementor/widgets/theme-elements/menu.php:443
|
4539 |
+
#: includes/elementor/widgets/theme-elements/menu.php:556
|
4540 |
+
#: includes/elementor/widgets/theme-elements/menu.php:803
|
4541 |
+
#: includes/elementor/widgets/theme-elements/menu.php:882
|
4542 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1024
|
4543 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1045
|
4544 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1173
|
4545 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1251
|
4546 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1380
|
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
|
4882 |
#: includes/elementor/widgets/modern-button.php:320
|
4883 |
#: includes/elementor/widgets/tabs.php:149
|
4884 |
#: includes/elementor/widgets/text.php:1048
|
4885 |
+
#: includes/elementor/widgets/theme-elements/menu.php:616
|
4886 |
#: includes/elements/audio.php:97
|
4887 |
msgid "Skin"
|
4888 |
msgstr ""
|
5144 |
#: includes/elementor/widgets/text.php:607
|
5145 |
#: includes/elementor/widgets/text.php:1068
|
5146 |
#: includes/elementor/widgets/text.php:1095
|
5147 |
+
#: includes/elementor/widgets/theme-elements/menu.php:403
|
5148 |
+
#: includes/elementor/widgets/theme-elements/menu.php:480
|
5149 |
+
#: includes/elementor/widgets/theme-elements/menu.php:593
|
5150 |
+
#: includes/elementor/widgets/theme-elements/menu.php:688
|
5151 |
+
#: includes/elementor/widgets/theme-elements/menu.php:737
|
5152 |
+
#: includes/elementor/widgets/theme-elements/menu.php:841
|
5153 |
+
#: includes/elementor/widgets/theme-elements/menu.php:920
|
5154 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1155
|
5155 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1211
|
5156 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1289
|
5157 |
#: includes/elementor/widgets/theme-elements/shopping-cart.php:240
|
5158 |
#: includes/elementor/widgets/theme-elements/shopping-cart.php:443
|
5159 |
msgid "Background"
|
8061 |
#: includes/elementor/widgets/staff.php:838
|
8062 |
#: includes/elementor/widgets/text.php:1429
|
8063 |
#: includes/elementor/widgets/theme-elements/menu.php:324
|
8064 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1351
|
8065 |
#: includes/elements/text.php:118
|
8066 |
msgid "Text Align"
|
8067 |
msgstr ""
|
8084 |
|
8085 |
#: includes/elementor/widgets/svg.php:137
|
8086 |
#: includes/elementor/widgets/text.php:209
|
8087 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1116
|
8088 |
msgid "Enter inline SVG content here"
|
8089 |
msgstr ""
|
8090 |
|
8536 |
msgstr ""
|
8537 |
|
8538 |
#: includes/elementor/widgets/theme-elements/menu.php:257
|
8539 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1066
|
8540 |
msgid "Expandable under top header"
|
8541 |
msgstr ""
|
8542 |
|
8543 |
#: includes/elementor/widgets/theme-elements/menu.php:261
|
8544 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1078
|
8545 |
msgid "FullScreen on entire page"
|
8546 |
msgstr ""
|
8547 |
|
8548 |
#: includes/elementor/widgets/theme-elements/menu.php:265
|
8549 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1070
|
8550 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1074
|
8551 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1082
|
8552 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1086
|
8553 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1090
|
8554 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1094
|
8555 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1098
|
8556 |
msgid "Offcanvas panel"
|
8557 |
msgstr ""
|
8558 |
|
8564 |
msgid "Menu Item"
|
8565 |
msgstr ""
|
8566 |
|
8567 |
+
#: includes/elementor/widgets/theme-elements/menu.php:548
|
8568 |
msgid "Menu Item - Selected"
|
8569 |
msgstr ""
|
8570 |
|
8571 |
+
#: includes/elementor/widgets/theme-elements/menu.php:608
|
8572 |
msgid "Submenu"
|
8573 |
msgstr ""
|
8574 |
|
8575 |
+
#: includes/elementor/widgets/theme-elements/menu.php:621
|
8576 |
msgid "Paradox"
|
8577 |
msgstr ""
|
8578 |
|
8579 |
+
#: includes/elementor/widgets/theme-elements/menu.php:625
|
8580 |
#: includes/elements/dropcap.php:56
|
8581 |
msgid "Classic"
|
8582 |
msgstr ""
|
8583 |
|
8584 |
+
#: includes/elementor/widgets/theme-elements/menu.php:629
|
8585 |
msgid "Dark Transparent"
|
8586 |
msgstr ""
|
8587 |
|
8588 |
+
#: includes/elementor/widgets/theme-elements/menu.php:633
|
8589 |
msgid "Divided"
|
8590 |
msgstr ""
|
8591 |
|
8592 |
+
#: includes/elementor/widgets/theme-elements/menu.php:637
|
8593 |
msgid "Center Paradox"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
+
#: includes/elementor/widgets/theme-elements/menu.php:641
|
8597 |
msgid "Modern Paradox"
|
8598 |
msgstr ""
|
8599 |
|
8600 |
+
#: includes/elementor/widgets/theme-elements/menu.php:653
|
8601 |
msgid "Animation Effect"
|
8602 |
msgstr ""
|
8603 |
|
8604 |
+
#: includes/elementor/widgets/theme-elements/menu.php:662
|
8605 |
msgid "Fade"
|
8606 |
msgstr ""
|
8607 |
|
8608 |
+
#: includes/elementor/widgets/theme-elements/menu.php:666
|
8609 |
msgid "Fade and move"
|
8610 |
msgstr ""
|
8611 |
|
8612 |
+
#: includes/elementor/widgets/theme-elements/menu.php:786
|
8613 |
msgid "Submenu Item"
|
8614 |
msgstr ""
|
8615 |
|
8616 |
+
#: includes/elementor/widgets/theme-elements/menu.php:987
|
8617 |
msgid "Burger Button"
|
8618 |
msgstr ""
|
8619 |
|
8620 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1061
|
8621 |
msgid "Burger Button Style"
|
8622 |
msgstr ""
|
8623 |
|
8624 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1127
|
8625 |
msgid "Off canvas menu background color"
|
8626 |
msgstr ""
|
8627 |
|
8628 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1143
|
8629 |
msgid "Fullscreen Menu"
|
8630 |
msgstr ""
|
8631 |
|
8632 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1409
|
8633 |
msgid "Close Button"
|
8634 |
msgstr ""
|
8635 |
|
8636 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1417
|
8637 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1428
|
8638 |
msgid "Outline Color"
|
8639 |
msgstr ""
|
8640 |
|
8641 |
+
#: includes/elementor/widgets/theme-elements/menu.php:1453
|
8642 |
msgid "There are no menus in your site."
|
8643 |
msgstr ""
|
8644 |
|
public/assets/js/plugins.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Phlox Core Plugin - v2.6.
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|
1 |
+
/*! Phlox Core Plugin - v2.6.7 (2020-08)
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|