Version Description
Download this release
Release Info
Developer | spicethemes |
Plugin | Spice Box |
Version | 1.3 |
Comparing to | |
See all releases |
Code changes from version 1.2.9 to 1.3
inc/honeypress/features/feature-slider-section.php
CHANGED
@@ -39,9 +39,12 @@ if (!function_exists('spiceb_honeypress_slider_customize_register')) :
|
|
39 |
} elseif ($theme->name == 'Tromas') {
|
40 |
$wp_customize->add_setting('home_slider_image', array('default' => SPICEB_PLUGIN_URL . 'inc/honeypress/images/slider/tromas-slider.jpg',
|
41 |
'sanitize_callback' => 'esc_url_raw', 'transport' => $selective_refresh,));
|
42 |
-
}
|
43 |
$wp_customize->add_setting('home_slider_image', array('default' => SPICEB_PLUGIN_URL . 'inc/honeypress/images/slider/honeywaves-slider.jpg',
|
44 |
'sanitize_callback' => 'esc_url_raw', 'transport' => $selective_refresh,));
|
|
|
|
|
|
|
45 |
}
|
46 |
$wp_customize->add_control(
|
47 |
new WP_Customize_Image_Control(
|
39 |
} elseif ($theme->name == 'Tromas') {
|
40 |
$wp_customize->add_setting('home_slider_image', array('default' => SPICEB_PLUGIN_URL . 'inc/honeypress/images/slider/tromas-slider.jpg',
|
41 |
'sanitize_callback' => 'esc_url_raw', 'transport' => $selective_refresh,));
|
42 |
+
}elseif ($theme->name == 'HoneyWaves') {
|
43 |
$wp_customize->add_setting('home_slider_image', array('default' => SPICEB_PLUGIN_URL . 'inc/honeypress/images/slider/honeywaves-slider.jpg',
|
44 |
'sanitize_callback' => 'esc_url_raw', 'transport' => $selective_refresh,));
|
45 |
+
} else {
|
46 |
+
$wp_customize->add_setting('home_slider_image', array('default' => SPICEB_PLUGIN_URL . 'inc/honeypress/images/slider/slider.jpg',
|
47 |
+
'sanitize_callback' => 'esc_url_raw', 'transport' => $selective_refresh,));
|
48 |
}
|
49 |
$wp_customize->add_control(
|
50 |
new WP_Customize_Image_Control(
|
inc/honeypress/features/feature-testimonial-section.php
CHANGED
@@ -36,10 +36,28 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
36 |
'default' => 'rgba(130, 180, 64, 0.9)',
|
37 |
) );
|
38 |
}
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
$wp_customize->add_setting( 'testimonial_overlay_section_color', array(
|
41 |
'sanitize_callback' => 'sanitize_text_field',
|
42 |
'default' => 'rgba(0, 0, 0, 0.9)',
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
) );
|
44 |
}
|
45 |
|
36 |
'default' => 'rgba(130, 180, 64, 0.9)',
|
37 |
) );
|
38 |
}
|
39 |
+
elseif( $theme->name=='Bizhunt'){
|
40 |
+
$wp_customize->add_setting( 'testimonial_overlay_section_color', array(
|
41 |
+
'sanitize_callback' => 'sanitize_text_field',
|
42 |
+
'default' => 'rgba(105,116,234,0.9)',
|
43 |
+
) );
|
44 |
+
}
|
45 |
+
elseif( $theme->name=='Tromas'){
|
46 |
+
$wp_customize->add_setting( 'testimonial_overlay_section_color', array(
|
47 |
+
'sanitize_callback' => 'sanitize_text_field',
|
48 |
+
'default' => 'rgba(206, 27, 40,0.9)',
|
49 |
+
) );
|
50 |
+
}
|
51 |
+
elseif( $theme->name=='HoneyWaves'){
|
52 |
$wp_customize->add_setting( 'testimonial_overlay_section_color', array(
|
53 |
'sanitize_callback' => 'sanitize_text_field',
|
54 |
'default' => 'rgba(0, 0, 0, 0.9)',
|
55 |
+
) );
|
56 |
+
}
|
57 |
+
else{
|
58 |
+
$wp_customize->add_setting( 'testimonial_overlay_section_color', array(
|
59 |
+
'sanitize_callback' => 'sanitize_text_field',
|
60 |
+
'default' => 'rgba(0, 76, 236, 0.9)',
|
61 |
) );
|
62 |
}
|
63 |
|
inc/honeypress/sections/honeypress-testimonail-section.php
CHANGED
@@ -13,10 +13,14 @@ if (!function_exists('spiceb_honeypress_testimonial')) :
|
|
13 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(0, 76, 236, 0.9)');
|
14 |
} elseif ($theme->name == 'Radix Multipurpose') {
|
15 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(130, 180, 64, 0.9)');
|
16 |
-
}elseif($theme->name == 'Bizhunt'){
|
17 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(105,116,234,0.9)');
|
18 |
-
}
|
|
|
|
|
19 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(0, 0, 0, 0.9)');
|
|
|
|
|
20 |
}
|
21 |
?>
|
22 |
<section class="section-module testimonial" style="background-color:<?php echo $testimonial_overlay_section_color; ?>">
|
@@ -139,21 +143,21 @@ if (!function_exists('honeypress_testimonial_variant')) :
|
|
139 |
<img src="<?php echo $home_testimonial_thumb; ?>" class="img-fluid rounded-circle" alt="img">
|
140 |
</figure>
|
141 |
<?php } ?>
|
142 |
-
|
143 |
<figcaption>
|
144 |
<cite class="name"><?php echo $home_testimonial_title; ?></cite>
|
145 |
<span class="designation"><?php echo $home_testimonial_designation; ?></span>
|
146 |
</figcaption>
|
147 |
-
|
148 |
<div class="entry-content">
|
149 |
<p class="text-white"><?php echo $home_testimonial_desc; ?></p>
|
150 |
</div>
|
151 |
-
|
152 |
</article>
|
153 |
</div>
|
154 |
<?php } elseif ($theme->name == 'Tromas') {
|
155 |
?>
|
156 |
-
<div id="testimonial-carousel5">
|
157 |
<div class="item">
|
158 |
<article class="testmonial-block5 text-center">
|
159 |
<?php if ($home_testimonial_thumb != '') { ?>
|
@@ -196,4 +200,6 @@ if (!function_exists('honeypress_testimonial_variant')) :
|
|
196 |
|
197 |
|
198 |
|
|
|
|
|
199 |
endif;
|
13 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(0, 76, 236, 0.9)');
|
14 |
} elseif ($theme->name == 'Radix Multipurpose') {
|
15 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(130, 180, 64, 0.9)');
|
16 |
+
} elseif ($theme->name == 'Bizhunt') {
|
17 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(105,116,234,0.9)');
|
18 |
+
} elseif ($theme->name == 'Tromas') {
|
19 |
+
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(206, 27, 40,0.9)');
|
20 |
+
}elseif ($theme->name == 'HoneyWaves') {
|
21 |
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(0, 0, 0, 0.9)');
|
22 |
+
} else {
|
23 |
+
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color', 'rgba(0, 76, 236, 0.9)');
|
24 |
}
|
25 |
?>
|
26 |
<section class="section-module testimonial" style="background-color:<?php echo $testimonial_overlay_section_color; ?>">
|
143 |
<img src="<?php echo $home_testimonial_thumb; ?>" class="img-fluid rounded-circle" alt="img">
|
144 |
</figure>
|
145 |
<?php } ?>
|
146 |
+
|
147 |
<figcaption>
|
148 |
<cite class="name"><?php echo $home_testimonial_title; ?></cite>
|
149 |
<span class="designation"><?php echo $home_testimonial_designation; ?></span>
|
150 |
</figcaption>
|
151 |
+
|
152 |
<div class="entry-content">
|
153 |
<p class="text-white"><?php echo $home_testimonial_desc; ?></p>
|
154 |
</div>
|
155 |
+
|
156 |
</article>
|
157 |
</div>
|
158 |
<?php } elseif ($theme->name == 'Tromas') {
|
159 |
?>
|
160 |
+
<div id="testimonial-carousel5" class="col-md-12">
|
161 |
<div class="item">
|
162 |
<article class="testmonial-block5 text-center">
|
163 |
<?php if ($home_testimonial_thumb != '') { ?>
|
200 |
|
201 |
|
202 |
|
203 |
+
|
204 |
+
|
205 |
endif;
|
languages/spicebox.pot
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Project-Id-Version: "
|
5 |
"Spiceboxv1.0.0\n"
|
6 |
"POT-Creation-Date: "
|
7 |
-
"2020-
|
8 |
"PO-Revision-Date: \n"
|
9 |
"Last-Translator: Your "
|
10 |
"Name <you@example.com>\n"
|
@@ -137,9 +137,9 @@ msgstr ""
|
|
137 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:253
|
138 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:402
|
139 |
#: inc/honeypress/features/feature-service-section.php:33
|
140 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
141 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
142 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
143 |
#: inc/innofit/customizer/callout-section.php:29
|
144 |
#: inc/innofit/customizer/news-section.php:30
|
145 |
#: inc/innofit/customizer/services-section.php:31
|
@@ -185,8 +185,8 @@ msgstr ""
|
|
185 |
#: inc/cloudpress/features/feature-cta-section.php:65
|
186 |
#: inc/cloudpress/features/feature-slider-section.php:109
|
187 |
#: inc/cloudpress/features/feature-slider-section.php:146
|
188 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
189 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
190 |
#: inc/innofit/customizer/callout-section.php:68
|
191 |
#: inc/innofit/customizer/slider-section.php:105
|
192 |
#: inc/spicepress/features/feature-slider-section.php:108
|
@@ -195,7 +195,7 @@ msgstr ""
|
|
195 |
|
196 |
#: inc/cloudpress/features/feature-cta-section.php:70
|
197 |
#: inc/cloudpress/features/feature-slider-section.php:114
|
198 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
199 |
#: inc/innofit/customizer/callout-section.php:74
|
200 |
#: inc/innofit/customizer/slider-section.php:110
|
201 |
#: inc/spicepress/features/feature-slider-section.php:113
|
@@ -271,9 +271,9 @@ msgstr ""
|
|
271 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:267
|
272 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:416
|
273 |
#: inc/honeypress/features/feature-service-section.php:46
|
274 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
275 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
276 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
277 |
#: inc/innofit/customizer/callout-section.php:41
|
278 |
#: inc/innofit/customizer/news-section.php:42
|
279 |
#: inc/innofit/customizer/services-section.php:46
|
@@ -336,8 +336,8 @@ msgstr ""
|
|
336 |
#: inc/cloudpress/features/feature-slider-section.php:35
|
337 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:554
|
338 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:600
|
339 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
340 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
341 |
#: inc/innofit/customizer/about-section.php:73
|
342 |
#: inc/innofit/customizer/slider-section.php:32
|
343 |
#: inc/spicepress/features/feature-portfolio-section.php:59
|
@@ -349,7 +349,7 @@ msgid "Image"
|
|
349 |
msgstr ""
|
350 |
|
351 |
#: inc/cloudpress/features/feature-slider-section.php:50
|
352 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
353 |
#: inc/innofit/customizer/slider-section.php:47
|
354 |
#: inc/spicepress/features/feature-slider-section.php:50
|
355 |
msgid ""
|
@@ -358,7 +358,7 @@ msgid ""
|
|
358 |
msgstr ""
|
359 |
|
360 |
#: inc/cloudpress/features/feature-slider-section.php:63
|
361 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
362 |
#: inc/innofit/customizer/slider-section.php:60
|
363 |
#: inc/spicepress/features/feature-slider-section.php:63
|
364 |
msgid ""
|
@@ -374,7 +374,7 @@ msgid ""
|
|
374 |
msgstr ""
|
375 |
|
376 |
#: inc/cloudpress/features/feature-slider-section.php:84
|
377 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
378 |
msgid ""
|
379 |
"Sea summo mazim ex, ea "
|
380 |
"errem eleifend "
|
@@ -394,7 +394,7 @@ msgstr ""
|
|
394 |
#: inc/cloudpress/features/feature-slider-section.php:102
|
395 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:276
|
396 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:424
|
397 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
398 |
#: inc/innofit/customizer/callout-section.php:60
|
399 |
#: inc/innofit/customizer/slider-section.php:98
|
400 |
#: inc/spicepress/features/feature-slider-section.php:101
|
@@ -403,8 +403,8 @@ msgstr ""
|
|
403 |
|
404 |
#: inc/cloudpress/features/feature-slider-section.php:127
|
405 |
#: inc/cloudpress/features/feature-slider-section.php:164
|
406 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
407 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
408 |
#: inc/innofit/customizer/callout-section.php:90
|
409 |
#: inc/innofit/customizer/slider-section.php:123
|
410 |
#: inc/spicepress/features/feature-slider-section.php:126
|
@@ -418,12 +418,12 @@ msgid "About Us"
|
|
418 |
msgstr ""
|
419 |
|
420 |
#: inc/cloudpress/features/feature-slider-section.php:139
|
421 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
422 |
msgid "Button 2 Text"
|
423 |
msgstr ""
|
424 |
|
425 |
#: inc/cloudpress/features/feature-slider-section.php:151
|
426 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
427 |
msgid "Button 2 Link"
|
428 |
msgstr ""
|
429 |
|
@@ -519,7 +519,7 @@ msgstr ""
|
|
519 |
|
520 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:348
|
521 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:472
|
522 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
523 |
#: inc/spicepress/features/feature-testimonial-section.php:141
|
524 |
msgid "Designation"
|
525 |
msgstr ""
|
@@ -679,22 +679,23 @@ msgstr ""
|
|
679 |
msgid "Fusce Sed Massa"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
683 |
#: inc/honeypress/sections/honeypress-slider-section.php:21
|
684 |
msgid ""
|
685 |
"Nulla nec dolor sit amet "
|
686 |
"lacus molestie"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
690 |
#: inc/honeypress/sections/honeypress-slider-section.php:24
|
691 |
msgid "Nec Sem"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
695 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
696 |
#: inc/honeypress/sections/honeypress-slider-section.php:28
|
697 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
|
|
698 |
msgid "Cras Vitae"
|
699 |
msgstr ""
|
700 |
|
@@ -712,25 +713,25 @@ msgid ""
|
|
712 |
"section"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
716 |
msgid "Background Color"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
720 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
721 |
msgid "Proin Egestas"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
725 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
726 |
msgid ""
|
727 |
"Nam Viverra Iaculis "
|
728 |
"Finibus"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
732 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
733 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
734 |
#: inc/spicepress/features/feature-testimonial-section.php:109
|
735 |
#: inc/spicepress/sections/spicepress-testimonail-section.php:29
|
736 |
msgid ""
|
@@ -751,8 +752,9 @@ msgid ""
|
|
751 |
"pariatur."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
755 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
|
|
756 |
msgid "Eu Suscipit"
|
757 |
msgstr ""
|
758 |
|
@@ -769,14 +771,6 @@ msgstr ""
|
|
769 |
msgid "Justo Bibendum"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:64
|
773 |
-
msgid "Donec Mauris"
|
774 |
-
msgstr ""
|
775 |
-
|
776 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:65
|
777 |
-
msgid "Tellus Sed"
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
#: inc/innofit/customizer.php:11
|
781 |
#: inc/innofit/sections/innofit-services-section.php:12
|
782 |
msgid "Unlimited Support"
|
4 |
"Project-Id-Version: "
|
5 |
"Spiceboxv1.0.0\n"
|
6 |
"POT-Creation-Date: "
|
7 |
+
"2020-09-04 19:14+0530\n"
|
8 |
"PO-Revision-Date: \n"
|
9 |
"Last-Translator: Your "
|
10 |
"Name <you@example.com>\n"
|
137 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:253
|
138 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:402
|
139 |
#: inc/honeypress/features/feature-service-section.php:33
|
140 |
+
#: inc/honeypress/features/feature-slider-section.php:96
|
141 |
+
#: inc/honeypress/features/feature-testimonial-section.php:78
|
142 |
+
#: inc/honeypress/features/feature-testimonial-section.php:135
|
143 |
#: inc/innofit/customizer/callout-section.php:29
|
144 |
#: inc/innofit/customizer/news-section.php:30
|
145 |
#: inc/innofit/customizer/services-section.php:31
|
185 |
#: inc/cloudpress/features/feature-cta-section.php:65
|
186 |
#: inc/cloudpress/features/feature-slider-section.php:109
|
187 |
#: inc/cloudpress/features/feature-slider-section.php:146
|
188 |
+
#: inc/honeypress/features/feature-slider-section.php:128
|
189 |
+
#: inc/honeypress/features/feature-slider-section.php:165
|
190 |
#: inc/innofit/customizer/callout-section.php:68
|
191 |
#: inc/innofit/customizer/slider-section.php:105
|
192 |
#: inc/spicepress/features/feature-slider-section.php:108
|
195 |
|
196 |
#: inc/cloudpress/features/feature-cta-section.php:70
|
197 |
#: inc/cloudpress/features/feature-slider-section.php:114
|
198 |
+
#: inc/honeypress/features/feature-slider-section.php:133
|
199 |
#: inc/innofit/customizer/callout-section.php:74
|
200 |
#: inc/innofit/customizer/slider-section.php:110
|
201 |
#: inc/spicepress/features/feature-slider-section.php:113
|
271 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:267
|
272 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:416
|
273 |
#: inc/honeypress/features/feature-service-section.php:46
|
274 |
+
#: inc/honeypress/features/feature-slider-section.php:108
|
275 |
+
#: inc/honeypress/features/feature-testimonial-section.php:91
|
276 |
+
#: inc/honeypress/features/feature-testimonial-section.php:122
|
277 |
#: inc/innofit/customizer/callout-section.php:41
|
278 |
#: inc/innofit/customizer/news-section.php:42
|
279 |
#: inc/innofit/customizer/services-section.php:46
|
336 |
#: inc/cloudpress/features/feature-slider-section.php:35
|
337 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:554
|
338 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:600
|
339 |
+
#: inc/honeypress/features/feature-slider-section.php:55
|
340 |
+
#: inc/honeypress/features/feature-testimonial-section.php:105
|
341 |
#: inc/innofit/customizer/about-section.php:73
|
342 |
#: inc/innofit/customizer/slider-section.php:32
|
343 |
#: inc/spicepress/features/feature-portfolio-section.php:59
|
349 |
msgstr ""
|
350 |
|
351 |
#: inc/cloudpress/features/feature-slider-section.php:50
|
352 |
+
#: inc/honeypress/features/feature-slider-section.php:69
|
353 |
#: inc/innofit/customizer/slider-section.php:47
|
354 |
#: inc/spicepress/features/feature-slider-section.php:50
|
355 |
msgid ""
|
358 |
msgstr ""
|
359 |
|
360 |
#: inc/cloudpress/features/feature-slider-section.php:63
|
361 |
+
#: inc/honeypress/features/feature-slider-section.php:82
|
362 |
#: inc/innofit/customizer/slider-section.php:60
|
363 |
#: inc/spicepress/features/feature-slider-section.php:63
|
364 |
msgid ""
|
374 |
msgstr ""
|
375 |
|
376 |
#: inc/cloudpress/features/feature-slider-section.php:84
|
377 |
+
#: inc/honeypress/features/feature-slider-section.php:103
|
378 |
msgid ""
|
379 |
"Sea summo mazim ex, ea "
|
380 |
"errem eleifend "
|
394 |
#: inc/cloudpress/features/feature-slider-section.php:102
|
395 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:276
|
396 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:424
|
397 |
+
#: inc/honeypress/features/feature-slider-section.php:121
|
398 |
#: inc/innofit/customizer/callout-section.php:60
|
399 |
#: inc/innofit/customizer/slider-section.php:98
|
400 |
#: inc/spicepress/features/feature-slider-section.php:101
|
403 |
|
404 |
#: inc/cloudpress/features/feature-slider-section.php:127
|
405 |
#: inc/cloudpress/features/feature-slider-section.php:164
|
406 |
+
#: inc/honeypress/features/feature-slider-section.php:146
|
407 |
+
#: inc/honeypress/features/feature-slider-section.php:183
|
408 |
#: inc/innofit/customizer/callout-section.php:90
|
409 |
#: inc/innofit/customizer/slider-section.php:123
|
410 |
#: inc/spicepress/features/feature-slider-section.php:126
|
418 |
msgstr ""
|
419 |
|
420 |
#: inc/cloudpress/features/feature-slider-section.php:139
|
421 |
+
#: inc/honeypress/features/feature-slider-section.php:158
|
422 |
msgid "Button 2 Text"
|
423 |
msgstr ""
|
424 |
|
425 |
#: inc/cloudpress/features/feature-slider-section.php:151
|
426 |
+
#: inc/honeypress/features/feature-slider-section.php:170
|
427 |
msgid "Button 2 Link"
|
428 |
msgstr ""
|
429 |
|
519 |
|
520 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:348
|
521 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:472
|
522 |
+
#: inc/honeypress/features/feature-testimonial-section.php:147
|
523 |
#: inc/spicepress/features/feature-testimonial-section.php:141
|
524 |
msgid "Designation"
|
525 |
msgstr ""
|
679 |
msgid "Fusce Sed Massa"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: inc/honeypress/features/feature-slider-section.php:90
|
683 |
#: inc/honeypress/sections/honeypress-slider-section.php:21
|
684 |
msgid ""
|
685 |
"Nulla nec dolor sit amet "
|
686 |
"lacus molestie"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: inc/honeypress/features/feature-slider-section.php:116
|
690 |
#: inc/honeypress/sections/honeypress-slider-section.php:24
|
691 |
msgid "Nec Sem"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: inc/honeypress/features/feature-slider-section.php:153
|
695 |
+
#: inc/honeypress/features/feature-testimonial-section.php:130
|
696 |
#: inc/honeypress/sections/honeypress-slider-section.php:28
|
697 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:31
|
698 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:73
|
699 |
msgid "Cras Vitae"
|
700 |
msgstr ""
|
701 |
|
713 |
"section"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: inc/honeypress/features/feature-testimonial-section.php:65
|
717 |
msgid "Background Color"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: inc/honeypress/features/feature-testimonial-section.php:73
|
721 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:29
|
722 |
msgid "Proin Egestas"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: inc/honeypress/features/feature-testimonial-section.php:86
|
726 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:30
|
727 |
msgid ""
|
728 |
"Nam Viverra Iaculis "
|
729 |
"Finibus"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: inc/honeypress/features/feature-testimonial-section.php:117
|
733 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:34
|
734 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:76
|
735 |
#: inc/spicepress/features/feature-testimonial-section.php:109
|
736 |
#: inc/spicepress/sections/spicepress-testimonail-section.php:29
|
737 |
msgid ""
|
752 |
"pariatur."
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: inc/honeypress/features/feature-testimonial-section.php:142
|
756 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:32
|
757 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:74
|
758 |
msgid "Eu Suscipit"
|
759 |
msgstr ""
|
760 |
|
771 |
msgid "Justo Bibendum"
|
772 |
msgstr ""
|
773 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
#: inc/innofit/customizer.php:11
|
775 |
#: inc/innofit/sections/innofit-services-section.php:12
|
776 |
msgid "Unlimited Support"
|
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: 5.5
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -201,6 +201,9 @@ Fixed jQuery compatibiltiy issue coming with latest release on WP 5.5
|
|
201 |
= 1.2.9 =
|
202 |
Added variations for HoneyPress child themes.
|
203 |
|
|
|
|
|
|
|
204 |
=======External resources=======
|
205 |
|
206 |
Alpha color picker Control:
|
@@ -233,5 +236,4 @@ https://pxhere.com/en/photo/759001
|
|
233 |
==Tromas Images==
|
234 |
* Image used in Slider
|
235 |
License CC0 Public Domain
|
236 |
-
https://pxhere.com/en/photo/1434201
|
237 |
-
|
2 |
Contributors: spicethemes
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
+
Tested up to: 5.5.1
|
6 |
+
Stable tag: 1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
201 |
= 1.2.9 =
|
202 |
Added variations for HoneyPress child themes.
|
203 |
|
204 |
+
=1.3=
|
205 |
+
Fixed minor issues of HoneyPress child themes.
|
206 |
+
|
207 |
=======External resources=======
|
208 |
|
209 |
Alpha color picker Control:
|
236 |
==Tromas Images==
|
237 |
* Image used in Slider
|
238 |
License CC0 Public Domain
|
239 |
+
https://pxhere.com/en/photo/1434201
|
|
spicebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
-
Version: 1.
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://spicethemes.com
|
9 |
Text Domain: spicebox
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
+
Version: 1.3
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://spicethemes.com
|
9 |
Text Domain: spicebox
|