2227 comments found.
Hi, do you have sample layout for online shop / ecommerce using this theme ?
Hi.
Not in current version, full ecommerce set is planned for March update, along with other custom page sets.
Thanks!
If I buy it, could I get next update for free? When is the next update?
Hi.
Yes sure, all updates are free, you’ll just need to re-download a new version from your downloads page.
Next update hopefully will be out within 2-3 weeks.
Thanks
Hi, It is the second week now, so I will find the next update in next week, right?
Hi.
Working hard on it, a lot of improvements have been already done, stuck with material design theme, but moving forward. So could be delayed a bit, but not too much.
Thanks
Hi, I sent you a message yesterday that data tables export buttons are not working. As for your reply I check functionality in your theme files but its not working. Check the file – datatable_extension_buttons_init.html – pdf and Excel buttons are not working. I have the two latest versions of your theme, in both version export buttons have bug. This functionality is must in my application, Please let me know your support to fix this asap.
Thanks.
Hi,
I also asked about page loading – if you open a page with examples from the package locally with file:///.../datatable_extension_buttons_init.html, buttons won’t work, as well as charts. You need to upload a page on your local/web server and open datatable_extension_buttons_init.html with http:// instead of file:///, as you can see on this page, all buttons are working on web server.
If that doesn’t work, please show me your configuration parameters and js files that you load on your page.
Thanks
Hello,
Firstly, you’ve created a fine piece of work here with this admin template.
I’m considering using this framework as part of our admin area for the websites we design and build -
We’ve developed a single application to power multiple websites; will a single extended license be sufficient?
Hello,
Yeah, 1 extended license is enough since you have 1 end product, as stated in Extended license terms – “You can Sell and make any number of copies of the single End Product”.
Thanks!
In Data Tables table Print, Pdf, Excel, Word and CSV buttons are not working. I tried in separate files and also in your theme files. Please give the solution ASAP. I need to print my data table in the form of pdf and excel format in my application.
Hi,
As you can see here, all buttons are working.
Few things:
1. Can i see your datatables configuration? Both JS init code and JS files that you load on the page.
2. Do you have any errors in your console?
3. Do you test it on web or local server? Or simply by opening HTML pages from the package in the browser?
Thanks
Hi Kopyov, Does the dataTable included in your webkit, work well with AngularJS framework as well.
Regards Divyank
Hey,
As far as i know yes, it should work fine with the latest Datatables version. Also take a look at Angular Datatables as well.
Thanks
Hey Kopyov,
How are you? I have just bought Limitless kit. So far its good.
We are having inbox also in our website. Can I get inbox design as well with this kit?
Thank you for your help!!
Regards, Kepin
Hey Kepin,
It doesn’t have inbox design in current version. I am planning to push another update in March, which will include a lot of custom page kits, such as job search (listings, database etc), inbox (read, write and list of mails), ecommerce set, news, blogs, file browser kit etc.
Another update will be out later this month, i was asked already to add inbox in upcoming update, but i got stuck a bit with material theme, so if i’ll be within timeframe, i’ll add inbox as well.
Thanks
Thanks for your reply. Awaiting for the new updates
I’m having some difficulties applying a step wizard to a modul box. The form fields will show just fine, but none of the form labels appear. It’s the same for the header step labels. Any thoughts on what could be causing the issue?
Hey,
Just checked all wizards inside modals – all 3 wizard libraries work just fine, all labels and form elements are visible.
Can i see the code you use for modal and wizard? Or would be just great if you have an online example, so i can take a quick look.
Thanks
Can you send me your email address and I’ll shoot you the URL.
Thanks, dude!
Email me to e.kopyov[at]gmail.com
Thanks
Just sent an email with the URL.
Just replied back
Hi,
I want to create an echart but I got this error:
Uncaught TypeError: require.config is not a function
All files from the example are included. My Version is: 1.2.1
Hi,
Can i see your code somehow? Online or email me please to e.kopyov[at]gmail.com
Looks like you are trying to initialize all charts from demo file, but have only 1 container. Find these line of code in js file with examples:
// Initialize charts
// ------------------------------
var basic_lines = ec.init(document.getElementById('basic_lines'), limitless);
var stacked_lines = ec.init(document.getElementById('stacked_lines'), limitless);
var inverted_axes = ec.init(document.getElementById('inverted_axes'), limitless);
var line_point = ec.init(document.getElementById('line_point'), limitless);
var basic_area = ec.init(document.getElementById('basic_area'), limitless);
var stacked_area = ec.init(document.getElementById('stacked_area'), limitless);
var reversed_value = ec.init(document.getElementById('reversed_value'), limitless);
And remove unnecessary ones, including parts from 2 more sections:
// Apply options // ------------------------------ ... // Resize charts // ------------------------------ ...
If that doesn’t work, i need to check out your code and see what’s wrong in there.
Thanks
Hi,
if I use only these few lines of code, the error already occurs. http://pastebin.com/5SGdXRb5Okay, understood. Just checking – did you include path to echarts.js file? In the template it is located in assets/js/plugins/visualization/echarts/ dir
Yes, it is.
<script type=”text/javascript” src=”/static/panel/js/plugins/visualization/echarts/echarts.js”></script>
<script type=”text/javascript” src=”/static/panel/js/charts/echarts/combinations.js”></script>
May it conflicts with another js library? (http://pastebin.com/w8kpqexm)
Okay found the issue – ace.js conflict. To fix that, you need to replace ace.js source files (assets/js/plugins/editors/ace/) with the following:
1. Go to https://github.com/ajaxorg/ace-builds
2. Download master .zip
3. Copy files from /src-min-noconflict/
4. Replace old ace.js source files with those mentioned above.
That’s it, just did the same and it’s working. Will update ace library in upcoming update.
Thanks
Perfect. Thank you. All is working fine now.
Great, no problem! Let me know if you have any other issues.
Thanks
Hi Kopyov, Thanks for the webkit I love it. I want to do a drag and select cells in the dataTable can you guide us if there are any plugins that can help us achieve that.
Similar to the excel feature where users can select the cells based on mouse clicks and can see the SUM and average in the bottom bar.
FYI.. My license is eb59c78b-9133-4a70-beef-feb322d3c97a – 8 Feb 2016 Thanks Divyank
Hey,
You can take a look at this extension, it is already integrated. It can’t do calculations though, only dragging functionality.
Handsontable library supports Rule.js integration, you can check out this example.
Thanks
I have a short question. Is there a possibility to add a function to the heading-elements in content panels (the icon-list right from the panel title) to maximize the panel to full-screen? or to slide-out the left sidebar?
Hi.
You can easily add a new icon inside a link with class=”sidebar-control sidebar-main-hide” or any other sidebar control class. Sliding sidebar isn’t supported by default and can be extended with Velocity.js library.
Fullscreen functionality isn’t supported at the moment, but i already got a few requests so i will add it in the next update.
Thanks!
hi, how can I -
Hey,
1. Sorry, but i don’t understand about colors. You can modify normal, hover and active states colors in navs.less file (assets/less/bootstrap-limitless/). You just need to override default Bootstrap colors. Also what tabs layout do you need to have these colors?
2. Collapsible categories or collapsible sidebar? Either way you can use same markup, but if you need collapsible sidebar, you need to add some js code for collapsible button, like in 4rd layout. Let me know what exactly you need.
3. Do you mean to add scrollbar to the sidebar’s “ASSIGNED USERS”? Or to add horizontal scrollbar for thumbnails inside task block?
Thanks
- Yes please, I would like some help in setting each tab to a different color in the horizontal menu. For e.g. in this page http://j.mp/1Qo9XOI – Startkits (lets say was a Admin are/Tab only) I want to show in red/saffron background, and bottom border I want to make a little thicker. Just to make the menu bolder like here like http://j.mp/1SczYq5
- Yes – the collapsible sidebar, in the taskgrid view where you have action buttons. I’m using as my sub menu. (is it possible to add the action buttons to the main side bar)
- I’m adding user thumbnails in sidebar’s “ASSIGNED USERS”. I’m also showing file images as thumbnails in the main task area/task blocks for the tasks
Hi,
1. Understood, different menu colors aren’t supported at the moment, but you can easily add it yourself. You just need to add a few lines of code to navbar.less file (assets/less/bootstrap-limitless/) and add a color helper class to the nav list item. For example:
<li class="dropdown bg-danger-400">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Page kits
<span class="caret"></span>
</a>
</li>
and this piece of code is for navbar.less. Open it and go to line 760, right where .navbar-nav {...} starts. Add this code inside it before ”@media max-width(...)” :
// Items with custom background color
> li[class*=bg-] {
> a {
.transition(box-shadow ease-in-out 0.15s);
}
> a,
> a:hover,
> a:focus {
background-color: inherit;
border-color: inherit;
color: inherit;
}
> a:hover,
> a:focus,
&.open > a {
.box-shadow(0 0 0 100px fade(#fff, 10%) inset);
}
&.active > a {
.box-shadow(none);
}
}
and recompile your less files. This will remove bottom border from active items and you’ll be able to apply custom background color just by adding color helper class to the <li /> element. For better appearance, also add “no-border-top” class to the navbar.
2. For this functionality i think you better need to use 3rd layout, it already has collapsible sidebar – http://demo.interface.club/limitless/layout_3/LTR/index.html You will just need to transfer horizontal navigation, or copy sidebar code from 3rd layout and insert to 4th.
3. For vertical scrolling area you can add ”.pre-scrollable” class to div class=”category-content”, this will add max width of 340px with scrollbar.
If you have any issues with these changes, please email me to e.kopyov[at]gmail.com, i’ll try explain better and send you updated files if needed.
Thanks
thx will try it out 
Helo,
I’m interested on Limitless, but I wll start to integrate html next month. I saw that you are planning to upload a new version. If I buy today, I will have the upgraded version, or it’s better to wait to it.
Thanks, impressive job !!
Hello,
It’s up to you, new version will be out by the end of February, so if you want to dig deeper into the code you can purchase it now and re-download a new version once it’s out. Or wait until the end of Feb and purchase it afterwards. All updates are free, so you’ll need just to download a new version when it comes out.
Thanks!
All I have is an address here, in Limitless is there a way to make a Google Map appear based on passing it an address? If so, could you show me a code example?
Thanks! Brian
Can I use Limitless to capture Stripe webhooks, integrate with Stripe API? I need a portal that will notify of Stripe customer creation which also stores the customer credit card info. Then I will need to be able to charge that card. For instance, enter an amount in an invoice and charge that customer inside the “portal”. If this can be done, can I hire you to do it?
Hi,
I am not familiar with Stripe, but if you need a static HTML code for integration – yes, it can be done as it’s a pure html/css/js template.
Unfortunately not at the moment, too much work.
Thanks
Can you make admin templates like this http://goo.gl/BhJ89O and this https://goo.gl/OfxaUC ? This is very userfrendly UI and most popular service in the worlds. I first which buy it.
Never heard about these services, but you can get this type of layouts by editing 1st and 2nd layouts, they are pretty flexible.
Thanks
hello I have a problem with displaying uniform radio buttons with one default checked radio when I put it on table default checked option is not working could you please help to solve this problem
regards,
Hello again,
Could you please email me your code for checkboxes and uniform configuration to e.kopyov[at]gmail.com, i’ll take a look what’s wrong.
Thanks
just a sec, I am sending
hey there, I have a problem with default checked radio when radios are in table on each row how do I solve this?
Hey,
What kind of problem do you have? If you are using Uniform plugin to style checkboxes/radios and they work only on the first page, initialize Uniform plugin in drawCallback callback in datatables configuration:
drawCallback: function () {
// Styled checkboxes, radios
$('table tbody td input[type=radio]').uniform({
radioClass: 'choice'
});
}
Thanks
hi, my problem is to make one of radio checked by default when page is loaded (on tables row)
Do you have any plans to add a shopping cart page style, checkout page style, or even a store style to this theme? Thanks..
Or do you plan on adding a front end template even?
Hey,
Yes, full ecommerce set will be added in March, along with other custom pages and widgets. Next update will include a lot of new page kits and layouts.
Front end – since late 2015, Envato doesn’t allow authors to include any items from another categories as a bonus to existing templates. Front end is planned for future releases, but most probably they will be available for download from my website.
Thanks
Thanks for the response, i like the template, will purchase once the ecommerce part is finished.
Great, thank you!
Hi, I was wondering if you ad anything in your arsenal that included some sort of programmatic or conditional logic for background color. I have a table that has a column called performance. The data is dynamic and the values range from -50 to +50. I would like the background color to depend on the value and the scale to go from red to yellow to green (gradient). Do you have anything like that? thanks
Hi,
Unfortunately there is no any ready-to-use solution, because it’s a very specific functionality that requires custom setup. I think you can switch background helper classes depending on current value, something like “if value >= -50, addClass(‘bg-danger’), else if…, else…”. But that won’t work for gradients, for those you will need custom styling with gradient setup.
Thanks