I have a suggestion with this, and probably all other themes developed by your group. I am using Figero for some basic e-commerce, and have an SSL certificate. This means for some of my pages, the HTTPS protocol is used. In this theme, there are some places where either "http://" is hard-coded in to external links, or is automatically added by scripts. An example is in the style.css: @import url(http://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow); should be: @import url(//fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow); This causes security warnings on the page when HTTPS is used, since there is non-secure content being accessed.
Hello, Thank you for your suggestion. We will correct it in next version update of theme. Thanks & Regards Nitesh Raghuwanshi