Unable to Add or Edit Blocks When in Edit Mode - 5.6.3.2

Permalink
I have an issue with a client project, where I can no longer add or edit blocks when in edit mode. The toolbar works just fine, and the dotted outline of the editable areas appear.

I searched around in the forums, and it seems to be a jquery conflict. However, I have tried and tried again to find the culprit, but am unable to do so.

Also, another issue which could be related. I have an Address user attribute, and on the form, the "States / Provinces" select field is not populated. I found that you have to unselect "united states", then select another country, then re-select "united states" in order for the states to show up in the drop-down.

The website is built with 5.6.3.2. See it here:http://www.recone.com

Are both of the above issues related? Any ideas on the cause(s)?

PineCreativeLabs
 
hutman replied on at Permalink Best Answer Reply
hutman
There is a javascript error on your page that is most likely causing these issues.

TypeError: $(...).jlocator is not a function
$('#jlocator').jlocator();
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Dude! You're a genius! Thank you!