Clever Fox - Version 1.1.23

Version Description

  • Added Animation on Sections
  • Startkit Theme Info Icon Changed
Download this release

Release Info

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

Code changes from version 1.1.22 to 1.1.23

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: 1.1.22
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: 1.1.23
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/arowana/sections/section-service.php CHANGED
@@ -74,7 +74,7 @@
74
 
75
  <?php if($service_description) {?>
76
 
77
- <p >
78
  <?php echo esc_html($service_description); ?>
79
  </p>
80
  <?php } ?>
@@ -101,7 +101,7 @@
101
  $text = ! empty( $service_item->text ) ? apply_filters( 'startkit_translate_single_string', $service_item->text, 'service section' ) : '';
102
  ?>
103
  <div class="col-lg-3 col-md-4 col-sm-6 col-12 text-center mb-5">
104
- <div class="servicepage-item">
105
  <div class="service-icon">
106
  <?php if ( ! empty( $icon ) ) :?>
107
  <i class="fa <?php echo esc_html( $icon ); ?> txt-pink"></i>
74
 
75
  <?php if($service_description) {?>
76
 
77
+ <p class="wow fadeInUp" data-wow-delay="0.1s">
78
  <?php echo esc_html($service_description); ?>
79
  </p>
80
  <?php } ?>
101
  $text = ! empty( $service_item->text ) ? apply_filters( 'startkit_translate_single_string', $service_item->text, 'service section' ) : '';
102
  ?>
103
  <div class="col-lg-3 col-md-4 col-sm-6 col-12 text-center mb-5">
104
+ <div class="servicepage-item wow fadeInUp" data-wow-delay="0.4s">
105
  <div class="service-icon">
106
  <?php if ( ! empty( $icon ) ) :?>
107
  <i class="fa <?php echo esc_html( $icon ); ?> txt-pink"></i>
inc/startbiz/sections/section-service.php CHANGED
@@ -74,7 +74,7 @@
74
 
75
  <?php if($service_description) {?>
76
 
77
- <p >
78
  <?php echo esc_html($service_description); ?>
79
  </p>
80
  <?php } ?>
@@ -101,7 +101,7 @@
101
  $text = ! empty( $service_item->text ) ? apply_filters( 'startkit_translate_single_string', $service_item->text, 'service section' ) : '';
102
  ?>
103
  <div class="col-lg-3 col-md-6 col-sm-6 col-12 mb-lg-0 mb-4 ">
104
- <div class="servicepage-item service_3" data-wow-delay="0.4s">
105
  <div class="service-icon">
106
  <?php if ( ! empty( $icon ) ) :?>
107
  <i class="fa <?php echo esc_html( $icon ); ?> txt-pink"></i>
74
 
75
  <?php if($service_description) {?>
76
 
77
+ <p class="wow fadeInUp" data-wow-delay="0.1s">
78
  <?php echo esc_html($service_description); ?>
79
  </p>
80
  <?php } ?>
101
  $text = ! empty( $service_item->text ) ? apply_filters( 'startkit_translate_single_string', $service_item->text, 'service section' ) : '';
102
  ?>
103
  <div class="col-lg-3 col-md-6 col-sm-6 col-12 mb-lg-0 mb-4 ">
104
+ <div class="servicepage-item service_3 wow fadeInUp" data-wow-delay="0.4s">
105
  <div class="service-icon">
106
  <?php if ( ! empty( $icon ) ) :?>
107
  <i class="fa <?php echo esc_html( $icon ); ?> txt-pink"></i>
inc/startbiz/sections/section-slider.php CHANGED
@@ -56,14 +56,14 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
56
  <div class="slide-table">
57
  <div class="slide-table-cell">
58
  <div class="container">
59
- <div class="slide-content slide-center slide-bg-line" >
60
  <?php if ( ! empty( $title ) ) : ?>
61
- <h1><?php echo esc_html( $title ); ?></h1>
62
  <?php endif; ?>
63
  <?php if ( ! empty( $text ) ) : ?>
64
- <p><?php echo esc_html( $text ); ?></p>
65
  <?php endif; ?>
66
- <a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo esc_html( $button ); ?><i class="icofont icofont-long-arrow-right"></i></a>
67
  </div>
68
  </div>
69
  </div>
56
  <div class="slide-table">
57
  <div class="slide-table-cell">
58
  <div class="container">
59
+ <div class="slide-content slide-center slide-bg-line delay-0 fadeIn animated" >
60
  <?php if ( ! empty( $title ) ) : ?>
61
+ <h1 class="fadeInDown delay-1 animated"><?php echo esc_html( $title ); ?></h1>
62
  <?php endif; ?>
63
  <?php if ( ! empty( $text ) ) : ?>
