|
#1
Nov 9, 2015, 06:05 PM
|
|
Suddenly the CSS is loading slow or not loading completely. The fonts are wrong, reverting from the embedded fonts I have to the default fonts and the color has reverted to the default colors. This happened today, for the past 2 months the site has been fine. Everything else is fine. The site also has an OSCMax shopping cart, this is not affected at all. When I use firebug to check the CSS it shows the font as coalition, which is what it is supposed to be, but the font displayed on the site is Times New Roman.
What could be causing this?
Thanks,
Dan
|
#2
Nov 9, 2015, 06:35 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Nov 9, 2015, 07:22 PM
|
|
The URL is http://ezfitmeals.com. The home page is pretty much images but the pages with css are /about_us/, /how_it_works/, and /faqs. They are all supposed to have coalition font for the headers but it is displaying Times New Roman. There are other css problems also, such as color and font size. This just started today.
Thanks,
Dan
|
#4
Nov 9, 2015, 07:25 PM
|
|
The embed CSS is:
@font-face {
font-family: 'Conv_Coalition';
src: url('http://ezfitmeals.com/fonts/Coalition.eot');
src: local('?'), url('http://ezfitmeals.com/fonts/Coalition.woff') format('woff'), url('http://ezfitmeals.com/fonts/Coalition.ttf') format('truetype'), url('http://ezfitmeals.com/fonts/Coalition.svg') format('svg');
font-weight: normal;
font-style: normal;
}
|
#5
Nov 10, 2015, 05:19 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
where are you embedding the CSS?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6
Nov 10, 2015, 09:38 AM
|
|
Appearance/Atahualpa Theme Options/Add HTML CSS Inserts
|
#7
Nov 10, 2015, 09:50 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
well can't help when you switch themes...
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Nov 10, 2015, 10:19 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
1) install the FireBug extension in FireFox.
2) view the site and turn on FireBug
3) click the examiner button then look at the right hand side of the screen
4) click the link ezfitmeals.com #2 (line59)
5) scroll to the bottom of the left hand column. What is the last thing you see?
6) Go to ATO->Add HTML/CSS Inserts->CSS Inserts - What is the last thing you see?
is there a difference and if so, why?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Nov 10, 2015, 12:18 PM
|
|
Yes, there was a difference. Looking at the HTML/CSS Inserts I found that part of the css on one line had disappeared, at the point where the difference was. I corrected it and everything is good.
Thanks!
Dan
|
|