Version Description
- Fixed testimonial markup issue.
Download this release
Release Info
Developer | spicethemes |
Plugin | Spice Box |
Version | 0.3.4 |
Comparing to | |
See all releases |
Code changes from version 0.3.3 to 0.3.4
- inc/innofit/features/feature-about-section.php +1 -1
- inc/innofit/sections/innofit-about-section.php +1 -1
- inc/innofit/sections/innofit-callout-section.php +1 -1
- inc/innofit/sections/innofit-service-section.php +10 -8
- inc/innofit/sections/innofit-slider-section.php +1 -1
- inc/innofit/sections/innofit-team-section.php +6 -6
- inc/innofit/sections/innofit-wooproduct-section.php +5 -3
- inc/spicepress/sections/spicepress-testimonail-section.php +8 -2
- readme.txt +7 -3
- spicebox.php +1 -1
inc/innofit/features/feature-about-section.php
CHANGED
@@ -39,7 +39,7 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
39 |
<h1 class="entry-title">We have the right solutions</h1>
|
40 |
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totame rems aperiam, eaque ipsa quae ab illo inventore veritatis quasi architecto beatae vitaes dicta sunt explicabo. Nemo enim ipsam voluptatem.</p>
|
41 |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
|
42 |
-
<div class="ptop-15"><a href="#" class="btn-ex-small btn-
|
43 |
</div>
|
44 |
</div>
|
45 |
</div>
|
39 |
<h1 class="entry-title">We have the right solutions</h1>
|
40 |
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totame rems aperiam, eaque ipsa quae ab illo inventore veritatis quasi architecto beatae vitaes dicta sunt explicabo. Nemo enim ipsam voluptatem.</p>
|
41 |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
|
42 |
+
<div class="ptop-15"><a href="#" class="btn-ex-small btn-border">Our Story</a></div>
|
43 |
</div>
|
44 |
</div>
|
45 |
</div>
|
inc/innofit/sections/innofit-about-section.php
CHANGED
@@ -21,7 +21,7 @@ $default = __('<div class="row v-center">
|
|
21 |
<h1 class="entry-title">We have the right solutions</h1>
|
22 |
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totame rems aperiam, eaque ipsa quae ab illo inventore veritatis quasi architecto beatae vitaes dicta sunt explicabo. Nemo enim ipsam voluptatem.</p>
|
23 |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
|
24 |
-
<div class="ptop-15"><a href="#" class="btn-ex-small btn-
|
25 |
</div>
|
26 |
</div>
|
27 |
</div>
|
21 |
<h1 class="entry-title">We have the right solutions</h1>
|
22 |
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totame rems aperiam, eaque ipsa quae ab illo inventore veritatis quasi architecto beatae vitaes dicta sunt explicabo. Nemo enim ipsam voluptatem.</p>
|
23 |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
|
24 |
+
<div class="ptop-15"><a href="#" class="btn-ex-small btn-border">Our Story</a></div>
|
25 |
</div>
|
26 |
</div>
|
27 |
</div>
|
inc/innofit/sections/innofit-callout-section.php
CHANGED
@@ -24,7 +24,7 @@ function innofit_callout_section()
|
|
24 |
<div class="col-md-3 col-sm-3 col-xs-12">
|
25 |
<div class="ptop-15 pbottom-5 text-right">
|
26 |
<?php if($home_call_out_btn_text!='') {?>
|
27 |
-
<a <?php if($home_call_out_btn_link !='' ) { ?> href="<?php echo $home_call_out_btn_link; ?>" class="btn-small btn-
|
28 |
" <?php if($home_call_out_btn_link_target== true) { echo "target='_blank'"; } } ?>><?php echo $home_call_out_btn_text; ?>
|
29 |
</a>
|
30 |
<?php } ?>
|
24 |
<div class="col-md-3 col-sm-3 col-xs-12">
|
25 |
<div class="ptop-15 pbottom-5 text-right">
|
26 |
<?php if($home_call_out_btn_text!='') {?>
|
27 |
+
<a <?php if($home_call_out_btn_link !='' ) { ?> href="<?php echo $home_call_out_btn_link; ?>" class="btn-small btn-border-dark
|
28 |
" <?php if($home_call_out_btn_link_target== true) { echo "target='_blank'"; } } ?>><?php echo $home_call_out_btn_text; ?>
|
29 |
</a>
|
30 |
<?php } ?>
|
inc/innofit/sections/innofit-service-section.php
CHANGED
@@ -70,12 +70,14 @@ function innofit_service_section()
|
|
70 |
<div class="container">
|
71 |
<?php if($innofit_service_section_discription!='' || innofit_service_section_title!=''){ ?>
|
72 |
<div class="row">
|
73 |
-
<div class="
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
|
|
|
|
79 |
</div>
|
80 |
</div>
|
81 |
<?php }?>
|
@@ -89,7 +91,7 @@ function innofit_service_section()
|
|
89 |
foreach($service_data as $service_team)
|
90 |
{ ?>
|
91 |
<div class="col-md-4 col-sm-6 col-xs-12">
|
92 |
-
<article class="post
|
93 |
<?php if($service_team->icon_value!=''){?>
|
94 |
<figure class="post-thumbnail">
|
95 |
<?php if($service_team->link!=''){?>
|
@@ -116,7 +118,7 @@ function innofit_service_section()
|
|
116 |
|
117 |
if ($service_team->title !=""){?>
|
118 |
<div class="entry-header">
|
119 |
-
<h5 class="entry-title">
|
120 |
<?php if($service_team->link!=''){ ?>
|
121 |
<a href="<?php echo $service_team->link; ?>" <?php if($service_team->open_new_tab== 'yes'){echo "target='_blank'";} ?>>
|
122 |
<?php }
|
70 |
<div class="container">
|
71 |
<?php if($innofit_service_section_discription!='' || innofit_service_section_title!=''){ ?>
|
72 |
<div class="row">
|
73 |
+
<div class="col-md-12">
|
74 |
+
<div class="section-header">
|
75 |
+
<?php if($innofit_service_section_discription!=''){ ?>
|
76 |
+
<p class="section-subtitle"><?php echo $innofit_service_section_discription; ?></p>
|
77 |
+
<?php } if($innofit_service_section_title){?>
|
78 |
+
<h1 class="section-title"><?php echo $innofit_service_section_title; ?></h1>
|
79 |
+
<?php }?>
|
80 |
+
</div>
|
81 |
</div>
|
82 |
</div>
|
83 |
<?php }?>
|
91 |
foreach($service_data as $service_team)
|
92 |
{ ?>
|
93 |
<div class="col-md-4 col-sm-6 col-xs-12">
|
94 |
+
<article class="post">
|
95 |
<?php if($service_team->icon_value!=''){?>
|
96 |
<figure class="post-thumbnail">
|
97 |
<?php if($service_team->link!=''){?>
|
118 |
|
119 |
if ($service_team->title !=""){?>
|
120 |
<div class="entry-header">
|
121 |
+
<h5 class="entry-title text-center">
|
122 |
<?php if($service_team->link!=''){ ?>
|
123 |
<a href="<?php echo $service_team->link; ?>" <?php if($service_team->open_new_tab== 'yes'){echo "target='_blank'";} ?>>
|
124 |
<?php }
|
inc/innofit/sections/innofit-slider-section.php
CHANGED
@@ -29,7 +29,7 @@ function innofit_slider_section()
|
|
29 |
<?php } if($home_slider_btn_txt) { ?>
|
30 |
<div class="ptop-15">
|
31 |
<a <?php if($home_slider_btn_link) { ?> href="<?php echo $home_slider_btn_link; } ?>"
|
32 |
-
<?php if($home_slider_btn_target) { ?> target="_blank" <?php } ?> class="btn-small btn-
|
33 |
<?php if($home_slider_btn_txt) { echo $home_slider_btn_txt; } ?></a>
|
34 |
</div>
|
35 |
<?php } ?>
|
29 |
<?php } if($home_slider_btn_txt) { ?>
|
30 |
<div class="ptop-15">
|
31 |
<a <?php if($home_slider_btn_link) { ?> href="<?php echo $home_slider_btn_link; } ?>"
|
32 |
+
<?php if($home_slider_btn_target) { ?> target="_blank" <?php } ?> class="btn-small btn-default">
|
33 |
<?php if($home_slider_btn_txt) { echo $home_slider_btn_txt; } ?></a>
|
34 |
</div>
|
35 |
<?php } ?>
|
inc/innofit/sections/innofit-team-section.php
CHANGED
@@ -13,7 +13,7 @@ if($team_section_enable !='off')
|
|
13 |
|
14 |
?>
|
15 |
<!-- Team Section -->
|
16 |
-
<section class="section-module team-members" id="team">
|
17 |
|
18 |
<div class="container">
|
19 |
|
@@ -48,7 +48,7 @@ if($team_section_enable !='off')
|
|
48 |
$link = ! empty( $team_item->link ) ? apply_filters( 'innofit_translate_single_string', $team_item->link, 'Team section' ) : '';
|
49 |
$open_new_tab = $team_item->open_new_tab; ?>
|
50 |
<div class="item">
|
51 |
-
<div class="col-md-3 col-sm-6 col-xs-12">
|
52 |
|
53 |
<div class="team-grid">
|
54 |
<div class="img-holder">
|
@@ -122,7 +122,7 @@ if($team_section_enable !='off')
|
|
122 |
<?php } } else { ?>
|
123 |
|
124 |
|
125 |
-
<div class="col-md-3 col-sm-6 col-xs-12">
|
126 |
<div class="team-grid">
|
127 |
<div class="img-holder">
|
128 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team1.jpg" alt="Danial Wilson">
|
@@ -139,7 +139,7 @@ if($team_section_enable !='off')
|
|
139 |
</div>
|
140 |
</div>
|
141 |
</div>
|
142 |
-
<div class="col-md-3 col-sm-6 col-xs-12">
|
143 |
<div class="team-grid">
|
144 |
<div class="img-holder">
|
145 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team2.jpg" alt="Danial Wilson">
|
@@ -156,7 +156,7 @@ if($team_section_enable !='off')
|
|
156 |
</div>
|
157 |
</div>
|
158 |
</div>
|
159 |
-
<div class="col-md-3 col-sm-6 col-xs-12">
|
160 |
<div class="team-grid">
|
161 |
<div class="img-holder">
|
162 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team3.jpg" alt="Danial Wilson">
|
@@ -173,7 +173,7 @@ if($team_section_enable !='off')
|
|
173 |
</div>
|
174 |
</div>
|
175 |
</div>
|
176 |
-
<div class="col-md-3 col-sm-6 col-xs-12">
|
177 |
<div class="team-grid">
|
178 |
<div class="img-holder">
|
179 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team4.jpg" alt="Danial Wilson">
|
13 |
|
14 |
?>
|
15 |
<!-- Team Section -->
|
16 |
+
<section class="section-module bg-grey team-members" id="team">
|
17 |
|
18 |
<div class="container">
|
19 |
|
48 |
$link = ! empty( $team_item->link ) ? apply_filters( 'innofit_translate_single_string', $team_item->link, 'Team section' ) : '';
|
49 |
$open_new_tab = $team_item->open_new_tab; ?>
|
50 |
<div class="item">
|
51 |
+
<div class="col-md-3 col-sm-6 col-xs-12 p-0">
|
52 |
|
53 |
<div class="team-grid">
|
54 |
<div class="img-holder">
|
122 |
<?php } } else { ?>
|
123 |
|
124 |
|
125 |
+
<div class="col-md-3 col-sm-6 col-xs-12 p-0">
|
126 |
<div class="team-grid">
|
127 |
<div class="img-holder">
|
128 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team1.jpg" alt="Danial Wilson">
|
139 |
</div>
|
140 |
</div>
|
141 |
</div>
|
142 |
+
<div class="col-md-3 col-sm-6 col-xs-12 p-0">
|
143 |
<div class="team-grid">
|
144 |
<div class="img-holder">
|
145 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team2.jpg" alt="Danial Wilson">
|
156 |
</div>
|
157 |
</div>
|
158 |
</div>
|
159 |
+
<div class="col-md-3 col-sm-6 col-xs-12 p-0">
|
160 |
<div class="team-grid">
|
161 |
<div class="img-holder">
|
162 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team3.jpg" alt="Danial Wilson">
|
173 |
</div>
|
174 |
</div>
|
175 |
</div>
|
176 |
+
<div class="col-md-3 col-sm-6 col-xs-12 p-0">
|
177 |
<div class="team-grid">
|
178 |
<div class="img-holder">
|
179 |
<img src="<?php echo SPICEB_PLUGIN_URL ?>inc/innofit/images/team/team4.jpg" alt="Danial Wilson">
|
inc/innofit/sections/innofit-wooproduct-section.php
CHANGED
@@ -18,9 +18,11 @@ if($shop_section_enable !='off')
|
|
18 |
if(($home_shop_section_title) || ($home_shop_section_discription)!='' ) {
|
19 |
?>
|
20 |
<div class="row">
|
21 |
-
|
22 |
-
<
|
23 |
-
|
|
|
|
|
24 |
</div>
|
25 |
</div>
|
26 |
<?php }
|
18 |
if(($home_shop_section_title) || ($home_shop_section_discription)!='' ) {
|
19 |
?>
|
20 |
<div class="row">
|
21 |
+
<div class="col-md-12">
|
22 |
+
<div class="section-header">
|
23 |
+
<p class="section-subtitle"><?php echo $home_shop_section_title; ?></p>
|
24 |
+
<h1 class="section-title"><?php echo $home_shop_section_discription; ?></h1>
|
25 |
+
</div>
|
26 |
</div>
|
27 |
</div>
|
28 |
<?php }
|
inc/spicepress/sections/spicepress-testimonail-section.php
CHANGED
@@ -51,9 +51,11 @@ $testimonial_image_overlay = get_theme_mod('testimonial_image_overlay',true);
|
|
51 |
<div class="row">
|
52 |
<div class="item">
|
53 |
<div class="media testmonial-area">
|
|
|
54 |
<div class="author-box">
|
55 |
<img src="<?php echo $home_testimonial_thumb; ?>" class="img-circle" alt="img">
|
56 |
</div>
|
|
|
57 |
<div class="media-body">
|
58 |
<div class="description-box">
|
59 |
<div class="author-description">
|
@@ -61,8 +63,12 @@ $testimonial_image_overlay = get_theme_mod('testimonial_image_overlay',true);
|
|
61 |
</p>
|
62 |
</div>
|
63 |
</div>
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
|
|
66 |
|
67 |
</div>
|
68 |
</div>
|
51 |
<div class="row">
|
52 |
<div class="item">
|
53 |
<div class="media testmonial-area">
|
54 |
+
<?php if($home_testimonial_thumb !=''){ ?>
|
55 |
<div class="author-box">
|
56 |
<img src="<?php echo $home_testimonial_thumb; ?>" class="img-circle" alt="img">
|
57 |
</div>
|
58 |
+
<?php } ?>
|
59 |
<div class="media-body">
|
60 |
<div class="description-box">
|
61 |
<div class="author-description">
|
63 |
</p>
|
64 |
</div>
|
65 |
</div>
|
66 |
+
<?php if($home_testimonial_title != '' || $home_testimonial_designation !='' ){?>
|
67 |
+
<h4><?php echo $home_testimonial_title; ?> <?php if($home_testimonial_designation !=''){ ?> - <?php } ?><span class="designation"><?php echo $home_testimonial_designation; ?></span>
|
68 |
+
</h4>
|
69 |
+
<?php } ?>
|
70 |
+
</div>
|
71 |
+
|
72 |
|
73 |
</div>
|
74 |
</div>
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: spicethemes
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 0.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -79,4 +79,8 @@ This plugin create repeater controls in the customizer settings allowing you to
|
|
79 |
= 0.3.3 =
|
80 |
|
81 |
1. Added Innofit theme functionality.
|
82 |
-
2. Added Child theme name.
|
|
|
|
|
|
|
|
2 |
Contributors: spicethemes
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
+
Tested up to: 5.0.2
|
6 |
+
Stable tag: 0.3.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
79 |
= 0.3.3 =
|
80 |
|
81 |
1. Added Innofit theme functionality.
|
82 |
+
2. Added Child theme name.
|
83 |
+
|
84 |
+
= 0.3.4 =
|
85 |
+
|
86 |
+
1. Fixed testimonial markup issue.
|
spicebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
-
Version: 0.3.
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://github.com
|
9 |
Text Domain: spicebox
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
+
Version: 0.3.4
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://github.com
|
9 |
Text Domain: spicebox
|