Version Description
- Added Slider Content Alignment Setting .
=====External resources=====
Alpha color picker Control: Copyright: (c) 2016 Codeinwp cristian-ungureanu License: MIT License Source: https://github.com/Codeinwp/customizer-controls/tree/master/customizer-alpha-color-picker
Repeater Control: Copyright: (c) 2016 Codeinwp cristian-ungureanu License: MIT license Source: https://github.com/Codeinwp/customizer-controls/tree/master/customizer-repeater
==========
Download this release
Release Info
Developer | spicethemes |
Plugin | Spice Box |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.4 to 1.3.5
- inc/honeypress/features/feature-slider-section.php +20 -0
- inc/honeypress/sections/honeypress-slider-section.php +1 -1
- languages/spicebox.pot +33 -16
- readme.txt +6 -2
- spicebox.php +1 -1
inc/honeypress/features/feature-slider-section.php
CHANGED
@@ -87,6 +87,26 @@ if (!function_exists('spiceb_honeypress_slider_customize_register')) :
|
|
87 |
'section' => 'slider_section')
|
88 |
));
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
// Slider title
|
92 |
$wp_customize->add_setting('home_slider_title', array(
|
87 |
'section' => 'slider_section')
|
88 |
));
|
89 |
|
90 |
+
//Content Alignment
|
91 |
+
$wp_customize->add_setting( 'slider_content_alignment',
|
92 |
+
array(
|
93 |
+
'default' => 'center',
|
94 |
+
'transport' => 'refresh',
|
95 |
+
|
96 |
+
)
|
97 |
+
);
|
98 |
+
$wp_customize->add_control( new Honeypress_Text_Radio_Button_Custom_Control( $wp_customize, 'slider_content_alignment',
|
99 |
+
array(
|
100 |
+
'label' => __( 'Slider Content Alignment', 'spicebox' ),
|
101 |
+
'section' => 'slider_section',
|
102 |
+
'choices' => array(
|
103 |
+
'left' => __( 'Left' ), // Required. Setting for this particular radio button choice and the text to display
|
104 |
+
'center' => __( 'Center' ), // Required. Setting for this particular radio button choice and the text to display
|
105 |
+
'right' => __( 'Right' ) // Required. Setting for this particular radio button choice and the text to display
|
106 |
+
)
|
107 |
+
)
|
108 |
+
) );
|
109 |
+
|
110 |
|
111 |
// Slider title
|
112 |
$wp_customize->add_setting('home_slider_title', array(
|
inc/honeypress/sections/honeypress-slider-section.php
CHANGED
@@ -42,7 +42,7 @@ if ( ! function_exists( 'spiceb_honeypress_slider' ) ) :
|
|
42 |
<div class="overlay" style="background-color:<?php echo $slider_overlay_section_color;?>"></div>
|
43 |
<?php } ?>
|
44 |
<div class="container slider-caption">
|
45 |
-
<div class="caption-content text
|
46 |
|
47 |
<?php if ( ! empty( $home_slider_title ) || is_customize_preview() ) { ?>
|
48 |
<h1 class="title"><?php echo $home_slider_title; ?></h1>
|
42 |
<div class="overlay" style="background-color:<?php echo $slider_overlay_section_color;?>"></div>
|
43 |
<?php } ?>
|
44 |
<div class="container slider-caption">
|
45 |
+
<div class="caption-content text-<?php echo get_theme_mod('slider_content_alignment','center');?>">
|
46 |
|
47 |
<?php if ( ! empty( $home_slider_title ) || is_customize_preview() ) { ?>
|
48 |
<h1 class="title"><?php echo $home_slider_title; ?></h1>
|
languages/spicebox.pot
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Project-Id-Version: "
|
5 |
"Spiceboxv1.0.0\n"
|
6 |
"POT-Creation-Date: "
|
7 |
-
"2021-
|
8 |
"PO-Revision-Date: \n"
|
9 |
"Last-Translator: Your "
|
10 |
"Name <you@example.com>\n"
|
@@ -43,7 +43,7 @@ msgstr ""
|
|
43 |
"X-Poedit-Basepath: ..\n"
|
44 |
"Language: en_US\n"
|
45 |
"X-Generator: Poedit "
|
46 |
-
"2.4.
|
47 |
"X-Poedit-"
|
48 |
"SearchPath-0: .\n"
|
49 |
|
@@ -142,7 +142,7 @@ msgstr ""
|
|
142 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:253
|
143 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:402
|
144 |
#: inc/honeypress/features/feature-service-section.php:33
|
145 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
146 |
#: inc/honeypress/features/feature-testimonial-section.php:84
|
147 |
#: inc/honeypress/features/feature-testimonial-section.php:155
|
148 |
#: inc/innofit/customizer/callout-section.php:29
|
@@ -192,8 +192,8 @@ msgstr ""
|
|
192 |
#: inc/cloudpress/features/feature-slider-section.php:146
|
193 |
#: inc/cloudpress/features/feature-testimonial-section.php:130
|
194 |
#: inc/cloudpress/sections/cloudpress-testimonail-section.php:10
|
195 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
196 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
197 |
#: inc/innofit/customizer/callout-section.php:68
|
198 |
#: inc/innofit/customizer/slider-section.php:105
|
199 |
#: inc/spicepress/features/feature-slider-section.php:108
|
@@ -202,7 +202,7 @@ msgstr ""
|
|
202 |
|
203 |
#: inc/cloudpress/features/feature-cta-section.php:70
|
204 |
#: inc/cloudpress/features/feature-slider-section.php:114
|
205 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
206 |
#: inc/innofit/customizer/callout-section.php:74
|
207 |
#: inc/innofit/customizer/slider-section.php:110
|
208 |
#: inc/spicepress/features/feature-slider-section.php:113
|
@@ -213,8 +213,8 @@ msgstr ""
|
|
213 |
#: inc/cloudpress/features/feature-slider-section.php:127
|
214 |
#: inc/cloudpress/features/feature-slider-section.php:164
|
215 |
#: inc/cloudpress/features/feature-testimonial-section.php:147
|
216 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
217 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
218 |
#: inc/innofit/customizer/callout-section.php:90
|
219 |
#: inc/innofit/customizer/slider-section.php:123
|
220 |
#: inc/spicepress/features/feature-slider-section.php:126
|
@@ -295,7 +295,7 @@ msgstr ""
|
|
295 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:267
|
296 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:416
|
297 |
#: inc/honeypress/features/feature-service-section.php:46
|
298 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
299 |
#: inc/honeypress/features/feature-testimonial-section.php:97
|
300 |
#: inc/honeypress/features/feature-testimonial-section.php:142
|
301 |
#: inc/innofit/customizer/callout-section.php:41
|
@@ -393,7 +393,7 @@ msgstr ""
|
|
393 |
|
394 |
#: inc/cloudpress/features/feature-slider-section.php:71
|
395 |
#: inc/cloudpress/sections/cloudpress-slider-section.php:10
|
396 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
397 |
#: inc/honeypress/sections/honeypress-slider-section.php:23
|
398 |
msgid ""
|
399 |
"Nulla nec dolor sit amet "
|
@@ -401,7 +401,7 @@ msgid ""
|
|
401 |
msgstr ""
|
402 |
|
403 |
#: inc/cloudpress/features/feature-slider-section.php:84
|
404 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
405 |
msgid ""
|
406 |
"Sea summo mazim ex, ea "
|
407 |
"errem eleifend "
|
@@ -413,7 +413,7 @@ msgstr ""
|
|
413 |
|
414 |
#: inc/cloudpress/features/feature-slider-section.php:97
|
415 |
#: inc/cloudpress/sections/cloudpress-slider-section.php:13
|
416 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
417 |
#: inc/honeypress/sections/honeypress-slider-section.php:26
|
418 |
msgid "Nec Sem"
|
419 |
msgstr ""
|
@@ -421,7 +421,7 @@ msgstr ""
|
|
421 |
#: inc/cloudpress/features/feature-slider-section.php:102
|
422 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:276
|
423 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:424
|
424 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
425 |
#: inc/innofit/customizer/callout-section.php:60
|
426 |
#: inc/innofit/customizer/slider-section.php:98
|
427 |
#: inc/spicepress/features/feature-slider-section.php:101
|
@@ -432,7 +432,7 @@ msgstr ""
|
|
432 |
#: inc/cloudpress/features/feature-testimonial-section.php:117
|
433 |
#: inc/cloudpress/sections/cloudpress-slider-section.php:17
|
434 |
#: inc/cloudpress/sections/cloudpress-testimonail-section.php:8
|
435 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
436 |
#: inc/honeypress/features/feature-testimonial-section.php:150
|
437 |
#: inc/honeypress/sections/honeypress-slider-section.php:30
|
438 |
#: inc/honeypress/sections/honeypress-testimonail-section.php:39
|
@@ -441,12 +441,12 @@ msgid "Cras Vitae"
|
|
441 |
msgstr ""
|
442 |
|
443 |
#: inc/cloudpress/features/feature-slider-section.php:139
|
444 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
445 |
msgid "Button 2 Text"
|
446 |
msgstr ""
|
447 |
|
448 |
#: inc/cloudpress/features/feature-slider-section.php:151
|
449 |
-
#: inc/honeypress/features/feature-slider-section.php:
|
450 |
msgid "Button 2 Link"
|
451 |
msgstr ""
|
452 |
|
@@ -779,6 +779,23 @@ msgid ""
|
|
779 |
"Create your own JotForm"
|
780 |
msgstr ""
|
781 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
#: inc/honeypress/features/feature-testimonial-section.php:71
|
783 |
msgid "Background Color"
|
784 |
msgstr ""
|
4 |
"Project-Id-Version: "
|
5 |
"Spiceboxv1.0.0\n"
|
6 |
"POT-Creation-Date: "
|
7 |
+
"2021-04-07 17:54+0530\n"
|
8 |
"PO-Revision-Date: \n"
|
9 |
"Last-Translator: Your "
|
10 |
"Name <you@example.com>\n"
|
43 |
"X-Poedit-Basepath: ..\n"
|
44 |
"Language: en_US\n"
|
45 |
"X-Generator: Poedit "
|
46 |
+
"2.4.1\n"
|
47 |
"X-Poedit-"
|
48 |
"SearchPath-0: .\n"
|
49 |
|
142 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:253
|
143 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:402
|
144 |
#: inc/honeypress/features/feature-service-section.php:33
|
145 |
+
#: inc/honeypress/features/feature-slider-section.php:119
|
146 |
#: inc/honeypress/features/feature-testimonial-section.php:84
|
147 |
#: inc/honeypress/features/feature-testimonial-section.php:155
|
148 |
#: inc/innofit/customizer/callout-section.php:29
|
192 |
#: inc/cloudpress/features/feature-slider-section.php:146
|
193 |
#: inc/cloudpress/features/feature-testimonial-section.php:130
|
194 |
#: inc/cloudpress/sections/cloudpress-testimonail-section.php:10
|
195 |
+
#: inc/honeypress/features/feature-slider-section.php:151
|
196 |
+
#: inc/honeypress/features/feature-slider-section.php:188
|
197 |
#: inc/innofit/customizer/callout-section.php:68
|
198 |
#: inc/innofit/customizer/slider-section.php:105
|
199 |
#: inc/spicepress/features/feature-slider-section.php:108
|
202 |
|
203 |
#: inc/cloudpress/features/feature-cta-section.php:70
|
204 |
#: inc/cloudpress/features/feature-slider-section.php:114
|
205 |
+
#: inc/honeypress/features/feature-slider-section.php:156
|
206 |
#: inc/innofit/customizer/callout-section.php:74
|
207 |
#: inc/innofit/customizer/slider-section.php:110
|
208 |
#: inc/spicepress/features/feature-slider-section.php:113
|
213 |
#: inc/cloudpress/features/feature-slider-section.php:127
|
214 |
#: inc/cloudpress/features/feature-slider-section.php:164
|
215 |
#: inc/cloudpress/features/feature-testimonial-section.php:147
|
216 |
+
#: inc/honeypress/features/feature-slider-section.php:169
|
217 |
+
#: inc/honeypress/features/feature-slider-section.php:206
|
218 |
#: inc/innofit/customizer/callout-section.php:90
|
219 |
#: inc/innofit/customizer/slider-section.php:123
|
220 |
#: inc/spicepress/features/feature-slider-section.php:126
|
295 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:267
|
296 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:416
|
297 |
#: inc/honeypress/features/feature-service-section.php:46
|
298 |
+
#: inc/honeypress/features/feature-slider-section.php:131
|
299 |
#: inc/honeypress/features/feature-testimonial-section.php:97
|
300 |
#: inc/honeypress/features/feature-testimonial-section.php:142
|
301 |
#: inc/innofit/customizer/callout-section.php:41
|
393 |
|
394 |
#: inc/cloudpress/features/feature-slider-section.php:71
|
395 |
#: inc/cloudpress/sections/cloudpress-slider-section.php:10
|
396 |
+
#: inc/honeypress/features/feature-slider-section.php:113
|
397 |
#: inc/honeypress/sections/honeypress-slider-section.php:23
|
398 |
msgid ""
|
399 |
"Nulla nec dolor sit amet "
|
401 |
msgstr ""
|
402 |
|
403 |
#: inc/cloudpress/features/feature-slider-section.php:84
|
404 |
+
#: inc/honeypress/features/feature-slider-section.php:126
|
405 |
msgid ""
|
406 |
"Sea summo mazim ex, ea "
|
407 |
"errem eleifend "
|
413 |
|
414 |
#: inc/cloudpress/features/feature-slider-section.php:97
|
415 |
#: inc/cloudpress/sections/cloudpress-slider-section.php:13
|
416 |
+
#: inc/honeypress/features/feature-slider-section.php:139
|
417 |
#: inc/honeypress/sections/honeypress-slider-section.php:26
|
418 |
msgid "Nec Sem"
|
419 |
msgstr ""
|
421 |
#: inc/cloudpress/features/feature-slider-section.php:102
|
422 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:276
|
423 |
#: inc/controls/customizer-repeater/class/customizer-repeater-control.php:424
|
424 |
+
#: inc/honeypress/features/feature-slider-section.php:144
|
425 |
#: inc/innofit/customizer/callout-section.php:60
|
426 |
#: inc/innofit/customizer/slider-section.php:98
|
427 |
#: inc/spicepress/features/feature-slider-section.php:101
|
432 |
#: inc/cloudpress/features/feature-testimonial-section.php:117
|
433 |
#: inc/cloudpress/sections/cloudpress-slider-section.php:17
|
434 |
#: inc/cloudpress/sections/cloudpress-testimonail-section.php:8
|
435 |
+
#: inc/honeypress/features/feature-slider-section.php:176
|
436 |
#: inc/honeypress/features/feature-testimonial-section.php:150
|
437 |
#: inc/honeypress/sections/honeypress-slider-section.php:30
|
438 |
#: inc/honeypress/sections/honeypress-testimonail-section.php:39
|
441 |
msgstr ""
|
442 |
|
443 |
#: inc/cloudpress/features/feature-slider-section.php:139
|
444 |
+
#: inc/honeypress/features/feature-slider-section.php:181
|
445 |
msgid "Button 2 Text"
|
446 |
msgstr ""
|
447 |
|
448 |
#: inc/cloudpress/features/feature-slider-section.php:151
|
449 |
+
#: inc/honeypress/features/feature-slider-section.php:193
|
450 |
msgid "Button 2 Link"
|
451 |
msgstr ""
|
452 |
|
779 |
"Create your own JotForm"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: inc/honeypress/features/feature-slider-section.php:100
|
783 |
+
msgid ""
|
784 |
+
"Slider Content Alignment"
|
785 |
+
msgstr ""
|
786 |
+
|
787 |
+
#: inc/honeypress/features/feature-slider-section.php:103
|
788 |
+
msgid "Left"
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: inc/honeypress/features/feature-slider-section.php:104
|
792 |
+
msgid "Center"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: inc/honeypress/features/feature-slider-section.php:105
|
796 |
+
msgid "Right"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
#: inc/honeypress/features/feature-testimonial-section.php:71
|
800 |
msgid "Background Color"
|
801 |
msgstr ""
|
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.
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -219,6 +219,10 @@ Fixed minor issues of HoneyPress child themes.
|
|
219 |
= 1.3.4 =
|
220 |
1. Added variations for the CloudPress Business theme.
|
221 |
|
|
|
|
|
|
|
|
|
222 |
=======External resources=======
|
223 |
|
224 |
Alpha color picker Control:
|
2 |
Contributors: spicethemes
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
+
Tested up to: 5.7
|
6 |
+
Stable tag: 1.3.5
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
219 |
= 1.3.4 =
|
220 |
1. Added variations for the CloudPress Business theme.
|
221 |
|
222 |
+
= 1.3.5 =
|
223 |
+
1. Added Slider Content Alignment Setting .
|
224 |
+
|
225 |
+
|
226 |
=======External resources=======
|
227 |
|
228 |
Alpha color picker Control:
|
spicebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
+
Version: 1.3.5
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://spicethemes.com
|
9 |
Text Domain: spicebox
|