04/29/2014 at 9:25 pm
#289731
Keymaster
@ Charles
I’ll likely be releasing a bug fix release tomorrow, but here’s how to fix the issues:
1. To get the drop down select back to functioning like it was before, add the following to the theme’s functions.php file.
add_action( 'cn_template_enqueue_js-tile-plus', 'Tile_Plus_Enqueue_Chosen', 9 );
function Tile_Plus_Enqueue_Chosen() {
wp_enqueue_script( 'jquery-chosen-min' );
}
2. Doing the above will fix this. The drop down you are currently seeing is hidden and the enhanced drop down is created dynamically.
3. The screen capture looks correct. What is the issue?
