Version Description
- Added Testimonial Background Color settings for the Honeypress theme.
Download this release
Release Info
Developer | spicethemes |
Plugin | Spice Box |
Version | 1.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.2.4 to 1.2.5
inc/honeypress/features/feature-testimonial-section.php
CHANGED
@@ -22,6 +22,18 @@ $selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' :
|
|
22 |
)
|
23 |
));
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
// testimonial section title
|
26 |
$wp_customize->add_setting( 'home_testimonial_section_title',array(
|
27 |
'capability' => 'edit_theme_options',
|
22 |
)
|
23 |
));
|
24 |
|
25 |
+
//Testimonial Background Color
|
26 |
+
$wp_customize->add_setting( 'testimonial_overlay_section_color', array(
|
27 |
+
'sanitize_callback' => 'sanitize_text_field',
|
28 |
+
'default' => 'rgba(0, 76, 236, 0.9)',
|
29 |
+
) );
|
30 |
+
|
31 |
+
$wp_customize->add_control(new honeypress_Customize_Alpha_Color_Control( $wp_customize,'testimonial_overlay_section_color', array(
|
32 |
+
'label' => __('Background Color','spicebox'),
|
33 |
+
'palette' => true,
|
34 |
+
'section' => 'testimonial_section')
|
35 |
+
) );
|
36 |
+
|
37 |
// testimonial section title
|
38 |
$wp_customize->add_setting( 'home_testimonial_section_title',array(
|
39 |
'capability' => 'edit_theme_options',
|
inc/honeypress/sections/honeypress-testimonail-section.php
CHANGED
@@ -8,8 +8,10 @@ function spiceb_honeypress_testimonial() {
|
|
8 |
$testimonial_section_enable = get_theme_mod('testimonial_section_enable','on');
|
9 |
if($testimonial_section_enable !='off')
|
10 |
{
|
|
|
|
|
11 |
?>
|
12 |
-
<section class="section-module testimonial
|
13 |
<div class="container">
|
14 |
<?php
|
15 |
$home_testimonial_section_title = get_theme_mod('home_testimonial_section_title',__('What People Say','spicebox'));
|
8 |
$testimonial_section_enable = get_theme_mod('testimonial_section_enable','on');
|
9 |
if($testimonial_section_enable !='off')
|
10 |
{
|
11 |
+
|
12 |
+
$testimonial_overlay_section_color = get_theme_mod('testimonial_overlay_section_color','rgba(0, 76, 236, 0.9)');
|
13 |
?>
|
14 |
+
<section class="section-module testimonial" style="background-color:<?php echo $testimonial_overlay_section_color; ?>">
|
15 |
<div class="container">
|
16 |
<?php
|
17 |
$home_testimonial_section_title = get_theme_mod('home_testimonial_section_title',__('What People Say','spicebox'));
|
languages/spicebox.pot
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Project-Id-Version: "
|
5 |
"Spiceboxv1.0.0\n"
|
6 |
"POT-Creation-Date: "
|
7 |
-
"2020-05-
|
8 |
"PO-Revision-Date: \n"
|
9 |
"Last-Translator: Your "
|
10 |
"Name <you@example.com>\n"
|
@@ -135,8 +135,8 @@ msgstr ""
|
|
135 |
#: inc/cloudpress/features/feature-slider-section.php:77
|
136 |
#: inc/honeypress/features/feature-service-section.php:33
|
137 |
#: inc/honeypress/features/feature-slider-section.php:77
|
138 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
139 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
140 |
#: inc/innofit/customizer/callout-section.php:29
|
141 |
#: inc/innofit/customizer/news-section.php:30
|
142 |
#: inc/innofit/customizer/services-section.php:31
|
@@ -271,8 +271,8 @@ msgstr ""
|
|
271 |
#: inc/cloudpress/features/feature-slider-section.php:89
|
272 |
#: inc/honeypress/features/feature-service-section.php:46
|
273 |
#: inc/honeypress/features/feature-slider-section.php:89
|
274 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
275 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
276 |
#: inc/innofit/customizer/callout-section.php:41
|
277 |
#: inc/innofit/customizer/news-section.php:42
|
278 |
#: inc/innofit/customizer/services-section.php:46
|
@@ -334,7 +334,7 @@ msgstr ""
|
|
334 |
|
335 |
#: inc/cloudpress/features/feature-slider-section.php:35
|
336 |
#: inc/honeypress/features/feature-slider-section.php:35
|
337 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
338 |
#: inc/innofit/customizer/about-section.php:73
|
339 |
#: inc/innofit/customizer/slider-section.php:32
|
340 |
#: inc/spicepress/features/feature-portfolio-section.php:59
|
@@ -565,21 +565,25 @@ msgid ""
|
|
565 |
"section"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
569 |
-
|
|
|
|
|
|
|
|
|
570 |
#: inc/spicepress/features/feature-testimonial-section.php:65
|
571 |
#: inc/spicepress/sections/spicepress-testimonail-section.php:24
|
572 |
msgid "What People Say"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
576 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
577 |
msgid ""
|
578 |
"What Clients Are Say"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
582 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
583 |
msgid ""
|
584 |
"Sed ut Perspiciatis Unde "
|
585 |
"Omnis Iste Sed ut "
|
@@ -598,15 +602,15 @@ msgid ""
|
|
598 |
"pariatur."
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
602 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
603 |
#: inc/spicepress/features/feature-testimonial-section.php:123
|
604 |
#: inc/spicepress/sections/spicepress-testimonail-section.php:26
|
605 |
msgid "Alice Culan"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
609 |
-
#: inc/honeypress/sections/honeypress-testimonail-section.php:
|
610 |
#: inc/innofit/customizer.php:203
|
611 |
#: inc/innofit/sections/innofit-team-section.php:183
|
612 |
#: inc/spicepress/features/feature-testimonial-section.php:136
|
@@ -614,7 +618,7 @@ msgstr ""
|
|
614 |
msgid "UI Developer"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/honeypress/features/feature-testimonial-section.php:
|
618 |
#: inc/spicepress/features/feature-testimonial-section.php:141
|
619 |
msgid "Designation"
|
620 |
msgstr ""
|
4 |
"Project-Id-Version: "
|
5 |
"Spiceboxv1.0.0\n"
|
6 |
"POT-Creation-Date: "
|
7 |
+
"2020-05-26 18:13+0530\n"
|
8 |
"PO-Revision-Date: \n"
|
9 |
"Last-Translator: Your "
|
10 |
"Name <you@example.com>\n"
|
135 |
#: inc/cloudpress/features/feature-slider-section.php:77
|
136 |
#: inc/honeypress/features/feature-service-section.php:33
|
137 |
#: inc/honeypress/features/feature-slider-section.php:77
|
138 |
+
#: inc/honeypress/features/feature-testimonial-section.php:45
|
139 |
+
#: inc/honeypress/features/feature-testimonial-section.php:102
|
140 |
#: inc/innofit/customizer/callout-section.php:29
|
141 |
#: inc/innofit/customizer/news-section.php:30
|
142 |
#: inc/innofit/customizer/services-section.php:31
|
271 |
#: inc/cloudpress/features/feature-slider-section.php:89
|
272 |
#: inc/honeypress/features/feature-service-section.php:46
|
273 |
#: inc/honeypress/features/feature-slider-section.php:89
|
274 |
+
#: inc/honeypress/features/feature-testimonial-section.php:58
|
275 |
+
#: inc/honeypress/features/feature-testimonial-section.php:89
|
276 |
#: inc/innofit/customizer/callout-section.php:41
|
277 |
#: inc/innofit/customizer/news-section.php:42
|
278 |
#: inc/innofit/customizer/services-section.php:46
|
334 |
|
335 |
#: inc/cloudpress/features/feature-slider-section.php:35
|
336 |
#: inc/honeypress/features/feature-slider-section.php:35
|
337 |
+
#: inc/honeypress/features/feature-testimonial-section.php:72
|
338 |
#: inc/innofit/customizer/about-section.php:73
|
339 |
#: inc/innofit/customizer/slider-section.php:32
|
340 |
#: inc/spicepress/features/feature-portfolio-section.php:59
|
565 |
"section"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: inc/honeypress/features/feature-testimonial-section.php:32
|
569 |
+
msgid "Background Color"
|
570 |
+
msgstr ""
|
571 |
+
|
572 |
+
#: inc/honeypress/features/feature-testimonial-section.php:40
|
573 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:17
|
574 |
#: inc/spicepress/features/feature-testimonial-section.php:65
|
575 |
#: inc/spicepress/sections/spicepress-testimonail-section.php:24
|
576 |
msgid "What People Say"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: inc/honeypress/features/feature-testimonial-section.php:53
|
580 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:18
|
581 |
msgid ""
|
582 |
"What Clients Are Say"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: inc/honeypress/features/feature-testimonial-section.php:84
|
586 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:22
|
587 |
msgid ""
|
588 |
"Sed ut Perspiciatis Unde "
|
589 |
"Omnis Iste Sed ut "
|
602 |
"pariatur."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/honeypress/features/feature-testimonial-section.php:97
|
606 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:19
|
607 |
#: inc/spicepress/features/feature-testimonial-section.php:123
|
608 |
#: inc/spicepress/sections/spicepress-testimonail-section.php:26
|
609 |
msgid "Alice Culan"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: inc/honeypress/features/feature-testimonial-section.php:109
|
613 |
+
#: inc/honeypress/sections/honeypress-testimonail-section.php:20
|
614 |
#: inc/innofit/customizer.php:203
|
615 |
#: inc/innofit/sections/innofit-team-section.php:183
|
616 |
#: inc/spicepress/features/feature-testimonial-section.php:136
|
618 |
msgid "UI Developer"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: inc/honeypress/features/feature-testimonial-section.php:114
|
622 |
#: inc/spicepress/features/feature-testimonial-section.php:141
|
623 |
msgid "Designation"
|
624 |
msgstr ""
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: spicethemes
|
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
Tested up to: 5.2.3
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -184,4 +184,7 @@ This plugin create repeater controls in the customizer settings allowing you to
|
|
184 |
|
185 |
= 1.2.4 =
|
186 |
1. Changed sidebar widget area id for the Spicepress theme.
|
187 |
-
2. Removed Read More button.
|
|
|
|
|
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
Tested up to: 5.2.3
|
6 |
+
Stable tag: 1.2.5
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
184 |
|
185 |
= 1.2.4 =
|
186 |
1. Changed sidebar widget area id for the Spicepress theme.
|
187 |
+
2. Removed Read More button.
|
188 |
+
|
189 |
+
= 1.2.5 =
|
190 |
+
1. Added Testimonial Background Color settings for the Honeypress theme.
|
spicebox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SpiceBox
|
4 |
Plugin URI:
|
5 |
Description: Enhances SpiceThemes with extra functionality.
|
6 |
-
Version: 1.2.
|
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.2.5
|
7 |
Author: Spicethemes
|
8 |
Author URI: https://spicethemes.com
|
9 |
Text Domain: spicebox
|