Hi clientbydesign,
You can download the latest version of Avisio in Themeforest. :)
For the four columns in your frontpage, follow this instruction:
1. Create a new page (I'll call this one, Why Avisio), if you have a page set already you can just edit it.
2. Inside it, put this as a content (make sure the content editor is set to HTML and not visual):
[one_fourth]
<h3>Flexible Frontpage</h3>
[dropcap2]1[/dropcap2]Avisio uses a flexible frontpage that uses an amazing slideshow and can display any amount of tabed content, delivered by wordpress pages of your choice.
[/one_fourth]
[one_fourth]
<h3>Unlimited Skins</h3>
[dropcap2]2[/dropcap2]The theme comes with several predefined skin options but also utilizes a color and background image switcher, a font-switch for headings and several other layout options.
[/one_fourth]
[one_fourth]
<h3>Content Importing</h3>
[dropcap2]3[/dropcap2]You can now setup a wordpress installation that looks like this demo with just a single click of your mouse. Amazing to get started and accustomed to the theme.
[/one_fourth]
[one_fourth]
<h3>Shortcodes</h3>
[dropcap2]4[/dropcap2]To get your content displayed properly the theme uses wordpress shortcodes. just add a few keywords and Avisio injects cool stuff like columns, tabs and slideshows.
[/one_fourth]
You can get the pattern, just by looking at the code. :)
3. Go to: Avisio > Mainpage Options > Mainpage Content. And set it to: Why Avisio(in your case, the name of the page).
4. Save it and check. If the last column drops below, then proceed to step 5 (if not, skip step 5).
5. Go to wp-content/themes/avisio/style.css and add this code below:
.one_fourth {
margin-right: 24px;
}
or this one, if the code above doesn't work:
.one_fourth {
margin-right: 24px !important;
}
You can adjust the margin-right value. Hope this helps. :)
Regards,
Ismael