I fixed the problem now. There were two javascript errors, one of which was stopping execution of other javascripts.
1) Home link didn’t have any link – I added ‘/’ to point to page root. The jquery nav script was expecting it withour checking if the attribute exist at all, throwing exception :
getHash: function($link) {
return $link.attr(‘href’).split(‘#’)[1];
},
2) there is a bug in minimised version of flexslider and it’s fixed in version 2.2.2 which can be downloaded here:
https://raw.github.com/woothemes/FlexSlider/master/jquery.flexslider-min.js
Could anyone suggest a CSS fix that will center the tweet on the page? I managed to center the tweet and meta in relation to each other using a BLOCK shortcode, but I’m not sure which part of the CSS to edit to centre the whole thing so it lines up with the section title and the button underneath.