64
+ <p class="fadeInDown delay-2 animated"><?php echo esc_html( $text ); ?></p>
65
  <?php endif; ?>
66
+ <a href="<?php echo esc_url( $link ); ?>" class="boxed-btn fadeInDown delay-2 animated"><?php echo esc_html( $button ); ?><i class="icofont icofont-long-arrow-right"></i></a>
67
  </div>
68
  </div>
69
  </div>
inc/startkit/features/section-info.php CHANGED
@@ -51,7 +51,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
51
  'section' => 'info_setting',
52
  'settings'=> 'info_icons',
53
  'iconset' => 'fa',
54
- 'description' => __('', 'startkit' ),
55
  ))
56
  );
57
  }
@@ -72,7 +71,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
72
  'section' => 'info_setting',
73
  'settings'=> 'info_title',
74
  'type' => 'text',
75
- 'description' => __('', 'startkit' ),
76
  )
77
  );
78
  // info Description //
@@ -92,7 +90,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
92
  'section' => 'info_setting',
93
  'settings'=> 'info_description',
94
  'type' => 'textarea',
95
- 'description' => __('', 'startkit' ),
96
  )
97
  );
98
  /*=========================================
@@ -103,7 +100,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
103
  $wp_customize->add_setting(
104
  'info_icons2',
105
  array(
106
- 'default' => __('fa-opera','startkit'),
107
  'capability' => 'edit_theme_options',
108
  )
109
  );
@@ -115,7 +112,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
115
  'section' => 'info_setting',
116
  'settings'=> 'info_icons2',
117
  'iconset' => 'fa',
118
- 'description' => __('', 'startkit' ),
119
  ))
120
  );
121
  }
@@ -137,7 +133,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
137
  'section' => 'info_setting',
138
  'settings'=> 'info_title2',
139
  'type' => 'text',
140
- 'description' => __('', 'startkit' ),
141
  )
142
  );
143
 
@@ -159,7 +154,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
159
  'section' => 'info_setting',
160
  'settings'=> 'info_description2',
161
  'type' => 'textarea',
162
- 'description' => __('', 'startkit' ),
163
  )
164
  );
165
  /*=========================================
@@ -171,7 +165,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
171
  $wp_customize->add_setting(
172
  'info_icons3',
173
  array(
174
- 'default' => __('fa-connectdevelop','startkit'),
175
  'capability' => 'edit_theme_options',
176
  )
177
  );
@@ -182,7 +176,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
182
  'section' => 'info_setting',
183
  'settings'=> 'info_icons3',
184
  'iconset' => 'fa',
185
- 'description' => __('', 'startkit' ),
186
  ))
187
  );
188
  }
@@ -203,7 +196,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
203
  'section' => 'info_setting',
204
  'settings'=> 'info_title3',
205
  'type' => 'text',
206
- 'description' => __('', 'startkit' ),
207
  )
208
  );
209
 
@@ -224,7 +216,6 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
224
  'section' => 'info_setting',
225
  'settings'=> 'info_description3',
226
  'type' => 'textarea',
227
- 'description' => __('', 'startkit' ),
228
  )
229
  );
230
  }
51
  'section' => 'info_setting',
52
  'settings'=> 'info_icons',
53
  'iconset' => 'fa',
 
54
  ))
55
  );
56
  }
71
  'section' => 'info_setting',
72
  'settings'=> 'info_title',
73
  'type' => 'text',
 
74
  )
75
  );
76
  // info Description //
90
  'section' => 'info_setting',
91
  'settings'=> 'info_description',
92
  'type' => 'textarea',
 
93
  )
94
  );
95
  /*=========================================
100
  $wp_customize->add_setting(
101
  'info_icons2',
102
  array(
103
+ 'default' => __('fa-cart-plus','startkit'),
104
  'capability' => 'edit_theme_options',
105
  )
106
  );
112
  'section' => 'info_setting',
113
  'settings'=> 'info_icons2',
114
  'iconset' => 'fa',
 
115
  ))
116
  );
117
  }
133
  'section' => 'info_setting',
134
  'settings'=> 'info_title2',
135
  'type' => 'text',
 
136
  )
137
  );
138
 
154
  'section' => 'info_setting',
155
  'settings'=> 'info_description2',
156
  'type' => 'textarea',
 
157
  )
158
  );
159
  /*=========================================
165
  $wp_customize->add_setting(
166
  'info_icons3',
167
  array(
168
+ 'default' => __('fa-life-saver','startkit'),
169
  'capability' => 'edit_theme_options',
170
  )
171
  );
176
  'section' => 'info_setting',
177
  'settings'=> 'info_icons3',
178
  'iconset' => 'fa',
 
179
  ))
180
  );
181
  }
196
  'section' => 'info_setting',
197
  'settings'=> 'info_title3',
198
  'type' => 'text',
 
199
  )
200
  );
201
 
216
  'section' => 'info_setting',
217
  'settings'=> 'info_description3',
218
  'type' => 'textarea',
 
219
  )
220
  );
221
  }
inc/startkit/sections/section-flash.php CHANGED
@@ -6,10 +6,10 @@ if ( ! function_exists( 'startkit_info_plu' ) ) :
6
  $info_icons = get_theme_mod('info_icons','fa-envelope');
7
  $info_title = get_theme_mod('info_title','Design For Business');
8
  $info_description = get_theme_mod('info_description','The chunk standard of Lorem Ipsum used since the 900s is reproduced below');
9
- $info_icons2 = get_theme_mod('info_icons2','fa-opera');
10
  $info_title2 = get_theme_mod('info_title2','Develop For Work');
11
  $info_description2 = get_theme_mod('info_description2','The chunk standard of Lorem Ipsum used since the 900s is reproduced below');
12
- $info_icons3 = get_theme_mod('info_icons3','fa-connectdevelop');
13
  $info_title3 = get_theme_mod('info_title3','Maketing For Blast');
14
  $info_description3 = get_theme_mod('info_description3','The chunk standard of Lorem Ipsum used since the 900s is reproduced below');
15
  ?>
6
  $info_icons = get_theme_mod('info_icons','fa-envelope');
7
  $info_title = get_theme_mod('info_title','Design For Business');
8
  $info_description = get_theme_mod('info_description','The chunk standard of Lorem Ipsum used since the 900s is reproduced below');
9
+ $info_icons2 = get_theme_mod('info_icons2','fa-cart-plus');
10
  $info_title2 = get_theme_mod('info_title2','Develop For Work');
11
  $info_description2 = get_theme_mod('info_description2','The chunk standard of Lorem Ipsum used since the 900s is reproduced below');
12
+ $info_icons3 = get_theme_mod('info_icons3','fa-life-saver');
13
  $info_title3 = get_theme_mod('info_title3','Maketing For Blast');
14
  $info_description3 = get_theme_mod('info_description3','The chunk standard of Lorem Ipsum used since the 900s is reproduced below');
15
  ?>
inc/startkit/sections/section-service.php CHANGED
@@ -74,7 +74,7 @@
74
 
75
  <?php if($service_description) {?>
76
 
77
- <p >
78
  <?php echo esc_html($service_description); ?>
79
  </p>
80
  <?php } ?>
74
 
75
  <?php if($service_description) {?>
76
 
77
+ <p class="wow fadeInUp" data-wow-delay="0.1s">
78
  <?php echo esc_html($service_description); ?>
79
  </p>
80
  <?php } ?>
inc/startkit/sections/section-slider.php CHANGED
@@ -58,12 +58,12 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
58
  <div class="container">
59
  <div class="slide-content slide-left" >
60
  <?php if ( ! empty( $title ) ) : ?>
61
- <h1><?php echo esc_html( $title ); ?></h1>
62
  <?php endif; ?>
63
  <?php if ( ! empty( $text ) ) : ?>
64
- <p><?php echo esc_html( $text ); ?></p>
65
  <?php endif; ?>
66
- <a href="<?php echo esc_url( $link ); ?>" class="boxed-btn"><?php echo esc_html( $button ); ?><i class="icofont icofont-long-arrow-right"></i></a>
67
  </div>
68
  </div>
69
  </div>
58
  <div class="container">
59
  <div class="slide-content slide-left" >
60
  <?php if ( ! empty( $title ) ) : ?>
61
+ <h1 class="fadeInLeft delay-1 animated"><?php echo esc_html( $title ); ?></h1>
62
  <?php endif; ?>
63
  <?php if ( ! empty( $text ) ) : ?>
64
+ <p class="fadeInLeft delay-2 animated"><?php echo esc_html( $text ); ?></p>
65
  <?php endif; ?>
66
+ <a href="<?php echo esc_url( $link ); ?>" class="boxed-btn fadeInLeft delay-3 animated"><?php echo esc_html( $button ); ?><i class="icofont icofont-long-arrow-right"></i></a>
67
  </div>
68
  </div>
69
  </div>
readme.txt CHANGED
@@ -31,6 +31,10 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
31
 
32
 
33
  == Changelog ==
 
 
 
 
34
  = 1.1.22 =
35
  * Resolve Bugs
36
 
31
 
32
 
33
  == Changelog ==
34
+ = 1.1.23 =
35
+ * Added Animation on Sections
36
+ * Startkit Theme Info Icon Changed
37
+
38
  = 1.1.22 =
39
  * Resolve Bugs
40