badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

SSL Certificate – images/layout not displaying

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #40260
    francois.jourjon
    Participant

    Hello,

    I just installed a SSL certificate, and “insecure” content is not displayed anymore in web browsers, so it’s as if I did not have any theme any more. Is there an easy way to go around this and would that be the case if I upgrade to the pro version?

    regards,
    Francois

    #40282

    Hi francois.jourjon,

    please clarify, what you are trying to say? If you are using any link as http:// in your content that will be insecure.
    So you need to have SSL certified link only as https://. Once you try activating default twenty-fifteen theme and let us know.

    Thank you!

    #40408
    francois.jourjon
    Participant

    Hello,

    It seems there are lots of mixed contents within the theme when I activate https. It works fine with other themes. I figured something out but it seems what’s causing the issue is absolute links instead of relative links.

    Regards,
    François

    #40459

    Hi François,

    What “insecure” content that are not displayed in the web browsers?
    Also could you please provide us your site URL?

    Thank you!

    #40472
    francois.jourjon
    Participant

    Hello,

    Actually, nothing really displayed anymore, except titles, links, etc. The whole theme layout was gone. Even with using SSL fixing plug-ins, it did not work.

    Here is an example : https: // formation [dot] ne-perdez-plus-le-nord [dot] com/acces/

    Regards,
    François

    #40488

    Hi francois.jourjon,

    Is this your sitelink ? It seems that you have implement the child theme in a wrong way.
    Just add below code inside child theme of style.css

    /*
    Theme Name: Clean Retina Child
    Theme URI: https://www.themehorse.com/themes/clean-retina
    Author: Theme Horse
    Author URI: https://www.themehorse.com
    Version: 2.0.1
    Text Domain: cleanretina
    Template: clean-retina
    */
    
    @import url("../interface/style.css"); 
    .entry-meta .date {
    display: none;
    }

    Did you tried with parent theme whether it works or not? Activate the Parent theme and let us know if there is some issues.

    Thank you!

    #40554
    francois.jourjon
    Participant

    Hello,

    Thanks for spotting this, I wonder where this is all gone, I believe I implemented it this way. Anyway, it does not seem to change anything with the SSL issue. This is not a worry for me, but I thought you would like to know it was happening.

    Regards,
    Francois

    #40562

    Hi francois.jourjon,

    I just visited to your site and your parent theme css is not called. So once you add this code that we have provided.

    /*
    Theme Name: Clean Retina Child
    Theme URI: https://www.themehorse.com/themes/clean-retina
    Author: Theme Horse
    Author URI: https://www.themehorse.com
    Version: 2.0.1
    Text Domain: cleanretina
    Template: clean-retina
    */
    
    @import url("../clean-retina/style.css"); 
    .entry-meta .date {
    display: none;
    }

    Thank you!

    #40580
    francois.jourjon
    Participant

    Hello,

    Thanks for that, it’s working fine now. I never thought it could come from this.

    Regards,
    François

    #40592

    Great François.

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/clean-retina
    We really appreciate your rating.

    Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.