ThemeHunk Customizer - Version 2.5.5

Version Description

  • Jotshop - Ribbon section title issue resolved.
  • Jotshop - Testing issue resolved.
Download this release

Release Info

Developer themehunk
Plugin Icon 128x128 ThemeHunk Customizer
Version 2.5.5
Comparing to
See all releases

Code changes from version 2.5.4 to 2.5.5

jot-shop/customizer/section/frontpage/ribbon.php CHANGED
@@ -55,7 +55,6 @@ $wp_customize->add_control( new Jot_Shop_Customizer_Buttonset_Control( $wp_custo
55
  $wp_customize->add_setting( 'jot_shop_ribbon_bg_background_position', array(
56
  'default' => 'center center',
57
  'sanitize_callback' => 'sanitize_text_field',
58
- 'transport' => 'postMessage',
59
  ) );
60
  // Registers example_background control
61
  $wp_customize->add_control(
55
  $wp_customize->add_setting( 'jot_shop_ribbon_bg_background_position', array(
56
  'default' => 'center center',
57
  'sanitize_callback' => 'sanitize_text_field',
 
58
  ) );
59
  // Registers example_background control
60
  $wp_customize->add_control(
jot-shop/customizer/section/frontpage/top-slider.php CHANGED
@@ -39,13 +39,6 @@ $wp_customize->add_control(
39
  'url' => SLIDER_LAYOUT_4,
40
  ),
41
 
42
- 'slide-layout-6' => array(
43
- 'url' => SLIDER_LAYOUT_6,
44
- ),
45
-
46
- 'slide-layout-9' => array(
47
- 'url' => JOT_SHOP_SLIDER_LAYOUT_9,
48
- ),
49
 
50
  ),
51
  )
39
  'url' => SLIDER_LAYOUT_4,
40
  ),
41
 
 
 
 
 
 
 
 
42
 
43
  ),
44
  )
jot-shop/jot-shop-admin/woo/jot-shop-admin.php CHANGED
@@ -235,8 +235,8 @@ function jot_shop_product_cat_filter_default_loop($term_id,$prdct_optn){
235
  </span>
236
  </div>
237
  <?php }
238
- if( ( class_exists( 'WPCleverWooscp' ))){
239
- echo do_shortcode('[wooscp id='.$pid.']');
240
  }
241
  if( ( class_exists( 'YITH_Woocompare' ))){
242
  echo jot_shop_add_to_compare_fltr($pid);
@@ -245,7 +245,7 @@ function jot_shop_product_cat_filter_default_loop($term_id,$prdct_optn){
245
  jot_shop_whish_list($pid);
246
  }
247
  if( ( class_exists( 'WPCleverWoosw' ))){
248
- echo do_shortcode('[woosw id='.$pid.']');
249
  }
250
 
251
  ?>
@@ -361,8 +361,8 @@ function jot_shop_product_filter_loop($args){
361
  </span>
362
  </div>
363
  <?php }
364
- if( ( class_exists( 'WPCleverWooscp' ))){
365
- echo do_shortcode('[wooscp id='.$pid.']');
366
  }
367
  if( ( class_exists( 'YITH_Woocompare' ))){
368
  echo jot_shop_add_to_compare_fltr($pid);
@@ -371,7 +371,7 @@ function jot_shop_product_filter_loop($args){
371
  echo jot_shop_whish_list($pid);
372
  }
373
  if( ( class_exists( 'WPCleverWoosw' ))){
374
- echo do_shortcode('[woosw id='.$pid.']');
375
  }
376
 
377
  ?>
@@ -496,4 +496,14 @@ class Jot_Shop_List_Category_Images extends Walker_Category {
496
  }
497
  }
498
  }
 
 
 
 
 
 
 
 
 
 
499
  }
235
  </span>
236
  </div>
237
  <?php }
238
+ if( ( class_exists( 'WPCleverWoosc' ))){
239
+ jot_shop_wpc_compare($pid);
240
  }
