Clever Fox - Version 1.1.17

Version Description

  • Add Only One Slide Support In StartKit
  • Add Only One Slide Support In StartBiz
Download this release

Release Info

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

Code changes from version 1.1.16 to 1.1.17

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.16
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.17
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/startbiz/sections/section-slider.php CHANGED
@@ -10,26 +10,11 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
10
  return apply_filters(
11
  'startkit_get_slider_default', json_encode(
12
  array(
13
- array(
14
- "image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider01.jpg' ,
15
- "link" => "#", "title" => "Strengths of Successful Businesses",
16
- "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
17
- "text2" => "Explore More",
18
- "id" => "customizer_repeater_00070" ),
19
-
20
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider02.jpg',
21
  "link" => "#", "title" => "Strengths of Successful Businesses",
22
  "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
23
  "text2" => "Explore More",
24
  "id" => "customizer_repeater_00071" ),
25
-
26
- array(
27
- "image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider03.jpg',
28
- "link" => "#",
29
- "title" => "Strengths of Successful Businesses",
30
- "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
31
- "text2" => "Explore More",
32
- "id" => "customizer_repeater_00072" ),
33
  )
34
  )
35
  );
10
  return apply_filters(
11
  'startkit_get_slider_default', json_encode(
12
  array(
 
 
 
 
 
 
 
13
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider02.jpg',
14
  "link" => "#", "title" => "Strengths of Successful Businesses",
15
  "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
16
  "text2" => "Explore More",
17
  "id" => "customizer_repeater_00071" ),
 
 
 
 
 
 
 
 
18
  )
19
  )
20
  );
inc/startkit/features/section-slider.php CHANGED
@@ -41,26 +41,11 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
41
  'sanitize_callback' => 'startkit_repeater_sanitize',
42
  'default' => json_encode(
43
  array(
44
- array(
45
- "image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider01.jpg' ,
46
- "link" => "#", "title" => "Strengths of Successful Businesses",
47
- "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
48
- "text2" => "Explore More",
49
- "id" => "customizer_repeater_00070" ),
50
-
51
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider02.jpg',
52
  "link" => "#", "title" => "Strengths of Successful Businesses",
53
  "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
54
  "text2" => "Explore More",
55
  "id" => "customizer_repeater_00071" ),
56
-
57
- array(
58
- "image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider03.jpg',
59
- "link" => "#",
60
- "title" => "Strengths of Successful Businesses",
61
- "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
62
- "text2" => "Explore More",
63
- "id" => "customizer_repeater_00072" ),
64
  )
65
  )
66
  )
41
  'sanitize_callback' => 'startkit_repeater_sanitize',
42
  'default' => json_encode(
43
  array(
 
 
 
 
 
 
 
44
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider02.jpg',
45
  "link" => "#", "title" => "Strengths of Successful Businesses",
46
  "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
47
  "text2" => "Explore More",
48
  "id" => "customizer_repeater_00071" ),
 
 
 
 
 
 
 
 
49
  )
50
  )
51
  )
inc/startkit/images/slider/slider01.jpg DELETED
Binary file
inc/startkit/images/slider/slider03.jpg DELETED
Binary file
inc/startkit/sections/section-slider.php CHANGED
@@ -10,26 +10,11 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
10
  return apply_filters(
11
  'startkit_get_slider_default', json_encode(
12
  array(
13
- array(
14
- "image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider01.jpg' ,
15
- "link" => "#", "title" => "Strengths of Successful Businesses",
16
- "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
17
- "text2" => "Explore More",
18
- "id" => "customizer_repeater_00070" ),
19
-
20
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider02.jpg',
21
  "link" => "#", "title" => "Strengths of Successful Businesses",
22
  "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
23
  "text2" => "Explore More",
24
  "id" => "customizer_repeater_00071" ),
25
-
26
- array(
27
- "image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider03.jpg',
28
- "link" => "#",
29
- "title" => "Strengths of Successful Businesses",
30
- "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
31
- "text2" => "Explore More",
32
- "id" => "customizer_repeater_00072" ),
33
  )
34
  )
35
  );
10
  return apply_filters(
11
  'startkit_get_slider_default', json_encode(
12
  array(
 
 
 
 
 
 
 
13
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/startkit/images/slider/slider02.jpg',
14
  "link" => "#", "title" => "Strengths of Successful Businesses",
15
  "text" => "Randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anembarrassing hidden in the middle of text.",
16
  "text2" => "Explore More",
17
  "id" => "customizer_repeater_00071" ),
 
 
 
 
 
 
 
 
18
  )
19
  )
20
  );
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.16 =
35
  * Removed Unnecessary Images From StartKit
36
 
31
 
32
 
33
  == Changelog ==
34
+ = 1.1.17 =
35
+ * Add Only One Slide Support In StartKit
36
+ * Add Only One Slide Support In StartBiz
37
+
38
  = 1.1.16 =
39
  * Removed Unnecessary Images From StartKit
40