Graphic dashboard issue on Firefox and Chrome

Permalink 1 user found helpful
Hello everybody,

I have an issue with my dashboard : it seems that I have a CSS issue. On Firefox and Chrome, the website works normally, but when i register, the toolbar is missing, the login and register page have a little issue and the dashboard looks like I have no CSS as you can see in the screenshots I took.
It works well on IE and Opera, but I really want my website to work under Ff and Chrome because registered users have access to a part of the dashboard.
Does anyone have this problem too ?

Thanks by advance
Martin

/!\ EDIT /!\
I have installed firebug and it says that "css stylesheet "path_of_the_sheet" can't be loaded because its MIME type "text/html" isn't "text/css" "
What does it mean ?

/!\ EDIT2 /!\
For Firefox, It was caused by a wrong path to css files directory. Just moved it a level higher to solve the issue but the issue is still there on Chrome.

4 Attachments

martinlebrun
 
ob7dev replied on at Permalink Reply
ob7dev
Possibly a problem with the theme.

Typically you need to name space your CSS so that it doesn't get applied to the dashboard pages as well. This is done by putting everything inside .ccm-page in the css styles.

The space on the top looks like where the admin editing bar should be. You can check if there isn't a z-index property somewhere covering it.

Cross ref:https://www.concrete5.org/community/forums/usage/dashboard-layout-re...
martinlebrun replied on at Permalink Reply
martinlebrun
Thank you, I am going to find what's wrong in my css.
martinlebrun replied on at Permalink Reply
martinlebrun
The CSS and PHP looks right. I fixed it on firefox but not on chrome... I don't know how to solve my problem.
ob7dev replied on at Permalink Reply
ob7dev
So if it works in Firefox but not Chrome, maybe chrome is still loading the old files.
Try hitting CTRL + SHIFT + R to force reload the page without the cache to see if it loads it correctly.
martinlebrun replied on at Permalink Reply
martinlebrun
I did it and that had no effect, but it works well on other laptops so the problem comes from my computer. Thank you for your help !
ob7dev replied on at Permalink Reply
ob7dev
Anytime :)
amiraleyvac replied on at Permalink Reply
That means we should delete cache after changing something in the site. right?
martinlebrun replied on at Permalink Reply
martinlebrun
I don't know, deleting the cache didn't change anything as I remember...
amiraleyvac replied on at Permalink Reply
then i think i didn't understand ob7dev's comment.