0

I download Drupal theme(goodnex) from here. I applied it on my Drupal website, but it didn't work. CSS files are missing.

I'm using Drupal7 and kept my themes in /sites/all/themes folder.

What I'm doing wrong?

Muhammad Reda
  • 26,379
  • 14
  • 93
  • 105
Praful Bagai
  • 16,684
  • 50
  • 136
  • 267
  • What exactly is not working? Have you been able to enable the theme? – Muhammad Reda May 07 '14 at 07:21
  • I'm getting a not found error on that link; hard to tell what's wrong with the theme without seeing it. Without being able to see any code, all I can say is: You're correct in where to put it for Drupal to find it on its own; is there any issue with permissions? – UnsettlingTrend Jan 17 '17 at 16:28

2 Answers2

1

Very often what causes it is that your webserver does not have access to your files folder so it other does not create the files or it can not read them.

  1. Check your drupal files settings under /admin/config/media/file-system: 'Public file system path' and 'Temporary directory'.
  2. Also check your actual folders permissions in the file system. Your files folder (/sites/default/files') is set to chmod 755 and works fine.
user3563097
  • 179
  • 8
1

Another possible answer is that there are no CSS files. If the theme is using SASS you might need to compile SASS first.

The link to the theme does not work, so I can't be sure...

Benjamin W.
  • 46,058
  • 19
  • 106
  • 116
heart.cooks.mind
  • 1,065
  • 1
  • 9
  • 22