Clever Fox - Version 1.6

Version Description

  • Fixed Some Bugs
Download this release

Release Info

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

Code changes from version 1.5 to 1.6

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.5
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.6
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/hantus/dynamic-style.php CHANGED
@@ -18,7 +18,7 @@ if( ! function_exists( 'hantus_customizer_options' ) ):
18
  $output_css .=".header-slider .theme-content h3 {
19
  color: " .esc_attr($slide_title_color). ";
20
  }.header-slider .theme-content h1 {
21
- color: " .esc_attr($slide_sbtitle_color). ";
22
  }.header-slider .theme-content p {
23
  color: " .esc_attr($slide_desc_color). ";
24
  }\n";
18
  $output_css .=".header-slider .theme-content h3 {
19
  color: " .esc_attr($slide_title_color). ";
20
  }.header-slider .theme-content h1 {
21
+ color: " .esc_attr($slide_sbtitle_color). " !important;
22
  }.header-slider .theme-content p {
23
  color: " .esc_attr($slide_desc_color). ";
24
  }\n";
inc/hantus/features/section-slider.php CHANGED
@@ -209,7 +209,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
209
  ($wp_customize,
210
  'slide_desc_color',
211
  array(
212
- 'label' => __( 'Dscription Color', 'hantus' ),
213
  'section' => 'slider_setting'
214
  )
215
  )
209
  ($wp_customize,
210
  'slide_desc_color',
211
  array(
212
+ 'label' => __( 'Description Color', 'hantus' ),
213
  'section' => 'slider_setting'
214
  )
215
  )
inc/startbiz/sections/section-slider.php CHANGED
@@ -43,7 +43,7 @@ if($hide_show_slider == '1') {
43
  foreach ( $slider as $slide_item ) {
44
  $title = ! empty( $slide_item->title ) ? apply_filters( 'startkit_translate_single_string', $slide_item->title, 'slider section' ) : '';
45
  $text = ! empty( $slide_item->text ) ? apply_filters( 'startkit_translate_single_string', $slide_item->text, 'slider section' ) : '';
46
- $button = ! empty( $slide_item->text2) ? apply_filters( 'startkit_translate_single_string', $slide_item->text2,'Learn More' ) : 'Read More';
47
  $link = ! empty( $slide_item->link ) ? apply_filters( 'startkit_translate_single_string', $slide_item->link, 'slider section' ) : '';
48
  $image = ! empty( $slide_item->image_url ) ? apply_filters( 'startkit_translate_single_string', $slide_item->image_url, 'slider section' ) : '';
49
  ?>
@@ -63,7 +63,9 @@ if($hide_show_slider == '1') {
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>
43
  foreach ( $slider as $slide_item ) {
44
  $title = ! empty( $slide_item->title ) ? apply_filters( 'startkit_translate_single_string', $slide_item->title, 'slider section' ) : '';
45
  $text = ! empty( $slide_item->text ) ? apply_filters( 'startkit_translate_single_string', $slide_item->text, 'slider section' ) : '';
46
+ $button = ! empty( $slide_item->text2) ? apply_filters( 'startkit_translate_single_string', $slide_item->text2,'slider section' ) : '';
47
  $link = ! empty( $slide_item->link ) ? apply_filters( 'startkit_translate_single_string', $slide_item->link, 'slider section' ) : '';
48
  $image = ! empty( $slide_item->image_url ) ? apply_filters( 'startkit_translate_single_string', $slide_item->image_url, 'slider section' ) : '';
49
  ?>
63
  <?php if ( ! empty( $text ) ) : ?>
64
  <p class="fadeInDown delay-2 animated"><?php echo esc_html( $text ); ?></p>
65
  <?php endif; ?>
66
+ <?php if ( ! empty( $button ) ) : ?>
67
+ <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>
68
+ <?php endif; ?>
69
  </div>
70
  </div>
71
  </div>
inc/startkit/sections/section-slider.php CHANGED
@@ -43,7 +43,7 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
43
  foreach ( $slider as $slide_item ) {
44
  $title = ! empty( $slide_item->title ) ? apply_filters( 'startkit_translate_single_string', $slide_item->title, 'slider section' ) : '';
45
  $text = ! empty( $slide_item->text ) ? apply_filters( 'startkit_translate_single_string', $slide_item->text, 'slider section' ) : '';
46
- $button = ! empty( $slide_item->text2) ? apply_filters( 'startkit_translate_single_string', $slide_item->text2,'Learn More' ) : 'Read More';
47
  $link = ! empty( $slide_item->link ) ? apply_filters( 'startkit_translate_single_string', $slide_item->link, 'slider section' ) : '';
48
  $image = ! empty( $slide_item->image_url ) ? apply_filters( 'startkit_translate_single_string', $slide_item->image_url, 'slider section' ) : '';
49
  ?>
@@ -63,7 +63,9 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
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>
43
  foreach ( $slider as $slide_item ) {
44
  $title = ! empty( $slide_item->title ) ? apply_filters( 'startkit_translate_single_string', $slide_item->title, 'slider section' ) : '';
45
  $text = ! empty( $slide_item->text ) ? apply_filters( 'startkit_translate_single_string', $slide_item->text, 'slider section' ) : '';
46
+ $button = ! empty( $slide_item->text2) ? apply_filters( 'startkit_translate_single_string', $slide_item->text2,'slider section' ) : '';
47
  $link = ! empty( $slide_item->link ) ? apply_filters( 'startkit_translate_single_string', $slide_item->link, 'slider section' ) : '';
48
  $image = ! empty( $slide_item->image_url ) ? apply_filters( 'startkit_translate_single_string', $slide_item->image_url, 'slider section' ) : '';
49
  ?>
63
  <?php if ( ! empty( $text ) ) : ?>
64
  <p class="fadeInLeft delay-2 animated"><?php echo esc_html( $text ); ?></p>
65
  <?php endif; ?>
66
+ <?php if ( ! empty( $button ) ) : ?>
67
+ <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>
68
+ <?php endif; ?>
69
  </div>
70
  </div>
71
  </div>
readme.txt CHANGED
@@ -41,6 +41,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
41
 
42
  == Changelog ==
43
 
 
 
 
44
  = 1.5 =
45
  * Conceptly Theme Functionality Improved
46
  * Tested With WordPress 5.5.1
41
 
42
  == Changelog ==
43
 
44
+ = 1.6 =
45
+ * Fixed Some Bugs
46
+
47
  = 1.5 =
48
  * Conceptly Theme Functionality Improved
49
  * Tested With WordPress 5.5.1