Version Description
- Axtia Theme Upsale Links Updated
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 8.7 |
Comparing to | |
See all releases |
Code changes from version 8.6 to 8.7
clever-fox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
|
6 |
-
Version: 8.
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
3 |
Plugin Name: Clever Fox
|
4 |
Plugin URI:
|
5 |
Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
|
6 |
+
Version: 8.7
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/avril/features/avril-features.php
CHANGED
@@ -195,9 +195,9 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
195 |
<a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avail-pro/" target="_blank"
|
196 |
style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
197 |
|
198 |
-
<?php }elseif ( '
|
199 |
|
200 |
-
<a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
201 |
style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
202 |
|
203 |
<?php
|
195 |
<a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avail-pro/" target="_blank"
|
196 |
style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
197 |
|
198 |
+
<?php }elseif ( 'Axtia' == $theme->name){ ?>
|
199 |
|
200 |
+
<a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/axtia-pro/" target="_blank"
|
201 |
style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
202 |
|
203 |
<?php
|
inc/avril/features/avril-header.php
CHANGED
@@ -133,9 +133,9 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
133 |
|
134 |
<a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avail-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
135 |
|
136 |
-
<?php }elseif ( '
|
137 |
|
138 |
-
<a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
139 |
|
140 |
<?php
|
141 |
}else{
|
133 |
|
134 |
<a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avail-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
135 |
|
136 |
+
<?php }elseif ( 'Axtia' == $theme->name){ ?>
|
137 |
|
138 |
+
<a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/axtia-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
139 |
|
140 |
<?php
|
141 |
}else{
|
inc/avril/features/avril-service.php
CHANGED
@@ -193,9 +193,9 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
193 |
|
194 |
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avail-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
195 |
|
196 |
-
<?php }elseif ( '
|
197 |
|
198 |
-
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
199 |
|
200 |
<?php
|
201 |
}else{
|
193 |
|
194 |
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avail-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
195 |
|
196 |
+
<?php }elseif ( 'Axtia' == $theme->name){ ?>
|
197 |
|
198 |
+
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/axtia-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
199 |
|
200 |
<?php
|
201 |
}else{
|
inc/avril/features/avril-slider.php
CHANGED
@@ -67,9 +67,9 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
67 |
class Avril_slider__section_upgrade extends WP_Customize_Control {
|
68 |
public function render_content() {
|
69 |
$theme = wp_get_theme(); // gets the current theme
|
70 |
-
if ( '
|
71 |
?>
|
72 |
-
<a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
73 |
|
74 |
<?php
|
75 |
}else{
|
67 |
class Avril_slider__section_upgrade extends WP_Customize_Control {
|
68 |
public function render_content() {
|
69 |
$theme = wp_get_theme(); // gets the current theme
|
70 |
+
if ( 'Axtia' == $theme->name){
|
71 |
?>
|
72 |
+
<a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/axtia-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
73 |
|
74 |
<?php
|
75 |
}else{
|
inc/axtria/features/avril-funfact.php
CHANGED
@@ -66,7 +66,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
66 |
class Avril_funfact__section_upgrade extends WP_Customize_Control {
|
67 |
public function render_content() {
|
68 |
?>
|
69 |
-
<a class="customizer_funfact_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
70 |
<?php
|
71 |
}
|
72 |
}
|
66 |
class Avril_funfact__section_upgrade extends WP_Customize_Control {
|
67 |
public function render_content() {
|
68 |
?>
|
69 |
+
<a class="customizer_funfact_upgrade_section up-to-pro" href="https://www.nayrathemes.com/axtia-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
70 |
<?php
|
71 |
}
|
72 |
}
|
inc/axtria/features/avril-team.php
CHANGED
@@ -147,7 +147,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
147 |
class Avril_team__section_upgrade extends WP_Customize_Control {
|
148 |
public function render_content() {
|
149 |
?>
|
150 |
-
<a class="customizer_team_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
151 |
<?php
|
152 |
}
|
153 |
}
|
147 |
class Avril_team__section_upgrade extends WP_Customize_Control {
|
148 |
public function render_content() {
|
149 |
?>
|
150 |
+
<a class="customizer_team_upgrade_section up-to-pro" href="https://www.nayrathemes.com/axtia-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
151 |
<?php
|
152 |
}
|
153 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: homepage, companion, demo, sections, customizer, widget, settings
|
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 8.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -110,6 +110,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= 8.6 =
|
114 |
* Boostify Theme Logo Updated
|
115 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 8.7
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
110 |
|
111 |
== Changelog ==
|
112 |
|
113 |
+
= 8.7 =
|
114 |
+
* Axtia Theme Upsale Links Updated
|
115 |
+
|
116 |
= 8.6 =
|
117 |
* Boostify Theme Logo Updated
|
118 |
|