Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Customization, Design, Programming... (http://forum.bytesforall.com/forumdisplay.php?f=22)
-   -   [SOLVED] CSS loading slow on a typically fast server (http://forum.bytesforall.com/showthread.php?t=23327)

DanDan Nov 9, 2015 05:05 PM

[SOLVED] CSS loading slow on a typically fast server
 
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

juggledad Nov 9, 2015 05:35 PM

what is the url?

DanDan Nov 9, 2015 06: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

DanDan Nov 9, 2015 06: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;
}

juggledad Nov 10, 2015 04:19 AM

where are you embedding the CSS?

DanDan Nov 10, 2015 08:38 AM

Appearance/Atahualpa Theme Options/Add HTML CSS Inserts

juggledad Nov 10, 2015 08:50 AM

well can't help when you switch themes...

juggledad Nov 10, 2015 09:19 AM

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?

DanDan Nov 10, 2015 11:18 AM

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


All times are GMT -6. The time now is 06:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.