2227 comments found.
Hi, Can I use this file for my Django project? The back-end will be django framework.
Hi,
Technically yes, you can use any Limitless with any framework. But please keep in mind that this template is static, meaning additional development is always required.
Thanks
Hello, I’m a past Wordpress user and would like to build a static app/site that I would update myself using HTML. Is it possible to edit this template with basic HTML/CSS knowledge with Dreamweaver? I have a Creative cloud license and I’ve used the visual in the past and it was great.
I’m a serious buyer, thank you!
Hi, I’m happy with your template and i started to migrate our template (V3) to the new V4.0 However, i have a question regarding all scss file in `bs5/template/assets/scss/vendor` Are they custom (mixing original and your custom code for the theme) or just the original files ?
thanks
I see bug on Limitless 4.0, when I try to compile using gulp with phosphor, css always use icomoon. Then I saw the code for phosphor scss, the code same like in icomoon. And I open 1 file the comment for icomoon, maybe wrong scss code?
Hello, after looking at the management template for many years, you are the best one. Unfortunately, the update is a little slow. ha-ha! Are there any new pages and new things planned?
How do I compile scss since always get error like this in ubuntu, using node version 10, 12, 18, gulp version 4.0.2. I want to set false some components in _config.scss in Limitless 4.0 bootstrap 5 version :
➜ gulp gulp
[20:15:42] Using gulpfile ~/Code/Limitless/bs5/template/utils/gulp/gulpfile.js
[20:15:42] Starting 'default'...
[20:15:42] Starting 'lint'...
../../html/layout_2/full/assets/js/app.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
../../html/layout_2/full/assets/js/app.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
../../html/layout_2/full/assets/js/app.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
and this
Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated.
To preserve current behavior: $weight * 1%
More info: https://sass-lang.com/d/function-units
╷
201 │ @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ok errors are gone when I do these :
- edit file scss/_bootstrap/_functions.scss and add % after number 100
@return mix(rgba($foreground, 1), $background, opacity($foreground) * 100%);
reference : https://github.com/twbs/bootstrap/discussions/37467#discussioncomment-4199573
- edit gulpfile.js and add code {esnext: true}
// Lint
function lint() {
return src('../../html/' + layout + '/' + type + '/assets/js/*.js')
.pipe(jshint({esnext: true}))
.pipe(jshint.reporter('default'));
}
now still there are some errors :
../../html/layout_2/full/assets/js/app.js: line 46, col 113, Expected an assignment or function call and instead saw an expression. ../../html/layout_2/full/assets/js/app.js: line 81, col 123, Expected an assignment or function call and instead saw an expression. ../../html/layout_2/full/assets/js/app.js: line 89, col 119, Expected an assignment or function call and instead saw an expression. ../../html/layout_2/full/assets/js/app.js: line 255, col 98, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (bootstrap, sibling) ../../html/layout_2/full/assets/js/app.js: line 329, col 98, Expected an assignment or function call and instead saw an expression.
here the app.js line 46 in bs5 version
windowsPlatforms.indexOf(platform) != -1 && document.documentElement.classList.add(customScrollbarsClass);
compare to bs4 version
windowsPlatforms.indexOf(platform) != -1 && $('body').addClass(customScrollbarsClass);
Hi,
Have you considered adding a sticky header for tables ? For example: https://css-tricks.com/position-sticky-and-table-headers/ Our team would appreciate this feature.
Thanks
Hi,
Bootstrap has planned to include this feature in the next major release, i would definitely wait for the release to avoid duplicates and double effort. They are currently testing a few solutions
Thanks
Hello, have you considered adding a product details page?There are also some shop related pages?
Hi,
I would like to ask you if it is in your plans to develop and include in future updates some extra capability in Dual Listboxes (form_dual_listboxes.html), for example manual sorting (by dragging) of the right listbox.
In the Multiple selection at form_dual_listboxes.html you can move items from the left list to the right list. It would be perfect if you could sort the right list in the same way shown at the “Default functionality” at jqueryui_interactions.html.
My list contains over 100 items so using the “Connect list” that it does the same at once (moving from one list to another and sorting) won’t be handy. Are any plans to release in a future update this kind of functionality (sortable by dragging select lists)?
Also, is any documentation available for the d3 charts available? I would like to find out more about tree_radial.js and tree_data_radial.json
Thank you
Hi,
Sorry for the delay.
Dev team released a new version that includes dragging, you can try to download the latest version and replace the one from the package. Technically it should work, styling wise some minor changes might be needed (e.g. dragging item placeholder). I will add it in the next update.
Thanks
Hello, first of all great project I really like it. Now my question is this, is it normal that when you are on a mobile (any) if you click on any link in the top or side navigation bar the bar still remains open? Is there a way to close it once you reach the new page. Thanks
Hello,
Just checked on iPhone and all navbar dropdowns close when i tap outside. What OS are you using?
Thanks
Hi i’m using chrome with a prject in vue 3, but i think it is my problem because in html work perfect, thanks
Hello, is there a loading effect before a page is loaded.
There was pace.js, but was removed in v4.0. You can take it from previous versions or use some 3rd party examples
Greetings, I like your template. But when using all the necessary elements, you have to connect a large bunch of files. Why not combine the libraries into an obin file for convenience. And when to expect a new style, modern.
Hi,
You can easily concat all files into 1 if you need, but the template includes separate files for easier setup. You can choose libraries that you want to use, add them separately to your environment and then concatenate all files in your prod environment.
Modern style along with new layouts are planned and have highest priority, but no ETA yet.
Thanks
Hey, Tokenfield’s inputs are not working with form-control-sm, rounded-bottom-0 classes. In this particular case, I need the input a bit smaller and bottom corners not rounded so I can use a helper bellow the input, but the helpers that is with grey background.
https://i.ibb.co/WH8FPqc/tokenfield.png
Can you please add this helpers to work with tokenfields? thanks a lot
I tried so many things and still looks like this. I checked the code also so many times looking for missing something, but I didn’t found anything wrong. What could be the problem to the uploader? Also, when I select a file the input kinda fix it itself.
Please let me know, thanks.
hey,
1. Tokenfield generates its own markup, and hides the original input, that’s why helper classes don’t work. There’s also no option to add custom class names to the generated input, i will look into this issue in the next update. Possible workaround would be to wrap original tokenfield input in some div with custom set of classes and add them to CSS, something like:
<div class="tokenfield-rounded-top">...</div>
// CSS
.tokenfield-rounded-top .tokenfield-input {
border-radius: 4px 4px 0 0;
}
2. That’s strange, that input has .form-control class by default and should inherit all styles from regular input field from Bootstrap. Can you share a link to your page so that i can have a look?
hi! How to hover?
Hi.
Sorry i don’t understand your question. Please clarify.
Thanks
Hi,
There is a limitation (or bug – I don’t know) in case a responsive datatable will be used for data input in mobile mode.
In the print screen I uploaded, I have included a form element in a table cell at the file Limitless_v4.0/bs4/Template/layout_1/LTR/default/full/datatable_responsive.html
Here are the steps:
I resized the browser and I clicked the + button to expand (first image).
I entered some data in the text field (second image).
I clicked the – button to collapse (third image).
I clicked again the + button to expand and the data I entered was disappeared (fourth image).
Please see it here:
https://pasteboard.co/D2YFB0QhvN9N.pngDo you plan to release an update to make it working?
I have checked the responsive table pages, I cannot find a solution where input fields can be parts of a responsive table and working correctly in mobile mode.
Thank you
Hi,
Unfortunately it’s a known limitation of Responsive extension, explained here. There’s a custom workaround, but there’s no official solution yet.
Thanks
Thank
Thank you for your reply. I have done something similar, I was looking for an official solution.
Regards
It works just fine in live preview. How do you integrate it?
Hey bro! Im using the new version. Is there a way to set a separate config file for sass to enable or disable the modules on it? I have some projects using limitless, but i dont want to have a copy of the same folder in every project. I have a root folder called limitless and in every project I have a gulpjs file for every project, which I enable the js files that I want for that particular project, but is not the same for CSS. I check the config file in the documentation and you mentioned that I can enable or disable every module, but how do I use config.scss for every project? I don’t want to enable or disable a module in the root folder because some projects could be affected, some projects are using almost all the css modules, others only a few. Please let me know.
Hey.
One of the options would be to move 5 files to a separate folder and name it accordingly: _config.scss, bootstrap_limitless.scss, bootstrap.scss, layout.scss and components.scss. Edit the last 4 and change paths to imports.
But another option would be to use gulp only, similar to Limitless configuration, where paths use variables in src and dest, so that when you need to compile CSS for a specific layout, you can edit _config.scss and then change compilation destination.
Thanks
Interesting. Can you elaborate more in the second option, the part that says “you can edit _config.scss and then change compilation destination”. Can you give me an example? Thank you as always
Sorry for the delay, was on holiday.
In the gulpfile.js that comes in the package, you can control destination of CSS files compiled from SASS. So if you have 2 projects that require different set of components, you can do the following:
1. Open gulpfile.js and either edit variables or change both variables and dest(...) in sass() task
2. Open _config.scss and change “true” to “false” in certain components
3. Run “gulp sass” task in your terminal to compile different CSS files to different destination folders
You can also create different tasks for different projects in gulp file, if that’s more convenient.
Hope this helps
Hi,
I wanted to view the demo, to see what’s new, but my antivirus does not allow me. It displays “URL:Blacklist”. I am just sharing it with you in case you are not aware.
Regards
Hi,
That’s strange, VirusTotal check shows no warnings. SSL certificate is also up-to-date. Thanks for reporting though, i’ll keep an eye on it.
Hi, thank you for your reply.
I uploaded a print screen
https://pasteboard.co/GMnfu7WHxk5D.pngI am using Avast, it displays the threat name “HTML:Iframe-inf[Susp]”
I just entered the url demo.interface.club in the browser (with and without https) and it shows the same.
I will download the new release and test it locally. I am using a very old version, the jquery Select2 plugin generates a noticeable delay, it may be has been fixed.
Regards
Hi,
Most likely that’s coming from Themeforest as all item previews open in their own iframe. I double checked all pages in the template itself and couldn’t find any signs of viruses.
Thanks
Hi,
It comes because of the demo.interface.club domaim – I don’t know whos that domain. I downloaded the latest version and ran it locally. I’ve got the same alert message and my antivirus blocked the browser.
I found that there are embedded images (for the demo purposes) from the above domain in all pages, for example,
<img src="https://demo.interface.club/limitless/assets/images/layouts/layout_1.png" class="img-fluid img-thumbnail" alt="" />
As soon as embedded images are removed, everything is OK.
Regards
Thanks again for detailed report. I still don’t see any issues, but i will replace that image just in case. Cheers!
Hello what happened to the tabs, icons and colors in the secondary side bar https://pasteboard.co/WMKSGCIJFhbl.png
This allowed us to hold more links, can you add a page that/docs to show how to get the tabs, icons and change colors. Also how to make the panels/div constrainers squared/rounded, where is the setting for them
I’m not sure I understand. Change colors for what? You can still use dropdown menu with tabs like in previous version
1 Multiple tabs, Clicking on the tabs/icons below sidebar in the pic., should load different buttons so we can host more actions/ref links, but those tabs are missing in this version
2 Double side bar: Also the double left sidebar was much cleaner in last version, now it seems clunky. How can we make those icons smaller, and put more buttons to put more content.
https://i.postimg.cc/j5H3TFNT/image.png1. Those are simple buttons in grid columns, you can easily add them back if you need. You can find them on components/buttons page, “Floating with text” example.
2. Visually they are almost identical. Previous version had 3 tabs + dropdown menu, new version has 4 tabs. You can add dropdown menu and show more tabs there or make sidebar wider.