2227 comments found.
when mmenu will be Implemented in template?, can you please let me know
Hi
In version 2.1 i’ll add 2 more layouts, one of them with mmenu. Sorry for delay, but this requires quite a lot of changes in template structure and i’m currently focused on more important things.
Thanks
I’m sorry for pressing but any expected date for this release?
It’s difficult to say at the moment, version 2.0 will be released in 2-3 months, then 2-4 weeks for another update. I’ll be able to provide more specific dates in a few months, sorry.
Thanks
I am 99.999% ready to purchase – had this final question – If I have 2 or 3 different length iframes with fixed widths (eg 700 and 1600 pixels) – can these be put into a page and be scrollable horizontally – would I just need to place them into two different panels and these would make them scrollable? or you have a special kind of panel for that?
Hi
If you don’t need to embed PDF files or anything like that and need to show a simple content, why do you want to use iframes?
Answering your question – yes, all content inside iframe will be scrollable. But keep in mind that iframe itself is not resizable by default.
Quick note – also please bear in mind that template support does not include customisation, answering technical questions about further development and integration and help with basic HTML/CSS/JS things like teaching people how to open links in a new window. It covers a full template functionality, help with third party plugins included to the template and item updates. So please, i’d like to ask you to double check the functionality and available components to make sure the template has everything you need.
Thanks
Thank you for your reply. I want to buy your template – exactly because of stellar support – so please continue)
I need to showcase inside the iframes a rather complex HTML pages which would not sit well if I placed them inside the page…
yes I need the page inside iframe to be scrollable – iframe will stay fixed in size – your page will be responsive and allow for iframe scrolling right?
Yes, the page will be responsive, but iframe itself won’t – iframe requires fixed width and height, so it’s not responsive by default: if you resize your browser window, iframe width won’t change. Content inside iframe won’t be responsive as well, all you will see is vertical and horizontal scrollbars. I would strongly recommend to use ajax instead, only in this case you’ll get a nice looking page.
Here you can read multiple workarounds for responsive iframes.
thnak you for your fast reply….lets say instead of an Iframe I use a fixed width div or an fixed width image (eg 1500 px) – which need to preserve its size and still be scrollable inside a panel or a page – does this work in Limitless?
I think this is the question you should answer yourself 
If you set fixed width to div, it won’t be responsive. To add scrollbars to div, you need to add 2 lines of css. But you cannot show external html page in a simple div, either ajax OR iframe
Hello, Thank you for the great work. I need a chat feature which slides from the right side of the page, do you have any plans for this feature?
Hello
I don’t have any plans for this kind of component, sorry. However i am planning to add floating sidebar, where you’ll be able to add existing chat layout. This feature is expected in one of future updates.
Thanks
Hello, Forms – Basic inputs, input with type=number doesn’t work on Firefox (version 53.0.2). I can input any single character.
Hello
Yep, it’s a known bug of FF, which was fixed a while ago, but still popped up – numbers work as expected, but input field also allows any character to be entered.
For better browser support, i’d suggest to use jQuery UI spinner.
Thanks
ok, let me try
Hello my friend. I found a little bug using datepicker on the css.
.datepicker table tr td span {
display: block;
width: 100%; /*before 31%*/
padding: 7px 12px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 3px;
}
The problem is when you have disabled dates.
$('.datepicker').datepicker({
minDate: 1,
dateFormat: 'yy-mm-dd',
inline: true
});
Hope this helps for futre updates.
Hello there
Thanks for reporting, i will check all possible use cases and include a fix to upcoming update.
Thanks!
Hey, me again. I found another thing: the span (disabled date) css must have the same padding and margin of an anchor date (clickable dates). Here is the final css:
.datepicker table tr td span {
display: block;
width: 100%;
padding: 6px;
float: left;
cursor: default;
border-radius: 3px;
}
Hope this helps.
Perfect, thank you very much for the fix!
NP. Everyday I checked what is new on TF and see if there’s any new admin template, but I couldn’t find any template that compete with Limitless. I have to tell you that I am so happy to develop my applications using your template. I hope to see more awesome works from you in the near future, and of course, new updates to limitless. Cheers.
Thank you very much for kind words, truly appreciate it! I’m doing my best 
Hi there from all the comments I have read I can see that you are busy with the BS4 update.
Can you give me an idea of when this will be ready as I would like to potentially use your template but dont want to start in BS3 only to have to then upgrade it as I understand that potentially that could be quite a lot of work. Do you know when your update for BS4 will be ready and is it an accurate date do you think. Many thanks Alex
Hey
It’s too early for ETA, because it’s basically needs to be re-writed from scratch – convert less to sass, change file structure, change JS files structure, completely change markup etc. So this will take a few months for sure.
However personally i wouldn’t recommend anyone to use Bootstrap 4 in production or in large project, because it’s still in alpha version and each update includes a lot of improvements and bug fixes, so current version can’t be considered as a stable solution. This is the main reason why i’ve started working on implementation so late – when update will be finished, Bootstrap 4 will be in second Beta version, so more stable.
Thanks
Hi Kopyov thank you for this…i must confess you have a great series of templates. I appreciate that an ETA is difficult and dependent on BS4 beta version being released. But to get an idea – are we talking about 2 months, 4 months, 6 months next year? Im sorry to press but its to give me an idea whether to postpone and wait.
Hi
I would say 2-3 months maximum, need to update BS3 version as well.
Thanks
Hi Kopyov – many thanks for your response I look forward to the release in the next 3 months – I am sure it will excellent work if your previous work is anything to go by.
Hi Kopyov – you may recall I wrote to you about 2 months regarding Bootstrap 4 version can you give us an update as to where you are with it and also when you expect to release. Only reason being im sure that there are several ir not many people like me that are waiting for Bootstrap Version 4 of Limitless before developing or purchasing the product otherwise its going to be wasted development.
Look forward to your reply, thank you
Hey
Still no ETA at the moment, sorry. The real waste of time and development efforts is to use unstable versions of framework – if you look at Beta ship list, you can notice that a new version of Bootstrap will have quite a lot of changes in markup, JS and scss files (renamed variables, updated class names, bunch of changes in JS etc etc). Now imagine how much work you need to do to update from alpha to beta.
I am working on integration, but mostly on the structure and updating and improving existing JS code/file structure/template structure and waiting for the first stable version of BS4. When first beta is released, i’ll continue working on styling and then release a new update. So my ETA totally depends on release of the first BS4 Beta.
Thanks
Thank you for your response its very helpful.
You are very welcome. BS4 Beta is very close afaik, so i’ll make an announcement once i have some approximate dates 
pnotify has a bug with nonblock. See https://github.com/sciactive/pnotify/issues/285
Hey
Yep, i’m aware of this issue and will update PNotify library in the upcoming update.
Thanks!
hello -
can you please confirm I will be able to assign both tooltip and modal to certain icons....
can you also confirm it is possible to place the icons inside the top navbar so that they are perfectly aligned with the drop-down menu?
Hello
1. Yes, you can attach tooltip or modal to any element – link, simple inline text, button etc etc.
2. I am not sure i understand what you mean by “aligned with the dropdown menu”. Please clarify.
Thanks
thank you for your kind reply – I need to place the drop down menu (which is triggered by text) and an icon with modal inside – these should be of the same size and centred vertically inside a span of h1 tag – can this be done?
Hi
You can’t place modal inside an icon, you can only trigger modal on icon click 
Anyway, you can check out all available top navbar components on this page.
Thanks
yes I want the drop-down to be triggered by an icon…can you please comment on this:
I need to place the menu and an icon side my side – these should be of the same vertical size and centred vertically inside a span of h1 tag – can this be done?
Sorry, i still don’t follow you – navbar is a component, which support number of child components: navigation, buttons, text, icons etc. If your question is about using text next to navigation – yes, it is possible. But using h1 tag in the component like navbar is semantically wrong.
Hi, When I placed some Solid tab (rounded justified) in Main Navigation in Sidebar it shows but wont assign css for Solid Tabs, tabs are gray… Is there any possibility to insert Solid Tab in main navigation?
Thanks.
Hey
Unfortunately no, sidebar supports only 1 type of tabs, you can see it online on this page. The reason is that tabs is a component for content area, but not for main navigation. However you can adjust solid tabs as well or add tabbed nav to main navigation, but first option requires some CSS changes.
Thanks
I am new to less – accustomed to adjusting css files – do you include detailed instructions on how to compile and change less files?
Of course, documentation clearly explains 2 ways of less compilation – using gulp task runner and desktop application. Gulp file is included
thank you BirdyUK) I think this template has the largest code/dollar ratio:) I need a plug-in to pan and zoom into an image and which will always take the size of the active panel – can you recommend some? or does Limitless allows this?
I am not sure i understand what you mean by “take the size of the active panel”. Anyway, there is no any component for image zooming available, except image lightbox.
@dave_rich – You honestly dont need to worry, Limitless is packed full of features, options / functionality – however you want to call it! And has a pure, clean, easy to understand code base that makes working with the code a breeze.
If you want a tour option you can easily add a plugin, There are hundreds of Bootstrap friendly tour plugins but a word of advice, Tour’s can sometimes work well for specific users but for more advanced users the tours can be annoying.
I believe codecanyon will have tour plugins on their javascript / css sections or do a google search for jquery / bootstrap tour plugins and you will easily find one that will be good for your needs but for 25$ you really are getting an awful lot of code for your buck when you buy limitless and that’s from a buyers point of view!
@Kopyoy – Are you moving it over to BS4? If possible will you maintain BS3 or will limitless become a BS4 package?
Thanks again for your support, this really means a lot!
Of course, BS4 version will be released as a separate project within one bundle and both – BS3 and BS4 versions – will be supported and maintained.
Thanks
do you have a component which will make a TOUR of a webpage the first time it is opened? like highlighting various elements on the page with description..
Nope, i already received a few requests regarding tour plugin, but haven’t had a chance to add it in previous versions. Currently focused on more important stuff and can’t tell you for sure when it will be added, sorry
please tell me what you are working on now – next release planned soon?
Not really, i am working on a new layout and new version of Bootstrap. So it will be online within next few months.
BirdyUK – thank you for your kind words – 99% decided on purchase:)
hi. i have download for old version. how to update the latest version to my website.? is it just copy paste CSS and JS File.?
Thanks
Hi
If you want quickly update everything without diving deeper into details, yes you can swap JS and CSS files.
To download the latest Limitless version, simply download it again from your downloads page on themeforest and you are done 
Thanks
@dave_rich – iframes can go in any modals, or element for that matter but why would you want iframes in a modal? You could load content using something like ajax unless or web components also Remember limitless uses html, JavaScript, jquery, css ect ect and can be tweaked to fit anyone’s requirements
—I would recommend using web components as a pose to iframes as they are a bit outdated let alone how annoying they are! But limitless will do anything you need it to (Within reason!!) i have just bought a copy and its worth every penny.. The code base is very clean and very easy to work with..
In fact its like a kid being in a sweet store!! There is too many great features and functionality options that it gets you sidetracked from your actual development focus thus delaying me lol!! Kopyov has done an amazing job, I guarantee you dont find a better template/theme on here for this money…
Hey
Thank you very much for kind words and support, truly appreciate it! And good point btw on using iframes in modals 
Can you please confirm that the modals/tooltip/popovers can be triggered by any element – I need text, Icon and button
I also need to confirm that the irfames can be put into popovers/modals/tooltips
you will NOT be answering pre-sale questions any more????
thank you for the replies..
please comment on the modals/tooltip/popovers
I always answer all questions, but i don’t work on weekends.
Modals – yes, iframes can be used inside modals. But i honestly don’t understand why would you want to use iframes instead of ajax?
Tooltips and popovers – they have absolutely different purpose. They are mostly used for notifications, they support HTML content, but pretty much basic. So i definitely would not suggest using them along with iframes..
Thanks
I need to use iframe to show a rather complex page inside modal/tooltip – can the page be shown via AJAX?
Well yes, with a proper setup it is possible.
would you recommend this plugin for horizontal scrolling inside panels? http://manos.malihu.gr/jquery-custom-content-scroller/comment-page-79/#comments or you can help us add this ability in your own code?
Hi
Using custom scrollbars is always a bad experience, because you are overriding native browser functionality by hiding and replacing it. But if you really need it, yes i would suggest to use that one you’ve mentioned, i’ve worked with it before and never had any issues.
Sorry, it’s up to you to add any new third party extensions. I will consider adding it if i get more requests.
Thanks
do you also have example of buttons with straight edges – absolutely no rounding?
ok found it)
Dear Author I have two questions:
1) Can you fixed horizontal nav bar STAY FIXED ON MOBILE devices? as it appears to be non-fixed at top?
2) Can the fixed nav STAY IN PLACE when horizontally scrolling wide embeded iframe (eg. width 1500 pixels)
We need the horizontal nav and the logo to be always at top and fixed for branding purposes.
Hi
1. I will not change default functionality, you can do it yourself just by changing some things in less files and re-compile them. But for better user experience i would suggest to leave it as is.
2. iFrame width is limited to viewport width, so in this case horizontal scrolling should not affect fixed navbar.
Thanks
thank you!