Clever Fox - Version 1.1.10

Version Description

  • Resolve Hantus Testimonial Hide/Show Issue
Download this release

Release Info

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

Code changes from version 1.1.9 to 1.1.10

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.9
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.10
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/hantus/sections/section-testimonial.php CHANGED
@@ -40,6 +40,7 @@
40
  $testimonial_contents= get_theme_mod('testimonial_contents',$default_content);
41
  $testimonial_background_setting= get_theme_mod('testimonial_background_setting',CLEVERFOX_PLUGIN_URL .'inc/hantus/images/testimonial/testimonial-bg.jpg');
42
  ?>
 
43
  <?php if ( ! empty( $testimonial_background_setting ) ) { ?>
44
  <section id="testimonial" class="section-padding" style="background: url('<?php echo esc_url($testimonial_background_setting); ?>') no-repeat center scroll/ 100% 100% ">
45
  <?php }else{ ?>
@@ -88,7 +89,7 @@
88
  </section>
89
  </section>
90
  <?php
91
- }
92
  endif;
93
  if ( function_exists( 'hantus_lite_testimonial' ) ) {
94
  $section_priority = apply_filters( 'hantus_section_priority', 37, 'hantus_lite_testimonial' );
40
  $testimonial_contents= get_theme_mod('testimonial_contents',$default_content);
41
  $testimonial_background_setting= get_theme_mod('testimonial_background_setting',CLEVERFOX_PLUGIN_URL .'inc/hantus/images/testimonial/testimonial-bg.jpg');
42
  ?>
43
+ <?php if($hide_show_testimonial == '1') { ?>
44
  <?php if ( ! empty( $testimonial_background_setting ) ) { ?>
45
  <section id="testimonial" class="section-padding" style="background: url('<?php echo esc_url($testimonial_background_setting); ?>') no-repeat center scroll/ 100% 100% ">
46
  <?php }else{ ?>
89
  </section>
90
  </section>
91
  <?php
92
+ } }
93
  endif;
94
  if ( function_exists( 'hantus_lite_testimonial' ) ) {
95
  $section_priority = apply_filters( 'hantus_section_priority', 37, 'hantus_lite_testimonial' );
readme.txt CHANGED
@@ -31,6 +31,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
31
 
32
 
33
  == Changelog ==
 
 
 
34
  = 1.1.9 =
35
  * Added More Slides
36
  * Removed Unnecessary Images
31
 
32
 
33
  == Changelog ==
34
+ = 1.1.10 =
35
+ * Resolve Hantus Testimonial Hide/Show Issue
36
+
37
  = 1.1.9 =
38
  * Added More Slides
39
  * Removed Unnecessary Images