Thats because you have not renamed the "Zentora-1.0.2" directory to "Zentora".
It will work if you rename it, but before you rename the directory first activated the default theme or else everything because very white..

(02-13-2015, 12:10 AM)Manoel Júnior Wrote: [ -> ]See:
![[Image: Capturar.png]](http://s28.postimg.org/6zeb2up6l/Capturar.png)
Only the login screen is with this problem.
Login:
/etc/styles/Zentora-1.0.2/img/...
Site:
/etc/styles/Zentora/img/...
by the way i can see that you have Zentora 1.0.6 which is not compatible with Zpanel.
And you have Zentora 1.0.6 in a directory called "Zentora-1.0.2"??
Please download version 1.0.2 and follow the installation instructions for Zpanel in the
first post or else it
will NOT work properly:
(08-18-2014, 10:13 PM)Ron-e Wrote: [ -> ]
Installation
Install theme:
- Download Zentora.
- Extract the zip file and rename the directory to Zentora.
-
- For Sentora: Upload your Zentora directory into /etc/sentora/panel/etc/styles directory on your ZPanel server.
- For Zpanel/Prebeta Sentora: Upload your Zentora directory into /etc/zpanel/panel/etc/styles directory on your ZPanel server.
- Go to your ZPanel Admin => Reseller => Theme Manager choose Zentora and save.
- If you like you may choose a theme variation.
That is it, no more module fixes and such!
just installed , looks great.
Keep up .. Surya
Awesome theme Ron-e
I really appreciate your work.
Great theme, thank you

I've just installed it, and it looks great!
Hi Ron-e,
I'm new to Sentora and I'm loving it, then I saw your theme and I installed without thinking twice.
Unfortunately, after following the steps you kindly provided, my panel rendered a blank page, do you know what could have gone wrong?
I really appreciate you work, thank you so much!
Darkzoft.
When uploading, did you rename the folder to Zentora?
(02-26-2015, 10:38 AM)Dexxa Wrote: [ -> ]When uploading, did you rename the folder to Zentora?
Hi Dexxa!
Thank you for the great response time and support, indeed, my unzip command did extract the zip contents under Zentora/Zentora-master so I had to do a:
mv * ../ to get all files moved up one level.
Zentora looks great and Sentora is my new prefered panel from now on.
Kind Regards!
DarkZoft
(02-26-2015, 11:48 AM)darkzoft Wrote: [ -> ] (02-26-2015, 10:38 AM)Dexxa Wrote: [ -> ]When uploading, did you rename the folder to Zentora?
Hi Dexxa!
Thank you for the great response time and support, indeed, my unzip command did extract the zip contents under Zentora/Zentora-master so I had to do a: mv * ../ to get all files moved up one level.
Zentora looks great and Sentora is my new prefered panel from now on.
Kind Regards!
DarkZoft
So I realized that I could provide a better explanation of my issue/resolution, just in case someone else gets into the same situation, so here it goes:
* I'm using ssh to get acces to my VPS, all bold lines are console commands.
1.- I navigated to the styles folder of my Sentora instalation with this command
cd ~/etc/sentora/panel/etc/styles/
2.- I dowloaded my copy from GitHub with this command:
wget https://github.com/auxio/Zentora/archive/master.zip
3.- I extracted the zip contents under /Zentora folder with this command
unzip master.zip Zentora
The problem: The master.zip file contains a folder called "Zentora-master" so unextracted the zip content rendered /Zentora/Zentora-master. When I selected the theme in Sentora all seemed to be fine so I just saved the settings and I found that after a refresh the panel came out with a blank page...
The solution: I drilled down to the extracted folder with this command:
cd ~/etc/sentora/panel/etc/styles/Zentora/Zentora-master
and moved all files/folders up one level with this command:
mv * ../
Whoala! My Sentora panel came back with this excellent theme!