540 comments found.
When is the next update? I just bought this today, but after looking over some of the comments from a year ago, you mentioned you were going to update the form wizard to accept validation and that it would take a week or so. Did this ever get updated? I don’t see form validation in the form wizard, like you said you were going to do in the next update. I am not expecting advanced support for the purchase amount, but I would like to see the updates that you promised.
Hi, thanks for your comments. I’m still working for next update. ok i listed your request. hope soon you’ll get next update.
Thanks for your patients.
Look, it’s been over a year since that original request was made. When is it going to be implemented? I feel like your answer is a total blow-off. Like you don’t really care to address the update. You said a year ago it would be done in a week. I’m not the original requester of this functionality, but I (and I am sure many others) need this functionality working in the wizard. What good is a form input without validation?
Hi, today i already done wizard validation. If i said it one years ago may be i forgot about this and i’m really apologize for this inconvenience. But its really funny to hear you are raising voice after one year. You said “i don’t really care to address the update”. I must say please look at my change log before you said like this.
Lots of people are requesting so many features and i try my best to keep their request. My maximum update was clients request. I always try to be happy my clients and keep their request. But unfortunately i missed it unintentionally as lots of request i get. I always appreciate my clients feedback to make this template better.
Hope you understand.
thx
I said that because your initial reply was simply a put off. I’m not mad at you or anything, just thought that after a year of someone (someone else, not me) requesting it, that it wasn’t done. I just bought this template yesterday actually.
Thanks for adding the functionality. I will download the update and check it out. I appreciate you taking the time to answer the posts, and the work.
Anyway buddy i think its misunderstanding. Hope soon you’ll get update.
Thanks for keep patients.
Now I am confused again. You said this: ‘Hi, today i already done wizard validation’. So, I download again, no changes to the wizard. So, I check the online demo, no changes to the wizard either. Where is the latest update with the wizard validation changes you said you did?
look i said i done this feature but not update yet. i’m collecting some other features and fixing issues and then i’ll update soon. you’ll be notified when update is available in themeforest.
Cool. I see you already have the update ready. Woot Woot! That was pretty fast and should speak volumes to others who are considering purchasing this fine theme. Thanks Vectorlab. Great work! I’m willing to float some extra paypal cash for the work. But you’ll have to contact me via my email addy so I have yours to paypal it to. I really like this theme and I also appreciate the quick support. Thanks man.
Its a great pleasure when seen happy clients. Thanks for using this theme. buddy you don’t need to pay extra. If you really happy with this product please give you honest ratings 
Thanks
hi,
i would like to make center div on chat page and lobby page scrollable, without scrolling the whole page. any help?
thanks
Hi, Yes you can easily do it. Please follow the following steps. 1. this is the scrollable output screen shot https://www.dropbox.com/s/40xgaj7jxnyd9nt/Screenshot%202015-01-22%2011.18.44.png?dl=0
2. this is the code screenshot https://www.dropbox.com/s/sl0rpvpvt5snpnj/Screenshot%202015-01-22%2011.19.50.png?dl=0
wrapping the code where you need scroll
<div style="height: 500px; overflow-y: scroll;">
...
</div>
thx
HI i just purchased this theme, your site says the theme is compatible on IE8, but when i accessed the template_content/inbox.html on ie8 the whole page was distorted
Hi, i think you open file directly into the folder. thats why respond.js are not working. Can you please put this file into your localhost or your webserver. And then recheck please. or can you please check our demo link on IE8.
thx
hi is it possible to turn of jQuery NiceScroll plugin ?
Yes its possible to turn off. Its just a matter of less then one minute.
thx
Does anyone can help me with some js-code to get the to do list page buttons working?
Thanks.
Excuse me, already had an answer on that!
glad to know that 
Is there a Git repo for this to push much needed fixes?
No don’t have git repo.
thx
You don’t have a Git repo.. What the.
Look jaredcowan, no one give you premium template access of git repo. And for your kind information envato doesn’t allow it.
thx
lol.
lol, you gave 1 star for bogus reason. We got maximum 5 star rating for our product quality. Our product sold 2250 copy and 149 (5 star out of 172) till now but no one told like you. Anyway its your perception. We always highly appreciate if anyone ask about this project or how they really start. You may notice we’ve so many updates and and maximum updated requirements were client request.
We’ve a small request you before giving any judgement plz ask the author about your problem.
Thanks
I’m not being mean. I’m honest. I think you have a great framework that just might need some more attention to detail. and refactoring.

