Section Types
In Kajabi there are two types of sections, sections that the user can add to the page and sections that are pre loaded onto the page.
Static Sections
<div class="header">
<div class="container">
<div class="media align-items-center">
<div>
<a href="/">
<img src="{{ section.settings.logo | image_picker_url: 'logo.png' }}" kjb-settings-id="{{ 'logo' | settings_id: section: section }}"/>
</a>
</div>
<div class="media-body text-right">
<span kjb-settings-id="{{ 'menu' | settings_id: section: section }}">
<div data-gb-custom-block data-tag="for">
<a href="{{ link.url }}">{{ link.name }}</a>
</div>
</span>
</div>
</div>
</div>
</div>Dynamic Sections
Last updated