Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1263518

    Hallo,
    nachdem ich die Seite auf SSL umgestellt habe, werden nicht mehr die ursprünglich gewählten Schriften angezeigt.
    Scheinbar handelt es sich hierbei um Mixed content. Wie kann ich verbliebene http:// auf https:// umstellen?

    Danke & viele Grüße
    Verena

    #1263578

    Hey echtetalenthelden,

    Can you please share the login link too?

    Best regards,
    Victoria

    #1263939

    Dear Victoria,

    see the link in private content…

    BR Verena

    #1264157

    Hi,

    Thanks for that. You have PHP code in Quick CSS, please remove that:

    function remove_title_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class a').attr('rel','nofollow');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    If that doesn’t help then please try to disable your caching plugin, there’s no point in having them active if your site is not live.

    Best regards,
    Rikard

    #1264282

    Dear Rikard,

    I followed all your instructions but the problem isn’t solved. Could you please check for another option to find a solution. Thank you in adavnce!
    BR Verena

    #1264839

    Hi Verena,

    Please disable Autoptimize and see if the issue persists.

    Best regards,
    Victoria

    #1264969

    Hi Victoria,

    it is still not working after disabling Autooptimize.

    I suppose the font is still without SSL (mixed content; http) – how can I change that?

    Best regards
    Verena

    #1265222

    Hi Verena,

    Thanks for the update. Could you try to remove your custom fonts, then upload them again to see if that changes anything please?

    Best regards,
    Rikard

    #1265434

    Hi Rikard, I already tried this – it’s not working. DO you have another tipp? Thank you & best regards, Verena

    #1265571

    Hi echtetalenthelden,

    Then you need to force SSL on all connections.

    Here is an article for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1265735

    Hi Victoria, I already use Better Simple SSL and I can’t find the WordPress https (SSL) Plug in from the article. All other steps of the article I have already done. Still no solution!

    How can I update the font to https?

    Best regards
    Verena

    #1265824

    Hi Verena,

    The fonts are loaded from the cdn, you might want to disable it or clear its cache.

    Best regards,
    Victoria

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