2227 comments found.
Hi!
Do you plan a private github.com repository to support when? It would be much easier to send pull request, and make new releases.
Hi,
Yes, private repository will be available from the 1st of February, i’ll make an announcement here in comments section and in item description.
Thanks
What do I need to do to get access to it?
When it will be ready, i’ll ask everyone who wants to join write your github username in comments or email me, i’ll send an invite.
Thanks
Ok , I’ll wait.
The template is missing a simple plugin to cut images. I would like to propose to implement http://foliotek.github.io/Croppie/
Thank you!
What about this image cropper?
It already has all the features built in for image manipulations.
Thanks
It’s more like Photoshop =) It also does not work well on mobile devices.
My option is ideal for downloading profile photos or other small images.
Thank you
Understood, will look at something more simple
Thanks!
I looked at a lot of options, this is the best.
Hello, Thanks for the magnificent app and files. I have a question of support: I use form type “stepy-basic” in the RTL style and I want do it in Hebrew language . My question is how I change the text in the Next and Back button?
Thanks In advance Veronic Avirav
Hello,
You can use 2 options for back label and next label in stepy configuration:
backLabel: 'text', nextLabel: 'text'
Thanks
Thank you very much
Always welcome!
Hi, first of all, thank you soooo much for this template : awesome, wondeful, just perfect for my new project.
My question is about datatable and switch checboxes ( probably more a problem of my JS knowledge…) I put checkbox using switch on my rows, but the fact is it works only on my first x rows. When i want to show more rows per page, or change page using pagination on my table, i only see “normal” checkboxes.
Please have a look, and if you have a solution, you’ll be my god
https://www.dropbox.com/s/bbwtuqrb97qs6e2/datatable.PNG?dl=0
Have a nice day, Mat
Hi,
Thank you very much! Hmm, that’s weird – just tried to reproduce this issue and no luck, switch works on different pages and after i change menu length. You can also try to initialize Switchery in drawCallback or preDrawCallback callbacks:
drawCallback: function () {
if (Array.prototype.forEach) {
var elems = Array.prototype.slice.call(document.querySelectorAll('.switchery'));
elems.forEach(function(html) {
var switchery = new Switchery(html);
});
}
else {
var elems = document.querySelectorAll('.switchery');
for (var i = 0; i < elems.length; i++) {
var switchery = new Switchery(elems[i]);
}
}
}
But in my case i tried with and without callbacks, both methods work fine. Please let me know if that solution worked out.
Thanks
You’re right, everything is ok with the drawCollback, thank you very much !
You are always welcome 
hi , thanks for you template but how to Use RTL Version?
Hi,
If you mean are LTR and RTL versions separated from each other – yes, they are in different directories so you can just open a folder with layout and start working with RTL direction.
Thanks
Hi, speaking of next update, would you be able to provide a list of updates / new features you have scheduled for next release?
Hi,
2 new layouts, material design theme for all layouts, theming support in less, new components: dynamic forms, new stuff for datatables, code and structure improvements, new dashboards and other things.
Thanks
Hi,
I found a bug when i use firefox on my smartphone to see this page : http://demo.interface.club/limitless/layout_1/LTR/boxed_default.htmlFor your information, my resolution is 360*640.
It’s a problem for me because i use this page like a template for my website.
I hope you can help me.
Thanks in advance.
Regards.
Kévin Grenèche
Hey,
Yes, this bug caused by a hack, which was added for previous versions of Firefox, but this issue was fixed and now that hack works a bit differently. All you need to do is to remove a small piece of code in layout.less file, located in assets/less/core/layout/ folder:
// Min-height doesn't work in FF, bug. So we set 1px height which is overriden with min-height
@-moz-document url-prefix() {
.page-container {
height: 1px;
}
}
Re-compile your less files and issue will be fixed. This is a temporary solution which does the trick, in the upcoming update i’ll push a complete solution for page container heights and remove jquery dependency.
Thanks!
Thanks for your reactivity! The file is component.less and not layout.less. I remove this piece of code and it works!
Yes you are right, sorry. But not component.less, it’s content.less 
Thanks!
Yes… i don’t know why i wrote component…
hey ! wanted to know when next update ready for me to add some of those very nice feautures to my project.
Hey,
Next update is in progress, i expect it to be out by the end of February. It takes a bit longer, but it’s worth it.
Thanks
Good day! Are there progress bars in tis template (I didn’t find it on the demo)?
Hi, is there any way with this theme to change the responsive menu from the top menu position to the mini sidebar? I would prefer that when the screen size is small the sidebar become mini, rather than top position. Thanks.
One more question. Do you have a way currently or plans to add full screen functionality to elements. I would like to be able to put the dashboard in full screen, as well as being able to click a table or chart and have it go to full screen. Thanks!
a very good example of this is: http://altair_html.tzdthemes.com/ (very first chart on top of dashboard).
Hi,
Unfortunately not at the moment, but it definitely can be extended with this feature – sidebar has a fixed position and slides from left. But it will require some core js and css modifications, already have plans to integrate these options in the next releases.
Yes sure, extended panels and content controls are in todo list already, but currently focused on theming integration and new layouts. Due to lack of time for the update i am working on, full screen functionality is planned for the next one.
Thanks!
Thanks for the fast reply. I look forward to the updates. Love the theme.
I think i need to team up with somebody to work on updates faster 
Thank you!
The ckeditor and input tags will not initialize on the same page. Usually its the ckeditor that just looks like a default text editor.
Also form_tags_input.js stops pnotify from launching….................
Hi,
form_tags_input.js file contains multiple examples of Tags input and Bootstrap Tokenfield plugins. If you check your console, you’ll notice js errors, because you are trying to initialize plugins (Tokenfield) that are not loaded on the page. All you need to do is to open form_tags_input.js file and copy 1 of Tags input examples code, for example:
// Allow dublicates
$('.tags-input-dublicates').tagsinput({
allowDuplicates: true
});
I sugest you to create 1 file – custom.js, load it after app.js on your pages and insert code like this one mentioned above and use this file for different custom js code. All files from assets/js/pages/ are for demo and shows configuration examples.
Thanks
Hello! I can not get to create a link to open a video from Youtube with Fancybox. How come I could get?
It works perfectly, thanks !! 
Hi, i have a simple query, im trying to make the panels full height so it appears neat and tidy for my forms if im just using one. is there a helper class that does this in your template ? thanks in advance
Hi,
Unfortunately there is no any available options for this kind of panels. CSS solution requires all parent elements to have 100% of fixed height, but you can try to use jquery method, where panel min-height = .content height and attach resize event to re-calculate panel min-height.
Will think about adding this feature in the next updates.
Thanks
This theme is it compatible with HTML ?
and Have html demo?
Hi.
This is a static HTML template, no php/asp/angular etc, a pure HTML. Angular will be added later.
Thanks
dear author?in the “wizard steps” template, i want to change “previous” and “next”, the two words into another language, where should i find them? Which JS file should i modify?
Hey,
you can easily change text labels in Steps wizard using “labels” option. Here are defaults:
labels: {
cancel: "Cancel",
current: "current step:",
pagination: "Pagination",
finish: "Finish",
next: "Next",
previous: "Previous",
loading: "Loading ..."
}
Thanks
which file? thanks again!
Don’t know where you store your plugin configurations. By default, all example configurations are in wizard_steps.js (assets/js/pages/).
Thanks
Thank you very much! get what you mean. awesome toolkit.
Thank you!
Love the kit, I couldn’t be any happier! Thanks.
Thank you very much! Don’t forget to rate the template, it’s a great motivation 
BUG