241
  if( ( class_exists( 'YITH_Woocompare' ))){
242
  echo jot_shop_add_to_compare_fltr($pid);
245
  jot_shop_whish_list($pid);
246
  }
247
  if( ( class_exists( 'WPCleverWoosw' ))){
248
+ jot_shop_wpc_wish_list($pid);
249
  }
250
 
251
  ?>
361
  </span>
362
  </div>
363
  <?php }
364
+ if( ( class_exists( 'WPCleverWoosc' ))){
365
+ jot_shop_wpc_wish_compare($pid);
366
  }
367
  if( ( class_exists( 'YITH_Woocompare' ))){
368
  echo jot_shop_add_to_compare_fltr($pid);
371
  echo jot_shop_whish_list($pid);
372
  }
373
  if( ( class_exists( 'WPCleverWoosw' ))){
374
+ jot_shop_wpc_wish_list($pid);
375
  }
376
 
377
  ?>
496
  }
497
  }
498
  }
499
+ }
500
+ if (!function_exists('jot_shop_wpc_wish_list')) {
501
+ function jot_shop_wpc_wish_list($pid=''){
502
+ echo do_shortcode('[woosw id='.$pid.']');
503
+ }
504
+ }
505
+ if (!function_exists('jot_shop_wpc_compare')) {
506
+ function jot_shop_wpc_compare($pid=''){
507
+ echo do_shortcode('[woosc id='.$pid.']');
508
+ }
509
  }
