Icons nach SSL-Verschlüssung fehlerhaft

  • Nach der Umstellung auf SSL Verschlüsslungen werden alle Theme Icons komischerweise nicht richtig angezeigt. Alle Einträge in der Datenbank wurden von http zu https umgeändert. Benutzt wird das Enfold Theme.
    Hoffe Jemand kennt das Problem bzw eine Lösung.

    Anbei ein Bild wie z.B. der Slider ausschaut:

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • Vielleicht aktualisierst du mal WP 4.5.4 auf 4.6.1 und auch das Enfold Theme 3.5.3 auf 3.8.
    Und schau mal, ob die 'entypo-fontello' überhaupt richtig geladen wird. Ich vermute mal, dass es an WWW liegt, wenn die Site eigentlich ohne www läuft:

    Code
    <style type='text/css'>
    @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    src: url('https://[COLOR="#FF0000"]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3');
    src: url('https://[COLOR="#FF0000"]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
    url('https://[COLOR="#FF0000"]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3') format('woff'), 
    url('https://[COLOR="#FF0000"]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3') format('truetype'), 
    url('https://[COLOR="#FF0000"]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
    } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }
    </style>

    [size=10]Bitte immer zuerst die Forensuche nutzen und erst danach Deine Fragen hier im Forum stellen, denn sehr vieles wurde schon mehrfach beantwortet. Bitte dabei auch die Forenregeln beachten.
    Kein Support per PN - Fragen gehören ins Forum.[/SIZE]
    [size=8]Wenn du eine weise Antwort verlangst, musst du vernünftig fragen. (Johann Wolfgang von Goethe)[/SIZE]

  • maxe hat die richtige Vermutung. Das fällt unter die "Cross-Origin Resource Sharing policy" und wird vom Server geblockt.

    Du könntest das mal in deiner htaccess testen:

    Code
    Header add Access-Control-Allow-Origin "https://savinglifetec.com"


    setzt allerdings voraus, dass mod_headers.c läuft.

    Ansonsten einfach die Links anpassen.

    Das Geheimnis des Könnens liegt im Wollen!
    [size=12]Bitte keine Hilfegesuche per PN (auch keine "privaten" Links). Das ist ein öffentliches Forum.[/SIZE]

  • Vielleicht aktualisierst du mal WP 4.5.4 auf 4.6.1 und auch das Enfold Theme 3.5.3 auf 3.8.
    Und schau mal, ob die 'entypo-fontello' überhaupt richtig geladen wird. Ich vermute mal, dass es an WWW liegt, wenn die Site eigentlich ohne www läuft:

    Code
    <style type='text/css'>
    @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    src: url('https://[COLOR=#FF0000]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3');
    src: url('https://[COLOR=#FF0000]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix')  format('embedded-opentype'), 
    url('https://[COLOR=#FF0000]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3')  format('woff'), 
    url('https://[COLOR=#FF0000]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3')  format('truetype'), 
    url('https://[COLOR=#FF0000]www.[/COLOR]savinglifetec.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello')  format('svg');
    } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html  body [data-av_iconfont='entypo-fontello']:before{ font-family:  'entypo-fontello'; }
    </style>

    maxe hat die richtige Vermutung. Das fällt unter die "Cross-Origin Resource Sharing policy" und wird vom Server geblockt.

    Du könntest das mal in deiner htaccess testen:

    Code
    Header add Access-Control-Allow-Origin "https://savinglifetec.com"


    setzt allerdings voraus, dass mod_headers.c läuft.

    Ansonsten einfach die Links anpassen.


    Hab alles aktuallsiert und den Link angepasst und tata es funktuniert. :cool:
    Danke für die Schnelle und komptente Antwort :)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!