Introducing Revoke - HTML Theme

  • Revoke - HTML Theme
  • Created: 28-August-2012
  • By: RedSkyThemes
  • Email: wp@red-sky.pl

Licensing Terms: Please be advised, in order to use the theme in a legal manner, you need to purchase a separate license for each domain you are going to use the theme on.

A single license is limited to a single domain/application.

Thank you for purchasing our product! We are very glad that you have decided on our WordPress theme.

The theme is very easy to use and we are here to guide and help you, so please read and follow the instructions and if you have further questions write us a email wp@red-sky.pl. This documentation is more of a reference work if you do not know what to do and need a better understanding on how the template is built write us a email.

Modification

To the Top

Revoke has 9 HTML Files:

  • index.html - Home Page
  • page_sidebar.html - Page with sidebar Page
  • blog.html - Blog Page
  • post.html - Single Post Page
  • 404.html - Error 404 Page
  • portfolio.html - Portfolio Page
  • project.html - Single Project Option
  • full_width.html - Full width Page
  • contacts.html - Contact Page

A screen of the Home Page:

theme

You have to modify your email for the contact to work in the PHP FOLDER there is a contact.php file, open it and modify. In the $receiver_email "write your email" and in the $mail_title "write your title":

/*SECTION I - CONFIGURATION*/

$receiver_mail = 'youremail@example.com';
$mail_title = '[Revoke]';
                    

The themes includes 3 javascripts:

To modify the slider speed, you have to open script.js from the JS FOLDER.

//MAIN SLIDER
var load_main_slider = function(){
    $('.mainSlider').each(function(){
        var t_nav_time = 400;   //time for navigation bar movement
        var t_items_time = 400;   //time for item transition
        var t_interval_time = 2000;   //time for autoplay slide change
        var t_timeout_time = 4000;   //time to wait on clicked slide before autoplay resumes
                        

CSS Files and Structure

To the Top

This theme has been implemented as a responsive layout. The full width of the template is 960px for screen mode, 768px for tablet size screen, and for mobile 400px and the smallest one is 300px.

The CSS file is located in the css folder. The css file is registered and included in the "head"..."/head".

CSS file is very good structured and arranged so you can search very easy:

/*menu main*/
.menuContainer{
    margin-left: 215px;
    margin-top: 30px;
}
.menuContainer>ul.menu{
    float: right;
    font-size: 15px;
}
.menuContainer>ul.menu>li{
    float: left;
    position: relative;
    margin-right: 7px;
    color: black;
}
.menuContainer>ul.menu>li>a{
    text-transform: uppercase;
    padding: 14px 10px;
}
.menuContainer>ul.menu>li:hover>a{
    background-color: #eeeeee;
}
.menuContainer>ul.menu>li.menuactive>a,
.menuContainer>ul.menu>li>a:hover{
    background-color: #22ade8;
    color: white;
}
                    

All JavaScript are registered and included in the "head"..."/head".

Credits and Sources

To the Top

I've used the following images, icons, fonts or other files as listed.

Fonts used:

Thank you so much for choosing "Revoke" we hope you will enjoy using it!