Shortcodes and extra features for Phlox theme - Version 2.6.20

Version Description

Download this release

Release Info

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

Code changes from version 2.6.19 to 2.6.20

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.5.0
10
- Stable tag: 2.6.19
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.5.0
10
+ Stable tag: 2.6.20
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.19 (2020-10)
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.20 (2020-10)
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.19
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.20
16
  * Author: averta
17
  * Author URI: http://averta.net
18
  * Text Domain: auxin-elements
includes/classes/class-auxin-welcome.php CHANGED
@@ -1666,7 +1666,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1666
  </div>
1667
  </div>
1668
  <h2 class="aux-step-import-title"><?php esc_html_e( 'Remove Watermarks?', 'auxin-elements' ); ?></h2>
1669
- <p class="aux-step-description"><?php esc_html_e( "For better and faster install proccess it's recommanded to install demo on a clean wordpress website.", 'auxin-elements' ); ?></p>
1670
  <?php
1671
  $skip_watermark_step = '3';
1672
  ?>
@@ -1695,9 +1695,9 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1695
  ?>
1696
  <div class="aux-setup-demo-content aux-content-col aux-step-envato-elements">
1697
  <img src="<?php echo esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/envato_elements.svg' ); ?>" />
1698
- <h2 class="aux-step-import-title"><?php esc_html_e( 'Images are copyrighted and watermarked. You can remove watermarks by having Envato Elements subscription', 'auxin-elements' ); ?></h2>
1699
  <p class="aux-step-description"><?php esc_html_e( "By subscribing to Envato Elements you will have access to unlimited premium stock images, icons, graphical assets, videos and more.", 'auxin-elements' ); ?></p>
1700
- <a href="http://avt.li/elements" class="aux-button aux-primary aux-medium aux-explore-envato">
1701
  <?php _e( 'Explore and Subscribe', 'auxin-elements' ); ?>
1702
  </a>
1703
  <?php
@@ -1781,7 +1781,7 @@ class Auxin_Welcome extends Auxin_Welcome_Base {
1781
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1782
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1783
  ><?php esc_html_e( 'Verify Token', 'auxin-elements' ); ?></a>
1784
- <a href="#"
1785
  class="aux-button aux-outline aux-round aux-transparent aux-medium aux-next-step aux-skip"
1786
  data-next-step="<?php echo esc_attr( $next_step ); ?>"
1787
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1666
  </div>
1667
  </div>
1668
  <h2 class="aux-step-import-title"><?php esc_html_e( 'Remove Watermarks?', 'auxin-elements' ); ?></h2>
1669
+ <p class="aux-step-description"><?php esc_html_e( "Some images in this demo are copyrighted and watermarked, you can remove watermarks by authorizing your Envato Elements subscription.", 'auxin-elements' ); ?></p>
1670
  <?php
1671
  $skip_watermark_step = '3';
1672
  ?>
1695
  ?>
1696
  <div class="aux-setup-demo-content aux-content-col aux-step-envato-elements">
1697
  <img src="<?php echo esc_url( AUXELS_ADMIN_URL . '/assets/images/welcome/envato_elements.svg' ); ?>" />
1698
+ <h2 class="aux-step-import-title"><?php esc_html_e( 'Remove watermarks by authorizing your Envato Elements subscription', 'auxin-elements' ); ?></h2>
1699
  <p class="aux-step-description"><?php esc_html_e( "By subscribing to Envato Elements you will have access to unlimited premium stock images, icons, graphical assets, videos and more.", 'auxin-elements' ); ?></p>
1700
+ <a href="http://avt.li/elements" class="aux-button aux-primary aux-medium aux-explore-envato" target="_blank">
1701
  <?php _e( 'Explore and Subscribe', 'auxin-elements' ); ?>
1702
  </a>
1703
  <?php
1781
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
1782
  data-step-nonce="<?php echo wp_create_nonce( 'aux-step-manager' ); ?>"
1783
  ><?php esc_html_e( 'Verify Token', 'auxin-elements' ); ?></a>
1784
+ <a href="#"
1785
  class="aux-button aux-outline aux-round aux-transparent aux-medium aux-next-step aux-skip"
1786
  data-next-step="<?php echo esc_attr( $next_step ); ?>"
1787
  data-args="<?php echo htmlspecialchars( wp_json_encode($args), ENT_QUOTES, 'UTF-8' ); ?>"
includes/define.php CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
12
  }
