Version Description
- Boostify Theme Logo Updated
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 8.6 |
Comparing to | |
See all releases |
Code changes from version 8.5 to 8.6
- clever-fox.php +1 -1
- inc/boostify/extras.php +1 -1
- inc/boostify/images/logo.png +0 -0
- inc/boostify/sections/section-slider.php +1 -1
- readme.txt +4 -1
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 |
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.6
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/boostify/extras.php
CHANGED
@@ -82,7 +82,7 @@ add_action('boostify_get_contact_info_default','boostify_get_contact_info_defaul
|
|
82 |
'boostify_get_slider_default', json_encode(
|
83 |
array(
|
84 |
array(
|
85 |
-
|
86 |
'image_url2' => CLEVERFOX_PLUGIN_URL .'inc/boostify/images/slider/img01.jpg',
|
87 |
'title' => esc_html__( 'Business litigation expert', 'clever-fox' ),
|
88 |
'subtitle' => esc_html__( 'we are for your invest', 'clever-fox' ),
|
82 |
'boostify_get_slider_default', json_encode(
|
83 |
array(
|
84 |
array(
|
85 |
+
'image_url' => CLEVERFOX_PLUGIN_URL .'inc/boostify/images/slider/img01.jpg',
|
86 |
'image_url2' => CLEVERFOX_PLUGIN_URL .'inc/boostify/images/slider/img01.jpg',
|
87 |
'title' => esc_html__( 'Business litigation expert', 'clever-fox' ),
|
88 |
'subtitle' => esc_html__( 'we are for your invest', 'clever-fox' ),
|
inc/boostify/images/logo.png
CHANGED
Binary file
|
inc/boostify/sections/section-slider.php
CHANGED
@@ -29,7 +29,7 @@ if ( ! function_exists( 'cleverfox_boostify_lite_slider' ) ) :
|
|
29 |
<?php if ( ! empty( $image ) ) : ?>
|
30 |
<img src="<?php echo esc_url( $image ); ?>" alt="">
|
31 |
<?php endif; ?>
|
32 |
-
<div class="content" style="background:rgb(<?php echo "
|
33 |
<div class="slide-table">
|
34 |
<div class="slide-table-cell">
|
35 |
<div class="container">
|
29 |
<?php if ( ! empty( $image ) ) : ?>
|
30 |
<img src="<?php echo esc_url( $image ); ?>" alt="">
|
31 |
<?php endif; ?>
|
32 |
+
<div class="content" style="background:rgb(<?php echo "24 25 27 / $slider_opacity "?>)">
|
33 |
<div class="slide-table">
|
34 |
<div class="slide-table-cell">
|
35 |
<div class="container">
|
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.
|
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.5 =
|
114 |
* Axtria Theme Name Changed to Axtia
|
115 |
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 5.8
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 8.6
|
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.6 =
|
114 |
+
* Boostify Theme Logo Updated
|
115 |
+
|
116 |
= 8.5 =
|
117 |
* Axtria Theme Name Changed to Axtia
|
118 |
|