Thread Starter
Ulrich
(@ulrichg)
I finally found the cause of my problem : WW3 Total Cache plugin.
I assume it is because it was minifying pictures with an http:// link instead of an https:// …
That’s right. I eventually put
.ast-button-wrap .menu-toggle .menu-toggle-icon::before {
font-family: "Font Awesome 5 Free"; font-weight: 900;
content:"\f0c9";
}
.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon::before {
font-family: "Font Awesome 5 Free"; font-weight: 900;
content:"\f0c9";
}
in custom CSS, but it add the same error with FA…
-
This reply was modified 6 years, 5 months ago by Ulrich.