Hi,
Apologize for delay. Your last reply pushed back the topic in our queue, like stated in our Support policy.
Here we go
1) Mega menu is set to 1 column? It should be disabled in this instance (standard menu).
2) You should check this in Woocommerce documentation, just add your payment gateway plugins and they should appear in the checkout.
3) Those are linking to pages, if you want to link to categories, check the guide here: http://docs.woothemes.com/document/docs-menus/
4) Set the logo max height in Theme Options > Logo Options
5) You entered the tags cloud widget and choosed the tags taxonomy that retrieves the tags from products, I changed it to Product Tags
6) Already added the social Shortcode in the Footer column 2
7) What you mean exactly? Did you checked 3rd party plugins that add the desired functionality?
8) Add the code below to your custom css option. Beware of the transparency in that rgba color.
figure.animated-overlay figcaption {
background-color: rgba(65, 77, 165, 0.5);
}
-Rui