Clever Fox - Version 2.5

Version Description

  • Aera Theme Functionality Improved
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 2.5
Comparing to
See all releases

Code changes from version 2.4 to 2.5

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
- Version: 2.4
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
+ Version: 2.5
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/aera/features/aera-slider.php CHANGED
@@ -68,7 +68,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
68
  class Avril_slider__section_upgrade extends WP_Customize_Control {
69
  public function render_content() {
70
  ?>
71
- <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
72
  <?php
73
  }
74
  }
68
  class Avril_slider__section_upgrade extends WP_Customize_Control {
69
  public function render_content() {
70
  ?>
71
+ <a class="customizer_slider_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aera-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
72
  <?php
73
  }
74
  }
inc/avril/features/avril-features.php CHANGED
@@ -184,10 +184,18 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
184
  //Pro feature
185
  class Avril_feature__section_upgrade extends WP_Customize_Control {
186
  public function render_content() {
 
 
 
 
 
 
 
187
  ?>
188
  <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank"
189
  style="display: none;"><?php _e('Upgrade to Pro','conceptly'); ?></a>
190
  <?php
 
191
  }
192
  }
193
 
184
  //Pro feature
185
  class Avril_feature__section_upgrade extends WP_Customize_Control {
186
  public function render_content() {
187
+ $theme = wp_get_theme(); // gets the current theme
188
+ if ( 'Aera' == $theme->name){
189
+ ?>
190
+ <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aera-pro/" target="_blank"
191
+ style="display: none;"><?php _e('Upgrade to Pro','conceptly'); ?></a>
192
+ <?php
193
+ }else{
194
  ?>
195
  <a class="customizer_feature_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank"
196
  style="display: none;"><?php _e('Upgrade to Pro','conceptly'); ?></a>
197
  <?php
198
+ }
199
  }
200
  }
201
 
inc/avril/features/avril-header.php CHANGED
@@ -104,9 +104,16 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
104
  //Pro feature
105
  class Avril_social__section_upgrade extends WP_Customize_Control {
106
  public function render_content() {
 
 
107
  ?>
108
- <a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','conceptly'); ?></a>
109
  <?php
 
 
 
 
 
110
  }
111
  }
112
 
104
  //Pro feature
105
  class Avril_social__section_upgrade extends WP_Customize_Control {
106
  public function render_content() {
107
+ $theme = wp_get_theme(); // gets the current theme
108
+ if ( 'Aera' == $theme->name){
109
  ?>
110
+ <a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aera-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
111
  <?php
112
+ }else{
113
+ ?>
114
+ <a class="customizer_social_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
115
+ <?php
116
+ }
117
  }
118
  }
119
 
inc/avril/features/avril-service.php CHANGED
@@ -184,9 +184,16 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
184
  //Pro feature
185
  class Avril_service__section_upgrade extends WP_Customize_Control {
186
  public function render_content() {
 
 
187
  ?>
 
 
 
 
188
  <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
189
  <?php
 
190
  }
191
  }
192
 
184
  //Pro feature
185
  class Avril_service__section_upgrade extends WP_Customize_Control {
186
  public function render_content() {
187
+ $theme = wp_get_theme(); // gets the current theme
188
+ if ( 'Aera' == $theme->name){
189
  ?>
190
+ <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/aera-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
191
+ <?php
192
+ }else{
193
+ ?>
194
  <a class="customizer_service_upgrade_section up-to-pro" href="https://www.nayrathemes.com/avril-pro/" target="_blank" style="display: none;"><?php _e('Upgrade to Pro','avril'); ?></a>
195
  <?php
196
+ }
197
  }
198
  }
199
 
readme.txt CHANGED
@@ -43,6 +43,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
43
 
44
  == Changelog ==
45
 
 
 
 
46
  = 2.4 =
47
  * Azwa Theme Functionality Improved
48
 
43
 
44
  == Changelog ==
45
 
46
+ = 2.5 =
47
+ * Aera Theme Functionality Improved
48
+
49
  = 2.4 =
50
  * Azwa Theme Functionality Improved
51