04/29/2014 at 9:29 pm
#289732
Keymaster
@ Charles
I will likely be releasing a bug fix tomorrow, but here’s how it can be fixed:
Add the following to the theme’s functions.php file to fix Market.
add_action( 'cn_template_enqueue_js-market', 'Market_Enqueue_Chosen', 9 );
function Market_Enqueue_Chosen() {
wp_enqueue_script( 'jquery-chosen-min' );
}
Add the following to the theme’s functions.php file to fix Market.
add_action( 'cn_template_enqueue_js-cmap', 'cMap_Enqueue_Chosen', 9 );
function cMap_Enqueue_Chosen() {
wp_enqueue_script( 'jquery-chosen-min' );
}
Hope that helps!
