2227 comments found.
Hi,
Thanks for your template. I love it.
I am implementing your template in my project with AngularJS + ASP.NET MVC5 and I have a user page which uses user_pages_profile.html page from your template. The problem is when I click in a tab the id of that tab is appended to my url along with the hashbang sign and dont want that.
what trick should I do to avoid that?
Hey.
Unfortunately I am not experienced with Angular, so I can’t help you much with integration, sorry about that. But as far as I know there is a separate Angular version of Bootstrap and some tutorial of building tabs directive.
A full Angular version of Limitless will come up a bit later in upcoming updates.
Thanks!
Thanks already solved it. instead of href=”” I used data-target=”” for the tabs
I wish all the issues have so simple solutions 
I would like to propose some new features to already great theme. I am looking forward t see more chart and social widgets among those few that are already on dashboard. Also, having a tour layout would be nice to see as well.
Hi.
What kind of charts do you want to see – new libraries or new examples and layouts? And what kind of social widgets? – Tweets list, messages, pins, blog posts etc? Tour functionality already in my todo list and will be added very soon.
Thanks for the suggestions!
Great to hear that tour layout is coming. I would like to see some new examples and layouts, as you already made a nice selection of chart libraries. For social widgets, I would like messages and pins. I guess it is easier to show than explain
Please look at https://www.pinterest.com/ridgbek2/ideas-for-limitless-template/
Understood, i’m going to add a lot of different snippets for the statistics, messages, forms, mail etc. in upcoming updates. Would you like to see additional libraries for circular charts or native D3.js charts would be enough? I mean D3.js require custom chart settings for each chart, but there is a possibility to use a re-usable circular charts that require minimum knowledges of Javascript.
Thanks!
Awesome! think you made a really impressive selection of circular charts. Not sure what more you can add
It would be great to just have several widgets/tiles with simple horizontal bars and donat pie charts to track progress.
Got it, i concentrated on more important functionality, but now with new updates i’ll extend custom stuff.
Thanks!
Hi Eugene!
Please consider following feature request – position fixed for page-header
Initial CSS (not everything working, breadcrumbs are messed up):
.content-wrapper.with-fixed-header>.page-header { position: fixed; z-index: 9998; width: 100%; }
.content-wrapper.with-fixed-header .heading-elements { position: fixed; top: 90px; }
.content-wrapper.with-fixed-header>.content { margin-top: 120px; }
Hi there!
I’ve tried to implement it during development, but the problem was that page header should have a fixed width with fixed position with left spacing equal to the sidebar width (in 1st and 2nd layouts). It can be done using jquery piece of code, but CSS solution wasn’t that easy. So i decided to drop it for now. Anyway, i’ll try to add it in the next update along with a fixed breadcrumbs. Or will check for a quick solution after a weekend if it’s urgent.
Thanks!
One of the best themes I’ve ever purchased! Thanks!
I have a question about the echarts Piecharts. It is related to the pie charts not being responsive.
As can be seen on the live demo here: http://demo.interface.club/limitless/layout_1/LTR/echarts_pies_donuts.html
You’ll notice that the pie chart breaks the panel responsiveness and you have to scroll horizontal to see the chart toolbox.
Compare this to the echarts example: http://echarts.baidu.com/doc/example/pie1.html#-en
You’ll see the pie chart actually scales to the window size in small viewports.
Any ideas/suggestions?
Thanks again for the great theme!
Been playing with this for hours and finally decided to post a comment. Then figured it out 7 minutes later.
Need to remove “has-minimum-width” class.
Hey.
The problem is that if charts have outside labels, title and legend, on small screens they overlap each other. I’ve added a few classes that add horizontal scroll and fixed width to the chart to avoid such issues. I didn’t add those class names descriptions to the documentation though, my bad.
The classes: has-fixed-height – adds fixed height in px defined in CSS; has-scroll – added to the parent container, it adds horizontal scrollbar; has-minimum-width – adds fixed width to the chart. To make them fully scaled, just remove those classes, but keep .has-fixed-height as in some cases it is required.
If you have any other questions, please let me know.
Thanks!
Do you have layout with left sidebar?
like demo
Hi.
I think i don’t understand what you mean. All layouts come with left sidebar by default.
Do you have layout with left sidebar?
Great template, one of the bests I’ve tried.
Is there a technical restriction to having detached sidebars on Layout 4? If not, how would I go on adding it?
Hi.
Hm, i don’t think you need it in 3rd and 4th layouts, because main sidebars are detached by default. They are a good addition when main sidebars are sticked to the left/right side and have 100% height.
But you can add them if you need, just copy styles for .sidebar-detached from 1st or 2nd layout and add them to sidebar.less Or i can quickly do it for you
Thanks
Right, was I was looking for was “Affix and Scrollspy”.
Thanks for the prompt reply.
There are 2 options in 3rd and 4th layouts for the affixed sidebar – with custom scrollbar and with native scrollbar. For example in 3rd layout here is the page where Bootstrap’s affix is used. For both Affix and Scrollspy features enabled, you can check changelog page, the right sidebar. The same logic can be used for primary and secondary sidebars as well.
Thanks!
Could we talk on Russian?
Yes sure, email me to e.kopyov[at]gmail.com
A new updated package will be available for download in a couple of hours.
Thanks
ok, I will be wait, thank you.
hi, Why I have only layout 1 folder?
Hi. Seems like a strange behavior with the archive. Give me 30 minutes, I’ll re-pack it and reupload to the Themeforest.
Sorry for inconvenience!
A new package has been uploaded and queued for review. You will receive an email once approved, should be available shortly. Let me know please afterwards if all good with a new archive.
Thanks!
Looks like your update is incomplete. There’s only some files of layout 1, the rest is missing from the download.
Hi.
You mean HTML files are missing?
Thanks
It appears to be a problem with opening the zip in Windows explorer. Then I see only the Documents and Layout 1 folder. However when I open the zip with 7-zip everything is there and I can extract all layouts. I’ve downloaded several copies and it’s the same everytime. So the workaround is to use 7-zip instead of Windows explorer.
Thank you for informing me, will be repacked and reuploaded in 30 minutes!
The package has been re-uploaded and queued for review.
That’s strange, i’ve downloaded the package and unpack it – everything was good and i got all 5 folders. I use MacOS with default compressing tool. Repacked on another workstation just in case. You’ll get an email once approved.
Truly sorry about that.
Hey,
I got the following problem. I’m trying to add tolltips to a
Thanks in advance.
Christian
Hey,
Try to add data=container=”body” to the tooltip element in markup or container: ‘body’ if you initialize it via Javascript.
Thanks
Worked like a charm. Thanks alot 
You are always welcome 
Very nice template! Question: We noticed that you’re not placing the JS files right before the end of the body (which is commonly done to speed up perceived page loading time), but in the head. If done in the head, according to http://stackoverflow.com/questions/436411/where-is-the-best-place-to-put-script-tags-in-html-markup one should use the async/defer attributes. How do you see this?
Hi!
Oh yeah, old school habit to keep everything in head
I’ll optimize the code in the next update, thanks for remind me!
Basically you can move the JS files the end of the body in your application, they will work as expected without errors.
Thanks for suggestion!
Hey hope everything goes fine ! Update Will contains rtl and what other goods?
The Limitless theme is using jQuery 2.1.x library.
My environment requires using jQuery 1.11.x.
Is this theme fully compatible with jQuery 1.11?? This is very important for me,
Thanks!
Hello.
Yes, should work just fine, since 1.x and 2.x has the same API, but 2.x version doesn’t support IE8 and lower. This is the main difference.
Let me know please if you need any help with migrating.
Thanks
Hello! Yes. Everything seems to be working fine when using jQuery 1.11 branch theme. Thanks for swift response.
Great! You are always welcome 
Hello, I just have buy “Limitless Admin” for use with php. i have just a little problem : with table (datatable basic), how can i change dynamicly the number of line (show = 100) or/and get a filter (=”abc”)? (when i do a change, i would like to keep this when i come back on this page). Thanks
Hello.
1. You can easily change options length in the menu by using lengthMenu option:
$('#example').dataTable({
"lengthMenu": [ 10, 25, 50, 75, 100 ]
});
2. You need to use State saving option, which saves current pagination and filtered results after page reload:
$('#example').DataTable({
stateSave: true
});
Thanks
Hi, Am waiting for the next update to have the version of RTL support … when will it be ready??!!
Hi.
Will be uploading it today, should be online tomorrow.
Thanks
Dear , witch time update the next version
Hi.
It took a bit more time unfortunately, faced some problems. I’m going to upload it tomorrow morning. If review process will be quick, a new version will be online during a day.
Thanks
<div class="page-container">
<div class="page-content">
<div class="sidebar sidebar-secondary sidebar-separate opposite-sidebar-default ">
<div class="sidebar-content">
</div>
</div>
<div class="content-wrapper">
...content
</div>
</div>
</div>
I am trying to create a blog page with the UI. I could use the above code to create a two column page with content and sidbar, but is there any way to move sidebar to the right side ? I tried using “sidebar-opposite” class but then the sidebar is not visible. This is the first time I start working with responsive layout, So I guess my questions are little stupid
Pardon me for that
Finally , thanks for such wonderful piece of work 
Hi.
I assume you’re using 3rd layout, right?
In this case your correct markup is:
<div class="page-container">
<div class="page-content">
<div class="content-wrapper">...</div>
<div class="sidebar sidebar-opposite sidebar-default sidebar-separate">....</div>
</div>
</div>
Also add .sidebar-opposite-visible class to <body>, because by default opposite sidebar is hidden.
The difference is location of sidebar in markup – main and secondary sidebars should be before .content-wrapper, opposite sidebar – after.
Let me know please if that won’t work for you.
Thanks!
Or as a quick follow up – check out this page, i think this is exactly what you need. Also on this page navbar contains proper buttons for sidebars control.
That looks so perfect and awesome. Thanks for the help Kopyov
You’re always welcome. Thanks
Hi, congrats for this awesome and complete theme!
I’ve never used LESS before, just trying to change some values in variables.less and core-variables.less , but compiler returns me errors (i’m using windows).
I’ve tried Koala and Windless, and got errors compiling
For exampe just want to change this value @font-size-base: 15px;
Any idea what should i do?
Hi.
Oh, seems like you try to compile all less files. You need to include only 4 main files, located in assets/less/ folder: core.less, bootstrap.less, components.less and colors.less. These 4 files load other less files and compile 4 main css files. If you do it in Koala:
1. Add folder with less files
2. You’ll get errors after loading files, because by default the app tries to compile every less files. Select all files – right click – toggle autocompile.
3. Choose 4 main files described above, re-compile them and enable auto compile for these 4 files only.
That’t it. If you have any issues with it – let me know, i’ll describe everything in details.
Thanks!
Just checked Winless (sorry, i’m on mac), according to the screenshot on their website, logic is the same – add assets/less/ folder, select 4 main files and compile only them
Thank you!! It worked as you detailed (using Koala on Windows)
Another detail i noticed: i’m using as base layout LTR (Laoyut 4) -> boxed_full.html
By default, css files are loading from “assets/css/minified” folder, and Koala by default outputs to normal css in “assets/css” . I changed links to these css in html file, and everything is working fine.
Nice theme, and superclean method LESS.

Yeah, by default Koala looks for CSS folder in the same level as added LESS folder. You can change output path of compiled CSS if needed in app settings.
Thanks! 
Hi Kopyov, really nice kit, i think the best in the market, please i want to know something till i buy, i have a script in PHP (calls and billing management ) can be integrated with ? i mean can it be integrated with PHP script ? thank you
Hi.
Of course, since this is a static HTML template and basically it’s a main purpose of admin templates – to be a base for applications or dynamic websites. But as always, it requires additional development, i mean it is not the end product, but a base for it.
Thanks!
thank you so much Kopyov im buying it now … very quick response really professional
Thank you! Please let me know if you’ll have any questions.