Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ancadia Friend
    #731960

    Guys,

    Why Firefox show me a warning only with your template:

    1: https://ancadia.com (your template)

    2: https://ancadia.com/support (Example)

    Regards

    pavit Moderator
    #753398

    Hi

    Because you are loading an image from an http url

    You can change the image loading a new image ( your logo ) coming from an https url

    You can find these settings in this file templatesja_social_iicsstemplate.css

    .t3-logo-small {
    width: 60px;
    height: 30px;
    }
    .t3-logo,
    .t3-logo-color {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
    }
    .t3-logo-small,
    .t3-logo-small.t3-logo-color {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
    }
    .t3-logo-dark {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
    }
    .t3-logo-small.t3-logo-dark {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
    }
    .t3-logo-light {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
    }
    .t3-logo-small.t3-logo-light {
    background-image: url("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");

    ancadia Friend
    #753399

    Solved!!! Thank you

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

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

We moved to new unified forum. Please post all new support queries in our New Forum