jot-shop/jot-shop-front-page/front-ribbon.php CHANGED
@@ -9,9 +9,9 @@ if(get_theme_mod('jot_shop_ribbon_background','image')=='image'){
9
  <?php jot_shop_display_customizer_shortcut( 'jot_shop_ribbon' ); ?>
10
  <div class="content-wrap">
11
  <div class="thunk-ribbon-content">
12
- <div class="thunk-ribbon-content-col1" ><h3><?php echo esc_html(get_theme_mod('jot_shop_ribbon_text','')); ?></h3></div>
13
- <?php if(get_theme_mod('jot_shop_ribbon_btn_text','')!==''):?>
14
- <div class="thunk-ribbon-content-col2" ><a href="<?php echo esc_url(get_theme_mod('jot_shop_ribbon_btn_link',''));?>" class="ribbon-btn"><?php echo esc_html(get_theme_mod('jot_shop_ribbon_btn_text',''));?></a></div>
15
  <?php endif; ?>
16
  </div>
17
  </div>
@@ -22,7 +22,7 @@ $jot_shop_youtube_video_link = get_theme_mod('jot_shop_youtube_video_link','');
22
  <?php if (get_theme_mod('jot_shop_enable_youtube_video','') == 1) { ?>
23
  <?php if ($jot_shop_youtube_video_link != '') { ?>
24
  <div class="th-youtube-video">
25
- <iframe class="" frameborder="0" allowfullscreen="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="YouTube video player" src="<?php echo esc_url($jot_shop_youtube_video_link); ?>?autoplay=1&amp;controls=0&amp;rel=0&amp;playsinline=1&amp;enablejsapi=1"></iframe>
26
  </div>
27
  <?php }
28
  }
@@ -34,7 +34,7 @@ $jot_shop_youtube_video_link = get_theme_mod('jot_shop_youtube_video_link','');
34
  <?php jot_shop_display_customizer_shortcut( 'jot_shop_ribbon' ); ?>
35
  <div class="content-wrap">
36
  <div class="thunk-ribbon-content">
37
- <div class="thunk-ribbon-content-col1" ><h3><?php echo esc_html(get_theme_mod('jot_shop_ribbon_text','')); ?></h3></div>
38
  <?php if(get_theme_mod('jot_shop_ribbon_btn_text','')!==''):?>
39
  <div class="thunk-ribbon-content-col2" ><a href="<?php echo esc_url(get_theme_mod('jot_shop_ribbon_btn_link',''));?>" class="ribbon-btn"><?php echo esc_html(get_theme_mod('jot_shop_ribbon_btn_text',''));?></a></div>
40
  <?php endif; ?>
9
  <?php jot_shop_display_customizer_shortcut( 'jot_shop_ribbon' ); ?>
10
  <div class="content-wrap">
11
  <div class="thunk-ribbon-content">
12
+ <div class="thunk-ribbon-content-col1" ><h3><?php echo esc_html(get_theme_mod('jot_shop_ribbon_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce congue lorem id porta volutpat.')); ?></h3></div>
13
+ <?php if(get_theme_mod('jot_shop_ribbon_btn_text','Call To Action')!==''):?>
14
+ <div class="thunk-ribbon-content-col2" ><a href="<?php echo esc_url(get_theme_mod('jot_shop_ribbon_btn_link',''));?>" class="ribbon-btn"><?php echo esc_html(get_theme_mod('jot_shop_ribbon_btn_text','Call To Action'));?></a></div>
15
  <?php endif; ?>
16
  </div>
17
  </div>
22
  <?php if (get_theme_mod('jot_shop_enable_youtube_video','') == 1) { ?>
23
  <?php if ($jot_shop_youtube_video_link != '') { ?>
24
  <div class="th-youtube-video">
25
+ <iframe class="" frameborder="0" allowfullscreen="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="YouTube video player" src="<?php echo esc_url($jot_shop_youtube_video_link); ?>?autoplay=1&amp;controls=0&amp;rel=0&amp;playsinline=1&amp;mute=1&amp;enablejsapi=1"></iframe>
26
  </div>
27
  <?php }
28
  }
34
  <?php jot_shop_display_customizer_shortcut( 'jot_shop_ribbon' ); ?>
35
  <div class="content-wrap">
36
  <div class="thunk-ribbon-content">
37
+ <div class="thunk-ribbon-content-col1" ><h3><?php echo esc_html(get_theme_mod('jot_shop_ribbon_text','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce congue lorem id porta volutpat.')); ?></h3></div>
38
  <?php if(get_theme_mod('jot_shop_ribbon_btn_text','')!==''):?>
39
  <div class="thunk-ribbon-content-col2" ><a href="<?php echo esc_url(get_theme_mod('jot_shop_ribbon_btn_link',''));?>" class="ribbon-btn"><?php echo esc_html(get_theme_mod('jot_shop_ribbon_btn_text',''));?></a></div>
40
  <?php endif; ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Author URI: : https://www.themehunk.com/
4
  Tags: themehunk, customizer, oneline-lite,Testimonial,Team, service
5
  Requires at least: 5.5
6
  Tested up to: 5.8
7
- Stable tag: 2.5.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -29,6 +29,9 @@ Just upload the `themehunk-customizer.zip` to the `/wp-content/plugins/` directo
29
  == Screenshots ==
30
 
31
  == Changelog ==
 
 
 
32
 
33
  = 2.5.4 =
34
  * Big-store - Yith plugin added in big-store theme.
4
  Tags: themehunk, customizer, oneline-lite,Testimonial,Team, service
5
  Requires at least: 5.5
6
  Tested up to: 5.8
7
+ Stable tag: 2.5.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
29
  == Screenshots ==
30
 
31
  == Changelog ==
32
+ = 2.5.5 =
33
+ * Jotshop - Ribbon section title issue resolved.
34
+ * Jotshop - Testing issue resolved.
35
 
36
  = 2.5.4 =
37
  * Big-store - Yith plugin added in big-store theme.
themehunk-customizer.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: ThemeHunk Customizer
4
  Description: With the help of ThemeHunk unlimited addon you can add unlimited number of columns for services, Testimonial, and Team with color options for each.
5
- Version: 2.5.4
6
  Author: ThemeHunk
7
  Text Domain: themehunk-customizer
8
  Author URI: http://www.themehunk.com/
2
  /*
3
  Plugin Name: ThemeHunk Customizer
4
  Description: With the help of ThemeHunk unlimited addon you can add unlimited number of columns for services, Testimonial, and Team with color options for each.
5
+ Version: 2.5.5
6
  Author: ThemeHunk
7
  Text Domain: themehunk-customizer
8
  Author URI: http://www.themehunk.com/