Google font disappearing from all browsers on specific website - html

This morning the Google font implementation of "Rubik" sans on my web app mysteriously disappeared from all browsers, i.e. anytime I load the site all the text is missing. Initially I thought it was restricted to Chrome later found out it applied to all the browsers. Tried clearing cache, tried restarting the system Same problem. This is indeed very weird, never experienced anything like this. Any help will be greatly appreciated!

seeing this question asked 4 hours ago, I think it was a google side error.
on my side it seem repaired 2, if it persists, try reloading your cache

Related

Google Chrome autofilling with blank fields

This is a slightly strange one that I've not been able to find anything out about. On OSX 10.11.4 using Google Chrome v 55.0.2883.95 (this is a friends computer) when opening a page to update a product on a site I've built some of the fields are blank.
I've tested it on other computers and in safari on his and the data is there and correct. It's also in the database as it should be Chrome just seems to be removing it.
I've turned autofill off wondering if that was the problem but it still doesn't work.
Any ideas would be great - thanks
Managed to solve the problem. It was browser based but caused by vue.js working correctly on some browsers but not others.
Disabling the vue aspect of the page sorted it. Now I need to sort Vue :)

Internet explorer 8 displays my webpage as blank page, but shows no issues in the developer tools

I have built this website for a customer which is in hebrew, and now i'm trying to make it work in older browsers, now the only really mayor issue in older browsers is that IE8 shows a completely blank page.
the website is already live, you can check it out here:
http://doctorice.co.il/
I don't have any clue about the cause of the issue.
Please help me, i'm slowly dying here...
So, apparently the issue was hidden in one of my fonts(from googles api).
it was corrupted, "Open Sans Hebrew". fixed it and uploaded to my server and now it works.

Images look different on web server

I've just realised that on my website, the images look a lot different to what they do on localhost. I'm not sure why, it's baffled me.
Localhost preview: http://d.pr/i/6og
Server preview: http://d.pr/i/OWKx
Localhost gradients: http://d.pr/i/C5el
Server gradients: http://d.pr/i/5pGi
Localhost search bar: http://d.pr/i/YL2X
Server search bar: http://d.pr/i/dTCZ
As you can see they're a lot different. I've literally no idea why, I'm wondering if anybody has had the same problem before?
My website: http://wpvault.com/kahlam/
I don't think there's anything in the CSS that could possibly do this? It's strange, quite stuck with this one. Any help would be much appreciated.
Browser: Google Chrome
The problem is color management in browsers. This isn't a fault with your images at all.
Here is the article that I read.
Here is some excerpts from the article in question:
This specific issue exists because there are two types of ICC profiles, V2 and V4 (all you need to know is that V4 profiles are more accurate; refer to this International Colour Consortium document for the technical specifics).
The trouble is:
Firefox 3.0 and Safari understand ICC V2 and V4 profiles.
Firefox 3.5 introduced a new colour management system which no longer understands ICC V4 profiles (great job guys).
Internet Explorer 8 and Google Chrome don’t understand colour profiles at all!
Edit
I also found this link to blurry images in firefox, this could be related to other browsers as well.
I recently faced a weird issue with Firefox. All the images on my blog were rather blurry as if they were wrongly scaled. So I tried with a new Firefox profile and it worked fine. So there must have been some setting or some add-on that is part of the current user profile that is causing this. I removed all the extensions and add-ons to no avail. Just moments ago, I found the solution on the Blitz Research forum. It turns out to be an issue related to the zoom level for a given website, which Firefox 3.0 remembers. By clicking Ctrl + 0, you reset to the no zoom.
Very strange issue but I have all the images back to normal. It seems when I was uploading them from a 2mb connection it was just uploading them into really rubbish quality images. I got home and uploaded them via my 50mb connection and all was fine - all the images are now back to normal. Thanks for the help.

"checkedbycsshelper=true"

In building my responsive website I have come across a bug that appears only in IE8, and I cannot figure out why. I use a cross browser testing service (as I build on a Mac) and on my portfolio page - http://www.weblinedesign.com.au/portfolio in firebug, I notice on nearly every line, there is added code "checkedbycsshelper=true". It's preventing my images from loading as the tags wrapping the image tags have been disabled - assumed by this line of code.
It doesn't happen in any other browser, only IE8 and all my attempts at searching Google have come up null. There are literally no references anywhere in Google to "checkedbycsshelper".
It's being added by this script:
http://www.weblinedesign.com.au/wp-content/themes/wd/js/css3-mediaqueries.js
I'm not sure why, but I'd check around for newer versions of that script, and/or other reports of issues with that script on IE8.
A bug report has been opened on the developer's Google Code repo, but not yet resolved.
(http://code.google.com/p/css3-mediaqueries-js/issues/detail?id=8)

partial responses from remote server

I'm posting this question here, but I'm not 100% sure where the problem lies. I have a site hosted through Media Temple that I'm developing. It's started to continually give me http 206 responses (partial content) on image and js assets. I see these through firebug. This results in missing images and js files, or in some browsers like Safari, half rendered images. When I view my work off my local server I see no issues.
I see this behavior on all browsers, firefox 3.6, safari 5.0.3, chrome 8. I work off of mac os x 10.6.6. Different images exhibit this behavior at different times, and the only thing that works temporarily is to clear the cache, but I'll typically begin to see the problem again shortly.
The other thing, as much as I can tell, I don't see this problem on other machines. My work machine (also a Mac) doesn't show this behavior at all. The clients this site is for have never complained of these issues at all.
I've also taken some of these problematic assets and moved them to other servers and pointed my browser there, no problem, so it doesn't seem to be a corrupt file.
I've run out of places to look and was hoping someone on these forums might have some suggestions. This is a real mystery and would love to get to the bottom of it.
Sounds like a problem on the server side. Have you tried restarting the web server or taking a look at the error log?