diff --git a/admin/action-hook.php b/admin/action-hook.php index 9c13af7f..9ff1623d 100644 --- a/admin/action-hook.php +++ b/admin/action-hook.php @@ -173,7 +173,7 @@ function wpt_configure_basic_part( $settings,$current_config_value,$field_name ) - + @@ -193,7 +193,7 @@ function wpt_configure_basic_part( $settings,$current_config_value,$field_name ) - + diff --git a/assets/css/universal.css b/assets/css/universal.css index 822fdc13..d3027a0e 100644 --- a/assets/css/universal.css +++ b/assets/css/universal.css @@ -1274,7 +1274,7 @@ table.wpt_product_table tr.wpt_selected_tr .wpt_quantity{ font-style: italic; } .wpt_mobile_desc_part .wpt_for_product_desc { - display: inline-block; + /* display: inline-block; */ padding-right: 5px; } .wpt_for_product_desc.wpt_check { diff --git a/assets/js/custom.js b/assets/js/custom.js index 6b91eee1..d210ccea 100644 --- a/assets/js/custom.js +++ b/assets/js/custom.js @@ -14,11 +14,18 @@ //Select2 if(typeof $('.wpt_product_table_wrapper .search_select').select2 === 'function' && $('.wpt_product_table_wrapper .search_select').length > 0 && WPT_DATA.select2 !== 'disable' ){ - $('.wpt_product_table_wrapper .search_select.query').select2({//.query - placeholder: WPT_DATA.search_select_placeholder, - }); + var select2Object = {}; + if( WPT_DATA.search_select_placeholder !== '' ){ + select2Object = { + placeholder: WPT_DATA.search_select_placeholder + }; + + } + + $('.wpt_product_table_wrapper .search_select.query').select2(select2Object); $('select.filter_select').select2(); + } var windowWidth = $(window).width(); diff --git a/includes/items/description.php b/includes/items/description.php index e53b2a1f..3d7e1104 100644 --- a/includes/items/description.php +++ b/includes/items/description.php @@ -1,3 +1,2 @@ get_description(); \ No newline at end of file diff --git a/readme.txt b/readme.txt index 0a5b09fe..69cdcac6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://codecanyon.net/item/woo-product-table-pro/20676867?ref=Code Tags: wc product table, wooproducttable,woocommerce product table, product table, wc table, quick order table, wholesale table, restaurants table Requires at least: 4.0.0 Tested up to: 5.8.2 -Stable tag: 3.0.7 +Stable tag: 3.0.8 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -211,6 +211,13 @@ You can easily show specific category products. While creating new table click o == Changelog == += 3.0.7 = + * Fixed: YITH Quote Request Premium button issue has been solved. + * Fixed: Auto Responsive - column label show hide issue solved. + * Fixed: Rating Notice issue solved. + * CSS issue solved + * Bug Fix + = 3.0.6 = * Fixed: Fullwidth table issue has been fixed. diff --git a/templates/table-preview.php b/templates/table-preview.php index cc5ea06a..9befd22f 100644 --- a/templates/table-preview.php +++ b/templates/table-preview.php @@ -35,18 +35,30 @@ if ( have_posts() ) : while ( have_posts() ) : the_post(); $id = get_the_ID(); $title = get_the_title(); + + ?>

- Shortcode
- +
+ " readonly="readonly" - > + > + + + + + +