Difference between revisions of "Templates Documentation"

Line 8: Line 8:
  
 
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
 
<div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target: '.uk-panel'}">
<div class="uk-width-1-1">
+
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
<div class="uk-panel uk-panel-box-primary">
+
<div class="uk-panel uk-panel-box">
    <div class="uk-panel-badge uk-badge">Hot</div>
+
<div class="header header-plain">Flat Theme</div>
    <h3 class="uk-panel-title">Title</h3>
+
<div class="block">
 
* [[Flat Theme]]
 
* [[Flat Theme]]
</div>
+
* [[Module Positions]]
 +
</div>
 +
</div>
 
</div>
 
</div>
 
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">
 
<div class="uk-width-1-1 uk-width-small-1-2 uk-width-xlarge-1-2">

Revision as of 08:44, 22 August 2017

Creating a template compatible with Theme Designer NEW!

Starting from JomSocial 4.0.2 a template developer kit will be provided for third party developers to learn how to build Theme Designer compatible templates. If you're a template developer, please read the article bellow to read the documentation on this new feature.

Template Developer Kit