Version Description
- Envira Upsale Links Added
- Readme Updated
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 5.8 |
Comparing to | |
See all releases |
Code changes from version 5.7 to 5.8
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 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
|
6 |
-
Version: 5.
|
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 40000+ trusted websites with us. Clever Fox contains all features which are required to create a complete website. See below free themes.
|
6 |
+
Version: 5.8
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/envira/features/funfact-section.php
CHANGED
@@ -72,7 +72,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
72 |
//Pro feature
|
73 |
class Startkit_funfact__section_upgrade extends WP_Customize_Control {
|
74 |
public function render_content() { ?>
|
75 |
-
<a class="customizer_funfact_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
76 |
<?php
|
77 |
}
|
78 |
}
|
72 |
//Pro feature
|
73 |
class Startkit_funfact__section_upgrade extends WP_Customize_Control {
|
74 |
public function render_content() { ?>
|
75 |
+
<a class="customizer_funfact_upgrade_section up-to-pro" href="https://www.nayrathemes.com/envira-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
76 |
<?php
|
77 |
}
|
78 |
}
|
inc/startkit/features/section-service.php
CHANGED
@@ -212,9 +212,9 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
212 |
class Startkit_services__section_upgrade extends WP_Customize_Control {
|
213 |
public function render_content() {
|
214 |
$theme = wp_get_theme(); // gets the current theme
|
215 |
-
if ( '
|
216 |
?>
|
217 |
-
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
218 |
<?php }elseif( 'StartBiz' == $theme->name){ ?>
|
219 |
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/startbiz-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
220 |
<?php }elseif( 'Arowana' == $theme->name){ ?>
|
212 |
class Startkit_services__section_upgrade extends WP_Customize_Control {
|
213 |
public function render_content() {
|
214 |
$theme = wp_get_theme(); // gets the current theme
|
215 |
+
if ( 'Envira' == $theme->name){
|
216 |
?>
|
217 |
+
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/envira-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
218 |
<?php }elseif( 'StartBiz' == $theme->name){ ?>
|
219 |
<a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/startbiz-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
220 |
<?php }elseif( 'Arowana' == $theme->name){ ?>
|
inc/startkit/features/section-slider.php
CHANGED
@@ -111,9 +111,9 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
111 |
class Startkit_slider__section_upgrade extends WP_Customize_Control {
|
112 |
public function render_content() {
|
113 |
$theme = wp_get_theme(); // gets the current theme
|
114 |
-
if ( '
|
115 |
?>
|
116 |
-
<a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/
|
117 |
<?php }elseif( 'StartBiz' == $theme->name){ ?>
|
118 |
<a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/startbiz-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
119 |
<?php }elseif( 'Arowana' == $theme->name){ ?>
|
111 |
class Startkit_slider__section_upgrade extends WP_Customize_Control {
|
112 |
public function render_content() {
|
113 |
$theme = wp_get_theme(); // gets the current theme
|
114 |
+
if ( 'Envira' == $theme->name){
|
115 |
?>
|
116 |
+
<a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/envira-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
117 |
<?php }elseif( 'StartBiz' == $theme->name){ ?>
|
118 |
<a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/startbiz-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','clever-fox'); ?></a>
|
119 |
<?php }elseif( 'Arowana' == $theme->name){ ?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: demo, sections, customizer, widget, settings
|
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
@@ -42,6 +42,7 @@ Clever Fox plugin to enhance the functionality of free themes made by Nayra Them
|
|
42 |
- [Thai Spa](https://wordpress.org/themes/thai-spa/)
|
43 |
- [Fiona Blog](https://wordpress.org/themes/fiona-blog/)
|
44 |
- [MetaSoft](https://wordpress.org/themes/metasoft/)
|
|
|
45 |
|
46 |
|
47 |
|
@@ -84,6 +85,7 @@ Yes, This plugin is specially make for Nayra Themes . You can install theme for
|
|
84 |
- [Thai Spa](https://wordpress.org/themes/thai-spa/)
|
85 |
- [Fiona Blog](https://wordpress.org/themes/fiona-blog/)
|
86 |
- [MetaSoft](https://wordpress.org/themes/metasoft/)
|
|
|
87 |
|
88 |
== License ==
|
89 |
|
@@ -93,6 +95,10 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
|
|
96 |
= 5.7 =
|
97 |
* Arowana Theme Fourth Info Setting Added
|
98 |
* Belltech Theme Functionality Added
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.7.2
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 5.8
|
8 |
License: GPLv3 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
10 |
|
42 |
- [Thai Spa](https://wordpress.org/themes/thai-spa/)
|
43 |
- [Fiona Blog](https://wordpress.org/themes/fiona-blog/)
|
44 |
- [MetaSoft](https://wordpress.org/themes/metasoft/)
|
45 |
+
- [Envira](https://wordpress.org/themes/envira/)
|
46 |
|
47 |
|
48 |
|
85 |
- [Thai Spa](https://wordpress.org/themes/thai-spa/)
|
86 |
- [Fiona Blog](https://wordpress.org/themes/fiona-blog/)
|
87 |
- [MetaSoft](https://wordpress.org/themes/metasoft/)
|
88 |
+
- [Envira](https://wordpress.org/themes/envira/)
|
89 |
|
90 |
== License ==
|
91 |
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
= 5.8 =
|
99 |
+
* Envira Upsale Links Added
|
100 |
+
* Readme Updated
|
101 |
+
|
102 |
= 5.7 =
|
103 |
* Arowana Theme Fourth Info Setting Added
|
104 |
* Belltech Theme Functionality Added
|