@ Nial
Seems there is a bug or two in the theme…
Looking at the page source, each time I refresh the page these two lines change from:
<link rel='stylesheet' id='Lobster-font-css' href='http://fonts.googleapis.com/css?family=Lobster&##038;v1&ver=3.8.1' type='text/css' media='all' />
<script type='text/javascript' src='http://www.causewaycoastandglens.gov.uk/wp-content/plugins/ridiculously-responsive-social-sharing-buttons/js/rrssb.min.js?ver=3.8.1'></script>
to this:
<link rel='stylesheet' id='Lobster-font-css' href='http://fonts.googleapis.com/css?family=Lobster�#038;v1&ver=3.8.1' type='text/css' media='all' />
<script type='text/javascript' src='http://www.causewaycoastandglens.gov.uk/wp-content/plugins/ridiculously-responsive-social-sharing-buttons/js/rrssb.min.js?ver=3.8.1'>/script>
Which are broken, causing problems on your site.
Additionally, most likely the theme, is not enqueueing the version of jQuery that comes with WordPress. This is not necessarily bad if done correctly but it does not appear so on your site. The site it is loading from seems slow at the moment so sometimes it does load, other times it does not. Again, this is causing troubles on your site. Connections does include a fixer that attempts to correct the loading of the correct version of jQuery. You can enable this option on the Connections : Settings admin page under the Advanced tab in the Compatibility section. It’ll be the jQuery option.
Hope that helps! let me know.