Typography
- Details
- Category: Uncategorised
About Typography:
This page represents typographical aspects of the template. Take care about your typography to make better user experience for your readers. How to achieve that?
- Learn more about typography, escpecially about the most often used codes, such as <p>, <h1>, <h2>, <h3>, <img> and <a>.
- This template has valid XHTML, but if you want to keep it like that, you must learn and follow the XHTML principles. Also, if some of your extensions are not XHTML valid, pages based on this component would not be XHTML valid as well (no matter if template itself is valid).
- Familiarize yourself with CSS styles that comes with this template.
- Never copy/paste directly from layout text editors, such as Microsoft Word or OpenOffice. Try to paste text in plain editors first (such as Notepad).
- Use a WYSIWYG editor that comes with Joomla or install a better editor, but always check your code in the editor's HTML mode.
Headings and Paragraphs:
Heading One
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
Heading Two
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
Heading Three
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
Heading Four
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
My mother said to me, "If you are a soldier, you will become a general. If you are a monk, you will become the Pope." Instead, I was a painter, and became Picasso... To have a quote styled like that, use "blockquote" element, like in this sample code: <blockquote><p>...your text here...</p></blockquote>
This is a dropcap style applied to a paragraph of text. To use it, apply class of dropcap to your paragraph of text, in example: <p class="dropcap">...some text goes here...</p>. To edit this style, find class .dropcap in CSS stylesheet file template_css.css.
Notice Styles:
This is a warning message you may use in your text. Simply add appropriate class to your paragraphs to achieve this effect. Here's a sample code: <p class="warning">...your text here...</p>. The rest of text is just filler. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat.
This is an information message you may use in your text. Simply add appropriate class to your paragraphs to achieve this effect. Here's a sample code: <p class="info">...your text here...</p>. The rest of text is just filler. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat.
This is an error message you may use in your text. Simply add appropriate class to your paragraphs to achieve this effect. Here's a sample code: <p class="error">...your text here...</p>. The rest of text is just filler. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat.
This is typewriter style you may use in your text. Simply add appropriate class to your paragraphs to achieve this effect. Here's a sample code: <p class="typewriter">...your text here...</p>. This style uses a font with constant width of characters.
Paragraphs Marked with a Number/Letter:
1This is a paragraph of text marked with a big number or letter. To make such paragraph of text, you should enter number before the rest of the text in the paragraph, and wrap it in span with a class of p_number, like this: <p><span class="p_number">1</span>...your text here...</p>
2This is a paragraph of text marked with a big number or letter. To make such paragraph of text, you should enter number before the rest of the text in the paragraph, and wrap it in span with a class of p_number, like this: <p><span class="p_number">2</span>...your text here...</p>
AThis is a paragraph of text marked with a big number or letter. To make such paragraph of text, you should enter number before the rest of the text in the paragraph, and wrap it in span with a class of p_number, like this: <p><span class="p_number">A</span>...your text here...</p>
BThis is a paragraph of text marked with a big number or letter. To make such paragraph of text, you should enter number before the rest of the text in the paragraph, and wrap it in span with a class of p_number, like this: <p><span class="p_number">B</span>...your text here...</p>
Unordered and Ordered Lists
Unordered list sample:
- list element one
- list element two
- list subelement one
- list subelement two
- list subelement three
- list element three
- list element four
Ordered list sample:
- list element one
- list element two
- list subelement one
- list subelement two
- list subelement three
- list element three
- list element four
Arrow list sample:
- to achieve this effect
- add class "arrow" to UL
- like <ul class="arrow">
Arrow (left) list sample:
- to achieve this effect
- add class "arrowleft" to UL
- like <ul class="arrowleft">
Calendar list sample:
- to achieve this effect
- add class "calendar" to UL
- like <ul class="calendar">
Check list sample:
- to achieve this effect
- add class "checklist" to UL
- like <ul class="checklist">
Delete list sample:
- to achieve this effect
- add class "delete" to UL
- like <ul class="delete">
Email list sample:
- to achieve this effect
- add class "email" to UL
- like <ul class="email">
File list sample:
- to achieve this effect
- add class "file" to UL
- like <ul class="file">
Folder list sample:
- to achieve this effect
- add class "folder" to UL
- like <ul class="folder">
Hearts list sample:
- to achieve this effect
- add class "heart" to UL
- like <ul class="heart">
Information list sample:
- to achieve this effect
- add class "information"
- <ul class="information">
Lock list sample:
- to achieve this effect
- add class "lock" to UL
- like <ul class="lock">
Pencil list sample:
- to achieve this effect
- add class "star" to UL
- like <ul class="pencil">
Persons list sample:
- to achieve this effect
- add class "person" to UL
- like <ul class="person">
RSS list sample:
- to achieve this effect
- add class "rss" to UL
- like <ul class="rss">
Shopping basket list sample:
- to achieve this effect
- add class "shop" to UL
- like <ul class="shop">
Songs list sample:
- to achieve this effect
- add class "song" to UL
- like <ul class="song">
Star list sample:
- to achieve this effect
- add class "star" to UL
- like <ul class="star">
Star list sample 2:
- to achieve this effect
- add class "star2" to UL
- like <ul class="star2">
Trash list sample:
- to achieve this effect
- add class "trash" to UL
- like <ul class="tweak">
Tweaks list sample:
- to achieve this effect
- add class "tweak" to UL
- like <ul class="tweak">
Unlock list sample:
- to achieve this effect
- add class "unlock" to UL
- like <ul class="unlock">
Warning list sample:
- to achieve this effect
- add class "warn" to UL
- like <ul class="warn">
Inset Styles:
Block TitleDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisi.To make such block of text, wrap it into a span with a class of inset-left. Optionally, inside this span you can add another span with class of inset_title for title. Here's an example: <span class="inset_left"><span class="inset_title">Title</span>...your text goes here...</span>. In a similar way, you can align the block of text to the right. Use inset_right, instead of inset_left. Block TitleDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisi. If you need to change width or something else in those blocks, you can edit classes .inset_left and .inset_right in CSS stylesheet template_css.css.
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisi. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisi.
Hot Responsive Joomla Template
- Details
- Category: Uncategorised

