Custom Theme not showing in dashboard!

Permalink
Hi guys. I have strange problem. I created custom theme, ubloaded it in to root /themes and I got nothing in the dashboard under Pages and Themes. To check if this is my theme fault I installed copy of concrete5 on my local machine, followed the same steps and theme was ready to instal and is working fine.
Is anyone know what could case the problem in my external installation? Any one have seen anything like this? I thought to reinstall c5 but want to check first for possible solution.

Thanks

 
jordanlev replied on at Permalink Reply
jordanlev
How did you structure the files of your custom theme? Is there a folder around all of the files that has the "theme handle" as the folder name (lowercase_and_underscores)? Do you have a description.txt file in your custom theme (first line is theme name, second line is theme description)? Do you have default.php and view.php template files? Is the "theme handle" (the folder name) unique (not the same as another theme that you already have installed or the same as one of the system themes?)?
Rajczakowsky replied on at Permalink Reply
Hi Jordanlev.

Yes I think I have got it all. The file in root/themes/wandemr includes description.txt, default.php, standard.php, view.php, main.css, typography.css, images and elements folders. This all working on my local instalation. I didn't installed the c5 on the external server. I'm just trying to update it with new theme. I'm new with C5 so that is why I'm looking for helo of experienced developers.

thanks
12345j replied on at Permalink Reply
12345j
most likely a permissions problem- try making the themes folder and your custom themes folder 777 (read, write, execute permissions.)
thephilm replied on at Permalink Reply
thephilm
Try changing the name of the folder, it may be conflicting.
Phil
Rajczakowsky replied on at Permalink Reply
Hi guys.
Thanks for your replies. Unfortunately nothing can make it work which is very strange. I set up c5 on another server space and instoled new themes with no problem so I assuming the solution will be to reinstal c5.

Thanks