OK, I think it's the fonts. Not sure where they are yet. But here's my evidence:
If I take the working new page, copy it and put it on my local host server, I get this error:
And the menu thing doesn't work any more.Code:Font from origin 'http://108.atwebpages.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access.
If I look at your non-working page, I see this error:
Needless to say, there's no such error on the working old version either.Code:Font from origin 'http://www.sg.terrybraunstein.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://sg.terrybraunstein.com' is therefore not allowed access.
I'm pretty sure if I could navigate to:
http://www.sg.terrybraunstein.com/events-news/
It would work, but when I try, I see there's some sort of mod rewrite or something, and it takes me to:
http://sg.terrybraunstein.com/events-news/
again, where the thing doesn't work.
I'm not sure where the font code is and how it got that www. put into it, but that should be fixed, and might be the problem.
OK, now I see. It's coming from the @import line:
should be:Code:@import url('http://www.sg.terrybraunstein.com/wp-content/themes/yin_and_yang/style.css');
There could also still be other problems.Code:@import url('http://sg.terrybraunstein.com/wp-content/themes/yin_and_yang/style.css');



Reply With Quote



Bookmarks