Showing 1 – 4 of 4 replies
soulice

Does the "Projects" section at the […]

soulice
6 years ago
Does the "Projects" section at the bottom of the left nav have an admin space?
SeanTheme
SeanTheme SELLER
6 years ago
Hi Soulice,

Yeah, you can add the widget from widget page to the sidebar easily.
E.g
<li class="nav-header">Admin</li>
<li class="widget widget-list inverse-mode bg-transparent" style="
background: none;
">
<a href="#" class="widget-list-container p-0">
<div class="widget-list-media contact rounded">
<img src="assets/img/user.jpg" alt="">
</div>
<div class="widget-list-content">
<h4 class="widget-title">Isaiah Hughes <span class="circle text-success m-l-5"></span></h4>
</div>
</a>
</li>

Best Regards,
Sean.
soulice
soulice
6 years ago
Im sorry, I wasnt clear. Does this admin template have a project list and project details area?
SeanTheme
SeanTheme SELLER
6 years ago
Hi Soulice,

What we mean is that you can reuse all the predefined widget in left navigation or any other place. For example, you may use the widget list to create your project list and reuse the setting page to create your project details page.

p.s if all those widget or pages is not what you expect for your project list and details page, you might need to create the element for your own.

Best Regards,
Sean.
soulice
soulice
6 years ago
Sounds good.