Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • meyoik Friend
    #731275

    Hello,

    I recently bought the Uber template at your website.

    At this moment I’m running in to some issues when I switch to https and use an SSL certificate; I get a padlock with a yellow triangle.
    This implies that not all content is secure.

    I’ve tried using SSL with the default Joomla templates and they all get a green padlock in the url – which I want – and everything is secure.
    When switching to Uber, I will go back to to partly unsecure situation.

    Could it be that any paths in the template need to be adjusted?
    Do some paths go somewhere else?

    I’m planning to use my Uber template for serious business, so I really need everything to be secure.

    Thanks for your help!

    Pankaj Sharma Moderator
    #750471

    Hello
    Kindly share your working site url here , so i can check the warnings of ssl directly on your site .

    meyoik Friend
    #750480

    I’ve send you a pm 😉

    Pankaj Sharma Moderator
    #750543

    Hi
    Go to ubertemplatesuberetcassets.xml file

    find
    <file>http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700</file>
    <file>http://fonts.googleapis.com/css?family=Open+Sans:400,300,600</file>

    Change it with

    <file>https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700</file>
    <file>https://fonts.googleapis.com/css?family=Open+Sans:400,300,600</file>

    Then go to ubertemplatesubertplsblockshead.php
    find this code :

    <!-- GOOGLE FONTS -->
    <link href='http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,700italic' rel='stylesheet' type='text/css'>
    <!-- // GOOGLE FONTS -->

    change it with


    <!-- GOOGLE FONTS -->
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,700italic' rel='stylesheet' type='text/css'>
    <!-- // GOOGLE FONTS -->

    + There are T3 logo defined in the template.css
    ubertemplatesubercsstemplate.css

    You can find http and change it into https

    .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");
    }

    change into

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

    meyoik Friend
    #750630

    Hi pankajsharma,

    I’ve changed the content you provided me, but unfortunately this doesn’t changed the padlock.

    I’ve restarted the webserver, cleared the browser cache and restarted the browser, but this wouldn’t help.

    Pankaj Sharma Moderator
    #750634

    Hi
    All the ssl warning that comes from the template are removed , currently that changes are made in css file and site running on Less files . You can PM me your site super admin details , so i can check it directly on your site .

    Pankaj Sharma Moderator
    #750681

    Hi
    I turn OFF the Development mode from template options , Now u can issue is fixed on your site .

    meyoik Friend
    #750802

    Awesome! 🙂 Thank you so much! Really great you could help me out on this one; SSL is working ok.

    Cheers!

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

This topic contains 8 replies, has 2 voices, and was last updated by  meyoik 8 years, 6 months ago.

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