13
 
14
 
15
- define( 'AUXELS_VERSION' , '2.6.19' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
12
  }
13
 
14
 
15
+ define( 'AUXELS_VERSION' , '2.6.20' );
16
 
17
  define( 'AUXELS_SLUG' , 'auxin-elements' );
18
 
includes/elementor/class-auxin-elementor-core-elements.php CHANGED
@@ -737,10 +737,13 @@ final class Elements {
737
  public function add_auxin_font_icons( $tabs = [] ) {
738
 
739
  // Phlox Icon set 1
 
740
  $icons = Auxin()->Font_Icons->get_icons_list( 'fontastic' );
741
 
742
- foreach ( $icons as $icon ) {
743
- $icons_list[] = str_replace( '.auxicon-', '', $icon->classname );
 
 
744
  }
745
 
746
  $tabs['auxicon'] = [
@@ -756,10 +759,13 @@ final class Elements {
756
  ];
757
 
758
  // Phlox Icon set 2
759
- $icons_v2 = Auxin()->Font_Icons->get_icons_list( 'auxicon2' );
 
760
 
761
- foreach ( $icons_v2 as $icon ) {
762
- $icons_list2[] = str_replace( '.auxicon2-', '', $icon->classname );
 
 
763
  }
764
 
765
  $tabs['auxicon2'] = [
737
  public function add_auxin_font_icons( $tabs = [] ) {
738
 
739
  // Phlox Icon set 1
740
+ $icons_list = array();
741
  $icons = Auxin()->Font_Icons->get_icons_list( 'fontastic' );
742
 
743
+ if( is_array( $icons ) ){
744
+ foreach ( $icons as $icon ) {
745
+ $icons_list[] = str_replace( '.auxicon-', '', $icon->classname );
746
+ }
747
  }
748
 
749
  $tabs['auxicon'] = [
759
  ];
760
 
761
  // Phlox Icon set 2
762
+ $icons_list2 = array();
763
+ $icons2 = Auxin()->Font_Icons->get_icons_list( 'auxicon2' );
764
 
765
+ if( is_array( $icons2 ) ){
766
+ foreach ( $icons2 as $icon ) {
767
+ $icons_list2[] = str_replace( '.auxicon2-', '', $icon->classname );
768
+ }
769
  }
770
 
771
  $tabs['auxicon2'] = [
includes/elementor/modules/documents/footer.php CHANGED
@@ -22,6 +22,7 @@ class Footer extends Library_Document {
22
  $properties = parent::get_properties();
23
 
24
  $properties['location'] = 'footer';
 
25
 
26
  return $properties;
27
  }
22
  $properties = parent::get_properties();
23
 
24
  $properties['location'] = 'footer';
25
+ $properties['support_kit'] = true;
26
 
27
  return $properties;
28
  }
includes/elementor/modules/documents/header.php CHANGED
@@ -22,6 +22,7 @@ class Header extends Library_Document {
22
  $properties = parent::get_properties();
23
 
24
  $properties['location'] = 'header';
 
25
 
26
  return $properties;
27
  }
22
  $properties = parent::get_properties();
23
 
24
  $properties['location'] = 'header';
25
+ $properties['support_kit'] = true;
26
 
27
  return $properties;
28
  }
languages/auxin-elements-fa_IR.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
- "POT-Creation-Date: 2020-10-04 11:59:15+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
@@ -827,8 +827,8 @@ msgid "Disable it to replace footer section with an Elementor template"
827
  msgstr ""
828
 
829
  #: admin/includes/metaboxes/metabox-fields-general-footer.php:21
830
- #: includes/elementor/modules/documents/footer.php:34
831
- #: includes/elementor/modules/documents/footer.php:45
832
  #: includes/elementor/widgets/text.php:1564
833
  msgid "Footer"
834
  msgstr ""
@@ -971,7 +971,7 @@ msgid "Use Legacy Header"
971
  msgstr ""
972
 
973
  #: admin/includes/metaboxes/metabox-fields-general-header.php:21
974
- #: includes/elementor/modules/documents/header.php:34
975
  #: includes/elementor/widgets/text.php:104
976
  #: includes/elementor/widgets/text.php:347
977
  #, fuzzy
@@ -2845,8 +2845,8 @@ msgstr ""
2845
 
2846
  #: includes/classes/class-auxin-welcome.php:1669
2847
  msgid ""
2848
- "For better and faster install proccess it's recommanded to install demo on a "
2849
- "clean wordpress website."
2850
  msgstr ""
2851
 
2852
  #: includes/classes/class-auxin-welcome.php:1683
@@ -2854,9 +2854,7 @@ msgid "Remove Watermarks"
2854
  msgstr ""
2855
 
2856
  #: includes/classes/class-auxin-welcome.php:1698
2857
- msgid ""
2858
- "Images are copyrighted and watermarked. You can remove watermarks by having "
2859
- "Envato Elements subscription"
2860
  msgstr ""
2861
 
2862
  #: includes/classes/class-auxin-welcome.php:1699
@@ -3019,11 +3017,11 @@ msgstr ""
3019
  msgid "PHP"
3020
  msgstr ""
3021
 
3022
- #: includes/elementor/class-auxin-elementor-core-elements.php:748
3023
  msgid "Phlox Icons - Set 1"
3024
  msgstr ""
3025
 
3026
- #: includes/elementor/class-auxin-elementor-core-elements.php:767
3027
  msgid "Phlox Icons - Set 2"
3028
  msgstr ""
3029
 
@@ -3329,7 +3327,7 @@ msgstr "ارتفاع"
3329
  msgid "Grow in width"
3330
  msgstr ""
3331
 
3332
- #: includes/elementor/modules/documents/header.php:45
3333
  #, fuzzy
3334
  msgid "Site Header"
3335
  msgstr "نمایش سربرگ"
2
  msgstr ""
3
  "Project-Id-Version: Auxin Essential Elements\n"
4
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
5
+ "POT-Creation-Date: 2020-10-07 14:11:42+00:00\n"
6
  "PO-Revision-Date: 2016-11-09 12:50+0330\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
827
  msgstr ""
828
 
829
  #: admin/includes/metaboxes/metabox-fields-general-footer.php:21
830
+ #: includes/elementor/modules/documents/footer.php:35
831
+ #: includes/elementor/modules/documents/footer.php:46
832
  #: includes/elementor/widgets/text.php:1564
833
  msgid "Footer"
834
  msgstr ""
971
  msgstr ""
972
 
973
  #: admin/includes/metaboxes/metabox-fields-general-header.php:21
974
+ #: includes/elementor/modules/documents/header.php:35
975
  #: includes/elementor/widgets/text.php:104
976
  #: includes/elementor/widgets/text.php:347
977
  #, fuzzy
2845
 
2846
  #: includes/classes/class-auxin-welcome.php:1669
2847
  msgid ""
2848
+ "Some images in this demo are copyrighted and watermarked, you can remove "
2849
+ "watermarks by authorizing your Envato Elements subscription."
2850
  msgstr ""
2851
 
2852
  #: includes/classes/class-auxin-welcome.php:1683
2854
  msgstr ""
2855
 
2856
  #: includes/classes/class-auxin-welcome.php:1698
2857
+ msgid "Remove watermarks by authorizing your Envato Elements subscription"
 
 
2858
  msgstr ""
2859
 
2860
  #: includes/classes/class-auxin-welcome.php:1699
3017
  msgid "PHP"
3018
  msgstr ""
3019
 
3020
+ #: includes/elementor/class-auxin-elementor-core-elements.php:751
3021
  msgid "Phlox Icons - Set 1"
3022
  msgstr ""
3023
 
3024
+ #: includes/elementor/class-auxin-elementor-core-elements.php:773
3025
  msgid "Phlox Icons - Set 2"
3026
  msgstr ""
3027
 
3327
  msgid "Grow in width"
3328
  msgstr ""
3329
 
3330
+ #: includes/elementor/modules/documents/header.php:46
3331
  #, fuzzy
3332
  msgid "Site Header"
3333
  msgstr "نمایش سربرگ"
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.19\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
- "POT-Creation-Date: 2020-10-04 11:59:15+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
@@ -772,8 +772,8 @@ msgid "Disable it to replace footer section with an Elementor template"
772
  msgstr ""
773
 
774
  #: admin/includes/metaboxes/metabox-fields-general-footer.php:21
775
- #: includes/elementor/modules/documents/footer.php:34
776
- #: includes/elementor/modules/documents/footer.php:45
777
  #: includes/elementor/widgets/text.php:1564
778
  msgid "Footer"
779
  msgstr ""
@@ -904,7 +904,7 @@ msgid "Use Legacy Header"
904
  msgstr ""
905
 
906
  #: admin/includes/metaboxes/metabox-fields-general-header.php:21
907
- #: includes/elementor/modules/documents/header.php:34
908
  #: includes/elementor/widgets/text.php:104
909
  #: includes/elementor/widgets/text.php:347
910
  msgid "Header"
@@ -2667,8 +2667,8 @@ msgstr ""
2667
 
2668
  #: includes/classes/class-auxin-welcome.php:1669
2669
  msgid ""
2670
- "For better and faster install proccess it's recommanded to install demo on "
2671
- "a clean wordpress website."
2672
  msgstr ""
2673
 
2674
  #: includes/classes/class-auxin-welcome.php:1683
@@ -2676,9 +2676,7 @@ msgid "Remove Watermarks"
2676
  msgstr ""
2677
 
2678
  #: includes/classes/class-auxin-welcome.php:1698
2679
- msgid ""
2680
- "Images are copyrighted and watermarked. You can remove watermarks by having "
2681
- "Envato Elements subscription"
2682
  msgstr ""
2683
 
2684
  #: includes/classes/class-auxin-welcome.php:1699
@@ -2830,11 +2828,11 @@ msgstr ""
2830
  msgid "PHP"
2831
  msgstr ""
2832
 
2833
- #: includes/elementor/class-auxin-elementor-core-elements.php:748
2834
  msgid "Phlox Icons - Set 1"
2835
  msgstr ""
2836
 
2837
- #: includes/elementor/class-auxin-elementor-core-elements.php:767
2838
  msgid "Phlox Icons - Set 2"
2839
  msgstr ""
2840
 
@@ -3121,7 +3119,7 @@ msgstr ""
3121
  msgid "Grow in width"
3122
  msgstr ""
3123
 
3124
- #: includes/elementor/modules/documents/header.php:45
3125
  msgid "Site Header"
3126
  msgstr ""
3127
 
1
  # Averta Copyright (c) {2020}
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Phlox Core Elements 2.6.20\n"
5
  "Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
6
+ "POT-Creation-Date: 2020-10-07 14:11:42+00:00\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=utf-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
772
  msgstr ""
773
 
774
  #: admin/includes/metaboxes/metabox-fields-general-footer.php:21
775
+ #: includes/elementor/modules/documents/footer.php:35
776
+ #: includes/elementor/modules/documents/footer.php:46
777
  #: includes/elementor/widgets/text.php:1564
778
  msgid "Footer"
779
  msgstr ""
904
  msgstr ""
905
 
906
  #: admin/includes/metaboxes/metabox-fields-general-header.php:21
907
+ #: includes/elementor/modules/documents/header.php:35
908
  #: includes/elementor/widgets/text.php:104
909
  #: includes/elementor/widgets/text.php:347
910
  msgid "Header"
2667
 
2668
  #: includes/classes/class-auxin-welcome.php:1669
2669
  msgid ""
2670
+ "Some images in this demo are copyrighted and watermarked, you can remove "
2671
+ "watermarks by authorizing your Envato Elements subscription."
2672
  msgstr ""
2673
 
2674
  #: includes/classes/class-auxin-welcome.php:1683
2676
  msgstr ""
2677
 
2678
  #: includes/classes/class-auxin-welcome.php:1698
2679
+ msgid "Remove watermarks by authorizing your Envato Elements subscription"
 
 
2680
  msgstr ""
2681
 
2682
  #: includes/classes/class-auxin-welcome.php:1699
2828
  msgid "PHP"
2829
  msgstr ""
2830
 
2831
+ #: includes/elementor/class-auxin-elementor-core-elements.php:751
2832
  msgid "Phlox Icons - Set 1"
2833
  msgstr ""
2834
 
2835
+ #: includes/elementor/class-auxin-elementor-core-elements.php:773
2836
  msgid "Phlox Icons - Set 2"
2837
  msgstr ""
2838
 
3119
  msgid "Grow in width"
3120
  msgstr ""
3121
 
3122
+ #: includes/elementor/modules/documents/header.php:46
3123
  msgid "Site Header"
3124
  msgstr ""
3125
 
public/assets/js/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! Phlox Core Plugin - v2.6.19 (2020-10)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */
1
+ /*! Phlox Core Plugin - v2.6.20 (2020-10)
2
  * All required plugins
3
  * http://phlox.pro/
4
  */