Clever Fox - Version 1.1.1

Version Description

  • Improvement In Typography
Download this release

Release Info

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

Code changes from version 1.1 to 1.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.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: 1.1.1
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/startkit/features/section-typography.php CHANGED
@@ -23,7 +23,7 @@ $wp_customize->add_section(
23
  $wp_customize->add_setting(
24
  'hide_show_typography' ,
25
  array(
26
- 'default' => __('off','startkit'),
27
  'capability' => 'edit_theme_options',
28
  )
29
  );
@@ -926,7 +926,7 @@ $wp_customize->add_section(
926
  'label' => __( 'Title Font Size(px)','startkit' ),
927
  'input_attrs' => array(
928
  'min' => 1,
929
- 'max' => 100,
930
  'step' => 1,
931
  //'suffix' => 'px', //optional suffix
932
  ),
23
  $wp_customize->add_setting(
24
  'hide_show_typography' ,
25
  array(
26
+ 'default' => 0,
27
  'capability' => 'edit_theme_options',
28
  )
29
  );
926
  'label' => __( 'Title Font Size(px)','startkit' ),
927
  'input_attrs' => array(
928
  'min' => 1,
929
+ 'max' => 50,
930
  'step' => 1,
931
  //'suffix' => 'px', //optional suffix
932
  ),
inc/startkit/typography_style.php CHANGED
@@ -165,11 +165,14 @@ p.small,
165
  font-family: 'Roboto', sans-serif;
166
  font-style: <?php echo $section_tit_font_weight; ?>!important;
167
  font-size:<?php echo $section_tit_font_size; ?>px!important;
 
 
168
  }
169
  .section-header p {
170
  font-family: 'Roboto', sans-serif;
171
  font-style: <?php echo $section_des_font_weight; ?>!important;
172
  font-size:<?php echo $section_desc_font_size; ?>px!important;
 
173
  }
174
  .footer-sidebar .widget-title,.sidebar .widget-title {
175
  font-size: <?php echo $h2_font_size; ?>px;
165
  font-family: 'Roboto', sans-serif;
166
  font-style: <?php echo $section_tit_font_weight; ?>!important;
167
  font-size:<?php echo $section_tit_font_size; ?>px!important;
168
+ line-height: normal !important;
169
+ word-break: break-word;
170
  }
171
  .section-header p {
172
  font-family: 'Roboto', sans-serif;
173
  font-style: <?php echo $section_des_font_weight; ?>!important;
174
  font-size:<?php echo $section_desc_font_size; ?>px!important;
175
+ line-height: normal !important;
176
  }
177
  .footer-sidebar .widget-title,.sidebar .widget-title {
178
  font-size: <?php echo $h2_font_size; ?>px;
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 =
35
  * Remove Slider Background pattern
36
  * Changed slider opacity
31
 
32
 
33
  == Changelog ==
34
+ = 1.1.1 =
35
+ * Improvement In Typography
36
+
37
  = 1.1 =
38
  * Remove Slider Background pattern
39
  * Changed slider opacity