2012-04-10, 04:04:44
Stichwort Kompenenten, geh mal im Backend in den Themtab, rechts im menü gibts dann den Punkt "bearbeite Komponenten"
Welche Komponenten du alle Verwenden kannst siehste hier
homepage.php, news.php etc sind die verschiedenen Layouts,
wenn du zum Beispiel fullpage.php als Template wählst, siehst du das die Sidebar auf dieser Seite nicht mehr eingeblendet wird
Welche Komponenten du alle Verwenden kannst siehste hier
Quote:Components
Using the Simplico You have the opportunity to add different components to display stuff in the page.
baner
Adding "baner" into the component You will get area to input some text like on the front page example. The header can haw any "h1-5" and "p".
Example:
Code:<h3>Header text</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec this is code venenatis augue sociosqu ad litora torquent.</p>
motto
Motto component is the area under the banner on the front page. In the motto component just use one of the h1-4 tags.
sidebar
The default sidebar area used in the template.php file. To get space between new element simply just input the stuff into a div. In the sidebar if You wont to get big font size like on the left side area just add to h1 a class="pageTitle".
Example
Code:<div>
<h1 class="pageTitle">Big header</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
<div>
<h2>Header</h2>
<ul>
<li>Lorem pisum lorempus</li>
<li>consectetur adipiscing elit</li>
</ul>
</div>
fright
The component fright is placed on the front page that is working just like the sidebar and is only display on the frontpage.php
tagline
Is not used in Simplico template.
homepage.php, news.php etc sind die verschiedenen Layouts,
wenn du zum Beispiel fullpage.php als Template wählst, siehst du das die Sidebar auf dieser Seite nicht mehr eingeblendet wird