Installation

After upgrade CSS not working

After upgrade CSS not working

by Dave Rosoff -
Number of replies: 2
I must have goofed up the upgrade process. I did all the usual steps and courses seem to be up and working, but with no styling at all. Any thoughts?
Thanks,
Dave

64HUDV8.png?1
In reply to Dave Rosoff

Re: After upgrade CSS not working

by Dave Rosoff -
In the morning, a clearer head and setfilepermissions did the trick.
In reply to Dave Rosoff

Re: After upgrade CSS not working

by Michael Gage -
Glad to hear it.  

Do you know how to use the developer tools in the browser to determine which 
javaScript calls (e.g. for CSS) are not getting through.

On chrome it's under View->Developer->Developer Tools.   Or using FireBug 
in Firefox and similar tools in chrome.  It can speed up tracking down the miscommunication when CSS fails to load, or the library controls don't work.

--MIke