Clever Fox - Version 1.1

Version Description

  • Remove Slider Background pattern
  • Changed slider opacity
Download this release

Release Info

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

Code changes from version 1.0.9 to 1.1

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.0.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
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/startkit/sections/section-slider.php CHANGED
@@ -12,7 +12,7 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
12
  $slide_description = get_theme_mod('slide_description','Randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anembarrassing hidden in the middle of text.');
13
  $slide_btn_text = get_theme_mod('slide_btn_text','Explore More');
14
  $slide_btn_link = get_theme_mod('slide_btn_link',esc_url('#'));
15
- $slider_opacity = get_theme_mod('slider_opacity');
16
  $hide_show_slider = get_theme_mod('hide_show_slider','1');
17
 
18
  if($hide_show_slider == '1') {
@@ -24,7 +24,7 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
24
  <figure>
25
  <img src="<?php echo esc_url( $slide_image ); ?>" alt="">
26
  <figcaption>
27
- <div class="content" style="background: rgba(35, 48, 73,<?php echo $slider_opacity; ?>);">
28
  <div class="container inner-content text-left">
29
  <h1><?php echo esc_html( $slide_title ); ?></h1>
30
  <p><?php echo esc_html( $slide_description ); ?></p>
12
  $slide_description = get_theme_mod('slide_description','Randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anembarrassing hidden in the middle of text.');
13
  $slide_btn_text = get_theme_mod('slide_btn_text','Explore More');
14
  $slide_btn_link = get_theme_mod('slide_btn_link',esc_url('#'));
15
+ $slider_opacity = get_theme_mod('slider_opacity','0.3');
16
  $hide_show_slider = get_theme_mod('hide_show_slider','1');
17
 
18
  if($hide_show_slider == '1') {
24
  <figure>
25
  <img src="<?php echo esc_url( $slide_image ); ?>" alt="">
26
  <figcaption>
27
+ <div class="content" style="background: rgba(0, 0, 0,<?php echo $slider_opacity; ?>);">
28
  <div class="container inner-content text-left">
29
  <h1><?php echo esc_html( $slide_title ); ?></h1>
30
  <p><?php echo esc_html( $slide_description ); ?></p>
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.0.9 =
35
  * Added Limitation in Service Section.
36
  * Added Limitation in Testimonial Section.
31
 
32
 
33
  == Changelog ==
34
+ = 1.1 =
35
+ * Remove Slider Background pattern
36
+ * Changed slider opacity
37
+
38
  = 1.0.9 =
39
  * Added Limitation in Service Section.
40
  * Added Limitation in Testimonial Section.