Version Description
- Added premium starter sites and extensions menus for the wpkites theme.
=====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
Custom control - Image Radio Button Custom Control Copyright: Anthony Hortin License: GNU General Public License v2 or later Source: https://github.com/maddisondesigns/customizer-custom-controls
==========
Download this release
Release Info
Developer | spicethemes |
Plugin | Spice Box |
Version | 2.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- inc/wpkites/extensions/view.php +142 -0
- inc/wpkites/images/extensions/instagram.png +0 -0
- inc/wpkites/images/extensions/popup-login.png +0 -0
- inc/wpkites/images/extensions/post-slider.png +0 -0
- inc/wpkites/images/extensions/side-panel.png +0 -0
- inc/wpkites/images/extensions/social-share.png +0 -0
- inc/wpkites/images/extensions/white-label.png +0 -0
- inc/wpkites/images/free-bedge.png +0 -0
- inc/wpkites/images/pro-bedge.png +0 -0
- inc/wpkites/starter-sites/view.php +123 -0
- languages/spicebox.pot +75 -2
- readme.txt +4 -1
- spicebox.php +30 -1
inc/wpkites/extensions/view.php
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Extensions
|
4 |
+
*/
|
5 |
+
|
6 |
+
if( ! function_exists( 'wpkites_plus_activate' ) ) {
|
7 |
+
wp_enqueue_style( 'wpkites-info-screen-css', WPKITES_TEMPLATE_DIR_URI . '/admin/assets/css/welcome.css' );
|
8 |
+
wp_enqueue_style( 'wpkites-info-css', WPKITES_TEMPLATE_DIR_URI . '/assets/css/bootstrap.css' );
|
9 |
+
}
|
10 |
+
?>
|
11 |
+
<div id="wpkites-extensions" class="text-center">
|
12 |
+
<div class="container-fluid">
|
13 |
+
<div class="row">
|
14 |
+
<div class="col-md-12 col-sm-12 col-xs-12">
|
15 |
+
<h1 class="wpkites-info-title text-center">
|
16 |
+
<?php esc_html_e('Extensions','spicebox') ?>
|
17 |
+
</h1>
|
18 |
+
</div>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
<div class="container-fluid">
|
23 |
+
<div class="row">
|
24 |
+
<div class="col-lg-12 col-md-12 col-sm-12 ">
|
25 |
+
<div class="col-lg-4 col-md-4 col-sm-4 strater-div">
|
26 |
+
<div class="ribbon">
|
27 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/free-bedge.png' ?>">
|
28 |
+
</div>
|
29 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/extensions/post-slider.png' ?>">
|
30 |
+
<div class="col-lg-12 col-md-12 col-sm-12 panel-txt">
|
31 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-left">
|
32 |
+
<h4 class="strater-name">
|
33 |
+
<?php esc_html_e('Spice Post Slider','spicebox'); ?>
|
34 |
+
</h4>
|
35 |
+
</div>
|
36 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-right">
|
37 |
+
<a href="https://spicethemes.com/spice-post-slider/" class="starter-btn" target="_blank">
|
38 |
+
<?php esc_html_e('View More','spicebox'); ?>
|
39 |
+
</a>
|
40 |
+
</div>
|
41 |
+
</div>
|
42 |
+
</div>
|
43 |
+
|
44 |
+
<div class="col-lg-4 col-md-4 col-sm-4 strater-div">
|
45 |
+
<div class="ribbon">
|
46 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/free-bedge.png' ?>">
|
47 |
+
</div>
|
48 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/extensions/social-share.png' ?>">
|
49 |
+
<div class="col-lg-12 col-md-12 col-sm-12 panel-txt">
|
50 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-left">
|
51 |
+
<h4 class="strater-name">
|
52 |
+
<?php esc_html_e('Spice Social Share','spicebox'); ?>
|
53 |
+
</h4>
|
54 |
+
</div>
|
55 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-right">
|
56 |
+
<a href="https://spicethemes.com/social-share/" class="starter-btn" target="_blank">
|
57 |
+
<?php esc_html_e('View More','spicebox'); ?>
|
58 |
+
</a>
|
59 |
+
</div>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
|
63 |
+
<div class="col-lg-4 col-md-4 col-sm-4 strater-div">
|
64 |
+
<div class="ribbon">
|
65 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
66 |
+
</div>
|
67 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/extensions/white-label.png' ?>">
|
68 |
+
<div class="col-lg-12 col-md-12 col-sm-12 panel-txt">
|
69 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-left">
|
70 |
+
<h4 class="strater-name">
|
71 |
+
<?php esc_html_e('Spice White Label','spicebox'); ?>
|
72 |
+
</h4>
|
73 |
+
</div>
|
74 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-right">
|
75 |
+
<a href="https://spicethemes.com/white-label/" class="starter-btn" target="_blank">
|
76 |
+
<?php esc_html_e('View More','spicebox'); ?>
|
77 |
+
</a>
|
78 |
+
</div>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
|
82 |
+
<div class="col-lg-4 col-md-4 col-sm-4 strater-div">
|
83 |
+
<div class="ribbon">
|
84 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
85 |
+
</div>
|
86 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/extensions/side-panel.png' ?>">
|
87 |
+
<div class="col-lg-12 col-md-12 col-sm-12 panel-txt">
|
88 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-left">
|
89 |
+
<h4 class="strater-name">
|
90 |
+
<?php esc_html_e('Spice Side Panel','spicebox'); ?>
|
91 |
+
</h4>
|
92 |
+
</div>
|
93 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-right">
|
94 |
+
<a href="https://spicethemes.com/side-panel/" class="starter-btn" target="_blank">
|
95 |
+
<?php esc_html_e('View More','spicebox'); ?>
|
96 |
+
</a>
|
97 |
+
</div>
|
98 |
+
</div>
|
99 |
+
</div>
|
100 |
+
|
101 |
+
<div class="col-lg-4 col-md-4 col-sm-4 strater-div">
|
102 |
+
<div class="ribbon">
|
103 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
104 |
+
</div>
|
105 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/extensions/popup-login.png' ?>">
|
106 |
+
<div class="col-lg-12 col-md-12 col-sm-12 panel-txt">
|
107 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-left">
|
108 |
+
<h4 class="strater-name">
|
109 |
+
<?php esc_html_e('Spice Popup Login','spicebox'); ?>
|
110 |
+
</h4>
|
111 |
+
</div>
|
112 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-right">
|
113 |
+
<a href="https://spicethemes.com/popup-login/" class="starter-btn" target="_blank">
|
114 |
+
<?php esc_html_e('View More','spicebox'); ?>
|
115 |
+
</a>
|
116 |
+
</div>
|
117 |
+
</div>
|
118 |
+
</div>
|
119 |
+
|
120 |
+
<div class="col-lg-4 col-md-4 col-sm-4 strater-div">
|
121 |
+
<div class="ribbon">
|
122 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
123 |
+
</div>
|
124 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/extensions/instagram.png' ?>">
|
125 |
+
<div class="col-lg-12 col-md-12 col-sm-12 panel-txt">
|
126 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-left">
|
127 |
+
<h4 class="strater-name">
|
128 |
+
<?php esc_html_e('Spice Instagram','spicebox'); ?>
|
129 |
+
</h4>
|
130 |
+
</div>
|
131 |
+
<div class="col-lg-6 col-md-12 col-sm-12 text-right">
|
132 |
+
<a href="https://spicethemes.com/instagram/" class="starter-btn" target="_blank">
|
133 |
+
<?php esc_html_e('View More','spicebox'); ?>
|
134 |
+
</a>
|
135 |
+
</div>
|
136 |
+
</div>
|
137 |
+
</div>
|
138 |
+
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
</div>
|
142 |
+
</div>
|
inc/wpkites/images/extensions/instagram.png
ADDED
Binary file
|
inc/wpkites/images/extensions/popup-login.png
ADDED
Binary file
|
inc/wpkites/images/extensions/post-slider.png
ADDED
Binary file
|
inc/wpkites/images/extensions/side-panel.png
ADDED
Binary file
|
inc/wpkites/images/extensions/social-share.png
ADDED
Binary file
|
inc/wpkites/images/extensions/white-label.png
ADDED
Binary file
|
inc/wpkites/images/free-bedge.png
ADDED
Binary file
|
inc/wpkites/images/pro-bedge.png
ADDED
Binary file
|
inc/wpkites/starter-sites/view.php
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Starter Sites
|
4 |
+
*/
|
5 |
+
|
6 |
+
if( ! function_exists( 'wpkites_plus_activate' ) ) {
|
7 |
+
wp_enqueue_style( 'wpkites-info-screen-css', WPKITES_TEMPLATE_DIR_URI . '/admin/assets/css/welcome.css' );
|
8 |
+
wp_enqueue_style( 'wpkites-info-css', WPKITES_TEMPLATE_DIR_URI . '/assets/css/bootstrap.css' );
|
9 |
+
}
|
10 |
+
?>
|
11 |
+
<div id="starter-sites" class="text-center">
|
12 |
+
<div class="container-fluid">
|
13 |
+
<div class="row">
|
14 |
+
<div class="col-md-12 col-sm-12 col-xs-12">
|
15 |
+
<h1 class="wpkites-info-title text-center m-top-30">
|
16 |
+
<?php esc_html_e('Starter Sites','spicebox') ?>
|
17 |
+
</h1>
|
18 |
+
</div>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
|
22 |
+
<div class="container-fluid">
|
23 |
+
<div class="row">
|
24 |
+
<div class="col-md-12 col-sm-12 col-xs-12">
|
25 |
+
<div class="col-md-4 col-sm-4 col-xs-12 strater-div">
|
26 |
+
<div class="ribbon">
|
27 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
28 |
+
</div>
|
29 |
+
<img src="https://spicethemes.com/startersites/thumbnail/photography/thumb.png">
|
30 |
+
<div class="col-md-12 col-sm-12 col-xs-12 panel-txt">
|
31 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-left">
|
32 |
+
<h4 class="strater-name">
|
33 |
+
<?php esc_html_e('Photography','spicebox'); ?>
|
34 |
+
</h4>
|
35 |
+
</div>
|
36 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-right">
|
37 |
+
<a href="https://photography-wpkites.spicethemes.com/" class="starter-btn" target="_blank">
|
38 |
+
<?php esc_html_e('Demo','spicebox'); ?>
|
39 |
+
</a>
|
40 |
+
</div>
|
41 |
+
</div>
|
42 |
+
</div>
|
43 |
+
|
44 |
+
<div class="col-md-4 col-sm-4 col-xs-12 strater-div">
|
45 |
+
<div class="ribbon">
|
46 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
47 |
+
</div>
|
48 |
+
<img src="https://spicethemes.com/startersites/thumbnail/job-portal/thumb.png">
|
49 |
+
<div class="col-md-12 col-sm-12 col-xs-12 panel-txt">
|
50 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-left">
|
51 |
+
<h4 class="strater-name">
|
52 |
+
<?php esc_html_e('Job Portal','spicebox'); ?>
|
53 |
+
</h4>
|
54 |
+
</div>
|
55 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-right">
|
56 |
+
<a href="https://job-portal-wpkites.spicethemes.com/" class="starter-btn" target="_blank">
|
57 |
+
<?php esc_html_e('Demo','spicebox'); ?>
|
58 |
+
</a>
|
59 |
+
</div>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
|
63 |
+
<div class="col-md-4 col-sm-4 col-xs-12 strater-div">
|
64 |
+
<div class="ribbon">
|
65 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
66 |
+
</div>
|
67 |
+
<img src="https://spicethemes.com/startersites/thumbnail/restaurant/thumb.png">
|
68 |
+
<div class="col-md-12 col-sm-12 col-xs-12 panel-txt">
|
69 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-left">
|
70 |
+
<h4 class="strater-name">
|
71 |
+
<?php esc_html_e('Restaurant','spicebox'); ?>
|
72 |
+
</h4>
|
73 |
+
</div>
|
74 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-right">
|
75 |
+
<a href="https://food-restaurant-wpkites.spicethemes.com/" class="starter-btn" target="_blank">
|
76 |
+
<?php esc_html_e('Demo','spicebox'); ?>
|
77 |
+
</a>
|
78 |
+
</div>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
|
82 |
+
<div class="col-md-4 col-sm-4 col-xs-12 strater-div">
|
83 |
+
<div class="ribbon">
|
84 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
85 |
+
</div>
|
86 |
+
<img src="https://spicethemes.com/startersites/thumbnail/corporate/thumb.png">
|
87 |
+
<div class="col-md-12 col-sm-12 col-xs-12 panel-txt">
|
88 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-left">
|
89 |
+
<h4 class="strater-name">
|
90 |
+
<?php esc_html_e('Corporate','spicebox'); ?>
|
91 |
+
</h4>
|
92 |
+
</div>
|
93 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-right">
|
94 |
+
<a href="https://corporate-wpkites.spicethemes.com/" class="starter-btn" target="_blank">
|
95 |
+
<?php esc_html_e('Demo','spicebox'); ?>
|
96 |
+
</a>
|
97 |
+
</div>
|
98 |
+
</div>
|
99 |
+
</div>
|
100 |
+
|
101 |
+
<div class="col-md-4 col-sm-4 col-xs-12 strater-div">
|
102 |
+
<div class="ribbon">
|
103 |
+
<img src="<?php echo SPICEB_PLUGIN_URL . 'inc/wpkites/images/pro-bedge.png' ?>">
|
104 |
+
</div>
|
105 |
+
<img src="https://spicethemes.com/startersites/thumbnail/business/thumb.png">
|
106 |
+
<div class="col-md-12 col-sm-12 col-xs-12 panel-txt">
|
107 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-left">
|
108 |
+
<h4 class="strater-name">
|
109 |
+
<?php esc_html_e('Business','spicebox'); ?>
|
110 |
+
</h4>
|
111 |
+
</div>
|
112 |
+
<div class="col-md-6 col-sm-12 col-xs-12 text-right">
|
113 |
+
<a href="https://business-wpkites.spicethemes.com/" class="starter-btn" target="_blank">
|
114 |
+
<?php esc_html_e('Demo','spicebox'); ?>
|
115 |
+
</a>
|
116 |
+
</div>
|
117 |
+
</div>
|
118 |
+
</div>
|
119 |
+
|
120 |
+
</div>
|
121 |
+
</div>
|
122 |
+
</div>
|
123 |
+
</div>
|
languages/spicebox.pot
CHANGED
@@ -8,7 +8,7 @@ msgstr ""
|
|
8 |
"<translations@example."
|
9 |
"com>\n"
|
10 |
"POT-Creation-Date: "
|
11 |
-
"2022-
|
12 |
"PO-Revision-Date: \n"
|
13 |
"Last-Translator: Your "
|
14 |
"Name <you@example.com>\n"
|
@@ -43,7 +43,7 @@ msgstr ""
|
|
43 |
"_nc:4c,1,2\n"
|
44 |
"X-Poedit-Basepath: ..\n"
|
45 |
"X-Generator: Poedit "
|
46 |
-
"3.
|
47 |
"X-Poedit-"
|
48 |
"SearchPath-0: .\n"
|
49 |
|
@@ -452,6 +452,12 @@ msgstr ""
|
|
452 |
|
453 |
#: inc/busicare/customizer/news-section.php:96
|
454 |
#: inc/spice-software/customizer/news-section.php:87
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
msgid "View More"
|
456 |
msgstr ""
|
457 |
|
@@ -2790,3 +2796,70 @@ msgid ""
|
|
2790 |
"Testimonial Image "
|
2791 |
"Overlay Color"
|
2792 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"<translations@example."
|
9 |
"com>\n"
|
10 |
"POT-Creation-Date: "
|
11 |
+
"2022-08-24 19:47+0530\n"
|
12 |
"PO-Revision-Date: \n"
|
13 |
"Last-Translator: Your "
|
14 |
"Name <you@example.com>\n"
|
43 |
"_nc:4c,1,2\n"
|
44 |
"X-Poedit-Basepath: ..\n"
|
45 |
"X-Generator: Poedit "
|
46 |
+
"3.1.1\n"
|
47 |
"X-Poedit-"
|
48 |
"SearchPath-0: .\n"
|
49 |
|
452 |
|
453 |
#: inc/busicare/customizer/news-section.php:96
|
454 |
#: inc/spice-software/customizer/news-section.php:87
|
455 |
+
#: inc/wpkites/extensions/view.php:38
|
456 |
+
#: inc/wpkites/extensions/view.php:57
|
457 |
+
#: inc/wpkites/extensions/view.php:76
|
458 |
+
#: inc/wpkites/extensions/view.php:95
|
459 |
+
#: inc/wpkites/extensions/view.php:114
|
460 |
+
#: inc/wpkites/extensions/view.php:133
|
461 |
msgid "View More"
|
462 |
msgstr ""
|
463 |
|
2796 |
"Testimonial Image "
|
2797 |
"Overlay Color"
|
2798 |
msgstr ""
|
2799 |
+
|
2800 |
+
#: inc/wpkites/extensions/view.php:16
|
2801 |
+
#: spicebox.php:356
|
2802 |
+
#: spicebox.php:357
|
2803 |
+
msgid "Extensions"
|
2804 |
+
msgstr ""
|
2805 |
+
|
2806 |
+
#: inc/wpkites/extensions/view.php:33
|
2807 |
+
msgid "Spice Post Slider"
|
2808 |
+
msgstr ""
|
2809 |
+
|
2810 |
+
#: inc/wpkites/extensions/view.php:52
|
2811 |
+
msgid "Spice Social Share"
|
2812 |
+
msgstr ""
|
2813 |
+
|
2814 |
+
#: inc/wpkites/extensions/view.php:71
|
2815 |
+
msgid "Spice White Label"
|
2816 |
+
msgstr ""
|
2817 |
+
|
2818 |
+
#: inc/wpkites/extensions/view.php:90
|
2819 |
+
msgid "Spice Side Panel"
|
2820 |
+
msgstr ""
|
2821 |
+
|
2822 |
+
#: inc/wpkites/extensions/view.php:109
|
2823 |
+
msgid "Spice Popup Login"
|
2824 |
+
msgstr ""
|
2825 |
+
|
2826 |
+
#: inc/wpkites/extensions/view.php:128
|
2827 |
+
msgid "Spice Instagram"
|
2828 |
+
msgstr ""
|
2829 |
+
|
2830 |
+
#: inc/wpkites/starter-sites/view.php:16
|
2831 |
+
msgid "Starter Sites"
|
2832 |
+
msgstr ""
|
2833 |
+
|
2834 |
+
#: inc/wpkites/starter-sites/view.php:33
|
2835 |
+
msgid "Photography"
|
2836 |
+
msgstr ""
|
2837 |
+
|
2838 |
+
#: inc/wpkites/starter-sites/view.php:38
|
2839 |
+
#: inc/wpkites/starter-sites/view.php:57
|
2840 |
+
#: inc/wpkites/starter-sites/view.php:76
|
2841 |
+
#: inc/wpkites/starter-sites/view.php:95
|
2842 |
+
#: inc/wpkites/starter-sites/view.php:114
|
2843 |
+
msgid "Demo"
|
2844 |
+
msgstr ""
|
2845 |
+
|
2846 |
+
#: inc/wpkites/starter-sites/view.php:52
|
2847 |
+
msgid "Job Portal"
|
2848 |
+
msgstr ""
|
2849 |
+
|
2850 |
+
#: inc/wpkites/starter-sites/view.php:71
|
2851 |
+
msgid "Restaurant"
|
2852 |
+
msgstr ""
|
2853 |
+
|
2854 |
+
#: inc/wpkites/starter-sites/view.php:90
|
2855 |
+
msgid "Corporate"
|
2856 |
+
msgstr ""
|
2857 |
+
|
2858 |
+
#: inc/wpkites/starter-sites/view.php:109
|
2859 |
+
msgid "Business"
|
2860 |
+
msgstr ""
|
2861 |
+
|
2862 |
+
#: spicebox.php:346
|
2863 |
+
#: spicebox.php:347
|
2864 |
+
msgid "Starer Sites"
|
2865 |
+
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: 6.0
|
6 |
-
Stable tag: 2.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -264,6 +264,9 @@ Fixed minor issues of HoneyPress child themes.
|
|
264 |
= 2.1.2 =
|
265 |
1. Added freemius directory.
|
266 |
|
|
|
|
|
|
|
267 |
=======External resources=======
|
268 |
|
269 |
Alpha color picker Control:
|
3 |
Tags: widget, admin, widgets
|
4 |
Requires at least: 3.3+
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 2.1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
264 |
= 2.1.2 =
|
265 |
1. Added freemius directory.
|
266 |
|
267 |
+
= 2.1.3 =
|
268 |
+
1. Added premium starter sites and extensions menus for the wpkites theme.
|
269 |
+
|
270 |
=======External resources=======
|
271 |
|
272 |
Alpha color picker Control:
|
spicebox.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: SpiceBox
|
4 |
Description: Enhances SpiceThemes with extra functionality.
|
5 |
-
Version: 2.1.
|
6 |
Author: Spicethemes
|
7 |
Author URI: https://spicethemes.com
|
8 |
Text Domain: spicebox
|
@@ -335,6 +335,35 @@ function spiceb_activate() {
|
|
335 |
require_once('inc/wpkites/customizer.php');
|
336 |
|
337 |
endif;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
338 |
}
|
339 |
|
340 |
//WPHester
|
2 |
/*
|
3 |
Plugin Name: SpiceBox
|
4 |
Description: Enhances SpiceThemes with extra functionality.
|
5 |
+
Version: 2.1.3
|
6 |
Author: Spicethemes
|
7 |
Author URI: https://spicethemes.com
|
8 |
Text Domain: spicebox
|
335 |
require_once('inc/wpkites/customizer.php');
|
336 |
|
337 |
endif;
|
338 |
+
|
339 |
+
|
340 |
+
add_action( 'admin_menu', 'wpkites_starter_sites_menu',999 );
|
341 |
+
if(!function_exists('wpkites_starter_sites_menu')) {
|
342 |
+
function wpkites_starter_sites_menu() {
|
343 |
+
|
344 |
+
add_submenu_page(
|
345 |
+
'wpkites-panel',
|
346 |
+
esc_html__( 'Starer Sites', 'spicebox' ),
|
347 |
+
esc_html__( 'Starer Sites', 'spicebox' ),
|
348 |
+
'manage_options',
|
349 |
+
'starter-sites',
|
350 |
+
function() { require_once SPICEB_PLUGIN_DIR.'inc/wpkites/starter-sites/view.php'; },
|
351 |
+
2
|
352 |
+
);
|
353 |
+
|
354 |
+
add_submenu_page(
|
355 |
+
'wpkites-panel',
|
356 |
+
esc_html__( 'Extensions', 'spicebox' ),
|
357 |
+
esc_html__( 'Extensions', 'spicebox' ),
|
358 |
+
'manage_options',
|
359 |
+
'extensions',
|
360 |
+
function() { require_once SPICEB_PLUGIN_DIR.'inc/wpkites/extensions/view.php'; },
|
361 |
+
2
|
362 |
+
);
|
363 |
+
|
364 |
+
}
|
365 |
+
|
366 |
+
}
|
367 |
}
|
368 |
|
369 |
//WPHester
|