Version Description
- Code Improvement
Download this release
Release Info
Developer | nayrathemes |
Plugin | Clever Fox |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3.1 to 1.0.4
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.
|
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.0.4
|
7 |
Author: nayrathemes
|
8 |
Author URI: https://nayrathemes.com
|
9 |
Text Domain: clever-fox
|
inc/startkit/default-pages/home-page.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
//insert page and save the id
|
14 |
$newvalue = wp_insert_post( $post, false );
|
15 |
if ( $newvalue && ! is_wp_error( $newvalue ) ){
|
16 |
-
update_post_meta( $newvalue, '_wp_page_template', 'templates/template-homepage
|
17 |
|
18 |
// Use a static front page
|
19 |
$page = get_page_by_title('Home');
|
13 |
//insert page and save the id
|
14 |
$newvalue = wp_insert_post( $post, false );
|
15 |
if ( $newvalue && ! is_wp_error( $newvalue ) ){
|
16 |
+
update_post_meta( $newvalue, '_wp_page_template', 'templates/template-homepage.php' );
|
17 |
|
18 |
// Use a static front page
|
19 |
$page = get_page_by_title('Home');
|
inc/startkit/default-widgets/default-widget.php
CHANGED
@@ -18,7 +18,7 @@ $activate = array(
|
|
18 |
update_option('widget_text', array(
|
19 |
1 => array('title' => '',
|
20 |
'text'=>'<div class="footer-logo"><img class="img-responsive" src="'.CLEVERFOX_PLUGIN_URL.'inc/startkit/images/footerlogo.png" alt="Logo" /><div>
|
21 |
-
<p class="widget-text">Gonsectetur adipi sicing elit, sed do eiusmod tempor incididunt labore et.dolore magna aliquauis a irure dolor eiusmod.</p><a href="#">Go for details <i class="
|
22 |
'),
|
23 |
2 => array('title' => 'Recent Posts'),
|
24 |
3 => array('title' => 'Categories'),
|
18 |
update_option('widget_text', array(
|
19 |
1 => array('title' => '',
|
20 |
'text'=>'<div class="footer-logo"><img class="img-responsive" src="'.CLEVERFOX_PLUGIN_URL.'inc/startkit/images/footerlogo.png" alt="Logo" /><div>
|
21 |
+
<p class="widget-text">Gonsectetur adipi sicing elit, sed do eiusmod tempor incididunt labore et.dolore magna aliquauis a irure dolor eiusmod.</p><a href="#">Go for details <i class="fa fa-long-arrow-right"></i></a>
|
22 |
'),
|
23 |
2 => array('title' => 'Recent Posts'),
|
24 |
3 => array('title' => 'Categories'),
|
inc/startkit/images/slider/slider.jpg
CHANGED
Binary file
|
inc/startkit/sections/section-slider.php
CHANGED
@@ -28,7 +28,7 @@ if ( ! function_exists( 'start_startkit_slider' ) ) :
|
|
28 |
<div class="container inner-content text-left">
|
29 |
<h1><?php echo esc_attr( $slide_title ); ?></h1>
|
30 |
<p><?php echo esc_attr( $slide_description ); ?></p>
|
31 |
-
<a href="<?php echo esc_attr( $slide_btn_link ); ?>" class="boxed-btn"><?php echo esc_attr( $slide_btn_text ); ?><i class="
|
32 |
</div>
|
33 |
</div>
|
34 |
</figcaption>
|
28 |
<div class="container inner-content text-left">
|
29 |
<h1><?php echo esc_attr( $slide_title ); ?></h1>
|
30 |
<p><?php echo esc_attr( $slide_description ); ?></p>
|
31 |
+
<a href="<?php echo esc_attr( $slide_btn_link ); ?>" class="boxed-btn"><?php echo esc_attr( $slide_btn_text ); ?><i class="fa fa-long-arrow-right"></i></a>
|
32 |
</div>
|
33 |
</div>
|
34 |
</figcaption>
|
readme.txt
CHANGED
@@ -31,8 +31,11 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
|
|
31 |
|
32 |
|
33 |
== Changelog ==
|
34 |
-
= 1.0.
|
35 |
-
* Code
|
|
|
|
|
|
|
36 |
|
37 |
= 1.0.2 =
|
38 |
* Code Beautify
|
31 |
|
32 |
|
33 |
== Changelog ==
|
34 |
+
= 1.0.4 =
|
35 |
+
* Code Improvement
|
36 |
+
|
37 |
+
= 1.0.3 =
|
38 |
+
* Code Improvement
|
39 |
|
40 |
= 1.0.2 =
|
41 |
* Code Beautify
|