Aitasi is a Responsive WordPress Coming Soon Theme. It's made responsive layout with Bootstrap framework. All the content is within section. All the part of the Theme is divided with section. Main infrastructure is same into the all section. All contents are rounded with div, id and class. Most of the class and id are used according to Bootstrap.
This Theme has been developed only for Wordpress 4.0 or Higher. So, you need to install wordpress fast then use this theme. Please see the wordpress installation process . Here is the documentation Wordpress Codex - Installing Wordpress
Theme installation is very easy process. First you need to upload theme files and active it. The Theme file can be uploaded two ways
I. FTP Upload: Using your favourite FTP program . First you have to unzip theme files then upload into the folder path /wp-content/themes/ on your server and active it from admin panel.
II. Wordpress Upload: From Wordpress Admin Panel go the following path Appearance->themes->Install-themes->upload and select the aitasi.zip theme . Click install Now and theme will be uploaded and installed.
Step 1: In Dashboard click on Dasboard => Appearance Menu
Step 2: Then click on Dasboard => Appearance => Theme Menu
Step 3: Then click on Add New
Step 4: Then click on Upload Theme
Step 5: Then click on Choose file and select aitasi.zip file from your computer directory.
Step 6: Now click on Install Now button and wait for the installation complete. After successful installation of theme click on active theme click and enjoy theme feature.
For using all Features you have to install and active all required plugins. All Essential plugins are included in the Aitasi theme.
Install above essential plugins by easy 2 step.
Step 1: In Dashboard, click on Dasboard => Appearance Menu => Install Plugins Menu
Step 2: Then click on Install link under plugin title and Activate and enjoy the plugins.
Redux Demo Data: If you want to use redux demo data for your website then you need to go Theme Options => Import / ExportBottom of the left site.
Set Countdown Date: Go to Theme Options => Coming Soon . and set Coming Soon Date
Add subscribe section title and mailchimp action url go to Theme Options > Coming Soon > Subscribe Title and Action url.
1. Add subscribe section title.
2. Add mailchimp action url.
How to found your mailchimp action url? Login your mailchimp account and go to Lists > Create List > Open your list > Signup forms > Embedded forms > go to "Copy/paste onto your site” section and copy action url then paste this link in Theme Options action url input field.
For contact section we recommend the plugin "Contact Form 7" and have done pre-styling for this plugin. When you create your form use the following mark-up:
<div class="contact-form"> <div class="col-sm-5 your-name col-sm-offset-1"> <div class="form-group"> [text* your-name class:form-control placeholder"Your Name"] </div> </div> <div class="col-sm-5 your-email"> <div class="form-group"> [email* your-email class:form-control placeholder"Your Email"] </div> </div> <div class="col-sm-10 your-message col-sm-offset-1"> <div class="form-group"> [textarea your-message class:form-control placeholder"Massage"] </div> <div class="form-group"> [submit class:btn class:btn-primary class:btn-lg class:submit-button "Submit"] </div> </div> </div>