2227 comments found.
i will start a project and i buy you template… is really great… now need some guideline if u can help…
i got experience with jQuery … and i wanna add Angular but i realise that a lot of problem come around… so i will use jQuery…
I wanna know if u can help me organized the project… like:
/controllers/example.js /models/example.js
any guideline will be good…
Hi.
Sorry, but i didn’t get the question. You want to organize JS files in your project? Well, it depends on the project actually: language, files, structure etc. I used assets/ folder, where i’ve included all files in folders with proper names. If you got you correctly, try to keep plugins in separate folder, because i’m going to update them from time to time. Main libraries are separated as well, there you can add additional files that are used in all pages.
Please provide me more details and i’ll do my best to help you out.
Thanks
Hi Kopyov,
When took the code for the one combination chart it shows no data, when i using all combination charts like in demo its working normally is that some bug?
Hi there.
Since all combination charts are in 1 file, you need to pull out the necessary one or remove others from that file. It was combined to 1 file, because of a specific default charts configuration. Open combinations.js file and follow the commented pieces of code to exclude unused charts.
If you have any difficulties with that, let me know, i’ll do it quickly for you.
Thanks
Thanks i managed it to work
One of the best admin templates ever. Good luck with sales…
Thank you very much! 
Angular Support?
Planned for upcoming updates.
Thanks
Great… !! I will be waiting!
Can’t tell you an exact date at the moment, because already got some stuff to do this month, but definitely will add Angular as soon as i get it done.
Sure, no problem…. I was looking for for the ui-router for a single page application… and not reload all the time the pages…
i was doing that manually but i got a lot of problem with the utilities or pluggins… like collapse panel…
Sorry, my bad. It is there, i’ve moved minified CSS files to the /minified/ folder, but paths to images and Glyphicons were set if minified files are used in /css/ folder. If you move *.min.css files to /css/, where normal files are, everything will work. Will be fixed next week. Sorry about that
Actually will push a quick update tomorrow, I think would be better to move minified CSS files 1 folder back and keep all of them in one folder. All html files will have a correct paths as well.
Thanks!!
I found a mistake alone, but thanks for the quick help! 
Hi, I love this template! It’s really really close to what I’m looking for a new project 
Also it’s great to know that you plan to add additional pages useful for a traditional website (homepage, sliders, hero, blogs). Hope to see them in the following updates.
Thanks.
Hi.
Sure, first update is always a bug fixing one, will be out next week. All other updates will be focused on functionality enhancement.
Thanks!
?Hi, I’m really interested in Limitless Theme but I would like to know if it’s possible to have some home pages templates included in the template. Thanks Francesca
Hi.
I am sorry, but i don’t understand what you mean. More dashboard versions or you need a standard website home page inside admin template?
Thanks
hi, exactly. I need a standard website home page templates with slider, slideshow… and so on..
I consider to add such pages in future releases – jobs search with detailed job description and management, document management, file managers, news, blog management etc. Also standard website components such as services, hero area, carousel and other things, but current version doesn’t include them, only in upcoming versions.
Thanks
Do you have an idea of when you’ll release unpcoming versions? Thanks
Next version will be out next week with RTL support, bug fixes and new components.
The next one will be out after 2 – 3 weeks, planning to add SASS support and new functionality.
After that a new update with email templates and snippets, that will include all the basics of website mentioned above: news, blogs, jobs, sliders, heros etc etc.
So i believe 1 – 2 months. The template is in active development, but i must set correct priorities since this is apps template, not really a website.
Thanks
Hey! Another point:
The files on “LTR\starters\assets\css\minified” are not identical to those: “LTR\assets\css\minified”
“components.min.css” in particular
Best,
Hey.
All CSS files in /starters/ folder are compiled from modified LESS files – they don’t include plugins and optional components, only basic styles, they are actually as simple as possible. If you need to include any plugin, uncomment path to LESS file in starters/assets/less/components.less file and re-compile. The reason is i’ve tried to provide a separate version for each layout, where LESS/CSS don’t include all optional stuff to avoid huge unnecessary styles for components, that aren’t used in the product.
If you need any help with less compile, let me know, i’ll do it for you.
Thanks
Hi Eugene,
Can I first say, that this piece of source is amazing and you are really helping the www community by providing this offering.
I have a few questions around the echart pies donuts code specifically for the Nightingale roses (hidden labels).
http://demo.interface.club/limitless/layout_2/LTR/echarts_pies_donuts.html1. How do I pull out only the Nightingale roses (hidden labels) chart onto a page without having to include the id’s for all other charts?
Right now I’m having to include the following source to get the Nightingale roses (hidden labels) chart to display:
2. Where is the code for repositioning the Nightingale rose? I would like to left align so that when loading on mobile, I can hide the Legend and display the chart only?
3. Where is the source to hide the save, funnel etc controls on the right hand side of the chart? Again for viewing on mobile.
3. When the chart first loads, all the segments (petals) of the Nightingale rose are enabled. When you click on the month in the legend the segment is disabled (removed) from the chart.
Is there a way of disabling specific segments on page load?
4. Is there a simple way of generating an image when you rollover the segments (petals) of the Nightingale rose? Right now on rollover it displays Increase (brutto) and some digits.
Thanks in advance
Ed
Hey Ed.
1. That’s easy. Go to assets/js/charts/echarts/ and open pies_donuts.js file. This file contains all pie/donut chart setups. You can either copy necessary chart options to a new file or remove all other options. Your code should look like this:
// Charts setup
function (ec, limitless) {
// Initialize charts
var rose_diagram_hidden = ec.init(document.getElementById('rose_diagram_hidden'), limitless);
// Charts setup
rose_diagram_hidden_options = {...}
// Apply options
rose_diagram_hidden.setOption(rose_diagram_hidden_options);
// Resize charts
window.onresize = function () {
setTimeout(function() {
rose_diagram_hidden.resize();
}, 200);
}
}
That’s it. Just follow the comments in code to locate proper chart.
2. You can play with positioning and radius by changing center: [...] and radius: [...] options inside chart’s series: [...]. Current values are center: ['50%', '57%'] – horizontal/vertical values accordingly. Also don’t forget to add/remove necessary classes in markup, for example .has-minimum-width.
3. It’s an optional toolbox, configuration is inside chart settings: toolbox: {...}. Please check available toolbox tools and options on this page.
selected: {...} property in legend setup. For example:
data: ['January','February','March'],
selected: {
'February': false
}
5. Unfortunately no, here is a set of data you can use in tooltip: series name, data item name, value and percent. There is no any other options available at the moment. But you can format tooltip content display using formatter: '' option.
Thanks
That all worked a treat.
Much appreciated, you saved me lots of hours trying to resolve myself 
I may have a few more questions for you in the next few days.
Have a good one 
Sure, feel free to ask 
Thanks!
WOW, it’s a great and excellent work! THANKS!
You are always welcome
Thanks!
I bought this theme and i’m excited. I liked the file structure and organization.
It would be perfect if it uses NPM or Bower for package management and Gulp.
Congrats!
Hey.
Already learning Gulp and Grunt, not really experienced with them at the moment. But will definitely improve the code and structure in upcoming updates.
Thanks for suggestions!
Hello again,
maybe it’s too much to ask, but is it possible to have your landing page ?
Hey.
Sure, let me to clean it up first
It uses same styles as Limitless, with a couple of additions. Drop me an email, will send it tomorrow.
Hey.
Sorry for delay, I got your email yesterday, been busy. Will be with you in the morning.
Ah ok, no take your time. It’s just I wasn’t sure you received the mail…
Hi there!
Will this theme be updated for bootstrap 4?
Hey.
When Bootstrap 4 will be out of Alpha/Beta versions, i’ll add it right away as a separate version of the template. BS3 version will be supported as well.
Thanks
Hi, good template, nice work!
Why do you don’t have used the new html5 tag, like <header> <footer> or <section>?
Thanks!
Hi.
Tricky question
I wanted to make it compatible with IE8 in the beginning, but when the structure was ready, i’ve dropped IE8 support, because a lot of components require polyfills or don’t work at all. After that i didn’t change the markup.
But i will consider this improvement in future releases, as jQuery and BS4 already dropped IE8 support at all and semantic markup is always better.
Thanks!
Looks great, but suffers from the same usability problem as most templates here:
You have no idea if something is a link or not, until you hover your mouse over it.
Try showing it to an average computer user. (S)He will either try to click everywhere or not find 50%+ off the links.
But it does look good, I give you that 
I understand what you mean, but this is a matter of aesthetics. Let’s say breadcrumb line links are all in default blue, from the user point of view that part attracts too much attention not being an important part and visually it’s divided from page header with both background color and text color. Or main navigation on light sidebar is blue, doesn’t really look nice. It’s always hard to find a golden middle in a correct color balance. Links in content area are blue, navigation and other main layout parts are grey/black.
But anyway, this is a template, not the end product, i mean link colors can be changed within 10 minutes 
Follow up: If you have any suggestions, feel free to share. The template is in active development, so everything will be considered.
Thanks!
By any chance does this template support inline graphs or sparklines? I am looking for it but could not find one? If it is available could you please point to the location. Thank you
Got it. Thank you
the pages kit not include most of important pages like about us , contact us , price list , etc i cannot find them, please advice
Hi.
Those pages you’ve listed are not included to the package yet. More custom page kits are coming soon.
Hello, is it possible to integrate Jqgrid to the Template ?
best regards Tom
Hello.
Yes sure, but i need to contact developers first to clarify license terms, because their commercial license is per developer.
Thanks
hi i want to develop my php document management system
1. user registrations 2. admin can approval for registration + activate space 3. user can upload and create folders online with dashboard 4. user can share documents online with system users or by mail also with password if required 5. user can smart view all documents online 6. user can upload documents throw scanner if possible 7. what every else its possible
Hi.
If your question is about use Limitless as a base for the development – yes, it can be suitable. But it doesn’t have any dynamic functionality and requires additional development, this is an HTML template.
Thanks
no bro its fully separate system with database if u are interesting then we can work
oh i see, sorry but i’m fully booked for the next couple of months..
Thanks
Thanks… for your reply you have any good contact ur friend who is intresting in project
unfortunately i don’t, sorry, can’t help you with that
thanksss