Version Description
- Azwa Theme Functionality Improved
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 2.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.1
- clever-fox.php +1 -1
- inc/azwa/sections/section-slider.php +10 -2
- readme.txt +3 -0
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: 2.
|
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: 2.1
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/azwa/sections/section-slider.php
CHANGED
@@ -45,8 +45,10 @@ if($hide_show_slider == '1') { ?>
|
|
45 |
<?php endif; ?>
|
46 |
</div>
|
47 |
<?php if ( ! empty( $image ) ) : ?>
|
48 |
-
<div class="col-md-5 col-4 m-auto">
|
49 |
-
<
|
|
|
|
|
50 |
</div>
|
51 |
<?php endif; ?>
|
52 |
</div>
|
@@ -54,6 +56,12 @@ if($hide_show_slider == '1') { ?>
|
|
54 |
</div>
|
55 |
<?php } ?>
|
56 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
<?php } ?>
|
58 |
</section>
|
59 |
<?php }
|
45 |
<?php endif; ?>
|
46 |
</div>
|
47 |
<?php if ( ! empty( $image ) ) : ?>
|
48 |
+
<div class="col-md-5 col-4 mb-0 m-auto">
|
49 |
+
<div class="azwa-img">
|
50 |
+
<img src="<?php echo esc_url( $image ); ?>" <?php if ( ! empty( $title ) ) : ?> alt="<?php echo esc_attr( $title ); ?>" <?php endif; ?> />
|
51 |
+
</div>
|
52 |
</div>
|
53 |
<?php endif; ?>
|
54 |
</div>
|
56 |
</div>
|
57 |
<?php } ?>
|
58 |
</div>
|
59 |
+
<div class="shape2"><img src="<?php echo plugin_dir_url( __DIR__ ); ?>images/shape/shape2.png" alt="image"></div>
|
60 |
+
<div class="shape3"><img src="<?php echo plugin_dir_url( __DIR__ ); ?>images/shape/shape3.png" alt="image"></div>
|
61 |
+
<div class="shape5"><img src="<?php echo plugin_dir_url( __DIR__ ); ?>images/shape/shape5.png" alt="image"></div>
|
62 |
+
<div class="shape6"><img src="<?php echo plugin_dir_url( __DIR__ ); ?>images/shape/shape6.png" alt="image"></div>
|
63 |
+
<div class="shape7"><img src="<?php echo plugin_dir_url( __DIR__ ); ?>images/shape/shape7.png" alt="image"></div>
|
64 |
+
<div class="shape8"><img src="<?php echo plugin_dir_url( __DIR__ ); ?>images/shape/shape8.png" alt="image"></div>
|
65 |
<?php } ?>
|
66 |
</section>
|
67 |
<?php }
|
readme.txt
CHANGED
@@ -43,6 +43,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
43 |
|
44 |
== Changelog ==
|
45 |
|
|
|
|
|
|
|
46 |
= 2.0 =
|
47 |
* Avril Theme Functionality Improved
|
48 |
* Azwa Theme Upgrade to Pro Links Added
|
43 |
|
44 |
== Changelog ==
|
45 |
|
46 |
+
= 2.1 =
|
47 |
+
* Azwa Theme Functionality Improved
|
48 |
+
|
49 |
= 2.0 =
|
50 |
* Avril Theme Functionality Improved
|
51 |
* Azwa Theme Upgrade to Pro Links Added
|