05/26/2017 at 9:11 am
#424191
Keymaster
@ Mitch
I’d have to look, but, I think the only line you would need to change is this one:
var cnSingleMap = $('#cn-gmap-single').length ? $('#cn-gmap-single') : false;
You would have to change the id selector #cn-gmap-single.
You should probably remove this line too:
$('#cn-tile-plus .cn-category-select.cn-enhanced-select').chosen();
Make sure you keep an eye on the browser’s console so you can see any javascript errors that may be occurring.
