Post by by mona » Sun Sep 26, 2021 9:46 am

https://github.com/opencart/opencart/issues/7260
Still not loading on 3.0.3.8

A simple fonts awesome fix

Code: Select all

.glyphicon-chevron-up::before {
    content: "\f077";
    font-size: 55px;
    font-family: fontawesome;
}

.glyphicon-chevron-down::before {
    content: "\f078";
    font-size: 55px;
    font-family: fontawesome;
}

.glyphicon-calendar::before {
    content: "\f073";
    font-family: fontawesome;
}

.glyphicon-time::before {
    content: "\f017";
    font-family: fontawesome;
}
Last edited by by mona on Sun Sep 26, 2021 7:25 pm, edited 1 time in total.

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by by mona » Sun Sep 26, 2021 7:28 pm

:ok:
Thanking you kindly ..
and remember to clear your dashboard sass out on a clean installation ::)


admin/view/stylesheet/bootstrap.css

Code: Select all

@font-face {
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg'); }
 
for

Code: Select all

@font-face {
   src: url("../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot");
    src: url("../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff") format('woff'), url("../javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg'); }
 

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am
Who is online

Users browsing this forum: No registered users and 86 guests