Plugin makes page insecure
-
Plugin works fine except for secure pages that are using the custom font. What file do I change to make the path secure with https://
This is the unsecure error I received.
Insecure URL: https://www.mauiluxuryliving.com/wp-content/uploads/fonts/TrajanPro-Regular.ttf
In source:
<style type=”text/css” media=”screen”>
@font-face {
font-family: “custom-one”;
src: url(“https://www.mauiluxuryliving.com/wp-content/uploads/fonts/TrajanPro-Regular.ttf”);
}#menu-item-20375,#menu-item-20380,.login a,.bmember,.logout,#menu-header-new li a {
font-family: “custom-one”!important;
}
</style>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin makes page insecure’ is closed to new replies.