Changeset 3393612
- Timestamp:
- 11/11/2025 11:57:47 AM (4 months ago)
- Location:
- pure-metafields/trunk
- Files:
-
- 1 added
- 5 edited
-
README.txt (modified) (4 diffs)
-
metaboxes/class-metabox.php (modified) (1 diff)
-
metaboxes/css/puremeta-style.css (modified) (1 diff)
-
metaboxes/images/ui-icons_444444_256x240.png (added)
-
metaboxes/js/main.js (modified) (1 diff)
-
pure-metafields.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pure-metafields/trunk/README.txt
r3392720 r3393612 6 6 Requires at least: 5.6 7 7 Tested up to: 6.8 8 Stable tag: 1.4. 58 Stable tag: 1.4.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 515 515 * Update: New UI added. 516 516 517 = 1.0.5 =518 519 * Update: New UI added.520 521 517 = 1.0.6 = 522 518 … … 608 604 * Update: New features added 609 605 610 611 606 = 1.4.2 = 612 607 * Update: Repeater issue fixed … … 620 615 = 1.4.5 = 621 616 * Fix: Block Widget Bug Fixed. 617 618 = 1.4.6 = 619 * Fix: Datepicker field fixed 622 620 623 621 == Upgrade Notice == -
pure-metafields/trunk/metaboxes/class-metabox.php
r3345488 r3393612 38 38 // css 39 39 wp_enqueue_style( 'wp-color-picker'); 40 wp_enqueue_style( 'jquery-ui', TPMETA_URL . 'metaboxes/css/jquery-ui.min.css', array(), time(), 'all');40 // wp_enqueue_style( 'jquery-ui', TPMETA_URL . 'metaboxes/css/jquery-ui.min.css', array(), time(), 'all'); 41 41 wp_enqueue_style( 'select2', TPMETA_URL . 'metaboxes/css/select2.min.css', array(), time(), 'all'); 42 42 wp_enqueue_style( 'dragula', TPMETA_URL . 'metaboxes/css/dragula.min.css', array(), time(), 'all'); -
pure-metafields/trunk/metaboxes/css/puremeta-style.css
r3392720 r3393612 1063 1063 min-height: 600px; 1064 1064 } 1065 1066 /* date field */ 1067 1068 .tm-datepicker-input { 1069 max-width: 400px; 1070 } 1071 .tm-datepicker.ui-datepicker.ui-widget { 1072 border-radius: 0; 1073 box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14); 1074 background: #fff; 1075 padding: 30px; 1076 padding-top: 30px; 1077 padding-bottom: 30px; 1078 width: 340px; 1079 padding-top: 20px; 1080 padding-bottom: 35px; 1081 } 1082 .tm-datepicker.ui-datepicker td { 1083 padding: 0!important; 1084 } 1085 .tm-datepicker.ui-datepicker td span, .tm-datepicker.ui-datepicker td a { 1086 border: 1px solid #e8e8e8; 1087 border-radius: 0; 1088 width: 45px; 1089 max-width: 45px; 1090 margin-right: -1px; 1091 height: 45px; 1092 margin-top: -1px; 1093 font-size: 16px; 1094 letter-spacing: -0.02em; 1095 text-align: center!important; 1096 padding: 0!important; 1097 line-height: 45px; 1098 color: #000; 1099 font-weight: 500; 1100 display: inline-block; 1101 text-decoration: none; 1102 1103 } 1104 .tm-datepicker.ui-datepicker td span, .tm-datepicker.ui-datepicker td a:hover { 1105 background: #3362FF; 1106 color: #fff; 1107 } 1108 .tm-datepicker.ui-datepicker td.ui-datepicker-today a, .tm-datepicker.ui-datepicker td.ui-datepicker-today a { 1109 background: #3362FF; 1110 color: #fff; 1111 } 1112 .tm-datepicker .wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon { 1113 color: #fff; 1114 box-shadow: none; 1115 outline: none; 1116 background: #3362FF; 1117 } 1118 .tm-datepicker.ui-datepicker table { 1119 font-size: 18px!important; 1120 } 1121 .tm-datepicker.ui-datepicker .ui-datepicker-header { 1122 margin-bottom: 10px; 1123 background: #f6f6f6; 1124 padding: 15px!important; 1125 position: relative; 1126 text-align: center; 1127 } 1128 .tm-datepicker.ui-datepicker .ui-datepicker-title { 1129 font-size: 18px; 1130 font-weight: bold; 1131 } 1132 .tm-datepicker.ui-datepicker .ui-datepicker-prev { 1133 position: relative; 1134 } 1135 1136 .tm-datepicker .ui-widget-header .ui-icon { 1137 background-image: url("../images/ui-icons_444444_256x240.png"); 1138 } 1139 1140 .tm-datepicker.ui-datepicker .ui-icon { 1141 display: block; 1142 text-indent: -99999px; 1143 overflow: hidden; 1144 background-repeat: no-repeat; 1145 left: .5em; 1146 top: .3em; 1147 } 1148 .tm-datepicker.ui-datepicker .ui-datepicker-prev span, .tm-datepicker.ui-datepicker .ui-datepicker-next span { 1149 margin-left: 8px !important; 1150 margin-top: 7px !important; 1151 } 1152 1153 .tm-datepicker .ui-icon { 1154 width: 16px; 1155 height: 16px; 1156 } 1157 1158 .tm-datepicker .ui-icon-circle-triangle-e { 1159 background-position: -48px -192px; 1160 } 1161 .tm-datepicker .ui-icon-circle-triangle-w { 1162 background-position: -80px -192px; 1163 } 1164 .tm-datepicker.ui-datepicker .ui-datepicker-prev, .tm-datepicker.ui-datepicker .ui-datepicker-next { 1165 position: absolute; 1166 top: 10px; 1167 width: 30px; 1168 height: 30px; 1169 cursor: pointer; 1170 } 1171 .tm-datepicker.ui-datepicker .ui-datepicker-prev { 1172 left: 12px; 1173 } 1174 .tm-datepicker.ui-datepicker .ui-datepicker-next { 1175 right: 12px; 1176 } -
pure-metafields/trunk/metaboxes/js/main.js
r3345488 r3393612 55 55 }) 56 56 57 $('.tm-datepicker-input').datepicker(); 57 $('.tm-datepicker-input').datepicker({ 58 beforeShow: function(input, inst) { 59 setTimeout(function() { 60 // Add your custom class to the datepicker's wrapper 61 $('#ui-datepicker-div').addClass('tm-datepicker'); 62 }, 0); 63 } 64 }); 65 58 66 59 67 $('.tm-colorpicker-input').wpColorPicker({}); -
pure-metafields/trunk/pure-metafields.php
r3392720 r3393612 1 1 <?php 2 3 2 /** 4 3 * The plugin bootstrap file … … 10 9 * 11 10 * @link https://themepure.net 12 * @since 1.4. 511 * @since 1.4.6 13 12 * @package tpmeta 14 13 * … … 17 16 * Plugin URI: https://themepure.net/plugins/puremetafields/files/pure-metafields.zip 18 17 * Description: Plugin For Custom Metabox To Attach To Any Post Types. 19 * Version: 1.4. 518 * Version: 1.4.6 20 19 * Author: ThemePure 21 20 * Author URI: https://themepure.net … … 31 30 } 32 31 33 define( 'TPMETA_VERSION', '1.4. 5' );32 define( 'TPMETA_VERSION', '1.4.6' ); 34 33 define( 'TPMETA_PATH', plugin_dir_path(__FILE__) ); 35 34 define( 'TPMETA_URL', plugin_dir_url(__FILE__) );
Note: See TracChangeset
for help on using the changeset viewer.