Clever Fox - Version 3.2

Version Description

  • Avril Theme Functionality Improved
Download this release

Release Info

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

Code changes from version 3.1 to 3.2

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 WordPress themes made by Nayra Themes. Main motive behind this plugin is to boost up functionality of Nayra themes and focus on a smooth user experience. Clever Fox contains all features which are required to create a complete website. Clever Fox comes with everything you could ever need to build an amazing website that is suitable for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, WooCommerce Websites. You can see below listed free themes.
6
- Version: 3.1
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 WordPress themes made by Nayra Themes. Main motive behind this plugin is to boost up functionality of Nayra themes and focus on a smooth user experience. Clever Fox contains all features which are required to create a complete website. Clever Fox comes with everything you could ever need to build an amazing website that is suitable for business, portfolio, food & restaurant, gym & fitness, spa salon, medical practitioner & hospitals, WooCommerce Websites. You can see below listed free themes.
6
+ Version: 3.2
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/avril/features/avril-header.php CHANGED
@@ -56,6 +56,26 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
56
  );
57
 
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  $wp_customize->add_setting(
60
  'hide_show_social_icon' ,
61
  array(
56
  );
57
 
58
 
59
+ // Social
60
+ $wp_customize->add_setting(
61
+ 'hdr_top_social'
62
+ ,array(
63
+ 'capability' => 'edit_theme_options',
64
+ 'sanitize_callback' => 'avril_sanitize_text',
65
+ 'priority' => 1,
66
+ )
67
+ );
68
+
69
+ $wp_customize->add_control(
70
+ 'hdr_top_social',
71
+ array(
72
+ 'type' => 'hidden',
73
+ 'label' => __('Social Icons','avril'),
74
+ 'section' => 'above_header',
75
+
76
+ )
77
+ );
78
+
79
  $wp_customize->add_setting(
80
  'hide_show_social_icon' ,
81
  array(
readme.txt CHANGED
@@ -81,6 +81,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
81
 
82
  == Changelog ==
83
 
 
 
 
84
  = 3.1 =
85
  * Plugin Description Updated
86
  * Readme Updated
81
 
82
  == Changelog ==
83
 
84
+ = 3.2 =
85
+ * Avril Theme Functionality Improved
86
+
87
  = 3.1 =
88
  * Plugin Description Updated
89
  * Readme Updated