@ Martin
First, you should probably update to the latest version of cMap. You have version 3.1 and the current is 4.1. it seems your support license has expired so you’ll have to renew it to access the update. That said…
Here’s some CSS which you can add to the theme’s custom CSS area should make the search input larger. Tweak as desired.
#cn-cmap input#cn-search-input {
height: 42px !important;
font-size: 18px !important;
}
#cn-cmap input#cn-search-submit {
height: 42px !important;
}
#cn-cmap span.cn-search {
margin-bottom: 16px !important;
}
You seem to being using a plugin which attempts to load javascript on your site asynchronously. For the most part is seems to be working fine… but… it is not loading the javascripts required for cMap. My guess is that the plugin does its thing before cMap registers its javascripts so it does not “know” to load them. This could very well be causing other plugins scripts not to be loaded too. If this is the case, that plugin should be running much later in order to ensure all scripts that are registered are still being loaded. I suggest you deactivate that plugin.
Hope that helps!
