-
AuthorPosts
-
April 28, 2011 at 5:05 pm #163349
Hi,
I can see that you show a “Tables styling” in your “Typography page1” under the “Typography” menu. I looked for a style code guide to create the same 3 column layout that I see on your demo, under the title: “Tables styling (Heading 3),” but I cannot find it.Can you tell me where to look for this guide for this theme?
Lately, most templates I see include such style guide; I just can seem to find it for this one, unless it’s not included??:((Thanks.
BMkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 28, 2011 at 5:59 pm #388869Hi,
You just add this code into a article and modify it yourself
<table id="typo-146" class="ja-typo-table table-rounded table-grey" border="0" width="100%">
<thead>
<tr>
<th class="first" width="40%">Table header</th> <th width="40%">Options</th> <th class="last" scope="col">Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="first">Phasellus posuere, tortor et interdum consectetur Amet lorem tincidunt Aenean ac Quisque</td>
<td>
<ul class="ja-typo-list list-arrow small-icon ">
<li class="list-check"><span class="icon"> </span>Curabitur ac sem justo.</li>
<li class="list-check"><span class="icon"> </span>Eeu cursus felis.</li>
<li class="list-delete"><span class="icon"> </span>Quisque pretium commodo.</li>
</ul>
</td>
<td class="last">12.456</td>
</tr>
<tr class="last">
<td class="first">Nam a tempor nisi. Fusce non lectus lacus. Etiam quis sapien vitae tortor viverra accumsan et nec sem.</td>
<td>
<div class="ja-typo-block">
<ul class="ja-typo-list list-arrow small-icon ">
<li class="list-check"><span class="icon"> </span>Phasellus felis augue.</li>
<li class="list-delete"><span class="icon"> </span>Duis vestibulum quam volutpat.</li>
</ul>
</div>
</td>
<td class="last">9.873</td>
</tr>
</tbody>
</table>
styling file is <joomla url>templatesja_businesscsstypo.css fileApril 29, 2011 at 3:05 pm #389026Thanks,
I thought about doing this as you describe; I was actually wondering if the theme creators provided a stylesheet for the short codes in the theme itself. Many other Joomla! designers are doing that and it is a great time saver. (See theme “intermezzo” typography short codes, at themeforest,net, for example); unbelievably easy to use! And I even think I saw Joomlart adding them to some of the templates, am I wrong? If I am correct, why not doing this for every theme?Thanks anyway for your kind response.
BM
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 30, 2011 at 5:22 pm #389176JA Typo system is a extension of joomlArt (JAEC).When you need it, you just install it.
May 1, 2011 at 12:01 am #389218This is the first time I will be using this plugin.
I couldn’t find a page in the site providing information as to how to use it.
Can you add a link?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 1, 2011 at 4:32 am #389226– You download and install it (link: http://www.joomlart.com/forums/downloads.php?do=file&id=1880). After that, turn it on (Extension–>plugins manager).
– When you edit article, click JA typo button and choosing style that you want. Basicly, plugin add html code that includes class tag into article. You can click HTML button to view that code. Example: when you choose Gmail icon in ICON STYLE section, code is added into article is
Use class="icon icon-gmail" with any HTML element (H3, SPAN, P, LI, INPUT, BUTTON,...) to make this.
when you view by HTML mode
<p class="icon icon-gmail">Use <strong>class="icon icon-gmail"</strong> with any HTML element (H3, SPAN, P, LI, INPUT, BUTTON,...) to make this.</p>
– class tag is defined in typo plugin (typo.css) -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by khoand 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum