[Plugin: Verve Meta Boxes] Date Picker fix
-
The date picker in this plugin is out of date and needs to be replaced. Here’s my fix:
Go to line 697 of the verve-meta-boxes.php file and insert the following lines of code:
wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_style( 'jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/base/jquery-ui.css' );'
Go to line 15 of the verve-meta.js file and replace it with the following line of code:
$(".date-pick").datepicker();
Enjoy your working date picker.
Note to the authors: feel free to integrate this.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: Verve Meta Boxes] Date Picker fix’ is closed to new replies.