Vertical menu configuration

If you would like to have Vertical Menu (or Topnav) based layout then perform below change.

Each of the layout options is provided below with steps you would need to perform in file Admin/templates/partials/base.html.

To change Vertical layout you need un-comment block header & block sidebar as shown below.

    {% block header %}
        {% include 'partials/header.html' %}  
    {% endblock %}

    {% block sidebar %}
        {% include 'partials/sidebar.html' %}   
    {% endblock %}

Also you need to comment the Vertical layout code show the below. It will be Default commented in this template.

    {% comment %} {% block header %}
    {% include 'partials/hori-header.html' %}
    {% endblock %}
    
    {% block sidebar %}
    {% include 'partials/hori-sidebar.html' %}
    {% endblock %} {% endcomment %}
How to use pre-built layouts?

Each of the layout options is provided below with steps you would need to perform in file Admin/templates/partials/base.html in body tag.

image
Light Sidebar & Topbar Dark
data-sidebar="dark"
data-topbar="light"
image
Compact Sidebar
data-sidebar="dark" data-sidebar-size="small"
image
Icon Sidebar
data-sidebar="dark" data-keep-enlarged="true"
class="vertical-collpsed"
image
Boxed Layout
data-sidebar="dark" data-keep-enlarged="true"
class="vertical-collpsed"
data-layout-size="boxed"
image
Colored Sidebar
data-sidebar="colored"
image
Scrollable layout
data-sidebar="dark" data-layout-scrollable="true"
image
Preloader
data-sidebar="light"
Add below code after body tag.
<div id="preloader"> <div id="status"> <div class="spinner-chase"> <div class="chase-dot"></div> <div class="chase-dot"></div> <div class="chase-dot"></div> <div class="chase-dot"></div> <div class="chase-dot"></div> <div class="chase-dot"></div> </div> </div> </div>
© Themesbrand.
Crafted with by Themesbrand