Yesterday I went to sign in to my amember admin and noticed that the color formatting is gone and all the table formatting was missing, meaning everything was just there and not in their proper table formats. I did not change anything in the css file nor did I update any settings and this happens all on its own. Could it be from the hosting or something else? It is the same with my signup.php, member.php and and newsletter.php pages, they are now just normal pages with no color or table formatting. very strange please help.
Is your css present and viewable via your browser if you directly browse to it? Have you cleared your browser cache and/or tried on another computer? Post a URL and I'll have a look.
Yes my css file can be viewed in the browser. I cleared my cache and cookies and it still does the same thing and on multiple pc's www.fitfactors.net/amember/signup.php
I just tried to connect to your css file: https://www.fitfactors.net/amember/templates/css/reset.css but got a message unable to connect. Is there a problem with the site or is it working & available.
Yes it should be working fine I just connected to it and it connected, I'm guessing its a problem with my host (godaddy go figure) but yes it connected fine, i'll try to re-upload all the css files and see what happens
ok, so the problem is that https:// is not actually valid for your domain (or at least does not resolve here).. Your signup link you posted goes to http:// (which works) but your CSS are configured to pull from https:// (which does not work) You can check this in aMember Admin CP -> Setup/Config -> url and secure url not sure why it is trying to display https:// on a non-https pages.. but that is a whole other issue.. set both paths in setup to non-https and see if that fixes the problem.