Version Description
Download this release
Release Info
Developer | averta |
Plugin | Shortcodes and extra features for Phlox theme |
Version | 2.7.13 |
Comparing to | |
See all releases |
Code changes from version 2.7.12 to 2.7.13
- README.txt +1 -1
- admin/assets/js/plugins.js +1 -1
- admin/includes/compatibility/ti-woocommerce-wishlist/ti-woocommerce-wishlist.php +18 -0
- admin/includes/index.php +1 -1
- auxin-elements.php +1 -1
- includes/classes/class-auxin-plugin-requirements.php +5 -6
- includes/define.php +1 -1
- includes/elementor/modules/column.php +1 -1
- includes/elementor/modules/common.php +1 -1
- includes/elementor/modules/dynamic-tags/post-custom-field.php +36 -1
- includes/elementor/modules/section.php +1 -1
- includes/elementor/modules/settings/base/manager.php +1 -1
- includes/elementor/modules/settings/general/manager.php +1 -1
- includes/elementor/modules/settings/page/manager.php +1 -1
- includes/elementor/widgets/gallery.php +3 -3
- includes/elementor/widgets/icon.php +3 -3
- includes/elementor/widgets/staff.php +24 -12
- includes/elementor/widgets/theme-elements/breadcrumbs.php +11 -11
- includes/elements/recent-posts-grid-carousel.php +2 -0
- includes/elements/recent-posts-land-style.php +1 -0
- includes/elements/recent-posts-masonry.php +1 -0
- includes/elements/recent-posts-tiles-carousel.php +1 -0
- includes/elements/recent-posts-tiles.php +1 -0
- includes/elements/recent-posts-timeline.php +1 -0
- includes/elements/recent-products.php +4 -1
- includes/general-functions.php +2 -2
- languages/auxin-elements-fa_IR.po +87 -13
- languages/auxin-elements.pot +79 -14
- 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.7.0
|
10 |
-
Stable tag: 2.7.
|
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.7.0
|
10 |
+
Stable tag: 2.7.13
|
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.7.
|
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.7.13 (2021-05)
|
2 |
* All required javascript plugins for admin
|
3 |
* http://phlox.pro/
|
4 |
* Place any jQuery/helper plugins in here, instead of separate, slower script files!
|
admin/includes/compatibility/ti-woocommerce-wishlist/ti-woocommerce-wishlist.php
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* initiate ti wishlist plugin with our required options
|
5 |
+
*
|
6 |
+
* @return void
|
7 |
+
*/
|
8 |
+
function auxels_set_ti_wishlist_required_options() {
|
9 |
+
if ( !function_exists( 'tinv_update_option' ) || get_theme_mod( 'ti_wishlist_initiated', '' ) == 'yes' ) {
|
10 |
+
return;
|
11 |
+
}
|
12 |
+
|
13 |
+
tinv_update_option( 'add_to_wishlist', 'position', 'shortcode' );
|
14 |
+
tinv_update_option( 'add_to_wishlist_catalog', 'position', 'shortcode' );
|
15 |
+
tinv_update_option( 'general', 'redirect', 0 );
|
16 |
+
set_theme_mod( 'ti_wishlist_initiated', 'yes' );
|
17 |
+
}
|
18 |
+
add_action( 'admin_init', 'auxels_set_ti_wishlist_required_options' );
|
admin/includes/index.php
CHANGED
@@ -15,7 +15,7 @@ include_once( 'compatibility/element-pack/element-pack.php' );
|
|
15 |
include_once( 'compatibility/yoast-seo/yoast-seo.php' );
|
16 |
include_once( 'compatibility/smush/smush.php' );
|
17 |
include_once( 'compatibility/woocommerce/wc.php' );
|
18 |
-
|
19 |
|
20 |
if ( function_exists('icl_object_id') ) {
|
21 |
include_once( 'compatibility/wpml/translate.php' );
|
15 |
include_once( 'compatibility/yoast-seo/yoast-seo.php' );
|
16 |
include_once( 'compatibility/smush/smush.php' );
|
17 |
include_once( 'compatibility/woocommerce/wc.php' );
|
18 |
+
include_once( 'compatibility/ti-woocommerce-wishlist/ti-woocommerce-wishlist.php' );
|
19 |
|
20 |
if ( function_exists('icl_object_id') ) {
|
21 |
include_once( 'compatibility/wpml/translate.php' );
|
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.7.
|
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.7.13
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* Text Domain: auxin-elements
|
includes/classes/class-auxin-plugin-requirements.php
CHANGED
@@ -179,15 +179,14 @@ if( ! class_exists( 'Auxin_Plugin_Requirements' ) ){
|
|
179 |
$active_plugins = get_option( 'active_plugins' );
|
180 |
|
181 |
// Change the plugins load order
|
182 |
-
|
183 |
-
|
184 |
-
if
|
185 |
-
|
186 |
}
|
187 |
-
$active_plugins[] = $plugin_basename;
|
188 |
}
|
189 |
|
190 |
-
update_option( 'active_plugins', $
|
191 |
}
|
192 |
|
193 |
}
|
179 |
$active_plugins = get_option( 'active_plugins' );
|
180 |
|
181 |
// Change the plugins load order
|
182 |
+
$active_plugins_reordered = $resolved_plugins_load_order;
|
183 |
+
foreach( $active_plugins as $plugin_basename ) {
|
184 |
+
if ( !in_array( $plugin_basename, $active_plugins_reordered ) ) {
|
185 |
+
$active_plugins_reordered[] = $plugin_basename;
|
186 |
}
|
|
|
187 |
}
|
188 |
|
189 |
+
update_option( 'active_plugins', $active_plugins_reordered );
|
190 |
}
|
191 |
|
192 |
}
|
includes/define.php
CHANGED
@@ -12,7 +12,7 @@ if( ! defined( 'THEME_NAME' ) ){
|
|
12 |
}
|
13 |
|
14 |
|
15 |
-
define( 'AUXELS_VERSION' , '2.7.
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
12 |
}
|
13 |
|
14 |
|
15 |
+
define( 'AUXELS_VERSION' , '2.7.13' );
|
16 |
|
17 |
define( 'AUXELS_SLUG' , 'auxin-elements' );
|
18 |
|
includes/elementor/modules/column.php
CHANGED
@@ -6,7 +6,7 @@ use Elementor\Widget_Base;
|
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
-
use Elementor\
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
+
use Elementor\Core\Schemes\Color;
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
includes/elementor/modules/common.php
CHANGED
@@ -6,7 +6,7 @@ use Elementor\Widget_Base;
|
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
-
use Elementor\
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
+
use Elementor\Core\Schemes\Color;
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
includes/elementor/modules/dynamic-tags/post-custom-field.php
CHANGED
@@ -48,6 +48,16 @@ class Post_Custom_Field extends Tag {
|
|
48 |
'options' => $this->get_custom_keys_array(),
|
49 |
]
|
50 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
$this->add_control(
|
52 |
'custom_key',
|
53 |
[
|
@@ -63,7 +73,8 @@ class Post_Custom_Field extends Tag {
|
|
63 |
|
64 |
public function render() {
|
65 |
$key = $this->get_settings( 'key' );
|
66 |
-
$
|
|
|
67 |
|
68 |
if ( empty( $key ) ) {
|
69 |
return;
|
@@ -90,4 +101,28 @@ class Post_Custom_Field extends Tag {
|
|
90 |
|
91 |
return $options;
|
92 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
}
|
48 |
'options' => $this->get_custom_keys_array(),
|
49 |
]
|
50 |
);
|
51 |
+
|
52 |
+
$this->add_control(
|
53 |
+
'handy_custom_keys',
|
54 |
+
[
|
55 |
+
'label' => __( 'Phlox Custom Keys', 'auxin-elements' ),
|
56 |
+
'type' => Controls_Manager::SELECT,
|
57 |
+
'options' => $this->get_handy_custom_keys_array(),
|
58 |
+
]
|
59 |
+
);
|
60 |
+
|
61 |
$this->add_control(
|
62 |
'custom_key',
|
63 |
[
|
73 |
|
74 |
public function render() {
|
75 |
$key = $this->get_settings( 'key' );
|
76 |
+
$handy_custom_keys = $this->get_settings( 'handy_custom_keys' );
|
77 |
+
$key = empty( $key ) ? ( empty( $handy_custom_keys ) ? $this->get_settings( 'custom_key' ) : $handy_custom_keys ) : $key;
|
78 |
|
79 |
if ( empty( $key ) ) {
|
80 |
return;
|
101 |
|
102 |
return $options;
|
103 |
}
|
104 |
+
|
105 |
+
private function get_handy_custom_keys_array() {
|
106 |
+
|
107 |
+
$options = [
|
108 |
+
'' => __( 'Select...', 'auxin-elements' ),
|
109 |
+
'_format_audio_attachment' => __( 'Post - Audio file (MP3 or ogg)', 'auxin-elements' ),
|
110 |
+
'_format_audio_embed' => __( 'Post - Audio URL (oEmbed)', 'auxin-elements' ),
|
111 |
+
'_format_gallery_type' => __( 'Post - The Gallery Images', 'auxin-elements' ),
|
112 |
+
'_format_quote_source_name' => __( 'Post - Source Name', 'auxin-elements' ),
|
113 |
+
'_format_quote_source_url' => __( 'Post - Source URL', 'auxin-elements' ),
|
114 |
+
'_format_video_attachment' => __( 'Post - Video file', 'auxin-elements' ),
|
115 |
+
'_format_video_embed' => __( 'Post - Video URL (oEmbed)', 'auxin-elements' ),
|
116 |
+
'_format_video_attachment_poster' => __( 'Post - Poster image', 'auxin-elements' ),
|
117 |
+
'_thumbnail_id2' => __( 'Portfolio - Featured Image (Secondary)', 'auxin-elements' ),
|
118 |
+
'_overview' => __( 'Portfolio - Overview', 'auxin-elements' ),
|
119 |
+
'_overview_title' => __( 'Portfolio - Overview Title', 'auxin-elements' ),
|
120 |
+
'_lunch_button_url' => __( 'Portfolio - URL for Launch Button', 'auxin-elements' ),
|
121 |
+
'_auxin_meta_url' => __( 'Portfolio - Project URL', 'auxin-elements' ),
|
122 |
+
'_auxin_meta_client' => __( 'Portfolio - Client', 'auxin-elements' ),
|
123 |
+
'_auxin_meta_release_date' => __( 'Portfolio - Release Date', 'auxin-elements' ),
|
124 |
+
];
|
125 |
+
|
126 |
+
return $options;
|
127 |
+
}
|
128 |
}
|
includes/elementor/modules/section.php
CHANGED
@@ -6,7 +6,7 @@ use Elementor\Widget_Base;
|
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
-
use Elementor\
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
+
use Elementor\Core\Schemes\Color;
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
includes/elementor/modules/settings/base/manager.php
CHANGED
@@ -6,7 +6,7 @@ use Elementor\Widget_Base;
|
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
-
use Elementor\
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
6 |
use Elementor\Controls_Manager;
|
7 |
use Elementor\Group_Control_Image_Size;
|
8 |
use Elementor\Group_Control_Typography;
|
9 |
+
use Elementor\Core\Schemes\Color;
|
10 |
use Elementor\Core\Schemes\Typography;
|
11 |
use Elementor\Control_Media;
|
12 |
use Elementor\Group_Control_Border;
|
includes/elementor/modules/settings/general/manager.php
CHANGED
@@ -7,7 +7,7 @@ use Elementor\Plugin;
|
|
7 |
use Elementor\Widget_Base;
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
-
use Elementor\
|
11 |
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Control_Media;
|
13 |
use Elementor\Group_Control_Border;
|
7 |
use Elementor\Widget_Base;
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
+
use Elementor\Core\Schemes\Color;
|
11 |
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Control_Media;
|
13 |
use Elementor\Group_Control_Border;
|
includes/elementor/modules/settings/page/manager.php
CHANGED
@@ -7,7 +7,7 @@ use Elementor\Plugin;
|
|
7 |
use Elementor\Widget_Base;
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
-
use Elementor\
|
11 |
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Control_Media;
|
13 |
use Elementor\Group_Control_Border;
|
7 |
use Elementor\Widget_Base;
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
+
use Elementor\Core\Schemes\Color;
|
11 |
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Control_Media;
|
13 |
use Elementor\Group_Control_Border;
|
includes/elementor/widgets/gallery.php
CHANGED
@@ -4,7 +4,7 @@ namespace Auxin\Plugin\CoreElements\Elementor\Elements;
|
|
4 |
use Elementor\Widget_Base;
|
5 |
use Elementor\Controls_Manager;
|
6 |
use Elementor\Group_Control_Typography;
|
7 |
-
use Elementor\
|
8 |
use Elementor\Core\Schemes\Typography;
|
9 |
use Elementor\Group_Control_Border;
|
10 |
|
@@ -412,8 +412,8 @@ class Gallery extends Widget_Base {
|
|
412 |
'label' => __( 'Image hover overlay color', 'auxin-elements' ),
|
413 |
'type' => Controls_Manager::COLOR,
|
414 |
'scheme' => array(
|
415 |
-
'type' =>
|
416 |
-
'value' =>
|
417 |
),
|
418 |
'default' => 'rgba(0, 0, 0, 0.7)',
|
419 |
'selectors' => array(
|
4 |
use Elementor\Widget_Base;
|
5 |
use Elementor\Controls_Manager;
|
6 |
use Elementor\Group_Control_Typography;
|
7 |
+
use Elementor\Core\Schemes\Color;
|
8 |
use Elementor\Core\Schemes\Typography;
|
9 |
use Elementor\Group_Control_Border;
|
10 |
|
412 |
'label' => __( 'Image hover overlay color', 'auxin-elements' ),
|
413 |
'type' => Controls_Manager::COLOR,
|
414 |
'scheme' => array(
|
415 |
+
'type' => Color::get_type(),
|
416 |
+
'value' => Color::COLOR_4,
|
417 |
),
|
418 |
'default' => 'rgba(0, 0, 0, 0.7)',
|
419 |
'selectors' => array(
|
includes/elementor/widgets/icon.php
CHANGED
@@ -4,7 +4,7 @@ namespace Auxin\Plugin\CoreElements\Elementor\Elements;
|
|
4 |
use Elementor\Plugin;
|
5 |
use Elementor\Widget_Base;
|
6 |
use Elementor\Controls_Manager;
|
7 |
-
use Elementor\
|
8 |
|
9 |
|
10 |
if ( ! defined( 'ABSPATH' ) ) {
|
@@ -216,8 +216,8 @@ class Icon extends Widget_Base {
|
|
216 |
'{{WRAPPER}}.elementor-view-framed .elementor-icon, {{WRAPPER}}.elementor-view-default .elementor-icon' => 'color: {{VALUE}}; border-color: {{VALUE}};',
|
217 |
),
|
218 |
'scheme' => array(
|
219 |
-
'type' =>
|
220 |
-
'value' =>
|
221 |
),
|
222 |
)
|
223 |
);
|
4 |
use Elementor\Plugin;
|
5 |
use Elementor\Widget_Base;
|
6 |
use Elementor\Controls_Manager;
|
7 |
+
use Elementor\Core\Schemes\Color;
|
8 |
|
9 |
|
10 |
if ( ! defined( 'ABSPATH' ) ) {
|
216 |
'{{WRAPPER}}.elementor-view-framed .elementor-icon, {{WRAPPER}}.elementor-view-default .elementor-icon' => 'color: {{VALUE}}; border-color: {{VALUE}};',
|
217 |
),
|
218 |
'scheme' => array(
|
219 |
+
'type' => Color::get_type(),
|
220 |
+
'value' => Color::COLOR_1,
|
221 |
),
|
222 |
)
|
223 |
);
|
includes/elementor/widgets/staff.php
CHANGED
@@ -927,14 +927,17 @@ class Staff extends Widget_Base {
|
|
927 |
|
928 |
$settings = $this->get_settings_for_display();
|
929 |
|
|
|
|
|
|
|
930 |
$args = array(
|
931 |
'title' => $settings['title'],
|
932 |
'subtitle' => $settings['subtitle'],
|
933 |
'staff_link' => $settings['staff_link']['url'],
|
934 |
'content' => $settings['content'],
|
935 |
'max_words' => $settings['max_words'],
|
936 |
-
'width' => $
|
937 |
-
'height' => $
|
938 |
|
939 |
'staff_img' => $settings['staff_img']['id'],
|
940 |
'staff_img_size' => $settings['staff_img_size'],
|
@@ -944,16 +947,6 @@ class Staff extends Widget_Base {
|
|
944 |
'preload_bgcolor' => $settings['preload_bgcolor'],
|
945 |
|
946 |
'socials' => $settings['socials'],
|
947 |
-
'social_twitter' => $settings['social_twitter']['url'],
|
948 |
-
'social_facebook' => $settings['social_facebook']['url'],
|
949 |
-
'social_gp' => $settings['social_gp']['url'],
|
950 |
-
'social_flickr' => $settings['social_flickr']['url'],
|
951 |
-
'social_delicious' => $settings['social_delicious']['url'],
|
952 |
-
'social_pinterest' => $settings['social_pinterest']['url'],
|
953 |
-
'social_github' => $settings['social_github']['url'],
|
954 |
-
'social_instagram' => $settings['social_instagram']['url'],
|
955 |
-
'social_dribbble' => $settings['social_dribbble']['url'],
|
956 |
-
'social_linkedin' => $settings['social_linkedin']['url'],
|
957 |
|
958 |
'icon_size' => $settings['icon_size'],
|
959 |
'icon_align' => $settings['icon_align'],
|
@@ -964,6 +957,25 @@ class Staff extends Widget_Base {
|
|
964 |
'text_align' => $settings['text_align'],
|
965 |
);
|
966 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
967 |
echo auxin_widget_staff_callback( $args );
|
968 |
}
|
969 |
|
927 |
|
928 |
$settings = $this->get_settings_for_display();
|
929 |
|
930 |
+
$width = !empty( $settings['staff_img_custom_dimension']['width'] ) ? $settings['staff_img_custom_dimension']['width'] : '';
|
931 |
+
$height = !empty( $settings['staff_img_custom_dimension']['height'] ) ? $settings['staff_img_custom_dimension']['height'] : '';
|
932 |
+
|
933 |
$args = array(
|
934 |
'title' => $settings['title'],
|
935 |
'subtitle' => $settings['subtitle'],
|
936 |
'staff_link' => $settings['staff_link']['url'],
|
937 |
'content' => $settings['content'],
|
938 |
'max_words' => $settings['max_words'],
|
939 |
+
'width' => $width,
|
940 |
+
'height' => $height,
|
941 |
|
942 |
'staff_img' => $settings['staff_img']['id'],
|
943 |
'staff_img_size' => $settings['staff_img_size'],
|
947 |
'preload_bgcolor' => $settings['preload_bgcolor'],
|
948 |
|
949 |
'socials' => $settings['socials'],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
950 |
|
951 |
'icon_size' => $settings['icon_size'],
|
952 |
'icon_align' => $settings['icon_align'],
|
957 |
'text_align' => $settings['text_align'],
|
958 |
);
|
959 |
|
960 |
+
if ( auxin_is_true( $settings['socials'] ) ) {
|
961 |
+
$socials = [
|
962 |
+
'social_twitter' ,
|
963 |
+
'social_facebook' ,
|
964 |
+
'social_gp' ,
|
965 |
+
'social_flickr' ,
|
966 |
+
'social_delicious',
|
967 |
+
'social_pinterest',
|
968 |
+
'social_github' ,
|
969 |
+
'social_instagram',
|
970 |
+
'social_dribbble' ,
|
971 |
+
'social_linkedin' ,
|
972 |
+
];
|
973 |
+
|
974 |
+
foreach( $socials as $key => $social ) {
|
975 |
+
$args[ $social ] = $settings[ $social ]['url'];
|
976 |
+
}
|
977 |
+
}
|
978 |
+
|
979 |
echo auxin_widget_staff_callback( $args );
|
980 |
}
|
981 |
|
includes/elementor/widgets/theme-elements/breadcrumbs.php
CHANGED
@@ -4,7 +4,7 @@ namespace Auxin\Plugin\CoreElements\Elementor\Elements\Theme_Elements;
|
|
4 |
use Elementor\Widget_Base;
|
5 |
use Elementor\Controls_Manager;
|
6 |
use Elementor\Group_Control_Typography;
|
7 |
-
use Elementor\
|
8 |
use Elementor\Core\Schemes\Typography;
|
9 |
use Elementor\Group_Control_Border;
|
10 |
use Elementor\Group_Control_Background;
|
@@ -253,8 +253,8 @@ class Breadcrumbs extends Widget_Base {
|
|
253 |
'label' => __( 'Icon Color', 'auxin-elements' ),
|
254 |
'type' => Controls_Manager::COLOR,
|
255 |
'scheme' => [
|
256 |
-
'type' =>
|
257 |
-
'value' =>
|
258 |
],
|
259 |
'selectors' => [
|
260 |
'{{WRAPPER}} span.aux-breadcrumb-home' => 'color: {{VALUE}};',
|
@@ -295,8 +295,8 @@ class Breadcrumbs extends Widget_Base {
|
|
295 |
'label' => __( 'Link Color', 'auxin-elements' ),
|
296 |
'type' => Controls_Manager::COLOR,
|
297 |
'scheme' => [
|
298 |
-
'type' =>
|
299 |
-
'value' =>
|
300 |
],
|
301 |
'selectors' => [
|
302 |
'{{WRAPPER}} span:not(.aux-breadcrumb-sep) a' => 'color: {{VALUE}};',
|
@@ -310,8 +310,8 @@ class Breadcrumbs extends Widget_Base {
|
|
310 |
'label' => __( 'Link Hover Color', 'auxin-elements' ),
|
311 |
'type' => Controls_Manager::COLOR,
|
312 |
'scheme' => [
|
313 |
-
'type' =>
|
314 |
-
'value' =>
|
315 |
],
|
316 |
'selectors' => [
|
317 |
'{{WRAPPER}} span:not(.aux-breadcrumb-sep) a:hover' => 'color: {{VALUE}};',
|
@@ -325,8 +325,8 @@ class Breadcrumbs extends Widget_Base {
|
|
325 |
'label' => __( 'Text Color', 'auxin-elements' ),
|
326 |
'type' => Controls_Manager::COLOR,
|
327 |
'scheme' => [
|
328 |
-
'type' =>
|
329 |
-
'value' =>
|
330 |
],
|
331 |
'selectors' => [
|
332 |
'{{WRAPPER}} span:not(.aux-breadcrumb-sep)' => 'color: {{VALUE}};',
|
@@ -385,8 +385,8 @@ class Breadcrumbs extends Widget_Base {
|
|
385 |
'label' => __( 'Icon Color', 'auxin-elements' ),
|
386 |
'type' => Controls_Manager::COLOR,
|
387 |
'scheme' => [
|
388 |
-
'type' =>
|
389 |
-
'value' =>
|
390 |
],
|
391 |
'selectors' => [
|
392 |
'{{WRAPPER}} span.aux-breadcrumb-sep' => 'color: {{VALUE}};',
|
4 |
use Elementor\Widget_Base;
|
5 |
use Elementor\Controls_Manager;
|
6 |
use Elementor\Group_Control_Typography;
|
7 |
+
use Elementor\Core\Schemes\Color;
|
8 |
use Elementor\Core\Schemes\Typography;
|
9 |
use Elementor\Group_Control_Border;
|
10 |
use Elementor\Group_Control_Background;
|
253 |
'label' => __( 'Icon Color', 'auxin-elements' ),
|
254 |
'type' => Controls_Manager::COLOR,
|
255 |
'scheme' => [
|
256 |
+
'type' => Color::get_type(),
|
257 |
+
'value' => Color::COLOR_1,
|
258 |
],
|
259 |
'selectors' => [
|
260 |
'{{WRAPPER}} span.aux-breadcrumb-home' => 'color: {{VALUE}};',
|
295 |
'label' => __( 'Link Color', 'auxin-elements' ),
|
296 |
'type' => Controls_Manager::COLOR,
|
297 |
'scheme' => [
|
298 |
+
'type' => Color::get_type(),
|
299 |
+
'value' => Color::COLOR_1,
|
300 |
],
|
301 |
'selectors' => [
|
302 |
'{{WRAPPER}} span:not(.aux-breadcrumb-sep) a' => 'color: {{VALUE}};',
|
310 |
'label' => __( 'Link Hover Color', 'auxin-elements' ),
|
311 |
'type' => Controls_Manager::COLOR,
|
312 |
'scheme' => [
|
313 |
+
'type' => Color::get_type(),
|
314 |
+
'value' => Color::COLOR_1,
|
315 |
],
|
316 |
'selectors' => [
|
317 |
'{{WRAPPER}} span:not(.aux-breadcrumb-sep) a:hover' => 'color: {{VALUE}};',
|
325 |
'label' => __( 'Text Color', 'auxin-elements' ),
|
326 |
'type' => Controls_Manager::COLOR,
|
327 |
'scheme' => [
|
328 |
+
'type' => Color::get_type(),
|
329 |
+
'value' => Color::COLOR_1,
|
330 |
],
|
331 |
'selectors' => [
|
332 |
'{{WRAPPER}} span:not(.aux-breadcrumb-sep)' => 'color: {{VALUE}};',
|
385 |
'label' => __( 'Icon Color', 'auxin-elements' ),
|
386 |
'type' => Controls_Manager::COLOR,
|
387 |
'scheme' => [
|
388 |
+
'type' => Color::get_type(),
|
389 |
+
'value' => Color::COLOR_1,
|
390 |
],
|
391 |
'selectors' => [
|
392 |
'{{WRAPPER}} span.aux-breadcrumb-sep' => 'color: {{VALUE}};',
|
includes/elements/recent-posts-grid-carousel.php
CHANGED
@@ -1144,6 +1144,8 @@ function auxin_widget_recent_posts_callback( $atts, $shortcode_content = null ){
|
|
1144 |
} else {
|
1145 |
// Get post counter in the query
|
1146 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
|
|
1147 |
}
|
1148 |
|
1149 |
}
|
1144 |
} else {
|
1145 |
// Get post counter in the query
|
1146 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
1147 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
1148 |
+
|
1149 |
}
|
1150 |
|
1151 |
}
|
includes/elements/recent-posts-land-style.php
CHANGED
@@ -609,6 +609,7 @@ function auxin_widget_recent_posts_land_style_callback( $atts, $shortcode_conten
|
|
609 |
} else {
|
610 |
// Get post counter in the query
|
611 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
612 |
}
|
613 |
|
614 |
}
|
609 |
} else {
|
610 |
// Get post counter in the query
|
611 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
612 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
613 |
}
|
614 |
|
615 |
}
|
includes/elements/recent-posts-masonry.php
CHANGED
@@ -654,6 +654,7 @@ function auxin_widget_recent_posts_masonry_callback( $atts, $shortcode_content =
|
|
654 |
} else {
|
655 |
// Get post counter in the query
|
656 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
657 |
}
|
658 |
|
659 |
}
|
654 |
} else {
|
655 |
// Get post counter in the query
|
656 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
657 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
658 |
}
|
659 |
|
660 |
}
|
includes/elements/recent-posts-tiles-carousel.php
CHANGED
@@ -760,6 +760,7 @@ function auxin_widget_recent_posts_tiles_carousel_callback( $atts, $shortcode_co
|
|
760 |
} else {
|
761 |
// Get post counter in the query
|
762 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
763 |
}
|
764 |
}
|
765 |
|
760 |
} else {
|
761 |
// Get post counter in the query
|
762 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
763 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
764 |
}
|
765 |
}
|
766 |
|
includes/elements/recent-posts-tiles.php
CHANGED
@@ -614,6 +614,7 @@ function auxin_widget_recent_posts_tiles_callback( $atts, $shortcode_content = n
|
|
614 |
} else {
|
615 |
// Get post counter in the query
|
616 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
617 |
}
|
618 |
}
|
619 |
|
614 |
} else {
|
615 |
// Get post counter in the query
|
616 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
617 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
618 |
}
|
619 |
}
|
620 |
|
includes/elements/recent-posts-timeline.php
CHANGED
@@ -643,6 +643,7 @@ function auxin_widget_recent_posts_timeline_callback( $atts, $shortcode_content
|
|
643 |
} else {
|
644 |
// Get post counter in the query
|
645 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
646 |
}
|
647 |
|
648 |
}
|
643 |
} else {
|
644 |
// Get post counter in the query
|
645 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
646 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
647 |
}
|
648 |
|
649 |
}
|
includes/elements/recent-products.php
CHANGED
@@ -543,7 +543,9 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
|
|
543 |
do_action( $base_class . '-template-part', $result, $post_vars, $item_class );
|
544 |
|
545 |
} else {
|
546 |
-
|
|
|
|
|
547 |
include auxin_get_template_file( $template_part_file, '', $extra_template_path );
|
548 |
echo '</div>';
|
549 |
}
|
@@ -556,6 +558,7 @@ function auxin_widget_the_recent_products_callback( $atts, $shortcode_content =
|
|
556 |
} else {
|
557 |
// Get post counter in the query
|
558 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
|
|
559 |
}
|
560 |
|
561 |
}
|
543 |
do_action( $base_class . '-template-part', $result, $post_vars, $item_class );
|
544 |
|
545 |
} else {
|
546 |
+
?>
|
547 |
+
<div <?php wc_product_class( $item_class . ' post-'. $post->ID, $post->ID );?>>
|
548 |
+
<?php
|
549 |
include auxin_get_template_file( $template_part_file, '', $extra_template_path );
|
550 |
echo '</div>';
|
551 |
}
|
558 |
} else {
|
559 |
// Get post counter in the query
|
560 |
echo '<span class="aux-post-count hidden">'.$wp_query->post_count.'</span>';
|
561 |
+
echo '<span class="aux-all-posts-count hidden">'.$wp_query->found_posts.'</span>';
|
562 |
}
|
563 |
|
564 |
}
|
includes/general-functions.php
CHANGED
@@ -410,7 +410,7 @@ function auxin_get_grid_pattern( $pattern, $index, $column_media_width ) {
|
|
410 |
return auxin_big_grid_pattern_7( $index, $column_media_width );
|
411 |
break;
|
412 |
default:
|
413 |
-
return auxin_get_big_grid_pattern(
|
414 |
break;
|
415 |
}
|
416 |
|
@@ -422,7 +422,7 @@ function auxin_get_grid_pattern( $pattern, $index, $column_media_width ) {
|
|
422 |
* @param int $index
|
423 |
* @return Array classname, image size
|
424 |
*/
|
425 |
-
function auxin_get_big_grid_pattern( $pattern = 'default'
|
426 |
|
427 |
$div_index = $index % 12;
|
428 |
$return_value = array();
|
410 |
return auxin_big_grid_pattern_7( $index, $column_media_width );
|
411 |
break;
|
412 |
default:
|
413 |
+
return auxin_get_big_grid_pattern( $index, $column_media_width );
|
414 |
break;
|
415 |
}
|
416 |
|
422 |
* @param int $index
|
423 |
* @return Array classname, image size
|
424 |
*/
|
425 |
+
function auxin_get_big_grid_pattern( $index, $column_media_width, $pattern = 'default' ) {
|
426 |
|
427 |
$div_index = $index % 12;
|
428 |
$return_value = array();
|
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: 2021-
|
6 |
"PO-Revision-Date: 2016-11-09 12:50+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -2209,48 +2209,48 @@ msgstr ""
|
|
2209 |
msgid "Note for admin"
|
2210 |
msgstr "باز و بسته شونده یا آکاردئون"
|
2211 |
|
2212 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2213 |
msgid ""
|
2214 |
"%s plugin is required in order to use this plugin. Please install and "
|
2215 |
"activate the plugin."
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2219 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2220 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2221 |
msgid "How to upgrade"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2225 |
msgid ""
|
2226 |
"The plugin requires %s plugin version %s or higher (current version is %s). "
|
2227 |
"Please update it to the latest version."
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2231 |
msgid ""
|
2232 |
"%s theme requires %s plugin version %s or higher in order to function "
|
2233 |
"property. Your current plugin version is %s, please update it to latest "
|
2234 |
"version."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2238 |
msgid ""
|
2239 |
"The plugin requires %s theme version %s or higher in order to function "
|
2240 |
"property. Your current theme version is %s, please %s update to latest "
|
2241 |
"version %s."
|
2242 |
msgstr ""
|
2243 |
|
2244 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2245 |
msgid "%s path while checking the availability of theme not found."
|
2246 |
msgstr ""
|
2247 |
|
2248 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2249 |
msgid ""
|
2250 |
"%s function callback while checking the availability of theme not found."
|
2251 |
msgstr ""
|
2252 |
|
2253 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2254 |
#, fuzzy
|
2255 |
msgid ""
|
2256 |
"PHP version %s or above is required for this plugin while your the current "
|
@@ -3394,7 +3394,8 @@ msgstr "URL منبع"
|
|
3394 |
#: includes/elementor/modules/dynamic-tags/archive-url.php:33
|
3395 |
#: includes/elementor/modules/dynamic-tags/featured-colors.php:36
|
3396 |
#: includes/elementor/modules/dynamic-tags/pages-url.php:35
|
3397 |
-
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:
|
|
|
3398 |
#: includes/elementor/modules/dynamic-tags/taxonomies-url.php:35
|
3399 |
#: includes/elementor/modules/theme-builder/module.php:85
|
3400 |
msgid "Select..."
|
@@ -3891,11 +3892,84 @@ msgstr "تصویر دلخواه"
|
|
3891 |
msgid "Key List"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:
|
|
|
|
|
|
|
|
|
|
|
3895 |
#, fuzzy
|
3896 |
msgid "Custom Key"
|
3897 |
msgstr "تصویر دلخواه"
|
3898 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3899 |
#: includes/elementor/modules/dynamic-tags/post-date.php:18
|
3900 |
#, fuzzy
|
3901 |
msgid "Post Date"
|
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: 2021-05-16 11:27:01+00:00\n"
|
6 |
"PO-Revision-Date: 2016-11-09 12:50+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
2209 |
msgid "Note for admin"
|
2210 |
msgstr "باز و بسته شونده یا آکاردئون"
|
2211 |
|
2212 |
+
#: includes/classes/class-auxin-plugin-requirements.php:224
|
2213 |
msgid ""
|
2214 |
"%s plugin is required in order to use this plugin. Please install and "
|
2215 |
"activate the plugin."
|
2216 |
msgstr ""
|
2217 |
|
2218 |
+
#: includes/classes/class-auxin-plugin-requirements.php:225
|
2219 |
+
#: includes/classes/class-auxin-plugin-requirements.php:326
|
2220 |
+
#: includes/classes/class-auxin-plugin-requirements.php:351
|
2221 |
msgid "How to upgrade"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: includes/classes/class-auxin-plugin-requirements.php:245
|
2225 |
msgid ""
|
2226 |
"The plugin requires %s plugin version %s or higher (current version is %s). "
|
2227 |
"Please update it to the latest version."
|
2228 |
msgstr ""
|
2229 |
|
2230 |
+
#: includes/classes/class-auxin-plugin-requirements.php:325
|
2231 |
msgid ""
|
2232 |
"%s theme requires %s plugin version %s or higher in order to function "
|
2233 |
"property. Your current plugin version is %s, please update it to latest "
|
2234 |
"version."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: includes/classes/class-auxin-plugin-requirements.php:350
|
2238 |
msgid ""
|
2239 |
"The plugin requires %s theme version %s or higher in order to function "
|
2240 |
"property. Your current theme version is %s, please %s update to latest "
|
2241 |
"version %s."
|
2242 |
msgstr ""
|
2243 |
|
2244 |
+
#: includes/classes/class-auxin-plugin-requirements.php:362
|
2245 |
msgid "%s path while checking the availability of theme not found."
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#: includes/classes/class-auxin-plugin-requirements.php:367
|
2249 |
msgid ""
|
2250 |
"%s function callback while checking the availability of theme not found."
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: includes/classes/class-auxin-plugin-requirements.php:404
|
2254 |
#, fuzzy
|
2255 |
msgid ""
|
2256 |
"PHP version %s or above is required for this plugin while your the current "
|
3394 |
#: includes/elementor/modules/dynamic-tags/archive-url.php:33
|
3395 |
#: includes/elementor/modules/dynamic-tags/featured-colors.php:36
|
3396 |
#: includes/elementor/modules/dynamic-tags/pages-url.php:35
|
3397 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:91
|
3398 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:108
|
3399 |
#: includes/elementor/modules/dynamic-tags/taxonomies-url.php:35
|
3400 |
#: includes/elementor/modules/theme-builder/module.php:85
|
3401 |
msgid "Select..."
|
3892 |
msgid "Key List"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:55
|
3896 |
+
#, fuzzy
|
3897 |
+
msgid "Phlox Custom Keys"
|
3898 |
+
msgstr "[فلوکس] خوراک فیسبوک سفارشی"
|
3899 |
+
|
3900 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:64
|
3901 |
#, fuzzy
|
3902 |
msgid "Custom Key"
|
3903 |
msgstr "تصویر دلخواه"
|
3904 |
|
3905 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:109
|
3906 |
+
#, fuzzy
|
3907 |
+
msgid "Post - Audio file (MP3 or ogg)"
|
3908 |
+
msgstr "فایل صوتی (MP3 یا OGG)"
|
3909 |
+
|
3910 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:110
|
3911 |
+
#, fuzzy
|
3912 |
+
msgid "Post - Audio URL (oEmbed)"
|
3913 |
+
msgstr "آدرس فایل صوتی (oEmbed)"
|
3914 |
+
|
3915 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:111
|
3916 |
+
#, fuzzy
|
3917 |
+
msgid "Post - The Gallery Images"
|
3918 |
+
msgstr "تصاویر گالری"
|
3919 |
+
|
3920 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:112
|
3921 |
+
#, fuzzy
|
3922 |
+
msgid "Post - Source Name"
|
3923 |
+
msgstr "نام منبع"
|
3924 |
+
|
3925 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:113
|
3926 |
+
#, fuzzy
|
3927 |
+
msgid "Post - Source URL"
|
3928 |
+
msgstr "URL منبع"
|
3929 |
+
|
3930 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:114
|
3931 |
+
#, fuzzy
|
3932 |
+
msgid "Post - Video file"
|
3933 |
+
msgstr "فایل ویدیو"
|
3934 |
+
|
3935 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:115
|
3936 |
+
#, fuzzy
|
3937 |
+
msgid "Post - Video URL (oEmbed)"
|
3938 |
+
msgstr "آدرس ویدیو (oEmbed)"
|
3939 |
+
|
3940 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:116
|
3941 |
+
#, fuzzy
|
3942 |
+
msgid "Post - Poster image"
|
3943 |
+
msgstr "تصویر پوستر"
|
3944 |
+
|
3945 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:117
|
3946 |
+
msgid "Portfolio - Featured Image (Secondary)"
|
3947 |
+
msgstr ""
|
3948 |
+
|
3949 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:118
|
3950 |
+
msgid "Portfolio - Overview"
|
3951 |
+
msgstr ""
|
3952 |
+
|
3953 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:119
|
3954 |
+
msgid "Portfolio - Overview Title"
|
3955 |
+
msgstr ""
|
3956 |
+
|
3957 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:120
|
3958 |
+
msgid "Portfolio - URL for Launch Button"
|
3959 |
+
msgstr ""
|
3960 |
+
|
3961 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:121
|
3962 |
+
msgid "Portfolio - Project URL"
|
3963 |
+
msgstr ""
|
3964 |
+
|
3965 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:122
|
3966 |
+
msgid "Portfolio - Client"
|
3967 |
+
msgstr ""
|
3968 |
+
|
3969 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:123
|
3970 |
+
msgid "Portfolio - Release Date"
|
3971 |
+
msgstr ""
|
3972 |
+
|
3973 |
#: includes/elementor/modules/dynamic-tags/post-date.php:18
|
3974 |
#, fuzzy
|
3975 |
msgid "Post Date"
|
languages/auxin-elements.pot
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Phlox Core Elements 2.7.
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -2065,47 +2065,47 @@ msgstr ""
|
|
2065 |
msgid "Note for admin"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2069 |
msgid ""
|
2070 |
"%s plugin is required in order to use this plugin. Please install and "
|
2071 |
"activate the plugin."
|
2072 |
msgstr ""
|
2073 |
|
2074 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2075 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2076 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2077 |
msgid "How to upgrade"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2081 |
msgid ""
|
2082 |
"The plugin requires %s plugin version %s or higher (current version is %s). "
|
2083 |
"Please update it to the latest version."
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2087 |
msgid ""
|
2088 |
"%s theme requires %s plugin version %s or higher in order to function "
|
2089 |
"property. Your current plugin version is %s, please update it to latest "
|
2090 |
"version."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2094 |
msgid ""
|
2095 |
"The plugin requires %s theme version %s or higher in order to function "
|
2096 |
"property. Your current theme version is %s, please %s update to latest "
|
2097 |
"version %s."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2101 |
msgid "%s path while checking the availability of theme not found."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2105 |
msgid "%s function callback while checking the availability of theme not found."
|
2106 |
msgstr ""
|
2107 |
|
2108 |
-
#: includes/classes/class-auxin-plugin-requirements.php:
|
2109 |
msgid ""
|
2110 |
"PHP version %s or above is required for this plugin while your the current "
|
2111 |
"PHP version is %s."
|
@@ -3181,7 +3181,8 @@ msgstr ""
|
|
3181 |
#: includes/elementor/modules/dynamic-tags/archive-url.php:33
|
3182 |
#: includes/elementor/modules/dynamic-tags/featured-colors.php:36
|
3183 |
#: includes/elementor/modules/dynamic-tags/pages-url.php:35
|
3184 |
-
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:
|
|
|
3185 |
#: includes/elementor/modules/dynamic-tags/taxonomies-url.php:35
|
3186 |
#: includes/elementor/modules/theme-builder/module.php:85
|
3187 |
msgid "Select..."
|
@@ -3642,10 +3643,74 @@ msgstr ""
|
|
3642 |
msgid "Key List"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
-
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:
|
|
|
|
|
|
|
|
|
3646 |
msgid "Custom Key"
|
3647 |
msgstr ""
|
3648 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3649 |
#: includes/elementor/modules/dynamic-tags/post-date.php:18
|
3650 |
msgid "Post Date"
|
3651 |
msgstr ""
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Core Elements 2.7.13\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2021-05-16 11:27: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"
|
2065 |
msgid "Note for admin"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
+
#: includes/classes/class-auxin-plugin-requirements.php:224
|
2069 |
msgid ""
|
2070 |
"%s plugin is required in order to use this plugin. Please install and "
|
2071 |
"activate the plugin."
|
2072 |
msgstr ""
|
2073 |
|
2074 |
+
#: includes/classes/class-auxin-plugin-requirements.php:225
|
2075 |
+
#: includes/classes/class-auxin-plugin-requirements.php:326
|
2076 |
+
#: includes/classes/class-auxin-plugin-requirements.php:351
|
2077 |
msgid "How to upgrade"
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: includes/classes/class-auxin-plugin-requirements.php:245
|
2081 |
msgid ""
|
2082 |
"The plugin requires %s plugin version %s or higher (current version is %s). "
|
2083 |
"Please update it to the latest version."
|
2084 |
msgstr ""
|
2085 |
|
2086 |
+
#: includes/classes/class-auxin-plugin-requirements.php:325
|
2087 |
msgid ""
|
2088 |
"%s theme requires %s plugin version %s or higher in order to function "
|
2089 |
"property. Your current plugin version is %s, please update it to latest "
|
2090 |
"version."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
+
#: includes/classes/class-auxin-plugin-requirements.php:350
|
2094 |
msgid ""
|
2095 |
"The plugin requires %s theme version %s or higher in order to function "
|
2096 |
"property. Your current theme version is %s, please %s update to latest "
|
2097 |
"version %s."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: includes/classes/class-auxin-plugin-requirements.php:362
|
2101 |
msgid "%s path while checking the availability of theme not found."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: includes/classes/class-auxin-plugin-requirements.php:367
|
2105 |
msgid "%s function callback while checking the availability of theme not found."
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: includes/classes/class-auxin-plugin-requirements.php:404
|
2109 |
msgid ""
|
2110 |
"PHP version %s or above is required for this plugin while your the current "
|
2111 |
"PHP version is %s."
|
3181 |
#: includes/elementor/modules/dynamic-tags/archive-url.php:33
|
3182 |
#: includes/elementor/modules/dynamic-tags/featured-colors.php:36
|
3183 |
#: includes/elementor/modules/dynamic-tags/pages-url.php:35
|
3184 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:91
|
3185 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:108
|
3186 |
#: includes/elementor/modules/dynamic-tags/taxonomies-url.php:35
|
3187 |
#: includes/elementor/modules/theme-builder/module.php:85
|
3188 |
msgid "Select..."
|
3643 |
msgid "Key List"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:55
|
3647 |
+
msgid "Phlox Custom Keys"
|
3648 |
+
msgstr ""
|
3649 |
+
|
3650 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:64
|
3651 |
msgid "Custom Key"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:109
|
3655 |
+
msgid "Post - Audio file (MP3 or ogg)"
|
3656 |
+
msgstr ""
|
3657 |
+
|
3658 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:110
|
3659 |
+
msgid "Post - Audio URL (oEmbed)"
|
3660 |
+
msgstr ""
|
3661 |
+
|
3662 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:111
|
3663 |
+
msgid "Post - The Gallery Images"
|
3664 |
+
msgstr ""
|
3665 |
+
|
3666 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:112
|
3667 |
+
msgid "Post - Source Name"
|
3668 |
+
msgstr ""
|
3669 |
+
|
3670 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:113
|
3671 |
+
msgid "Post - Source URL"
|
3672 |
+
msgstr ""
|
3673 |
+
|
3674 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:114
|
3675 |
+
msgid "Post - Video file"
|
3676 |
+
msgstr ""
|
3677 |
+
|
3678 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:115
|
3679 |
+
msgid "Post - Video URL (oEmbed)"
|
3680 |
+
msgstr ""
|
3681 |
+
|
3682 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:116
|
3683 |
+
msgid "Post - Poster image"
|
3684 |
+
msgstr ""
|
3685 |
+
|
3686 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:117
|
3687 |
+
msgid "Portfolio - Featured Image (Secondary)"
|
3688 |
+
msgstr ""
|
3689 |
+
|
3690 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:118
|
3691 |
+
msgid "Portfolio - Overview"
|
3692 |
+
msgstr ""
|
3693 |
+
|
3694 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:119
|
3695 |
+
msgid "Portfolio - Overview Title"
|
3696 |
+
msgstr ""
|
3697 |
+
|
3698 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:120
|
3699 |
+
msgid "Portfolio - URL for Launch Button"
|
3700 |
+
msgstr ""
|
3701 |
+
|
3702 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:121
|
3703 |
+
msgid "Portfolio - Project URL"
|
3704 |
+
msgstr ""
|
3705 |
+
|
3706 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:122
|
3707 |
+
msgid "Portfolio - Client"
|
3708 |
+
msgstr ""
|
3709 |
+
|
3710 |
+
#: includes/elementor/modules/dynamic-tags/post-custom-field.php:123
|
3711 |
+
msgid "Portfolio - Release Date"
|
3712 |
+
msgstr ""
|
3713 |
+
|
3714 |
#: includes/elementor/modules/dynamic-tags/post-date.php:18
|
3715 |
msgid "Post Date"
|
3716 |
msgstr ""
|
public/assets/js/plugins.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! Phlox Core Plugin - v2.7.
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|
1 |
+
/*! Phlox Core Plugin - v2.7.13 (2021-05)
|
2 |
* All required plugins
|
3 |
* http://phlox.pro/
|
4 |
*/
|