webfonts directory missing from our plugin installation
-
in wp-content/plugins/card-elements-for-elementor/assets/css/font-awesome.css?ver=6.0.1
are several @font-face directives like
@font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../webfonts/fa-brands-400.eot"); src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
looking for a webfonts directory that does not exit in your plugin
I’ve temporarily solved the problem on my end with a simple
~/www/wp-content/plugins/card-elements-for-elementor/assets>$ ln -is ../../elementor/assets/lib/font-awesome/webfonts ./webfonts
but you will probably want to address this in your next update
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘webfonts directory missing from our plugin installation’ is closed to new replies.