Created: 20/05/2011
By: pixelcave
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
TurboAdmin comes in 2 different versions! This way you can use the version that fits you best! Let's have a look:
TurboAdmin can have many layouts. It can be fixed or fluid, with 1 or 2 columns or with a fixed adminbar.
General layout structure with 1 column:
............
General layout structure with left sidebar:
...............
General layout structure with right sidebar:
...............
If you would like to make TurboAdmin fixed or fluid, or make the adminbar fixed have a look below:
I'm using one main CSS file and seven other CSS files. The main CSS file (css/style.css) contains some CSS reset code and all of the specific styles for TurboAdmin. All other files are stylesheets for the various javascript plugins (they came with them) and you must include them in the page (always after the main stylesheet) if you are planning on using the corresponding plugin.
About the CSS reset code is good to know that many browser interpret the default behavior of html elements differently. By using some reset CSS code, we can work round this.
In the main stylesheet I have commented the code the following way so that you can navigate and find the section you want easily.
/************************** Body, html ************************************/ /**************************************************************************/ .csscode { } /*********************** END OF Body, html ********************************/ /**************************************************************************/ /**************************** Login ***************************************/ /**************************************************************************/ .csscode { } /************************* END OF Login ***********************************/ /**************************************************************************/ /***************************** Content ************************************/ /**************************************************************************/ /* Sub section 1 */ .csscode { } /* Sub section 2 */ .csscode { } /************************** END OF Content ********************************/ /**************************************************************************/
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
The widgets are really easy to create. You can see their structure below:
I have created a mini twitter app which you can use to update your status and retrieve your last tweets throught the Twitter widget.
For it to work you must open 'inc/twitter.fn.php' and enter your Twitter credentials like you see below.
// Enter your Twitter username & your twitter app keys // You can get the keys by creating an application at http://dev.twitter.com/apps/new // Save the file and you are set! :) $username = ''; $consumer_key = ''; $consumer_secret = ''; $oAuth_token = ''; $oAuth_secret = '';
You can also take a look at the twitter class and enhance even more the twitter widget if you like to!
This template imports some Javascript files.
There are a lot of examples in TurboAdmin but for advanced usage of some plugins you can check out their websites where you could find more advanced examples. I've included their links in the next section of this documentation as well as in the comments above their initialization.
I've used the following images, icons or other files as listed.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
FaDoWNLoaD