Spice Box - Version 2.1.1

Version Description

  1. Fixed enqueue script url issues.

=====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 Icon wp plugin Spice Box
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1 to 2.1.1

inc/busicare/sections/busicare-team-section.php CHANGED
@@ -6,7 +6,7 @@ $team_options = get_theme_mod('busicare_team_content');
6
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
7
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
8
  $teamsettings = array('teamcarouselid' => '#team-carousel','team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
9
- wp_register_script('busicare-team', SPICEB_PLUGIN_URL . '/inc/busicare/js/front-page/team.js', array('jquery'));
10
  wp_localize_script('busicare-team', 'team_settings', $teamsettings);
11
  wp_enqueue_script('busicare-team');
12
 
6
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
7
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
8
  $teamsettings = array('teamcarouselid' => '#team-carousel','team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
9
+ wp_register_script('busicare-team', SPICEB_PLUGIN_URL . 'inc/busicare/js/front-page/team.js', array('jquery'));
10
  wp_localize_script('busicare-team', 'team_settings', $teamsettings);
11
  wp_enqueue_script('busicare-team');
12
 
inc/busicare/sections/busicare-testimonial-section.php CHANGED
@@ -7,7 +7,7 @@ function spiceb_busicare_testimonial_section()
7
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
8
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
9
  $testimonialsettings = array('design_id' => '#testimonial-carousel', 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
10
- wp_register_script('busicare-testimonial', SPICEB_PLUGIN_URL . '/inc/busicare/js/front-page/testi.js', array('jquery'));
11
  wp_localize_script('busicare-testimonial', 'testimonial_settings', $testimonialsettings);
12
  wp_enqueue_script('busicare-testimonial');
13
  $home_testimonial_section_title = get_theme_mod('home_testimonial_section_title', __('Nam Viverra Iaculis Finibus', 'spicebox'));
7
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
8
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
9
  $testimonialsettings = array('design_id' => '#testimonial-carousel', 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
10
+ wp_register_script('busicare-testimonial', SPICEB_PLUGIN_URL . 'inc/busicare/js/front-page/testi.js', array('jquery'));
11
  wp_localize_script('busicare-testimonial', 'testimonial_settings', $testimonialsettings);
12
  wp_enqueue_script('busicare-testimonial');
13
  $home_testimonial_section_title = get_theme_mod('home_testimonial_section_title', __('Nam Viverra Iaculis Finibus', 'spicebox'));
inc/cloudpress/sections/cloudpress-team-section.php CHANGED
@@ -11,7 +11,7 @@ if ( ! function_exists( 'spiceb_cloudpress_team' ) ) :
11
  'team_smooth_speed' => $team_smooth_speed,
12
  'team_nav_style' => $team_nav_style
13
  );
14
- wp_register_script('cloudpress-team', SPICEB_PLUGIN_URL.'/inc/js/cloudpress/team.js',array('jquery'));
15
  wp_localize_script('cloudpress-team','team_settings',$teamsettings);
16
  wp_enqueue_script('cloudpress-team');
17
  if($team_section_enable !='off')
11
  'team_smooth_speed' => $team_smooth_speed,
12
  'team_nav_style' => $team_nav_style
13
  );
14
+ wp_register_script('cloudpress-team', SPICEB_PLUGIN_URL.'inc/js/cloudpress/team.js',array('jquery'));
15
  wp_localize_script('cloudpress-team','team_settings',$teamsettings);
16
  wp_enqueue_script('cloudpress-team');
17
  if($team_section_enable !='off')
inc/spice-software/sections/spice-software-team-section.php CHANGED
@@ -9,7 +9,7 @@ $team_smooth_speed = get_theme_mod('team_smooth_speed', 1000);
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
- wp_register_script('spice-software-team', SPICEB_PLUGIN_URL . '/inc/spice-software/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('spice-software-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('spice-software-team');
15
 
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
+ wp_register_script('spice-software-team', SPICEB_PLUGIN_URL . 'inc/spice-software/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('spice-software-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('spice-software-team');
15
 
inc/spice-software/sections/spice-software-testimonial-section.php CHANGED
@@ -13,7 +13,7 @@ $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
13
 
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
 
16
- wp_register_script('spice-software-testimonial', SPICEB_PLUGIN_URL . '/inc/spice-software/js/front-page/testi.js', array('jquery'));
17
  wp_localize_script('spice-software-testimonial', 'testimonial_settings', $testimonial_settings);
18
  wp_enqueue_script('spice-software-testimonial');
19
 
13
 
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
 
16
+ wp_register_script('spice-software-testimonial', SPICEB_PLUGIN_URL . 'inc/spice-software/js/front-page/testi.js', array('jquery'));
17
  wp_localize_script('spice-software-testimonial', 'testimonial_settings', $testimonial_settings);
18
  wp_enqueue_script('spice-software-testimonial');
19
 
inc/spiko/sections/spiko-team-section.php CHANGED
@@ -9,7 +9,7 @@ $team_smooth_speed = get_theme_mod('team_smooth_speed', 1000);
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
- wp_register_script('spiko-team', SPICEB_PLUGIN_URL . '/inc/spiko/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('spiko-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('spiko-team');
15
 
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
+ wp_register_script('spiko-team', SPICEB_PLUGIN_URL . 'inc/spiko/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('spiko-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('spiko-team');
15
 
inc/spiko/sections/spiko-testimonial-section.php CHANGED
@@ -16,7 +16,7 @@ if ('Spiko Dark' == $theme->name){
16
  }else{
17
  $testimonial_settings = array('design_id' => '#testimonial-carousel1', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
18
  }
19
- wp_register_script('spiko-testimonial', SPICEB_PLUGIN_URL . '/inc/spiko/js/front-page/testi.js', array('jquery'));
20
  wp_localize_script('spiko-testimonial', 'testimonial_settings', $testimonial_settings);
21
  wp_enqueue_script('spiko-testimonial');
22
 
16
  }else{
17
  $testimonial_settings = array('design_id' => '#testimonial-carousel1', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
18
  }
19
+ wp_register_script('spiko-testimonial', SPICEB_PLUGIN_URL . 'inc/spiko/js/front-page/testi.js', array('jquery'));
20
  wp_localize_script('spiko-testimonial', 'testimonial_settings', $testimonial_settings);
21
  wp_enqueue_script('spiko-testimonial');
22
 
inc/wpblack/sections/wpblack-news-section.php CHANGED
@@ -14,7 +14,7 @@ if($newz_slide_layout==4){
14
  }
15
  $newz_nav_style = get_theme_mod('news_nav_style', 'bullets');
16
  $newzsettings = array('slide_items' => $newz_slide_items, 'animationSpeed' => $newz_animation_speed, 'smoothSpeed' => $newz_smooth_speed, 'newz_nav_style' => $newz_nav_style, 'rtl' => $isRTL);
17
- wp_register_script('wpblack-blog', SPICEB_PLUGIN_URL . '/inc/wpblack/js/front-page/blog.js', array('jquery'));
18
  wp_localize_script('wpblack-blog','newz_settings', $newzsettings);
19
  wp_enqueue_script('wpblack-blog');
20
  $latest_news_section_enable = get_theme_mod('latest_news_section_enable', true);
14
  }
15
  $newz_nav_style = get_theme_mod('news_nav_style', 'bullets');
16
  $newzsettings = array('slide_items' => $newz_slide_items, 'animationSpeed' => $newz_animation_speed, 'smoothSpeed' => $newz_smooth_speed, 'newz_nav_style' => $newz_nav_style, 'rtl' => $isRTL);
17
+ wp_register_script('wpblack-blog', SPICEB_PLUGIN_URL . 'inc/wpblack/js/front-page/blog.js', array('jquery'));
18
  wp_localize_script('wpblack-blog','newz_settings', $newzsettings);
19
  wp_enqueue_script('wpblack-blog');
20
  $latest_news_section_enable = get_theme_mod('latest_news_section_enable', true);
inc/wpblack/sections/wpblack-team-section.php CHANGED
@@ -9,7 +9,7 @@ $team_smooth_speed = get_theme_mod('team_smooth_speed', 1000);
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
- wp_register_script('wpblack-team', SPICEB_PLUGIN_URL . '/inc/wpblack/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('wpblack-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('wpblack-team');
15
 
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
+ wp_register_script('wpblack-team', SPICEB_PLUGIN_URL . 'inc/wpblack/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('wpblack-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('wpblack-team');
15
 
inc/wpblack/sections/wpblack-testimonial-section.php CHANGED
@@ -12,7 +12,7 @@ $isRTL = (is_rtl()) ? (bool) true : (bool) false;
12
  $slide_items = get_theme_mod('home_testimonial_slide_item', 1);
13
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
- wp_register_script('wpblack-testimonial', SPICEB_PLUGIN_URL . '/inc/wpblack/js/front-page/testi.js', array('jquery'));
16
  wp_localize_script('wpblack-testimonial', 'testimonial_settings', $testimonial_settings);
17
  wp_enqueue_script('wpblack-testimonial');
18
 
12
  $slide_items = get_theme_mod('home_testimonial_slide_item', 1);
13
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
+ wp_register_script('wpblack-testimonial', SPICEB_PLUGIN_URL . 'inc/wpblack/js/front-page/testi.js', array('jquery'));
16
  wp_localize_script('wpblack-testimonial', 'testimonial_settings', $testimonial_settings);
17
  wp_enqueue_script('wpblack-testimonial');
18
 
inc/wphester/sections/wphester-news-section.php CHANGED
@@ -14,7 +14,7 @@ if($newz_slide_layout==4){
14
  }
15
  $newz_nav_style = get_theme_mod('news_nav_style', 'bullets');
16
  $newzsettings = array('slide_items' => $newz_slide_items, 'animationSpeed' => $newz_animation_speed, 'smoothSpeed' => $newz_smooth_speed, 'newz_nav_style' => $newz_nav_style, 'rtl' => $isRTL);
17
- wp_register_script('wphester-blog', SPICEB_PLUGIN_URL . '/inc/wphester/js/front-page/blog.js', array('jquery'));
18
  wp_localize_script('wphester-blog','newz_settings', $newzsettings);
19
  wp_enqueue_script('wphester-blog');
20
  $latest_news_section_enable = get_theme_mod('latest_news_section_enable', true);
14
  }
15
  $newz_nav_style = get_theme_mod('news_nav_style', 'bullets');
16
  $newzsettings = array('slide_items' => $newz_slide_items, 'animationSpeed' => $newz_animation_speed, 'smoothSpeed' => $newz_smooth_speed, 'newz_nav_style' => $newz_nav_style, 'rtl' => $isRTL);
17
+ wp_register_script('wphester-blog', SPICEB_PLUGIN_URL . 'inc/wphester/js/front-page/blog.js', array('jquery'));
18
  wp_localize_script('wphester-blog','newz_settings', $newzsettings);
19
  wp_enqueue_script('wphester-blog');
20
  $latest_news_section_enable = get_theme_mod('latest_news_section_enable', true);
inc/wphester/sections/wphester-team-section.php CHANGED
@@ -9,7 +9,7 @@ $team_smooth_speed = get_theme_mod('team_smooth_speed', 1000);
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
- wp_register_script('wphester-team', SPICEB_PLUGIN_URL . '/inc/wphester/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('wphester-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('wphester-team');
15
 
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
+ wp_register_script('wphester-team', SPICEB_PLUGIN_URL . 'inc/wphester/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('wphester-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('wphester-team');
15
 
inc/wphester/sections/wphester-testimonial-section.php CHANGED
@@ -12,7 +12,7 @@ $isRTL = (is_rtl()) ? (bool) true : (bool) false;
12
  $slide_items = get_theme_mod('home_testimonial_slide_item', 1);
13
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
- wp_register_script('wphester-testimonial', SPICEB_PLUGIN_URL . '/inc/wphester/js/front-page/testi.js', array('jquery'));
16
  wp_localize_script('wphester-testimonial', 'testimonial_settings', $testimonial_settings);
17
  wp_enqueue_script('wphester-testimonial');
18
 
12
  $slide_items = get_theme_mod('home_testimonial_slide_item', 1);
13
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
+ wp_register_script('wphester-testimonial', SPICEB_PLUGIN_URL . 'inc/wphester/js/front-page/testi.js', array('jquery'));
16
  wp_localize_script('wphester-testimonial', 'testimonial_settings', $testimonial_settings);
17
  wp_enqueue_script('wphester-testimonial');
18
 
inc/wpkites/sections/wpkites-news-section.php CHANGED
@@ -14,7 +14,7 @@ if($newz_slide_layout==4){
14
  }
15
  $newz_nav_style = get_theme_mod('news_nav_style', 'bullets');
16
  $newzsettings = array('slide_items' => $newz_slide_items, 'animationSpeed' => $newz_animation_speed, 'smoothSpeed' => $newz_smooth_speed, 'newz_nav_style' => $newz_nav_style, 'rtl' => $isRTL);
17
- wp_register_script('wpkites-blog', SPICEB_PLUGIN_URL . '/inc/wpkites/js/front-page/blog.js', array('jquery'));
18
  wp_localize_script('wpkites-blog','newz_settings', $newzsettings);
19
  wp_enqueue_script('wpkites-blog');
20
  $latest_news_section_enable = get_theme_mod('latest_news_section_enable', true);
14
  }
15
  $newz_nav_style = get_theme_mod('news_nav_style', 'bullets');
16
  $newzsettings = array('slide_items' => $newz_slide_items, 'animationSpeed' => $newz_animation_speed, 'smoothSpeed' => $newz_smooth_speed, 'newz_nav_style' => $newz_nav_style, 'rtl' => $isRTL);
17
+ wp_register_script('wpkites-blog', SPICEB_PLUGIN_URL . 'inc/wpkites/js/front-page/blog.js', array('jquery'));
18
  wp_localize_script('wpkites-blog','newz_settings', $newzsettings);
19
  wp_enqueue_script('wpkites-blog');
20
  $latest_news_section_enable = get_theme_mod('latest_news_section_enable', true);
inc/wpkites/sections/wpkites-team-section.php CHANGED
@@ -9,7 +9,7 @@ $team_smooth_speed = get_theme_mod('team_smooth_speed', 1000);
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
- wp_register_script('wpkites-team', SPICEB_PLUGIN_URL . '/inc/wpkites/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('wpkites-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('wpkites-team');
15
 
9
  $team_nav_style = get_theme_mod('team_nav_style', 'bullets');
10
  $isRTL = (is_rtl()) ? (bool) true : (bool) false;
11
  $teamsettings = array('team_animation_speed' => $team_animation_speed, 'team_smooth_speed' => $team_smooth_speed, 'team_nav_style' => $team_nav_style, 'rtl' => $isRTL);
12
+ wp_register_script('wpkites-team', SPICEB_PLUGIN_URL . 'inc/wpkites/js/front-page/team.js', array('jquery'));
13
  wp_localize_script('wpkites-team', 'team_settings', $teamsettings);
14
  wp_enqueue_script('wpkites-team');
15
 
inc/wpkites/sections/wpkites-testimonial-section.php CHANGED
@@ -12,7 +12,7 @@ $isRTL = (is_rtl()) ? (bool) true : (bool) false;
12
  $slide_items = get_theme_mod('home_testimonial_slide_item', 1);
13
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
- wp_register_script('wpkites-testimonial', SPICEB_PLUGIN_URL . '/inc/wpkites/js/front-page/testi.js', array('jquery'));
16
  wp_localize_script('wpkites-testimonial', 'testimonial_settings', $testimonial_settings);
17
  wp_enqueue_script('wpkites-testimonial');
18
 
12
  $slide_items = get_theme_mod('home_testimonial_slide_item', 1);
13
  $testimonial_nav_style = get_theme_mod('testimonial_nav_style', 'bullets');
14
  $testimonial_settings = array('design_id' => '#testimonial-carousel', 'slide_items' => $slide_items, 'animationSpeed' => $testimonial_animation_speed, 'smoothSpeed' => $testimonial_smooth_speed, 'testimonial_nav_style' => $testimonial_nav_style, 'rtl' => $isRTL);
15
+ wp_register_script('wpkites-testimonial', SPICEB_PLUGIN_URL . 'inc/wpkites/js/front-page/testi.js', array('jquery'));
16
  wp_localize_script('wpkites-testimonial', 'testimonial_settings', $testimonial_settings);
17
  wp_enqueue_script('wpkites-testimonial');
18
 
languages/spicebox.pot CHANGED
@@ -8,7 +8,7 @@ msgstr ""
8
  "<translations@example."
9
  "com>\n"
10
  "POT-Creation-Date: "
11
- "2022-03-10 17:13+0530\n"
12
  "PO-Revision-Date: \n"
13
  "Last-Translator: Your "
14
  "Name <you@example.com>\n"
8
  "<translations@example."
9
  "com>\n"
10
  "POT-Creation-Date: "
11
+ "2022-05-12 13:33+0530\n"
12
  "PO-Revision-Date: \n"
13
  "Last-Translator: Your "
14
  "Name <you@example.com>\n"
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.9
6
- Stable tag: 2.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -258,6 +258,9 @@ Fixed minor issues of HoneyPress child themes.
258
  1. Added homepage sections for WPHester theme.
259
  2. Added homepage sections for WPBlack theme.
260
 
 
 
 
261
  =======External resources=======
262
 
263
  Alpha color picker Control:
3
  Tags: widget, admin, widgets
4
  Requires at least: 3.3+
5
  Tested up to: 5.9
6
+ Stable tag: 2.1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
258
  1. Added homepage sections for WPHester theme.
259
  2. Added homepage sections for WPBlack theme.
260
 
261
+ = 2.1.1 =
262
+ 1. Fixed enqueue script url issues.
263
+
264
  =======External resources=======
265
 
266
  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
2
  /*
3
  Plugin Name: SpiceBox
4
  Description: Enhances SpiceThemes with extra functionality.
5
+ Version: 2.1.1
6
  Author: Spicethemes
7
  Author URI: https://spicethemes.com
8
  Text Domain: spicebox