Css etc files not being generated - site not styled

Kirsty Pollock Posted in Beginning Developers 8 years ago

I installed OSSN and I can get to the front page, but it is not styled at all.

Looking at the source, it is looking for a bunch of css and js that I think might be generated from php - but that hasn't happened for me, by the looks of it.

What did I miss?

("MY-SITE" is obviously not meant literally, it is the path to my site !)

<link rel="stylesheet" type="text/css" href="http://<MY-SITE>/css/view/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="http://<MY-SITE>/css/view/ossn.default.css" />
<script type="text/javascript" src="http://<MY-SITE>t/vendors/jquery/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://<MY-SITE>/vendors/jquery/jquery-arhandler-1.1-min.js"></script>
<script type="text/javascript" src="http://<MY-SITE>t/js/view/ossn.language.js"></script>
<script type="text/javascript" src="http://<MY-SITE>/js/view/opensource.socialnetwork.js"></script>
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Sans:400italic,700,400" />
<script type="text/javascript" src="http://<MY-SITE>/themes/goblue/vendors/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery-ui.css" />

My site top level folder structure looks like this:
folder top level

Replies
German Kirsty Pollock Replied 8 years ago

Thanks for your reply!

That is easy - as you can see from the screenshot, I have not got the folder "css" at all.

I set full write permissions on the &quot;public_html&quot; folder (with cascade) from Filezilla but maybe that is not enough. How do I set mod_rewrite? Or do I need to ask my hosting provider?

Indonesian Arsalan Shah Replied 8 years ago

Make sure your mod_rewrite is working, can you tell us what you see if you visit http://<MY-SITE>/css/view/ossn.default.css

Premium Version

Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.

$199 (Life Time)
Learn More

Other Questions