Hi,
I am using Timeline widget, however I have many items in the timeline. How can I set a maximum visual size add an scroll bar (like the one in the Megamenu)?
Thanks.
Hi, I didn’t get your point can you plz elaborate it or give me any screen shot for example. What you actually want to do. I would really appreciate if you give a Pictorial view.
thanks
Yes, you can get the picture at: http://www.qlands.com/other_files/activities.jpg . If I have lets say 600 activities, this will increase the height of the entire content. So how can I wrap it into a fix height div and add an scroll box?
Hi, You can easily do that. as you want like this https://www.dropbox.com/s/zvh7kt3yatlqnv2/Screenshot%202014-12-18%2010.56.50.png?dl=0 so please follow the following code. just wrap the following code which content you want to scroll.
.....code screenshot https://www.dropbox.com/s/3l7s4h0l4qhappx/Screenshot%202014-12-18%2010.58.50.png?dl=0
thx
Hi vectorlab,
Request:
- Add Date Time on the Admin Navigation Top.
- Add Navigation Top with other background color.
- Add alternative circle icon avatar account in navigation Top.
- Add pinterest layout
- Add Animation Icon
- Add Sidebar to have tab Note, Alert, Chat Flow
Hi, thanks for your suggestion, We’ll try to add this features in next version.
thx
Any plans to make AngularJS version?
Hi, right now we’re very busy with our next project. So don’t have any plan right now.
thx
Is there already an update on the todo list page, I would be awesome if the icons on the right side of the page really work, been searching for a solution but not able to write the code by myself. Thanks!
Hi, In todo list page have some sample action icons on the right side. This icon depends on user which action they need. Thats why we just put some icon as a sample purpose. User can change their icons with behavior and they’ve to write their expected code according to icon action.
thx
Hi – thanks for a great theme.
I am in the process of breaking this theme apart (for modularity) and am only loading the scripts required for any particular page.
My question is regarding the custom-bar-chart on index.html (titled “Earnings Graph”):
Does this particular chart have any JS dependencies? As far as I can tell, the class “custom-bar-chart” merely uses jQuery animation based on the values in each “bar” class – but I just can’t get it to work. I wonder if there is another library I need to load:
if ($(".custom-bar-chart")) {
$(".bar").each(function () {
var i = $(this).find(".value").html();
$(this).find(".value").html("");
$(this).find(".value").animate({
height: i
}, 2000)
})
}
I have checked the all-chart.js file, but what I see there does not make sense for custom-bar-chart – what am I missing?
Thanks-
Carmen
Hi, custom bar chart don’t have any JS dependencies. Its just html and css customized chart. JS code you mentioned its just for animating the bar.
thx
A small question: If I buy this template can I use the from end and backend part for my app developed in Laravel Framework (currently i am using blade template with twitter bootstrap).
Secondly, I have a webiste in Joomla, Can i use this template there?
Most of the admin components are bootstrap based. And definetely you can use our both frontend and backend templates. And there is no barrier of platform whatever joomla, wordpress. Thanks
Hello, i cant find all the icons displayed on your live preview, when i try to open the .TTF file in the fonts folder with Icomoon it gives different icons.
How can i solve it?
thanks
Hi, In Flatlab Template uses only fontawesome icon. If you want to use icomoon icon then you have to embed icomoon files.
thx
Hi! Could I export buit-in tables to csv?
Hi, we are using data table for only demo purpose. So you can check the actual source doc here http://datatables.net/
thx
Does it means that I can’t get all functionality of editor.datatables.net?
As its a third party plugins so we use some data table for demo purpose. If you want to add some thing or need further modification then you have to check their doc as all things are mentioned there.
thx
It’s understood, I mean that part of datatables.net is free for use, and part is need to be purchased separately, so I need to know is all functionality included to template or I need to by editor.datatables.net too.
Hi, sorry for late reply. datatables are free to use. Our files have all datatable source. you can also download latest version http://datatables.net/ here. Yes all data table functionality included in the template.
thx
Hi,
I have one small issue after implementing this design in Joomla. It seems there is a prototype / jQuery conflict going on.. Whenever I hover a chart element with class: “tooltips” it gets “display:none;” when mouse leaves.. Also when I click on li element with class “dropdown” it shows the dropdown element but the entire li element gets “display:none” when popup is closed.. Please advice.
Hi, As our demo is looking fine and everything is ok. So may be you missed some thing when you implementing this design in Joomla. Or may be conflict it your other js files. So can you please recheck it carefully once more time. As we didn’t see you code so its very tough to short it out you know.
Thx
Hi again,
I found out that this is directly related to bootstrap.js and data-toggle=”dropdown”. I have made a temparary fix by adding this CSS as override CSS: li.dropdown { display: block!important; }
Hi, as its related to bootstrap.js so we’ve nothing to edit that js. we think your css overriding is ok to fix the problem.
thx
Excuse my ignorance, but can I create websites using an admin template like this? Or is this simply a backend to manage websites I build?
This is simply a backend to manage websites. But we include an additional Frontend website template with this. you can use that to make your website.
Sorry to bother you all again!
Has anyone got an example code for adding your own information to the map markers?
I’m really after the how to add content to the infoWindow Content: piece
infoWindow: { content: ‘HTML Content!!!!’ }
Also, is there documentation on this template?
Thanks Rob
Hi, you can check this link. http://stackoverflow.com/questions/3158598/google-maps-api-v3-adding-an-infowindow-to-each-marker Hope you’ll get solution.
thx
Excellent, thats the bit of direction I needed. Cheers Rob
Its my pleasure 
Scrolling still doesn’t work on Windows Phone.
Hi, sorry for late reply. we’ll check this issues and let you know. Thanks for your keep patients
Thx
Can somebody please explain to me how I edit this theme?
Hi, This theme is made just html css and js only. So you can edit it very easily. just open the page in any IDE and edit it by yourself whatever you need.
thx
Do you provide layered PSD files for all UI elements?
Thanks
Hi, We’ve few PSD files not for all UI elements.
thx