Version Description
Download this release
Release Info
Developer | averta |
Plugin | Premium Portfolio Features for Phlox theme |
Version | 2.1.5 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.5
- README.txt +2 -2
- auxin-portfolio.php +2 -2
- includes/elements/elementor/recent-portfolios-grid-carousel.php +4 -4
- includes/elements/elementor/recent-portfolios-grid.php +7 -7
- includes/elements/elementor/recent-portfolios-masonry.php +3 -3
- includes/elements/elementor/recent-portfolios-tile-carousel.php +3 -3
- includes/elements/elementor/recent-portfolios-tile.php +3 -3
- includes/general-hooks.php +1 -1
- languages/auxin-portfolio-fa_IR.po +8 -8
- languages/auxin-portfolio.pot +9 -9
- public/assets/js/portfolio.js +1 -1
- public/templates/theme-parts/entry/single-portfolio.php +5 -1
README.txt
CHANGED
@@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
|
7 |
Requires PHP: 5.6
|
8 |
Requires at least: 4.6
|
9 |
-
Tested up to: 5.
|
10 |
-
Stable tag: 2.1.
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
6 |
Tags: phlox, gallery, elementor, siteorigin, portfolio, averta, auxin, fullwidth, masonry, timeline, projects, showcase, minimal, wix, flat
|
7 |
Requires PHP: 5.6
|
8 |
Requires at least: 4.6
|
9 |
+
Tested up to: 5.7.0
|
10 |
+
Stable tag: 2.1.5
|
11 |
License: GPLv3
|
12 |
License URI: http://www.gnu.org/licenses/gpl.html
|
13 |
|
auxin-portfolio.php
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
-
* Version: 2.1.
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* License: GPL2
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
20 |
* Text Domain: auxin-portfolio
|
21 |
* Domain Path: /languages
|
22 |
-
* Tested up to: 5.
|
23 |
*/
|
24 |
|
25 |
// If this file is called directly, abort.
|
12 |
* Plugin Name: Phlox Portfolio
|
13 |
* Plugin URI: http://phlox.pro/
|
14 |
* Description: Showcase your projects beautifully in Phlox theme
|
15 |
+
* Version: 2.1.5
|
16 |
* Author: averta
|
17 |
* Author URI: http://averta.net
|
18 |
* License: GPL2
|
19 |
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
20 |
* Text Domain: auxin-portfolio
|
21 |
* Domain Path: /languages
|
22 |
+
* Tested up to: 5.7.0
|
23 |
*/
|
24 |
|
25 |
// If this file is called directly, abort.
|
includes/elements/elementor/recent-portfolios-grid-carousel.php
CHANGED
@@ -8,7 +8,7 @@ use Elementor\Core\Files\CSS\Post;
|
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
-
use Elementor\
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
@@ -753,7 +753,7 @@ class Recent_Portfolios_Grid_Carousel extends Widget_Base {
|
|
753 |
Group_Control_Typography::get_type(),
|
754 |
array(
|
755 |
'name' => 'title_typography',
|
756 |
-
'scheme' =>
|
757 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a'
|
758 |
)
|
759 |
);
|
@@ -839,7 +839,7 @@ class Recent_Portfolios_Grid_Carousel extends Widget_Base {
|
|
839 |
Group_Control_Typography::get_type(),
|
840 |
array(
|
841 |
'name' => 'info_typography',
|
842 |
-
'scheme' =>
|
843 |
'selector' => '{{WRAPPER}} .entry-tax'
|
844 |
)
|
845 |
);
|
@@ -940,7 +940,7 @@ class Recent_Portfolios_Grid_Carousel extends Widget_Base {
|
|
940 |
Group_Control_Typography::get_type(),
|
941 |
array(
|
942 |
'name' => 'carousel_typography',
|
943 |
-
'scheme' =>
|
944 |
'selector' => '{{WRAPPER}} .aux-mc-arrows .aux-text-arrow'
|
945 |
)
|
946 |
);
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
+
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
753 |
Group_Control_Typography::get_type(),
|
754 |
array(
|
755 |
'name' => 'title_typography',
|
756 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
757 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a'
|
758 |
)
|
759 |
);
|
839 |
Group_Control_Typography::get_type(),
|
840 |
array(
|
841 |
'name' => 'info_typography',
|
842 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
843 |
'selector' => '{{WRAPPER}} .entry-tax'
|
844 |
)
|
845 |
);
|
940 |
Group_Control_Typography::get_type(),
|
941 |
array(
|
942 |
'name' => 'carousel_typography',
|
943 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
944 |
'selector' => '{{WRAPPER}} .aux-mc-arrows .aux-text-arrow'
|
945 |
)
|
946 |
);
|
includes/elements/elementor/recent-portfolios-grid.php
CHANGED
@@ -8,7 +8,7 @@ use Elementor\Core\Files\CSS\Post;
|
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
-
use Elementor\
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
@@ -516,7 +516,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
516 |
Group_Control_Typography::get_type(),
|
517 |
array(
|
518 |
'name' => 'filters_typography',
|
519 |
-
'scheme' =>
|
520 |
'selector' => '{{WRAPPER}} .aux-filters li > a'
|
521 |
)
|
522 |
);
|
@@ -557,7 +557,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
557 |
Group_Control_Typography::get_type(),
|
558 |
array(
|
559 |
'name' => 'filters_hover_typography',
|
560 |
-
'scheme' =>
|
561 |
'selector' => '{{WRAPPER}} .aux-filters li:hover > a'
|
562 |
)
|
563 |
);
|
@@ -598,7 +598,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
598 |
Group_Control_Typography::get_type(),
|
599 |
array(
|
600 |
'name' => 'filters_active_typography',
|
601 |
-
'scheme' =>
|
602 |
'selector' => '{{WRAPPER}} .aux-filters li > a.aux-selected'
|
603 |
)
|
604 |
);
|
@@ -972,7 +972,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
972 |
Group_Control_Typography::get_type(),
|
973 |
array(
|
974 |
'name' => 'title_typography',
|
975 |
-
'scheme' =>
|
976 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
977 |
'condition' => array(
|
978 |
'display_title' => 'yes'
|
@@ -1103,7 +1103,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
1103 |
Group_Control_Typography::get_type(),
|
1104 |
array(
|
1105 |
'name' => 'read_more_typography',
|
1106 |
-
'scheme' =>
|
1107 |
'selector' => '{{WRAPPER}} .entry-read-more a',
|
1108 |
'condition' => array(
|
1109 |
'display_read_more' => 'yes'
|
@@ -1227,7 +1227,7 @@ class Recent_Portfolios_Grid extends Widget_Base {
|
|
1227 |
Group_Control_Typography::get_type(),
|
1228 |
array(
|
1229 |
'name' => 'info_typography',
|
1230 |
-
'scheme' =>
|
1231 |
'selector' => '{{WRAPPER}} .entry-tax',
|
1232 |
'condition' => array(
|
1233 |
'show_info' => 'yes'
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
+
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
516 |
Group_Control_Typography::get_type(),
|
517 |
array(
|
518 |
'name' => 'filters_typography',
|
519 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
520 |
'selector' => '{{WRAPPER}} .aux-filters li > a'
|
521 |
)
|
522 |
);
|
557 |
Group_Control_Typography::get_type(),
|
558 |
array(
|
559 |
'name' => 'filters_hover_typography',
|
560 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
561 |
'selector' => '{{WRAPPER}} .aux-filters li:hover > a'
|
562 |
)
|
563 |
);
|
598 |
Group_Control_Typography::get_type(),
|
599 |
array(
|
600 |
'name' => 'filters_active_typography',
|
601 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
602 |
'selector' => '{{WRAPPER}} .aux-filters li > a.aux-selected'
|
603 |
)
|
604 |
);
|
972 |
Group_Control_Typography::get_type(),
|
973 |
array(
|
974 |
'name' => 'title_typography',
|
975 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
976 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
977 |
'condition' => array(
|
978 |
'display_title' => 'yes'
|
1103 |
Group_Control_Typography::get_type(),
|
1104 |
array(
|
1105 |
'name' => 'read_more_typography',
|
1106 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
1107 |
'selector' => '{{WRAPPER}} .entry-read-more a',
|
1108 |
'condition' => array(
|
1109 |
'display_read_more' => 'yes'
|
1227 |
Group_Control_Typography::get_type(),
|
1228 |
array(
|
1229 |
'name' => 'info_typography',
|
1230 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
1231 |
'selector' => '{{WRAPPER}} .entry-tax',
|
1232 |
'condition' => array(
|
1233 |
'show_info' => 'yes'
|
includes/elements/elementor/recent-portfolios-masonry.php
CHANGED
@@ -8,7 +8,7 @@ use Elementor\Core\Files\CSS\Post;
|
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
-
use Elementor\
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
@@ -814,7 +814,7 @@ class Recent_Portfolios_Masonry extends Widget_Base {
|
|
814 |
Group_Control_Typography::get_type(),
|
815 |
array(
|
816 |
'name' => 'title_typography',
|
817 |
-
'scheme' =>
|
818 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
819 |
'condition' => array(
|
820 |
'display_title' => 'yes'
|
@@ -925,7 +925,7 @@ class Recent_Portfolios_Masonry extends Widget_Base {
|
|
925 |
Group_Control_Typography::get_type(),
|
926 |
array(
|
927 |
'name' => 'info_typography',
|
928 |
-
'scheme' =>
|
929 |
'selector' => '{{WRAPPER}} .entry-tax',
|
930 |
'condition' => array(
|
931 |
'show_info' => 'yes'
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
+
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
814 |
Group_Control_Typography::get_type(),
|
815 |
array(
|
816 |
'name' => 'title_typography',
|
817 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
818 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
819 |
'condition' => array(
|
820 |
'display_title' => 'yes'
|
925 |
Group_Control_Typography::get_type(),
|
926 |
array(
|
927 |
'name' => 'info_typography',
|
928 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
929 |
'selector' => '{{WRAPPER}} .entry-tax',
|
930 |
'condition' => array(
|
931 |
'show_info' => 'yes'
|
includes/elements/elementor/recent-portfolios-tile-carousel.php
CHANGED
@@ -8,7 +8,7 @@ use Elementor\Core\Files\CSS\Post;
|
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
-
use Elementor\
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
@@ -608,7 +608,7 @@ class Recent_Portfolios_Tile_Carousel_Carousel extends Widget_Base {
|
|
608 |
Group_Control_Typography::get_type(),
|
609 |
array(
|
610 |
'name' => 'title_typography',
|
611 |
-
'scheme' =>
|
612 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
613 |
'condition' => array(
|
614 |
'display_title' => 'yes'
|
@@ -719,7 +719,7 @@ class Recent_Portfolios_Tile_Carousel_Carousel extends Widget_Base {
|
|
719 |
Group_Control_Typography::get_type(),
|
720 |
array(
|
721 |
'name' => 'info_typography',
|
722 |
-
'scheme' =>
|
723 |
'selector' => '{{WRAPPER}} .entry-tax',
|
724 |
'condition' => array(
|
725 |
'show_info' => 'yes'
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
+
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
608 |
Group_Control_Typography::get_type(),
|
609 |
array(
|
610 |
'name' => 'title_typography',
|
611 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
612 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
613 |
'condition' => array(
|
614 |
'display_title' => 'yes'
|
719 |
Group_Control_Typography::get_type(),
|
720 |
array(
|
721 |
'name' => 'info_typography',
|
722 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
723 |
'selector' => '{{WRAPPER}} .entry-tax',
|
724 |
'condition' => array(
|
725 |
'show_info' => 'yes'
|
includes/elements/elementor/recent-portfolios-tile.php
CHANGED
@@ -8,7 +8,7 @@ use Elementor\Core\Files\CSS\Post;
|
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
-
use Elementor\
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
@@ -775,7 +775,7 @@ class Recent_Portfolios_Tile extends Widget_Base {
|
|
775 |
Group_Control_Typography::get_type(),
|
776 |
array(
|
777 |
'name' => 'title_typography',
|
778 |
-
'scheme' =>
|
779 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
780 |
'condition' => array(
|
781 |
'display_title' => 'yes'
|
@@ -886,7 +886,7 @@ class Recent_Portfolios_Tile extends Widget_Base {
|
|
886 |
Group_Control_Typography::get_type(),
|
887 |
array(
|
888 |
'name' => 'info_typography',
|
889 |
-
'scheme' =>
|
890 |
'selector' => '{{WRAPPER}} .entry-tax',
|
891 |
'condition' => array(
|
892 |
'show_info' => 'yes'
|
8 |
use Elementor\Group_Control_Image_Size;
|
9 |
use Elementor\Group_Control_Typography;
|
10 |
use Elementor\Scheme_Color;
|
11 |
+
use Elementor\Core\Schemes\Typography;
|
12 |
use Elementor\Utils;
|
13 |
use Elementor\Control_Media;
|
14 |
use Elementor\Group_Control_Border;
|
775 |
Group_Control_Typography::get_type(),
|
776 |
array(
|
777 |
'name' => 'title_typography',
|
778 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
779 |
'selector' => '{{WRAPPER}} .entry-header .entry-title a',
|
780 |
'condition' => array(
|
781 |
'display_title' => 'yes'
|
886 |
Group_Control_Typography::get_type(),
|
887 |
array(
|
888 |
'name' => 'info_typography',
|
889 |
+
'scheme' => Typography::TYPOGRAPHY_1,
|
890 |
'selector' => '{{WRAPPER}} .entry-tax',
|
891 |
'condition' => array(
|
892 |
'show_info' => 'yes'
|
includes/general-hooks.php
CHANGED
@@ -551,7 +551,7 @@ function auxin_define_portfolio_theme_options( $fields_sections_list ){
|
|
551 |
'section' => 'portfolio-section-single',
|
552 |
'transport' => 'postMessage',
|
553 |
'type' => 'color',
|
554 |
-
'selectors' => '.single-portfolio .wp_ulike_is_liked button::before',
|
555 |
'placeholder' => 'color:{{VALUE}};',
|
556 |
'default' => '',
|
557 |
'dependency' => array(
|
551 |
'section' => 'portfolio-section-single',
|
552 |
'transport' => 'postMessage',
|
553 |
'type' => 'color',
|
554 |
+
'selectors' => '.single-portfolio .wp_ulike_is_liked button::before, .single-portfolio .wp_ulike_is_unliked.wp_ulike_is_liked button::before, .single-portfolio .wp_ulike_is_not_liked.wp_ulike_is_liked button::before',
|
555 |
'placeholder' => 'color:{{VALUE}};',
|
556 |
'default' => '',
|
557 |
'dependency' => array(
|
languages/auxin-portfolio-fa_IR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Phlox Portfolio\n"
|
4 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
5 |
-
"POT-Creation-Date: 2021-
|
6 |
"PO-Revision-Date: 2017-12-20 13:38+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -1017,7 +1017,7 @@ msgid "Previous Button"
|
|
1017 |
msgstr ""
|
1018 |
|
1019 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:307
|
1020 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1021 |
msgid "Prev"
|
1022 |
msgstr ""
|
1023 |
|
@@ -1183,7 +1183,7 @@ msgstr ""
|
|
1183 |
#: includes/elements/elementor/recent-portfolios-tile.php:814
|
1184 |
#: includes/elements/recent-portfolios-tile-carousel.php:57
|
1185 |
#: includes/elements/recent-portfolios.php:58
|
1186 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1187 |
msgid "Categories"
|
1188 |
msgstr ""
|
1189 |
|
@@ -3157,8 +3157,8 @@ msgstr ""
|
|
3157 |
#: public/templates/theme-parts/entry/portfolio-column.php:67
|
3158 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3159 |
#: public/templates/theme-parts/entry/portfolio.php:46
|
3160 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3161 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3162 |
msgid "View all posts in "
|
3163 |
msgstr ""
|
3164 |
|
@@ -3167,15 +3167,15 @@ msgstr ""
|
|
3167 |
msgid "Edit"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3171 |
msgid "Tags"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3175 |
msgid "Pages:"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3179 |
msgid "Next "
|
3180 |
msgstr ""
|
3181 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Phlox Portfolio\n"
|
4 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
5 |
+
"POT-Creation-Date: 2021-04-24 08:37:28+00:00\n"
|
6 |
"PO-Revision-Date: 2017-12-20 13:38+0330\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:307
|
1020 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:195
|
1021 |
msgid "Prev"
|
1022 |
msgstr ""
|
1023 |
|
1183 |
#: includes/elements/elementor/recent-portfolios-tile.php:814
|
1184 |
#: includes/elements/recent-portfolios-tile-carousel.php:57
|
1185 |
#: includes/elements/recent-portfolios.php:58
|
1186 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:122
|
1187 |
msgid "Categories"
|
1188 |
msgstr ""
|
1189 |
|
3157 |
#: public/templates/theme-parts/entry/portfolio-column.php:67
|
3158 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3159 |
#: public/templates/theme-parts/entry/portfolio.php:46
|
3160 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:124
|
3161 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:132
|
3162 |
msgid "View all posts in "
|
3163 |
msgstr ""
|
3164 |
|
3167 |
msgid "Edit"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:130
|
3171 |
msgid "Tags"
|
3172 |
msgstr ""
|
3173 |
|
3174 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:169
|
3175 |
msgid "Pages:"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:196
|
3179 |
msgid "Next "
|
3180 |
msgstr ""
|
3181 |
|
languages/auxin-portfolio.pot
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: Phlox Portfolio 2.1.
|
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"
|
@@ -1018,7 +1018,7 @@ msgid "Previous Button"
|
|
1018 |
msgstr ""
|
1019 |
|
1020 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:307
|
1021 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1022 |
msgid "Prev"
|
1023 |
msgstr ""
|
1024 |
|
@@ -1183,7 +1183,7 @@ msgstr ""
|
|
1183 |
#: includes/elements/elementor/recent-portfolios-tile.php:814
|
1184 |
#: includes/elements/recent-portfolios-tile-carousel.php:57
|
1185 |
#: includes/elements/recent-portfolios.php:58
|
1186 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
1187 |
msgid "Categories"
|
1188 |
msgstr ""
|
1189 |
|
@@ -3151,8 +3151,8 @@ msgstr ""
|
|
3151 |
#: public/templates/theme-parts/entry/portfolio-column.php:67
|
3152 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3153 |
#: public/templates/theme-parts/entry/portfolio.php:46
|
3154 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3155 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3156 |
msgid "View all posts in "
|
3157 |
msgstr ""
|
3158 |
|
@@ -3161,15 +3161,15 @@ msgstr ""
|
|
3161 |
msgid "Edit"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3165 |
msgid "Tags"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3169 |
msgid "Pages:"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: public/templates/theme-parts/entry/single-portfolio.php:
|
3173 |
msgid "Next "
|
3174 |
msgstr ""
|
3175 |
|
1 |
# Averta Copyright (c) {2021}
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
+
"Project-Id-Version: Phlox Portfolio 2.1.5\n"
|
5 |
"Report-Msgid-Bugs-To: http://averta.net/phlox/wordpress-theme/\n"
|
6 |
+
"POT-Creation-Date: 2021-04-24 08:37:28+00:00\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=utf-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
#: includes/elements/elementor/recent-portfolios-grid-carousel.php:307
|
1021 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:195
|
1022 |
msgid "Prev"
|
1023 |
msgstr ""
|
1024 |
|
1183 |
#: includes/elements/elementor/recent-portfolios-tile.php:814
|
1184 |
#: includes/elements/recent-portfolios-tile-carousel.php:57
|
1185 |
#: includes/elements/recent-portfolios.php:58
|
1186 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:122
|
1187 |
msgid "Categories"
|
1188 |
msgstr ""
|
1189 |
|
3151 |
#: public/templates/theme-parts/entry/portfolio-column.php:67
|
3152 |
#: public/templates/theme-parts/entry/portfolio-land.php:86
|
3153 |
#: public/templates/theme-parts/entry/portfolio.php:46
|
3154 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:124
|
3155 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:132
|
3156 |
msgid "View all posts in "
|
3157 |
msgstr ""
|
3158 |
|
3161 |
msgid "Edit"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:130
|
3165 |
msgid "Tags"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:169
|
3169 |
msgid "Pages:"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: public/templates/theme-parts/entry/single-portfolio.php:196
|
3173 |
msgid "Next "
|
3174 |
msgstr ""
|
3175 |
|
public/assets/js/portfolio.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! 2.1.
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
1 |
+
/*! 2.1.5
|
2 |
* All required plugins
|
3 |
* http://averta.net/phlox/
|
4 |
*/
|
public/templates/theme-parts/entry/single-portfolio.php
CHANGED
@@ -82,7 +82,11 @@
|
|
82 |
|
83 |
if( $sticky_sidebar ) {
|
84 |
// 45 is the space between site header and the side area
|
85 |
-
$sticky_header_height =
|
|
|
|
|
|
|
|
|
86 |
?>
|
87 |
<div class="entry-side aux-sticky-position <?php echo esc_attr( $header_class );?>" <?php echo $header_styles ;?> data-boundry-target=".content .portfolio.hentry" data-sticky-move-method="after" data-boundaries="true" data-use-transform="true" data-sticky-margin="<?php echo $sticky_header_height; ?>">
|
88 |
<?php } else { ?>
|
82 |
|
83 |
if( $sticky_sidebar ) {
|
84 |
// 45 is the space between site header and the side area
|
85 |
+
$sticky_header_height = 45;
|
86 |
+
if ( auxin_get_option('site_header_top_sticky') ) {
|
87 |
+
$header_height = auxin_get_option('site_header_container_scaled_height');
|
88 |
+
$sticky_header_height += empty( $header_height ) ? 0 : $header_height ;
|
89 |
+
}
|
90 |
?>
|
91 |
<div class="entry-side aux-sticky-position <?php echo esc_attr( $header_class );?>" <?php echo $header_styles ;?> data-boundry-target=".content .portfolio.hentry" data-sticky-move-method="after" data-boundaries="true" data-use-transform="true" data-sticky-margin="<?php echo $sticky_header_height; ?>">
|
92 |
<?php } else { ?>
|