Difference between revisions of "Templates Documentation"

Line 9: Line 9:
 
<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">
<div class="uk-panel">
+
<div class="uk-panel uk-panel-box-primary">
 
     <div class="uk-panel-badge uk-badge">Hot</div>
 
     <div class="uk-panel-badge uk-badge">Hot</div>
 
     <h3 class="uk-panel-title">Title</h3>
 
     <h3 class="uk-panel-title">Title</h3>

Revision as of 08:42, 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