Kadence Themes Toolkit - Version 4.9.4

Version Description

  • Update: Metaboxes
Download this release

Release Info

Developer britner
Plugin Icon wp plugin Kadence Themes Toolkit
Version 4.9.4
Comparing to
See all releases

Code changes from version 4.9.3 to 4.9.4

Files changed (3) hide show
  1. metaboxes.php +12 -0
  2. readme.txt +4 -1
  3. virtue_toolkit.php +1 -1
metaboxes.php CHANGED
@@ -72,6 +72,7 @@ function kadence_toolkit_pinnacle_metaboxes() {
72
  'desc' => __( "Subtitle will go below page title", 'virtue-toolkit' ),
73
  'id' => $prefix . 'subtitle',
74
  'type' => 'textarea_code',
 
75
  ) );
76
  $kttk_page_subtitle->add_field( array(
77
  'name' => __("Hide Page Title", 'virtue-toolkit' ),
@@ -108,12 +109,14 @@ function kadence_toolkit_pinnacle_metaboxes() {
108
  'desc' => '',
109
  'id' => $prefix . 'post_header_title',
110
  'type' => 'textarea_code',
 
111
  ) );
112
  $kttk_post_subtitle->add_field( array(
113
  'name' => __( "Subtitle", 'virtue-toolkit' ),
114
  'desc' => __( "Subtitle will go below post title", 'virtue-toolkit' ),
115
  'id' => $prefix . 'subtitle',
116
  'type' => 'textarea_code',
 
117
  ) );
118
  $kttk_post_subtitle->add_field( array(
119
  'name' => __("Hide Post Title", 'virtue-toolkit' ),
@@ -212,6 +215,7 @@ function kadence_toolkit_pinnacle_metaboxes() {
212
  'desc' => __('Place Embed Code Here, works with youtube, vimeo. (Use the featured image for screen shot)', 'virtue-toolkit'),
213
  'id' => $prefix . 'post_video',
214
  'type' => 'textarea_code',
 
215
  ) );
216
  $kttk_video_post->add_field( array(
217
  'name' => __("Max Video Width", 'virtue-toolkit' ),
@@ -361,6 +365,7 @@ function kadence_toolkit_pinnacle_metaboxes() {
361
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
362
  'id' => $prefix . 'post_video',
363
  'type' => 'textarea_code',
 
364
  ) );
365
 
366
  // Portfolio Post Carousel
@@ -572,6 +577,7 @@ function kadence_toolkit_pinnacle_metaboxes() {
572
  'desc' => __("Place Embed Code Here, works with youtube, vimeo.", 'virtue-toolkit' ),
573
  'id' => $prefix . 'post_video',
574
  'type' => 'textarea_code',
 
575
  ) );
576
 
577
  // Contact Page
@@ -710,6 +716,7 @@ function kadence_toolkit_virtue_metaboxes() {
710
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
711
  'id' => $prefix . 'post_video',
712
  'type' => 'textarea_code',
 
713
  ) );
714
 
715
  // Portfolio Post
@@ -844,6 +851,7 @@ function kadence_toolkit_virtue_metaboxes() {
844
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
845
  'id' => $prefix . 'post_video',
846
  'type' => 'textarea_code',
 
847
  ) );
848
  $kttk_portfolio_post->add_field( array(
849
  'name' => __("Similar Portfolio Item Carousel", 'virtue-toolkit' ),
@@ -1004,6 +1012,7 @@ function kadence_toolkit_virtue_metaboxes() {
1004
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
1005
  'id' => $prefix . 'post_video',
1006
  'type' => 'textarea_code',
 
1007
  ) );
1008
 
1009
  // Contact Page
@@ -1159,6 +1168,7 @@ function kadence_toolkit_ascend_metabox() {
1159
  'desc' => __('If using shortcode place here.', 'virtue-toolkit'),
1160
  'id' => $prefix . 'post_gallery_shortcode',
1161
  'type' => 'textarea_code',
 
1162
  ) );
