![]() |
|
Zentora Theme [ S 1.0.x / ZP 10.1.1 ] - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Template Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=37) +---- Thread: Zentora Theme [ S 1.0.x / ZP 10.1.1 ] (/showthread.php?tid=160) |
Zentora Theme [ S 1.0.x / ZP 10.1.1 ] - Ron-e - 08-18-2014 Introduction Now everybody is moving to Sentora i wanted to give ZstyleX a little Sentora overhaul, so after some name and logo changes i can present Zentora! So its a simple rebranded Sentora version of ZstyleX... I included a special Sentora variation called: SentoraPurple Screenshots Some random screenshots (click on picture to get the full size picture) : External screen viewer with even more screenshots.. Demo Would you rather first test-drive the theme in my Sentora demo? That's also possible, just go to one of my active demo's found on sentorademo.tk and select the Zentora theme in the theme chooser. Webmasters and other web-writers: please do NOT link directly to a specific demo, you may link to sentorademo.tk. Installation You can use one of the 4 options as described below. * Option 1: Install theme:
* Option 2: Or try out the new one line bash installer/updater, which replaces the first 3 steps: Code: bash <(curl -L -Ss http://zppy.github.io/zentora_installer.sh)* Option 3: Or use the Theme Manager X Module from jollyjoke, and use the latest Zentora.zpt file. * Option 4: Or use the Theme store with Theme installer module from Diablo925. Download Download the latest Zentora for Sentora Here! (for Sentora 1.0.0 - 1.0.3) Download Zentora 1.0.2 Here! (for Zpanel 10.x.x and Sentora prebeta) (Downloading direct off github) ![]() This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. So it can be used for personal and commercial purposes, but please do not remove the powered by (Auxio logo)!Make sure you have read the license and warranty. Theme variation Do you want to have your own color variation? It's easy, just copy the following lines of css to a new css file with a unique name in the CSS directory of Zentora. Code: @import url("default.css");
.subtheme, .module-box-title, .panel-heading {
background-color: #404040; /* Theme color */
color: #fff; /* color of text */
}
.navbar-default .navbar-nav>li>a {
color: #fff; /* color of text in navigation and footer bar */
}
.navbar-default .navbar-nav>li>a:hover {
color: #e2e2e2; /* color of text in navigation bar when hovering over it */
}
.sentora_logo{
background: url(/etc/styles/Zentora/img/sentora_logo_dbg.png) no-repeat;
padding-left: 165px;
}
.sentora_logo_sig{
background: url(/etc/styles/Zentora/img/sentora_logo_sig_dbg.png) no-repeat;
padding-left: 105px;
}Code: @import url("default.css");
.subtheme, .module-box-title, .panel-heading {
background-color: #689C33; /* Theme color */
}We don't mind if you make a screenshot and let us see your variation.. Github If you like to collaborate, review code or fix a bug you can on github. Updates I am planning to keep track of theme and forum updates in this section.
Credits This theme uses:
Troubleshooting Here i will post the most common problems with solutions, so you don't have to search for them.. If your website isn't loading properly like this: ![]() Your Zentora directory name or file paths are not right. Please check out this post... Disclaimer All code and images a made by me personal or are licensed free for private and commercial use! Make sure you have read the license and warranty. If you have found a bug, need help or have questions about this theme, please open a new thread in the Template Support section with all the useful information you can gather which can speed up the process like your OS and Sentora version. Don't forget to tag me like @[Ron-e] so i will get a automatic notification and then i am able to provide help more quickly. Bugs and improvements you can also push on github. You can show some appreciation by clicking on the thanks button or give me a positive reputation! RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - Me.B - 08-19-2014 Great RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - ballen - 08-19-2014 Nice! - Thanks for the contribution Ron-e! Bobby RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - james30263 - 08-22-2014 Nice Job! Looks Great!
RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - OldMan - 10-09-2014 Just installed looks Great Keep up the good work and further developing of it
RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - OldMan - 10-09-2014 Just installed looks Great Keep up the good work and further developing of it
RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - Ron-e - 10-26-2014 Why do i get the message: Quote:Please correct the following errors before continuing: When i try to edit/fix the strange embedded links from my theme post? hxxp://i.imgur.com/EIxELPi.jpg RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - Paul_Villa - 11-04-2014 The post is broken, and I cannot find the download link RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - Ron-e - 11-05-2014 We know that the post was broken, but had no fix for it jet.. Updated first post, removed all broken links to my shorturl/linkcounter so post is readable again.. Linktest: Link test..... RE: Zentora Theme [ S 1.0.0 / ZP 10.1.1 ] - 5050 - 11-06-2014 Hi, Last link above ("Link test.....") is working for me. For info, I added in the Docs a page about most importants change for third party devs. See ZPanel to Sentora migration |