Clever Fox - Version 8.8

Version Description

  • Fiona News Theme News Ticker Animation Updated
Download this release

Release Info

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

Code changes from version 8.7 to 8.8

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
- Version: 8.7
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: Clever Fox plugin to enhance the functionality of free themes made by Nayra Themes. More than 50000+ trusted websites with Nayra Themes. It provides intuitive features to your website. 20+ Themes compatible with Clever Fox. See below free themes listed here. Avril is one of Popular themes in our collections.
6
+ Version: 8.8
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/fiona-news/sections/below-header.php CHANGED
@@ -18,7 +18,7 @@
18
  <?php if(!empty($bh_latest_news_ttl)){ ?>
19
  <div class="bn-title"><h5><?php echo wp_kses_post($bh_latest_news_ttl); ?></h5><span></span></div>
20
  <?php } ?>
21
- <ul>
22
  <?php
23
  $fiona_blog_args = array( 'post_type' => 'post', 'category_name' => $bh_latest_news_cat_id,'posts_per_page' => 4,'post__not_in'=>get_option("sticky_posts"));
24
  $fiona_blog_wp_query = new WP_Query($fiona_blog_args);
@@ -26,14 +26,8 @@
26
  {
27
  while($fiona_blog_wp_query->have_posts()):$fiona_blog_wp_query->the_post();
28
  ?>
29
- <li>
30
- <a href="<?php echo esc_url(the_permalink()); ?>"><span><?php the_title(); ?></span> - <?php echo get_the_excerpt(); ?></a>
31
- </li>
32
  <?php endwhile; } wp_reset_postdata(); ?>
33
- </ul>
34
- <div class="bn-navi">
35
- <span><i class="fa fa-angle-left"></i></span>
36
- <span><i class="fa fa-angle-right"></i></span>
37
  </div>
38
  </div>
39
  </div>
@@ -77,7 +71,7 @@
77
  <div class="trending-weather is-animated">
78
  <i class="fa fa-sun-o"></i>
79
  <span class="city"><?php echo esc_html($city); ?></span>
80
- <span class="weather-current-temp"> <?php echo esc_html($celcius); ?> <sup>℃</sup> </span>
81
  </div>
82
  <?php
83
  }else{ echo "Please Enter Valid API Key"; }
18
  <?php if(!empty($bh_latest_news_ttl)){ ?>
19
  <div class="bn-title"><h5><?php echo wp_kses_post($bh_latest_news_ttl); ?></h5><span></span></div>
20
  <?php } ?>
21
+ <div class="breakingNewss marquee">
22
  <?php
23
  $fiona_blog_args = array( 'post_type' => 'post', 'category_name' => $bh_latest_news_cat_id,'posts_per_page' => 4,'post__not_in'=>get_option("sticky_posts"));
24
  $fiona_blog_wp_query = new WP_Query($fiona_blog_args);
26
  {
27
  while($fiona_blog_wp_query->have_posts()):$fiona_blog_wp_query->the_post();
28
  ?>
29
+ <a href="<?php echo esc_url(the_permalink()); ?>"><span><?php the_title(); ?></span></a>
 
 
30
  <?php endwhile; } wp_reset_postdata(); ?>
 
 
 
 
31
  </div>
32
  </div>
33
  </div>
71
  <div class="trending-weather is-animated">
72
  <i class="fa fa-sun-o"></i>
73
  <span class="city"><?php echo esc_html($city); ?></span>
74
+ <span class="weather-current-temp"> <?php echo esc_html(substr($celcius,0,3)); ?> <sup>℃</sup> </span>
75
  </div>
76
  <?php
77
  }else{ echo "Please Enter Valid API Key"; }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: homepage, companion, demo, sections, customizer, widget, settings
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 8.7
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -110,6 +110,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
110
 
111
  == Changelog ==
112
 
 
 
 
113
  = 8.7 =
114
  * Axtia Theme Upsale Links Updated
115
 
4
  Requires at least: 4.0
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 8.8
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
110
 
111
  == Changelog ==
112
 
113
+ = 8.8 =
114
+ * Fiona News Theme News Ticker Animation Updated
115
+
116
  = 8.7 =
117
  * Axtia Theme Upsale Links Updated
118