Id like to lay out the content of my homepage taps exactly like the sample page "Why Avision"
How do i set the content in columns, with numbers and images.
Can you show me the html, and i'll just change the words
Id like to lay out the content of my homepage taps exactly like the sample page "Why Avision"
How do i set the content in columns, with numbers and images.
Can you show me the html, and i'll just change the words
Just create a "Page" and assign that page to the mainpage content.
Read the help doc for instructions how to use shortcodes to set 4 columns and do DropCaps styles or numbering. Its quite easy
Please read the documentation, or use the dummy content importer to set your theme up as per the demo.
This is the code which is used on the frontpage in the demo which uses Shortcodes:
[one_fourth]
<h3>Flexibly Frontpage</h3>
[dropcap2]1[/dropcap2]nean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturients mus.
<img class='noborder ie6fix' src="http://dl.dropbox.com/u/2025095/alwaysonline/avisio/iconsets1.png" alt="1" />
[/one_fourth]
[one_fourth]
<h3>Unlimited Skins</h3>
[dropcap2]2[/dropcap2]nean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturients mus.
<img class='noborder ie6fix' src="http://dl.dropbox.com/u/2025095/alwaysonline/avisio/iconsets2.png" alt="2" />
[/one_fourth]
[one_fourth]
<h3>Content Importing</h3>
[dropcap2]3[/dropcap2]nean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturients mus.
<img class='noborder ie6fix' src="http://dl.dropbox.com/u/2025095/alwaysonline/avisio/iconsets3.png" alt="3" />
[/one_fourth]
[one_fourth last]
<h3>Shortcodes</h3>
[dropcap2]4[/dropcap2]nean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturients mus.
<img class='noborder ie6fix' src="http://dl.dropbox.com/u/2025095/alwaysonline/avisio/iconsets4.png" alt="4" />
[/one_fourth]Thanks i managed to get that to work.
You must log in to post.