128 comments found.
Hi
Its possible to put a 2 second level submenu? I try to copy the code but didnt work, maybe have to do some chante in CSS, can you help or put in the next version?
Thanks,
Jonnes1
Hi, where do you need it? In sidebar?
In the LEFT MENU (Navigation), example: Tables > Bootstrap Tables > Tables Type… something like that, because a i have: System > Financial > Create Account
Could you add styling for select2 to next update? Is there a quick fix that I can add in the meantime?
There is chosen implemented for select boxes so there is no plan for adding select2 in next update. You can do it on your own.
Cool I didn’t know about chosen, will look to use that in the future as it looks simpler and faster than select2. In the meantime if anyone else wants to use select2 this styles just the basic select box to look the same as this theme:
/* Restyle select2 */ .select2-container .select2-choice { background: none; border: none; background-image: none; color: rgba(255,255,255,0.8); } .select2-container .select2-choice .select2-arrow { border-left: none; color: rgba(255,255,255,0.8); } .select2-chosen, .select2-choice > span:first-child { padding: 8px 15px; }
Nice, thank you.
The card-container items (the flip cards) seem to stack behind everything else. If you put content on the back of the card it displays perfectly except that it shows behind everything else on the page. I’ve tried increasing the z-index to no avail:
.card-container .card .front { z-index: 1900; } .card-container .card .back { z-index: 1800; }
I’m pretty sure it’s not a nesting issue – the other items that show in front are on at least the same level, they’re not parents.
Hey, sorry for delay please try add z-index to .card-container .card
aargh, can’t believe it was that simple. Works pefect now, thanks!!!!
Glad I can help.
I want to remove the <div class="breadcrumbs"> <ol class="breadcrumb"> <li>You are here</li> <li><a href="index.html">Minimal</a></li> <li><a href="#">Example Pages</a></li> <li class="active">Blank Page</li> </ol> </div> but when i expand my first parent menu(navigation bar) the child items apear without label only icon, a second later it load labels.
Hi, sorry for delay…can you send me screenshot on email – sprattek(at)gmail.com? Thanks
Hi, your admin template looks awesome, very attractive, but there is performance issue, I think, I tried:
1. in Ipad 2 looks slow and not smoothh, not responsive (in terms of speed) when scrolling 2. also in desktop, chrome when I drag the tiny scrollbar sometimes not quickly responsive too/not smooth scrolling although my PC is i7 3. slow loading
If I bought your template, how do I solve this problem? What makes them slow, is the graphic or script or css? Can you fix this? So I can have your template without this problem..
Thank you.
oh also the tab in the preview is not working, is indeed like that (we have program it by ourself) or a bug? Thank you
Hi,
1-2. I’m sorry for that this theme is not too fast, but it is caused by that there are lot of elements which are transparent and animated, there is a big background image too so this elements cause load on your device.
3. There are lot of tabs that are fully working and in UI Elements you can find tabs which are here only for example of usage, they are basic bootstrap tabs so making them work is really easy and everything about it you can find at bootstrap documentation.
If this theme is not smooth enough for you, consider buying theme from another author (or wait for my another theme which will be more optimized for speed) because there are not many ways how to speed it up.
Maybe if you use solid background and tiles with solid color (not transparent), remove nicescroll scrollbars and use default it can give you some speed. Remember that in demo page there are lot of elements loaded that you never use and which are causing lot of performance load on your devices.
Thanks
Oh okay, I see, thanks a lot for the explanation..
Can you make two possible sidebar additions? A sidebar where, instead of pushing content to the side, it goes over the content? And also a top-menu instead of a sidebar? Some 3rd party widgets have problems re-rendering when the sidebar starts pushing stuff around when it opens and closes, so either of these options would be nice.
I will consider this for next version.
Brilliant job optimising the css in version 1.2 – down from 900+k to 350k, 260k minified. Well done! Please keep this theme updated, it’s the best admin theme on themeforest.
Thanks
I see you can re-size the .input-sm but I have not been able to find a way of re-sizing the <select> form element. is there a class that will allow me to size them down.
Nicely done!;
Thanks
Love it but one question: No invoice?
Hi, thank you. There is no invoice at this stage….maybe in future updates.
Hey Tattek, So far I’ve been extremely pleased. I have run into a glitch though and hopefully you can help. I’ve noticed that in iOS on Chrome/Safari the page seems to detach from the background. I’ve attached a screencap. The divs go over into a void, scrolling gets wonky or impossible, and the nav bar jumps over content. It’s especially prevalent if I open an input or text field, after which the page is essentially unusable as you can’t scroll anymore.
It seems like a CSS issue, any ideas?
Just wanted to add I tried it on a Galaxy S5 also and run into the same issue. Opening an input on, for example, the profile page will push the entire webpage off the screen and break the layout until the page is reloaded. Any event which opens the keyboard seems to do it on both ios and android..
Hi,
just tested in on my nexus 5 with chrome but unfortunately I can’t get into this problem. Are you getting this on some of my original pages or on your custom pages? If on your custom, can you please send me complete html file on my email?
On mobile devices if keyboard opens then viewport shrink and that cause that background shrink too but in my case without any glitches and I can work with page normally without refreshing. Sometimes viewport have a bug and there is a white area but only scrolling can solve this.
I’m getting it on your demo site, the downloaded copy I have, and some custom pages. The easiest way I test my fixes is by loading the profile page and scrolling down to the feed “What’s up dude?” text box. My entire screen will turn white (or the color of the body color). After hitting done on the mobile keyboard I can no longer scroll up or down on the page.
Think an email with a video would help?
I haven’t been able to duplicate this bug on any other website other than your theme (which is great).
Video will be great as I can’t replicate this bug on nexus.
What hosting service would you recommend using? And can I use Joomla 3 as the CMS??
Hi, this is only html/css template so you can’t use it with Joomla in this state. But if you know how to implement then you can use any CMS you wish. Basic hosting can be enough.
do you think you can point me in the direction of a good video tutorial that can show me how to implement this?? I am really unsure how to get started
I have website… Littlemissclutterbuster.com …. that i would like to use this template. It is a wordpress site, I would really appreciate if you could point me in the direction of a forum or a video or a guide that could help me get this up
Hi, try googling something like this “how to make wordpress theme”, for example thats what I get
Hi Tattek,
I have a problem with the Page transition on my site http://www.enterior.it
I used successfully your template up to some days ago. Since about one week the Page transition does no more work on “Up/Down”, “Fade” and “Up/Down (In), Fade (Out)” options.
In particular the URL changes successfully and using Firebug I see the HTTP GET is done (via Ajax), but the page does not change at all.
Now i had to set “No animation” to let it work!
Could you tell me if there is a bug and how to solve the problem?
Thanks!
Hey,
as first I didn’t noticed any problems with animations mainly because I don’t know what do you need to animate or what elements are animated on your page. Secondly there are no signs that you bought my template and thirdly I absolutely don’t know what have your site with this template so sorry I can’t help you.
But if I’m wrong please give me some more info about your problem and be more specific about which element on your page is buggy,
Thanks.
Great theme! Two requests though. Can you add an option for a top menu instead of a side menu, and can you add nestable menus? Thanks!
Hey, thank you. Top menu is not planned in next version but it can come in some of the other releases. Nestable menus will be in next version.
You sir have some of the most beautiful Admin Templates in the entire Forest.
Keep up the good work! 
Thanks mate, I really appreciate it 
[Sorry for bad english, this post is NOT a google translate copy/paste I think it will be better, if not please let me know.]
Hello Tattek,
I really like your theme (the colors and the work with transparency is awesome), and I would like to buy it, but i’ve a few questions/concerns.
First, I plan to use it as an “informative screen” about the status of my servers, so it will include informations like room temperature, ups status with battery percentage, disks & cpu usage, monitoring alerts and many more.
I’ve found in your theme some widgets or elements that i can use and adapt to fit my needs, but i’m a little stuck with some points:
- I need a notification system, the alert dialogs will do fine, but for any critical condition it’s not enough (eg: power loss or AC failure), i’ve looked at the modal notification system, and i find i’ts not enough too, i need something really more dramatic (a full page alert with big fonts/some animation will do perfectly the job), can you do something about this concern?
- The video background : it is wonderful, but it seems that chrome didn’t like it (it doesn’t work, latest chrome on windows 7×64). Can more ‘video’ backgrounds be added?
- Is it possible to display the page with the left menu minimized by default?
Just for information, I’m fine with HTML & JS, CSS is okay but i’m out when graphic art/design is involved
.
Thank you in advance.
Hi Zigzag,
- I can make some custom modal windows in new version for this purposes
- I’ll check that and try to resolve this, more video backgrounds may come in new version
- Yes this is possible when you add .collapsed to #navbar and #sidebar. Then you need edit minimal.js file and comment lines number 9 and 23 also change else statement in widthLess1024 function as this:
else {
//make navigation not collapsed
//$('#sidebar, #navbar').removeClass('collapsed');
//move content if navigation is not collapsed
if ($('#sidebar').hasClass('collapsed')) {
$('#content').animate({left: "0px",paddingLeft: "55px"},150);
} else {
$('#content').animate({paddingLeft: "55px"},150);
};
}
Thank you.
Hi, this is perfect, thanks, waiting for the mods, i’m definitely buying this masterpiece and beginning work on it 
Thanks, I hope you will be satisfied 
I have never used an admin site before and I would love to use one for one of my clients. I am very tech savy and manage a wordpress site but do you think setting this up will be too complicated for me? I have never used bootstrap before.
Will it need its own domain? its own server? and are all the values have to be manually inputed or can they be pulled from google analytics as well?
I love the theme though and thanks
Hi,
there is nothing complicated about setting this template but you will need some experencie with html/css/js and bootstrap framework knowledge is important too.
Domain and server? On basic usage you only need basic webhosting so nothing special it mostly depends on your backend if you want apply this theme on it.
And about google analytics that is out of my knowledge, I have never used it or try to make it work with some of jquery plugins but it’s possible that some of them support it. That you can find in documentation of these plugins.
Thank you for loving and have a nice weekend
.
Hi, could you please split the css/scss up into manageable files? The main css (900+k!) is way to large for any production site. It’s normal in admin templates to include split less files so we can choose which components we want to compile into css. Thanks.
Hi, thank you for suggestion, I’ll split main file into components in next release. Sorry for problems.
Thanks Tattek. Any ETA on the next release?
Hard question bro
, there is a lot of new things I want implement so it can be month or more to next version.
Oh OK, I’ll have to go use another template then, I can’t wait that long for a production ready template and for bugfixes. Thanks for your help.
If it is so important for you I can make a minor update with this fixes maybe next week.
Hi Tattek please don’t change your plans just for me – my needs/timescales are my fault, not yours! This is a great design and deserves a whole lot more sales.
Thank you, I hope that I can finish new update as soon as possible.
Hi, no new version yet with less or at least scss split up? This is a really great design – i think the best admin theme on themeforest, but it’s not really useable with a nearly 1Mb css file!
Hi,
sorry for that delay, lot of work here but I hope new version is coming out soon. I’m working on it hard everyday so stay tuned.