Clever Fox - Version 2.2

Version Description

  • Azwa Slider Images Changed
Download this release

Release Info

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

Code changes from version 2.1 to 2.2

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.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: 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.2
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/azwa/images/sliders/slider01.png ADDED
Binary file
inc/azwa/images/sliders/slider02.png ADDED
Binary file
inc/azwa/images/sliders/slider03.png ADDED
Binary file
inc/conceptly/extras.php CHANGED
@@ -39,10 +39,29 @@
39
  */
40
 
41
  function conceptly_get_slides_default() {
 
 
 
42
  return apply_filters(
43
  'conceptly_get_slides_default', json_encode(
44
  array(
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  /*Repeater's first item*/
47
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/sliders/slider01.jpg' ,"link" => "#", "title" => "We Build Your", "subtitle" => "Business IDEA", "text" => "There are many variations of passages of Lorem Ipsum available but the majority have suffered injected humour dummy now.", "text2" => "Read More","slide_align" => "left", "id" => "customizer_repeater_00070" ),
48
 
@@ -54,6 +73,7 @@
54
  )
55
  )
56
  );
 
57
  }
58
 
59
 
39
  */
40
 
41
  function conceptly_get_slides_default() {
42
+
43
+ $theme = wp_get_theme(); // gets the current theme
44
+ if ( 'Azwa' == $theme->name){
45
  return apply_filters(
46
  'conceptly_get_slides_default', json_encode(
47
  array(
48
 
49
+ /*Repeater's first item*/
50
+ array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/azwa/images/sliders/slider01.png' ,"link" => "#", "title" => "We Build Your", "subtitle" => "Business IDEA", "text" => "There are many variations of passages of Lorem Ipsum available but the majority have suffered injected humour dummy now.", "text2" => "Read More","slide_align" => "left", "id" => "customizer_repeater_00070" ),
51
+
52
+ /*Repeater's second item*/
53
+ array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/azwa/images/sliders/slider02.png' ,"link" => "#", "title" => "We Build Your", "subtitle" => "Business IDEA", "text" => "There are many variations of passages of Lorem Ipsum available but the majority have suffered injected humour dummy now.", "text2" => "Read More","slide_align" => "right", "id" => "customizer_repeater_00071" ),
54
+
55
+ /*Repeater's third item*/
56
+ array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/azwa/images/sliders/slider03.png' ,"link" => "#", "title" => "We Build Your", "subtitle" => "Business IDEA", "text" => "There are many variations of passages of Lorem Ipsum available but the majority have suffered injected humour dummy now.", "text2" => "Read More","slide_align" => "left", "id" => "customizer_repeater_00072" ),
57
+ )
58
+ )
59
+ );
60
+ }else{
61
+ return apply_filters(
62
+ 'conceptly_get_slides_default', json_encode(
63
+ array(
64
+
65
  /*Repeater's first item*/
66
  array("image_url" => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/sliders/slider01.jpg' ,"link" => "#", "title" => "We Build Your", "subtitle" => "Business IDEA", "text" => "There are many variations of passages of Lorem Ipsum available but the majority have suffered injected humour dummy now.", "text2" => "Read More","slide_align" => "left", "id" => "customizer_repeater_00070" ),
67
 
73
  )
74
  )
75
  );
76
+ }
77
  }
78
 
79
 
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.1 =
47
  * Azwa Theme Functionality Improved
48
 
43
 
44
  == Changelog ==
45
 
46
+ = 2.2 =
47
+ * Azwa Slider Images Changed
48
+
49
  = 2.1 =
50
  * Azwa Theme Functionality Improved
51