Difference between revisions of "What can you do with a template?"

From Joomla! Documentation

m
 
m (update)
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
A template is used to manipulate the way content is delivered to a web browser or screen reader.  Here are some key examples of how a template is used to manipulate your site's content.
+
A template is used to manipulate the way content is delivered to a web browser or screen reader.  Here are some ways you can employ this on your Joomla!-powered site.
  
'''Layout'''
+
=== Layout ===
 +
The template is the place where the design of the main layout is set for your site.  This includes where you place different elements([[module|modules]]). For example: You can control the placement of menus, a log in form, advertising banners, polls, etc.
  
The template is the place where the design of the main layout is set for your site.  This includes both where you place different elements (components, modules, and plugins), some examples of which are as follows.
+
<div class="panel large-7 columns" style="background:none;">
#The various menus (you can chose from existing options and create your own)
+
[[File:J3x-template-example-module-changes-screenshot.png]]
#Advertising banners
 
#Poll's
 
#The main body of the page (you can select from different styles such as typical blog layout, a news article etc..)
 
  
If the template is designed for provide choices, you can also "dynamically" alter the placement OF content on your site, such as whether to put the main menu on the right or left side of the screen.  
+
<center>'''Note the changes in content layout!'''</center>
 +
</div>
 +
{{-}}
 +
The main body([[article]]) of the page can be altered in style(you can select from different styles of display such as typical blog layout, a news article, etc) depending on the templates layout. '''''<sup>*</sup>See the example image. Note the differences in layout, but how the look is consistent. The sidebar of modules has been moved from left to right and it's order rearranged.'''''
  
'''Color scheme'''
+
If the template is designed to provide choices, you can also "dynamically" alter the content placement on your site, perhaps putting the main menu on the right or left side of the screen.
 +
=== Color Scheme ===
 +
Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary HTML code. Some templates provide a method to change the color in template management, others require you to modify the template's .css file(s).
  
Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary (x)html code. 
+
=== Images and Effects ===
 
+
You can also control the way images are displayed on the page, and even create flash-like effects or include [http://en.wikipedia.org/wiki/AJAX AJAX] applications such as drop-down menus.
'''Images and effects'''
+
=== Fonts ===
 
+
The same applies to fonts.  The designs for these are all set within the template's CSS file(s) to create a uniform look across your entire site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.
You can also affect the way images are displayed on the page in various ways, as well as more sophisticated tasks such as creating flash-like effects or creating Ajax applications such as drop-down menus.
+
=== Browser Specific Solutions ===
 
+
A template can be designed to alter how it displays on different web browsers, allowing you to take full advantage of the latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades (such as certain companies who limit what software their employees can use).
'''Fonts'''
+
<noinclude>[[Category:Templates]]
 
+
[[Category:Template FAQ]]
The same applies to fonts.  The designs for these are all set within the template's CSS file(s) to create a uniform look across the whole of your site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.
+
[[Category:Getting Started FAQ]]
 
+
[[Category:Template Management]]
'''Browser specific solutions'''
+
</noinclude>
 
 
A template can be designed to alter how it displays on different web browser to take full advantage of latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades (such as certain companies who limit what software their employees can use).
 
[[Category:Templates]]
 

Revision as of 21:23, 15 July 2014

A template is used to manipulate the way content is delivered to a web browser or screen reader. Here are some ways you can employ this on your Joomla!-powered site.

Layout[edit]

The template is the place where the design of the main layout is set for your site. This includes where you place different elements(modules). For example: You can control the placement of menus, a log in form, advertising banners, polls, etc.

J3x-template-example-module-changes-screenshot.png

Note the changes in content layout!

The main body(article) of the page can be altered in style(you can select from different styles of display such as typical blog layout, a news article, etc) depending on the templates layout. *See the example image. Note the differences in layout, but how the look is consistent. The sidebar of modules has been moved from left to right and it's order rearranged.

If the template is designed to provide choices, you can also "dynamically" alter the content placement on your site, perhaps putting the main menu on the right or left side of the screen.

Color Scheme[edit]

Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary HTML code. Some templates provide a method to change the color in template management, others require you to modify the template's .css file(s).

Images and Effects[edit]

You can also control the way images are displayed on the page, and even create flash-like effects or include AJAX applications such as drop-down menus.

Fonts[edit]

The same applies to fonts. The designs for these are all set within the template's CSS file(s) to create a uniform look across your entire site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.

Browser Specific Solutions[edit]

A template can be designed to alter how it displays on different web browsers, allowing you to take full advantage of the latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades (such as certain companies who limit what software their employees can use).