Page 1 of 1

Problem with CSS

Posted: Thu Apr 20, 2017 9:56 pm
by alescotti73

Hi all
i made a site and uoloaded on my server but, whilst in localhost it's all fine, on production i see no stylesheet.
I've generated all the files another time and in the bootstrap3/css folder i see this 6 files
bootstrap.css
bootstrap.css.map
bootstrap.min.css
bootstrap-theme.css
bootstrap-theme.css.map
bootstrap-theme.min.css
Which are the very same I see on production (no ftp trick then).
Before generating PHPMAKER told me "template version in zip file is different with that in template folder..." and I click on KEEP. Can it depend on this?


Re: Problem with CSS

Posted: Fri Apr 21, 2017 9:36 am
by mobhar

Try to view page source of the current page, and see the css/stylesheet file link. Make sure when you click on its link, it can display the content of css file properly.


Re: Problem with CSS

Posted: Fri Apr 21, 2017 3:52 pm
by alescotti73

thanks i ll try