1163
  $kt_gallery_post->add_field( array(
1164
  'name' => __("Max Slider/Image Height", 'virtue-toolkit' ),
@@ -1210,6 +1220,7 @@ function kadence_toolkit_ascend_metabox() {
1210
  'desc' => __('Place url, embed code or shortcode, works with youtube, vimeo. (Use the featured image for screen shot)', 'virtue-toolkit'),
1211
  'id' => $prefix . 'post_video',
1212
  'type' => 'textarea_code',
 
1213
  ) );
1214
  $kt_video_post->add_field( array(
1215
  'name' => __("Video Meta Title", 'virtue-toolkit' ),
@@ -1315,6 +1326,7 @@ function kadence_toolkit_ascend_metabox() {
1315
  'desc' => __('Place url, embed code or shortcode, works with youtube, vimeo. (Use the featured image for screen shot)', 'virtue-toolkit'),
1316
  'id' => $prefix . 'post_video',
1317
  'type' => 'textarea_code',
 
1318
  ) );
1319
  $kt_portfolio_post->add_field( array(
1320
  'name' => __("Max Slider/Image Width", 'virtue-toolkit' ),
72
  'desc' => __( "Subtitle will go below page title", 'virtue-toolkit' ),
73
  'id' => $prefix . 'subtitle',
74
  'type' => 'textarea_code',
75
+ 'options' => array( 'disable_codemirror' => true ),
76
  ) );
77
  $kttk_page_subtitle->add_field( array(
78
  'name' => __("Hide Page Title", 'virtue-toolkit' ),
109
  'desc' => '',
110
  'id' => $prefix . 'post_header_title',
111
  'type' => 'textarea_code',
112
+ 'options' => array( 'disable_codemirror' => true ),
113
  ) );
114
  $kttk_post_subtitle->add_field( array(
115
  'name' => __( "Subtitle", 'virtue-toolkit' ),
116
  'desc' => __( "Subtitle will go below post title", 'virtue-toolkit' ),
117
  'id' => $prefix . 'subtitle',
118
  'type' => 'textarea_code',
119
+ 'options' => array( 'disable_codemirror' => true ),
120
  ) );
121
  $kttk_post_subtitle->add_field( array(
122
  'name' => __("Hide Post Title", 'virtue-toolkit' ),
215
  'desc' => __('Place Embed Code Here, works with youtube, vimeo. (Use the featured image for screen shot)', 'virtue-toolkit'),
216
  'id' => $prefix . 'post_video',
217
  'type' => 'textarea_code',
218
+ 'options' => array( 'disable_codemirror' => true ),
219
  ) );
220
  $kttk_video_post->add_field( array(
221
  'name' => __("Max Video Width", 'virtue-toolkit' ),
365
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
366
  'id' => $prefix . 'post_video',
367
  'type' => 'textarea_code',
368
+ 'options' => array( 'disable_codemirror' => true ),
369
  ) );
370
 
371
  // Portfolio Post Carousel
577
  'desc' => __("Place Embed Code Here, works with youtube, vimeo.", 'virtue-toolkit' ),
578
  'id' => $prefix . 'post_video',
579
  'type' => 'textarea_code',
580
+ 'options' => array( 'disable_codemirror' => true ),
581
  ) );
582
 
583
  // Contact Page
716
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
717
  'id' => $prefix . 'post_video',
718
  'type' => 'textarea_code',
719
+ 'options' => array( 'disable_codemirror' => true ),
720
  ) );
721
 
722
  // Portfolio Post
851
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
852
  'id' => $prefix . 'post_video',
853
  'type' => 'textarea_code',
854
+ 'options' => array( 'disable_codemirror' => true ),
855
  ) );
856
  $kttk_portfolio_post->add_field( array(
857
  'name' => __("Similar Portfolio Item Carousel", 'virtue-toolkit' ),
1012
  'desc' => __('Place Embed Code Here, works with youtube, vimeo...', 'virtue-toolkit'),
1013
  'id' => $prefix . 'post_video',
1014
  'type' => 'textarea_code',
1015
+ 'options' => array( 'disable_codemirror' => true ),
1016
  ) );
1017
 
1018
  // Contact Page
1168
  'desc' => __('If using shortcode place here.', 'virtue-toolkit'),
1169
  'id' => $prefix . 'post_gallery_shortcode',
1170
  'type' => 'textarea_code',
1171
+ 'options' => array( 'disable_codemirror' => true ),
1172
  ) );
1173
  $kt_gallery_post->add_field( array(
1174
  'name' => __("Max Slider/Image Height", 'virtue-toolkit' ),
1220
  'desc' => __('Place url, embed code or shortcode, works with youtube, vimeo. (Use the featured image for screen shot)', 'virtue-toolkit'),
1221
  'id' => $prefix . 'post_video',
1222
  'type' => 'textarea_code',
1223
+ 'options' => array( 'disable_codemirror' => true ),
1224
  ) );
1225
  $kt_video_post->add_field( array(
1226
  'name' => __("Video Meta Title", 'virtue-toolkit' ),
1326
  'desc' => __('Place url, embed code or shortcode, works with youtube, vimeo. (Use the featured image for screen shot)', 'virtue-toolkit'),
1327
  'id' => $prefix . 'post_video',
1328
  'type' => 'textarea_code',
1329
+ 'options' => array( 'disable_codemirror' => true ),
1330
  ) );
1331
  $kt_portfolio_post->add_field( array(
1332
  'name' => __("Max Slider/Image Width", 'virtue-toolkit' ),
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: britner
3
  Tags:
4
  Requires at least: 4.5
5
  Tested up to: 5.2.2
6
- Stable tag: 4.9.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -43,6 +43,9 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
43
 
44
  == Changelog ==
45
 
 
 
 
46
  = 4.9.3 =
47
  * Update: Admin CSS.
48
  * Update: Contact Form Changes.
3
  Tags:
4
  Requires at least: 4.5
5
  Tested up to: 5.2.2
6
+ Stable tag: 4.9.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
43
 
44
  == Changelog ==
45
 
46
+ = 4.9.4 =
47
+ * Update: Metaboxes
48
+
49
  = 4.9.3 =
50
  * Update: Admin CSS.
51
  * Update: Contact Form Changes.
virtue_toolkit.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Kadence Toolkit
4
  * Description: Custom Portfolio and Shortcode functionality for free Kadence WordPress themes
5
- * Version: 4.9.3
6
  * Author: Kadence Themes
7
  * Author URI: https://kadencethemes.com/
8
  * License: GPLv2 or later
2
  /**
3
  * Plugin Name: Kadence Toolkit
4
  * Description: Custom Portfolio and Shortcode functionality for free Kadence WordPress themes
5
+ * Version: 4.9.4
6
  * Author: Kadence Themes
7
  * Author URI: https://kadencethemes.com/
8
  * License: GPLv2 or later