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.
Icons nach SSL-Verschlüssung fehlerhaft
-
-
- Gerade eben
- 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)
-
Link zur Seite?
-
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:
setzt allerdings voraus, dass mod_headers.c läuft.Ansonsten einfach die Links anpassen.
-
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:
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!