/assets/js/pages/form_editable.js
$('<span class="help-block">This is a help block').insertAfter(editable.input.$input);</span>
Hi,
Oh, thank you, noted for the next update! 
Thanks
Hi, would it be difficult to integrate this admin panel with the : Porto – Responsive HTML5 Template Front End Theme?
Hi,
In theory yes, you can. But on practice i honestly i don’t know, because you will need to use 2 different sets of CSS/JS files and as a result 2 different styles. If you are okay with that, i think you won’t any problems. But again, it depends on how exactly you want to connect them.
Thanks!
I am using Layout4 LTR. I am trying to have a modal data entry form that comes from a different page (which will need to submit and close). I am using AngularJS with Dynamic forms (fields built dynamically). How can I adapt your code to do this via Modal? Can you please help?
Hi,
I think you need to load content dynamically or comes from a different source. Remote target option was deprecated in v3 and as suggested on Bootstrap website, you need to use .load() and inject into the .modal-content div. For example:
// Load remote content
$('#my_modal').on('shown.bs.modal', function() {
$(this).find('.modal-body').load('http://yourserver.com/content');
});
I haven’t tested it with dynamic forms though, but this may give you a hint about inserting content.
Thanks
I want the icon to spin once of hover. Can you please help me with what I need to do? If I add spinner class it keeps spinner without mouse hovering on the icon…
Hi,
Spinner class is needed for infinite rotation. To rotate once, you can create a new class, for example .spin-once and add the following code if you use less:
.spin-once:hover {
.rotate(360deg);
.transition(transform ease-in-out 0.5s);
}
or if you use css
.spin-once:hover {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg); // IE9 only
-o-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: -webkit-transform ease-in-out 0.5s;
-o-transition: -o-transform ease-in-out 0.5s;
transition: transform ease-in-out 0.5s;
}
Or create css animation keyframes instead, up to you. Then add class=”spin-once” to the icon you want to rotate.
Should work. Thanks
Hey Kopyov. I loved your amazing Limitless theme. It’s really limitless. Btw, one small issue I’ve noticed about the fonts. You are including a hash at the end of each font name, which caused Chrome not to load the font at all. Please see this screenshot: http://i.imgur.com/Swcotan.png. However, when I removed the has, it works. Did you add that for cache busting? Should I continue without the hash. Will it create cache issue after I upgrade when you release a new version with updates fonts?
Hey,
Hmm, style.css file was generated by Icomoon app, i didn’t change font name. This is weird, never experienced such issue. Do you see the same issue in live preview? But if that worked for you – keep it, i don’t think that i will update this icon font.
Thanks