Esplanade brakes ssl?

Viewing 11 posts - 1 through 11 (of 11 total)
  • #5483
    fw190
    Participant

    Is it possible that Esplanade brakes ssl?
    After changing to Esplanade while posting the ssl isn’t full. Is it because of the fonts? If so which one should I set up to have a full ssl certificate?

    #5491
    Daniel Tara
    Keymaster

    I believe the problem is with the Google Web Fonts. In functions.php line 469, you should have this:

    $web_fonts_stylesheet = 'http://fonts.googleapis.com/css?family=';

    Try replacing it with:

    $web_fonts_stylesheet = 'https://fonts.googleapis.com/css?family=';

    If the SSL is still broken try searching in the theme files for each instance of http:// and replace it with https://. Alternatively try replacing it with a simple // to make it protocol independent.

    #5501
    fw190
    Participant

    There is no such line in functions.php (well there is a prt of it – $web_fonts_stylesheet = ‘http://fonts.googleapis.com/css?family=’; I do not see the rest of the code behind this line.
    I have tried to switch to https in all places in this file with fotns.googleapis but had no luck. Also the // trick gave me no luck.

    Is there a way to add a font whcich wont brake the ssl? It is crucial for me.

    • This reply was modified 12 years, 5 months ago by fw190.
    #5533
    fw190
    Participant

    I have chosen other fonts from the list that are not pulled from outside (I’ve checked on gtmetrix.com the elements that are loaded) but still while writing the ssl is not full. Maybe it is something else than the fonts? I have tested the site with stock twenty ten and it works ok so this is a mystery for me πŸ˜‰

    #5550
    Daniel Tara
    Keymaster

    If you prefix the Google Web Fonts stylesheet URL with https it will send all fonts over https. It probably some other file. What is you URL?

    #5558
    fw190
    Participant

    https://www.infolotnicze.pl

    The problem is only when I try to add a new post. Inside admin area and on front page the problem doesn’t exist.

    #5565
    Daniel Tara
    Keymaster

    Looks like a full SSL to me, what do you mean when adding a new post? Even single posts appear to be fine.

    #5567
    fw190
    Participant

    When editing a post inside wordpress admin center or adding a new post. That is why it is strange to me. On stock twenty ten it is ok. In firefox when going back to homepage the ssl goes back to fully secured but in chrome it indcates that it is not fully secured. For end user this doesn’t make a difference as he always sees the fully one just the writers see that the ssl isn’t full.

    Hope that I make myself cleare as it is hard for me to explain it in english πŸ˜‰

    #5572
    fw190
    Participant

    I made some screnschots to explain it better:
    Here is with twenty ten stock theme: http://i46.tinypic.com/2exypvc.png ssl ok
    Here is with esplanade: http://i50.tinypic.com/2a7dg6w.png no full ssl

    In firefox it goes back to fully secured after going to home page but chromium sees it as broken all the time and to see it as fully secured you have to close the browser and load it again
    Also it looks like there is something like a frame (there is this white space on the right) inside the writing field- i was holding the “a” button and in firefox it was going in one line both in esplanade and in twenty ten but ich chromium it automatically started a new line: http://i50.tinypic.com/1z3ys0n.jpg

    #5576
    Daniel Tara
    Keymaster

    I think I know now what the problem is. In editor-style.css the first line imports the Google Web Fonts stylesheet. Replace there http with https.

    #5588
    fw190
    Participant

    Now it works πŸ˜‰ I had to celan the browser history to see the results πŸ˜‰
    Thank you very much for your patience and provided help!!!

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

Tagged: 

You must be logged in to reply to this topic.