Jump to content

[Template] Professional Client Side -Admin Lte-


Blesta Addons
Message added by Michael,

Important Notice:

We have received reports that this developer is not responding to support requests. Some extensions may not be compatible with newer versions of Blesta.

Recommended Posts

How come the Login with Google, Facebook, Twitter buttons don't work? Also the icon notifications, they all show zero. Is there a way to get these working? And lastly, do you know how I can change the menu items? Thanks. 

 

Naja said that's coming in the future as they need to work on the integrations with Shared login.

Link to comment
Share on other sites

  • 1 month later...

My fixed for a better showing.

 

In /css/styles.css

 

Find:

 

.panel-links>li.active {
border-color: #6f993a;
background-color: #8dc24a;
}

And add after:

.panel-links>li.active a { color: #fff; }

//////////

 

Find:

.list-group-item {
	margin-bottom: 10px;
	border: none;
}

And replace with:

.list-group-item {
	border: none;
	padding: 5px 15px;
}

Find all stylesheets begin with .panel-links, and replace with:

.panel-links {
    padding: 6px 10px;
    list-style: none;
    font-size: 12px;
	margin: 0px;
}

.panel-links>li {
    display: inline-block;
    color: #656565;
	padding:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FCF8E3;	
}
.panel-links>li:hover {
    color: #000;
	background-color: #F2DEDE;	
}
.panel-links>li .active {
    color: #fff;
	border-color: #6f993a;
	background-color: #8dc24a;	
}

Add new on the bottom:

/* Background for top menu item */
.messages-menu, .notifications-menu, .tasks-menu, .user-menu { background-color: #333; }
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 3 months later...
  • 4 weeks later...
  • 3 months later...

Hello The community

 

 

LAST UPDATE : 23-08-2014

 

 

First i dont know if this is the correct forum to post !

 

 

another time we are happy to announce the release of the first professional Template for blesta called admin LTE , this Template is based in the adminLTE  , is bootsrap of course (3.1.x) .

 

to not talk so much i will let you with some screenshoot .

 

Login Page

 

adminlte_3.png

 

 

 

adminlte_4.png

 

 

Client Dashboard

 

adminlte_1.png

 

 

Client Other Pages

 

adminlte_2.png

 

 

when we get more time we will word in the admin side , but we need to add ability to select template for admin side like client side .

 

any BUG/SUGGESTION port it in this thread .

 

you can download it from  github https://github.com/Blesta-Addons/adminlte

 

just upload the folder adminlte inside the folder    "app/views/client/" and select the template from admin area .

 

 

THE BONUS  :

 

the color theme can be changed from admin side in look and feel , client section .

 

if you like our work , thanks or donate :)

 

 

It runs on the latest version of blesta?

Link to comment
Share on other sites

  • 7 months later...

hi there, is your theme still alive and working well ?

I have this template on localhost installation,it is exactly same as my production site just used for testing and development,and it work without issue on latest version 3.6.1...at least I didn't noticed..when it comes design and template nothing is changed in recent minor upgrades so it should work without issues.I never asked or see anyone else did but I suppose Naja7host will continue to maintain template after B-4 is released.

Link to comment
Share on other sites

  • 3 months later...
  • 5 months later...
  • 2 weeks later...
  • 1 month later...
  • 2 months later...
  • 3 weeks later...
  • 9 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...