Mobile devices are a must-have today. All of us are using them. Depending of the situation, we are browsing the websites on big monitors in our offices, on smaller monitors on our home laptops or tablets, and even on our smartphones when we are away from home. Non-responsive websites usually look good and give the best user experience on bigger screens. On the other hand, there are websites optimized for mobile devices and they usually look bad on monitors. One approach is to create and maintain two websites, one for desktops and one for mobile devices. However, web masters of such websites need to spend more time in maintenance of two separate web sites.
The best solution is at the same time the most complex for development. It gives flawless user experience on all screen sizes while the web master maintain only one site. The responsive template is able to "respond" correctly depending of the visitor's screen resolution. The same content will be shown on all devices, but layout would be changed according to the screen resolution in order to give the best user experience.
There are many solutions today that makes responsive designs possible. Some of the most popular are incorporated in the Hot Responsive Joomla Template. The first is jQuery Masonry which makes boxes from Joomla and K2 articles and "build" output on screen depending of available screen space. The second is jQuery Infinite Scroller which prevents loading of all articles at once. It loads articles set by set and therefore prevents and prevents showing too many articles on screen. The last but not least is jQuery Mobile, a framework which optimize especially interactive elements on website and make them easily accessible for users with touch screens.
This template is pretty different from everything we made so far. Therefore, you would need to invest some time to learn how it works and what options are available to you. For this purpose, we created several pages that explain specific functions of this template.
- Responsive layout: Appropriate for all devices and screen resolutions.
- 5 pre-defined styles with different main color. Each color is easily customizable in parameters. Infinite color combination.
- HotStart (SQL dump) available with both single purchase or membership plan. It copies template with all extensions and demo data.
- Module positions on top, left and right positions that change their places according to the screen size.
- Valid HTML, CSS and JavaScript code.
- Support for core Joomla articles, K2 component and core Joomla RSS Feed
- Drop-down top menu 100% compatible with mobile devices. It changes its layout on mobile devices for better user experience on smaller screens.
- Compatible with IE7+, Firefox, Chrome, Safari, Opera.
Menu System
- Details
- Category: Uncategorised
This template has a fast-loading jQuery based top menu with nested sub-menus. Sub-menu opens with a nice animation effect. Core Joomla files are not hacked. Module position User3 is reserved for the top menu.
The vertical menu placed to the left side column here is a classic static Joomla menu with support for sub-menu items. You don't have to change default menu parameters for this menu. Menu type should be set to "list". You don't need to type anything in Menu Tag ID, Menu Class Suffix or Module Class Suffix fields.
This information is not important if you are installing template using our HOT Start package. In this case, all parameters are set.
Infinite Colors
- Details
- Category: Uncategorised
Unlimited color options! Select colors and make your template unique! This is useful if you want to match the main template color with your company logo or brand. All our templates come with several pre-defined color schemes.

To get to the parameters in your Joomla Admin go to: Extensions > Template Manager and click on the template name. Beside many other parameters, here you can select colors. The template colors can be selected using a handy palette tool or entered manually in hexadecimal format (combination of 6 letters and numbers). If you don't have Photoshop, Fireworks or similar application, Color Combos can help you to find out the hexadecimal code of your color.
Change few options in template parameters and... Boom! You got template with completely new experience!
Newer versions of Joomla (after 1.6) have a nice new feature in template manager. It's possible to save multiple template styles! If you are using a template that has many parameters (like our templates), and you wish to use different template settings for Page A and Page B, it's now possible. Please read Joomla template styles from our Blog to learn more about this.
Layouts and Module Positions
- Details
- Category: Uncategorised

In template parameters under "Browser Width Dynamic Resizing Parameters" tab, there are values for columns' widths and top menu's (header) height. Beside these, there are the trigger level values (default are 1280, 1024 and 768) that change template's layout according to the user's screen. Therefore, layout of template elements will be as per following graphics:
If browser screen is equal or higher than 1280px ("Layout 2 trigger level" parameter):

If browser screen is less than 1280px and equal or higher than 1024px ("Layout 3 trigger level" parameter):

If browser screen is less than 1024px and equal or higher than 768px ("Layout 4 trigger level" parameter):

If browser screen is less than 768px ("Layout 4 trigger level" parameter):




