Suggestion: Remove http: from all external references

Discussion in 'Figero WordPress Theme' started by shawnlim, Aug 4, 2014.

  1. shawnlim

    shawnlim New Member

    Joined:
    Jul 7, 2014
    Messages:
    7
    Likes Received:
    0
    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.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Thank you for your suggestion. We will correct it in next version update of theme.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page