security issues

This topic contains 3 replies, has 2 voices, and was last updated by  viguursthijs 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #32889

    viguursthijs
    Buyer
    Post count: 273

    Guys,

    we’ve noticed that if a site like ours uses https endusers get many Security warnings. We’ve investigated that, and we think its mostly because many native elements of WPGEO (like google maps) make their calls with http.

    Our developer tells us that this could be easily solved if you would just eliminate http in those strings, and let them start with //.

    In that situation it would mean that your wopgeo-customers that use http get http requests and sites like ours that belive in https get automatically https.

    Any other solution might be fine as well.

    How’s your vision on this?

    Thanks again!

    #32890

    viguursthijs
    Buyer
    Post count: 273

    Have a look at iamyogi.com with Chrome.

    We’re solving the fontissues at this moment

    #32904

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It seems the google font was not corrected in your GDF theme in functions.php please look for this line:

    wp_register_style('googleFonts', 'http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');

    change to:

    wp_register_style('googleFonts', '//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');

    Thanks,

    Stiofan

    #32985

    viguursthijs
    Buyer
    Post count: 273

    yes, that’s how we’ve changed it. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket