Maybe it’s the endcoding problem with .css files? The icons (FontAwesome) are unicode symbols.
Thread Starter
dkarin
(@dkarin)
I did it, but it’s the same thing. You can look again at page.
2 errors:
ecommerce.ttf:1 Failed to load resource: the server responded with a status of 403 (Forbidden)
ecommerce.woff:1 Failed to load resource: the server responded with a status of 403 (Forbidden)
-
This reply was modified 7 years, 6 months ago by
dkarin.
If I’m right, you have in file
https://www.mali-educan.com/wp-content/themes/shophistic-lite/css/bootstrap.css?ver=3.1
change paths to ecommerce font:
@font-face {
font-family: 'ecommerce';
src: url('../less/font-ecommerce/fonts/ecommerce.eot?-co9dpe');
src: url('../less/font-ecommerce/fonts/ecommerce.eot?#iefix-co9dpe') format('embedded-opentype'), url('../less/font-ecommerce/fonts/ecommerce.ttf?-co9dpe') format('truetype'), url('../less/font-ecommerce/fonts/ecommerce.woff?-co9dpe') format('woff'), url('../less/font-ecommerce/fonts/ecommerce.svg?-co9dpe#ecommerce') format('svg');
font-weight: normal;
font-style: normal;
}
-
This reply was modified 7 years, 6 months ago by
kword.
-
This reply was modified 7 years, 6 months ago by
kword.
-
This reply was modified 7 years, 6 months ago by
t-p.
Thread Starter
dkarin
(@dkarin)
I changed, but I don’t know if I did right. Cart is not shown. Please check again and tell me.
-
This reply was modified 7 years, 6 months ago by
dkarin.
You did well, but change the version number in https://www.mali-educan.com/wp-content/themes/shophistic-lite/style.css . E.g. make it 1.0.19-dev.1 so the browser cached css is not used.
But please contact the theme author to sort this out. I’m not sure whether it *should* work with the dash or not. It could also be a hosting issue.
-
This reply was modified 7 years, 6 months ago by
Soft79.
Thread Starter
dkarin
(@dkarin)
I will contact the theme author and my hosting provider. Thanks a lot for your help people π
-
This reply was modified 7 years, 6 months ago by
dkarin.