<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Avisio columns</title>
		<link>http://www.kriesi.at/support/topic/avisio-columns</link>
		<description>Support Forum - Topic: Avisio columns</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:47:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/avisio-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Avisio columns"</title>
			<link>http://www.kriesi.at/support/topic/avisio-columns#post-72539</link>
			<pubDate>Thu, 23 Aug 2012 17:07:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72539@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that its working for you now :)&#60;/p&#62;
&#60;p&#62;Marked as resolved.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clientbydesign on "Avisio columns"</title>
			<link>http://www.kriesi.at/support/topic/avisio-columns#post-72533</link>
			<pubDate>Thu, 23 Aug 2012 16:40:17 +0000</pubDate>
			<dc:creator>clientbydesign</dc:creator>
			<guid isPermaLink="false">72533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! Worked perfectly.&#60;/p&#62;
&#60;p&#62;Rich
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Avisio columns"</title>
			<link>http://www.kriesi.at/support/topic/avisio-columns#post-72449</link>
			<pubDate>Thu, 23 Aug 2012 07:33:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi clientbydesign,&#60;/p&#62;
&#60;p&#62;You can download the latest version of Avisio in Themeforest. :)&#60;/p&#62;
&#60;p&#62;For the four columns in your frontpage, follow this instruction:&#60;/p&#62;
&#60;p&#62;1. Create a new page (I'll call this one, Why Avisio), if you have a page set already you can just edit it.&#60;br /&#62;
2. Inside it, put this as a content (make sure the content editor is set to HTML and not visual):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[one_fourth]
&#38;lt;h3&#38;gt;Flexible Frontpage&#38;lt;/h3&#38;gt;
[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]
&#38;lt;h3&#38;gt;Unlimited Skins&#38;lt;/h3&#38;gt;
[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]
&#38;lt;h3&#38;gt;Content Importing&#38;lt;/h3&#38;gt;
[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]
&#38;lt;h3&#38;gt;Shortcodes&#38;lt;/h3&#38;gt;
[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]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can get the pattern, just by looking at the code. :)&#60;/p&#62;
&#60;p&#62;3. Go to: Avisio &#38;gt; Mainpage Options &#38;gt; Mainpage Content. And set it to: Why Avisio(in your case, the name of the page).&#60;br /&#62;
4. Save it and check. If the last column drops below, then proceed to step 5 (if not, skip step 5).&#60;br /&#62;
5. Go to wp-content/themes/avisio/style.css and add this code below:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.one_fourth {
margin-right: 24px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this one, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.one_fourth {
margin-right: 24px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the margin-right value. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avisio columns"</title>
			<link>http://www.kriesi.at/support/topic/avisio-columns#post-72443</link>
			<pubDate>Thu, 23 Aug 2012 06:53:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi just uses the standard &#34;4 column&#34; shortcode on the demo page - an example codewould be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[one_fourth]
&#38;lt;h3&#38;gt;This is a heading&#38;lt;/h3&#38;gt;
[dropcap2]&#38;amp;frac14;[/dropcap2]nean  commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et  magnis dis parturients mus.
[/one_fourth]

[one_fourth]
&#38;lt;h3&#38;gt;This is a heading&#38;lt;/h3&#38;gt;
[dropcap2]&#38;amp;frac14;[/dropcap2]nean  commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et  magnis dis parturients mus.
[/one_fourth]

[one_fourth]
&#38;lt;h3&#38;gt;This is a heading&#38;lt;/h3&#38;gt;
[dropcap2]&#38;amp;frac14;[/dropcap2]nean  commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et  magnis dis parturients mus.
[/one_fourth]

[one_fourth last]
&#38;lt;h3&#38;gt;This is a heading&#38;lt;/h3&#38;gt;
[dropcap2]&#38;amp;frac14;[/dropcap2]nean  commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et  magnis dis parturients mus.
[/one_fourth]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can download the latest version at &#60;a href=&#34;http://themeforest.net&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net&#60;/a&#62; - login and go to the download area - there you'll find a list of all items you purchased in the past and a download link for each item.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clientbydesign on "Avisio columns"</title>
			<link>http://www.kriesi.at/support/topic/avisio-columns#post-72359</link>
			<pubDate>Wed, 22 Aug 2012 18:03:25 +0000</pubDate>
			<dc:creator>clientbydesign</dc:creator>
			<guid isPermaLink="false">72359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello:&#60;/p&#62;
&#60;p&#62;Cannot figure out how to turn on the column view for my home page. Would like to see four columns just like in your Avisio demo under &#34;Why Avisio?&#34;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=avisio&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=avisio&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also... How/Where do we download the latest version of Avisio?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
