1) This is hidden on iPhones, you can override it with the following custom css:
@media only screen and (max-width: 767px) {
#top-bar .tb-left, #top-bar .tb-right {
display: none;
}
}
2) See here – http://docs.woothemes.com/document/ssl-and-https/
3) You’d need to seek a plugin for this, it’s not something the theme would do as standard.
4) Sure, you can use the following custom css:
.bag-product figure, #product-img-slider, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img, .mini-list li figure {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
5) You’d need to seek a plugin for this, it’s not something the theme would do as standard.
6) What instagram widget? We don’t ship one with the theme.
7) You can set the amount shown per page to be as high as you like in the blog page builder asset options.
– Ed