2227 comments found.
Thanks, have sent across an email.
Received, will reply back a bit later today. Thanks
HI,
I’m having trouble integrating the bootstrap uploader and could do with a little direction if that’s ok. Can you fire me your email address?
Thanks Mark
Hi Mark,
Sure, send an email to e.kopyov[at]gmail.com
Thanks
Trying a form wizard—css apparently missing:
<!- Global stylesheets ->
<link href=”https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900” rel=”stylesheet” Type=”text/css”>
<link href=”/assets/css/icons/icomoon/styles.css” rel=”stylesheet” Type=”text/css”>
<link href=”/assets/css/bootstrap.css” rel=”stylesheet” Type=”text/css”>
<link href=”/assets/css/core.css” rel=”stylesheet” Type=”text/css”>
<link href=”/assets/css/components.css” rel=”stylesheet” Type=”text/css”>
<link href=”/assets/css/colors.css” rel=”stylesheet” Type=”text/css”>
<!- /global stylesheets ->
</head>
<!- Core JS files ->
<script Type="text/javascript" src="/assets/js/core/libraries/jquery.min.js"></script>
<script Type="text/javascript" src="/assets/js/core/libraries/bootstrap.min.js"></script>
<!- Load plugin ->
<script type="text/javascript" src="/assets/js/plugins/forms/wizards/steps.min.js"></script>
<!- /core JS files ->
<form class=”step-basic” action=”#”>
Select Service & Time
<fieldset> ...</fieldset>Step 2
<fieldset>....</fieldset> </form> <script> $(”.step-basic”).steps({ headerTag: “h6”, bodyTag: “fieldset”, transitionEffect: “fade”, titleTemplate: ‘ #index# #title#’, labels: { finish: ‘Submit’ }, onFinished: function (event, currentIndex) { alert(“Form submitted.”); } }); </script>Just replied back to your email.
I am using the same CSS as the examples which work—still cannot get the thing to display correctly.
<!DOCTYPE html>
<head> </head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Check Availability</title>
<!- Global stylesheets ->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900" rel="stylesheet" Type="text/css">
<link href="/assets/css/icons/icomoon/styles.css" rel="stylesheet" Type="text/css">
<link href="/assets/css/bootstrap.css" rel="stylesheet" Type="text/css">
<link href="/assets/css/core.css" rel="stylesheet" Type="text/css">
<link href="/assets/css/components.css" rel="stylesheet" Type="text/css">
<link href="/assets/css/colors.css" rel="stylesheet" Type="text/css">
<!- /global stylesheets ->
<!- Core JS files ->
<script Type="text/javascript" src="/assets/js/core/libraries/jquery.min.js"></script>
<script Type="text/javascript" src="/assets/js/core/libraries/bootstrap.min.js"></script>
<!- Load plugin ->
<script type="text/javascript" src="/assets/js/plugins/forms/wizards/steps.min.js"></script>
<!- /core JS files ->
<form class=”step-basic” action=”#”>
Select Service & Time
<fieldset> ..... </fieldset>Contact Information
<fieldset> ..... </fieldset> </form> <script> $(function(){ alert(‘hi’); $(’.step-basic’).steps({ headerTag: “h6”, bodyTag: “fieldset”, transitionEffect: “fade”, titleTemplate: ‘ #index# #title#’, labels: { finish: ‘Submit’ }, onFinished: function (event, currentIndex) { alert(“Form submitted.”); }}); }) </script>File is located at http://dev3.gigbuilder.com so the assets file would be http://dev3.gigbuilder.com/assets
Its the exact same files used in the demo which does work. I cannot wrap my head around this.
Hi,
Can i ask you to email me 2 or your files – html and components.css – to e.kopyov[at]gmail.com? I’ll check what’s wrong, also i can’t access files on those links.
Thanks
Also please check your console, do you see any JS errors in there?
Another thing – you also need to include app.js file after steps.min.js as it includes core template functionality.
Thanks
The limitless theme have a G+ and facebook registration? And about database have it a default script? Tks
Limitless is a static HTML template, it doesn’t have any server side and social media integrations.
Thanks
Hello, I think I found a little CSS bug with components.css and the last version of Full Calendar (with scheduler extension) : .fc-scroller doesn’t need min-height: 500px;
Hello.
Thanks for the info, will check it out as soon as possible.
Thanks!
Hi !
Thanks for your work.
I have a problem about the form-validate-jquery on a form inside a modal. I tested : <form class=”form-horizontal form-validate-jquery” ....> But it doesn’t work… The validation is not triggered.
On the same page I have other forms (not in a modal) and all is tested correctly by the validate-jquery.
My question : Modal with form is it compatible with the form-validate-jquery ?
Thanks for your support.
OK I solved my problem. Sorry.
For information, this modal is managed by Ajax with a beautiful preventdefault…So…
Hi,
Great! Also a quick tip – sometimes some plugins need to be initialized in onShown event 
Thanks!
Hello again. I have some issues with tables inside in a panel. Please check this images: With description: http://s32.postimg.org/8fi0ujwlh/image.jpg Without description: http://s32.postimg.org/fr5k0i285/image.jpg
Please let me know what is going on.
LOL, I solved the problem. I was using two “content-wrapper”. Now is working
I’ll let you know if I have any problems in the future.
Feel free to contact me 
Very well done .. This is one of the best Admin Template I have ever used . I am building Arabic based web app (RTL) and the RTL support is really good . File structure is very well organized .
Wish you the best on sales .. Big 5* stars from me 
Hello there,
Thank you very much for kind words, truly appreciate! 
Hi Kopyov,
thanks for great template in first place! 
I want to ask, if next update will be in near future (days / weeks)? I pretty much need SCSS migration of Limitless template and don’t know if i should do it by myself or wait for your update.
Hi there,
It’s in progress, but i can’t tell you an exact date at the moment unfortunately, i’m in the middle of something – working on around 26 new custom page layouts.
SASS version will be out in June/July as i didn’t even started implementation. It will be based on current less structure, if that’s not urgent i’d still suggest to wait for that update to be sure that you are using the latest and original version of files.
Thanks
Hi there. I am trying to make it so that when on mobile, the main sidebar nav displays as the mini nav (icons only) fixed to the side. Can you point me toward sections of the theme that will help me with this?
Thanks, Clare Prowse
Hello,
Unfortunately this feature isn’t supported at the moment. I am planning to add 2 more sidebar options in June/July, 1 of them will include floating and offcanvas layouts and another one collapsible mini sidebar on mobile.
Well, this requires quite a lot of changes in less and js files. In current setup mini sidebar works only on wide screens. To change that, you need to change the class names dependency in app.js file and completely change a logic of mini sidebar appearance. So i’d suggest to wait until that update is out.
Thanks
Thank you. My next question is about scripts. I am trying to put multiple scripts in files (eg a calendar dropdown in a wizard form, and a tag generator in a modal), but I cannot figure out how to order my scripts so that I can retain the basic functionality. If you can point me to the spot in the docs that will address this, it would be most helpful.
Thanks,
Clare Prowse
Ack and also is there a class to make labels inline with the forms they correspond to? I can only see examples of labels on top of the forms…
Hi,
I’d suggest to create a new file custom.js and place in there your plugin configurations. This will help to better organize your code.
Also please do not use any js files from assets/js/pages/ folder, they are mostly for demo purposes – each file includes multiple examples of different plugins. Just pick desired configuration and paste it in your custom.js file.
app.js – you need to include this file everywhere on your website, because it includes basic functionality or layouts.
Inline labels – there are 2 form layouts: vertical and horizontal. You need horizontal one, please check this page for a correct markup.
Thanks
Ok thanks. And how about putting a dropdown with checkboxes in it? How might I accomplish that?
If you need static checkboxes, you can use a custom dropdown menu items markup from this page.
If you want to convert standard select to dropdown with checkboxes, you can use Multiselect plugin.
Thanks
Great, thanks. The next thing is, I can’t seem to get the basic dropdowns to style properly without adding the ‘select’ class to them. With the ‘select’ class comes a search bar and magnifyer…any ideas?
It would be super helpful to know which scripts correspond to which elements, and what order they need to be in. I’ve got a page with a wizard in a modal, and in that wizard there are drop downs selects and calendars, etc. Loading all of the scripts is not ideal, but I am not sure which scripts correspond to which element, or what order to place them in.
I’ve currently got a basic single date picker in my modal wizard, but when I click it nothing happens.
Further to my last comment about scripts, trying to find which scripts effect which functionality, I’ve been turning them on and off. Turning off the picker.time.js script broke my wizard…surely this has something to do with the order of scripts? Is there a point of reference for script placement somewhere in the documents? Thanks!
Hi,
I need to see your code first, most probably you are initializing plugins incorrectly.
Plugins ordering is important in a few cases only – when you need to load one plugin inside another one.
Basic usage is:
1. Load jquery plugin on your page
2. Add a container with some class or id, for example <div class="date-picker"></div>
3. Initialize plugin using specified selector:
// Basic configuration
$('.date-picker').pickadate({
today: '',
close: '',
clear: 'Clear selection'
});
The main rule here is you need to initialize plugin AFTER loading the plugin itself.
In your case, i’d suggest you to create a new custom.js file, load it after app.js and place in there all your custom JS code: plugins configurations, custom code etc etc.
Documentation doesn’t include these basic things, but includes descriptions of all the plugins with usage examples.
Also as a quick note – always check your console, it helps to define where the issue is coming from.
And another one – please don’t use any files from /assets/js/pages/ folder in development, all those files contain multiple configuration options of different plugins. Just pick desired configuration and copy/paste it to your custom.js file
If that won’t help, please email me your code to e.kopyov[at]gmail.com, i’ll check what’s wrong in there.
Thanks
Hi Eugene. I have emailed you. The email will come from clare[at]fiberdesign.ca. Thanks.
hey Clare,
replied back, please check your email.
Thanks
I need to include lot of JS libraries when i want to use floating labels. I will use it just for inputs but it requires selectboxit and lot of libraries, and gives an error if i does not include them to page. You can add if statements to support other libraries for floating labels.
Hi,
If you are using form_floating_labels.js file in your project, you need to remove plugins initializations from that file if you don’t use them. Those configs are for demo purposes just to show how they work, so feel free to edit that file to avoid plugin initialization in container that doesn’t exist.
Thanks
But i will lose time if you update the theme, if i change theme files. I’m using custom.js and custom.css if i need customizations. But it throws exception. I can do nothing in this case except including all of unnecessary requirements. Just add “if (typeof $.pluginName !== ‘undefined’)” next time to support labels for plugins. We can use just what we need by this way.
Ahaa, thanks for the suggestion, will definitely consider for future updates! I thought nobody will use JS files with multiple plugin configurations, but looks like i was wrong 
Thanks!
Hello there, amazing work, i am considering buying it but the fact that there is no psd is making me hesitant, however, in the preview there is a customisation service offered, can you tell me more about the customisation services as there is psd’s ?
Hello!
This template was designed directly in browser, i didn’t use any design tools, so i don’t have any PSD files at the moment. I already received a few requests and will try to include some source files in the upcoming updates.
Unfortunately i’m fully booked until early June. What exactly do you want to know about customization services? 
Thanks
OMG! I will buy this one for sure… this is amazing!
Thank you for purchase! 
No problem. I don’t know why uniform is not working… the checkbox in login page doesn’t change, and I’m using $(’.styled’).uniform(); correctly. I checked and compare many times the files that you are using vs mine and all are the same… is there any css that I missing? Please let me know.
Hi,
Can i see your code somehow? My email is e.kopyov[at]gmail.com, i’m pretty sure there is a minor issue with JS file loading.
Thanks
Nevermind. I was using a tiny version of components.css
from starter
I’m done with login section page in my application and looks AWESOME! I’m so happy right now 
That was super fast
Great, let me know if you have any other issues.
Thank you!
Who can I have develop designs for for limitless.
I have paper mockups, but need help assembling everything.
Can I contract with you to complete it?
Hi,
Unfortunately i am not available for freelance work at the moment. Sorry about that
Thanks
Hello.
Very nice product. I’m curious about one thing, before I purchase it. Is it an easy approach to have a fixed navbar and sidebar on a boxed layout?
I suppose it’s only a matter of adding a specific class to make it fixed?
Kind regards
Hello,
Yeah, you just need to add 2 classes – 1 in main navbar to actually make it fixed and 1 in body to add top padding for content area which is equal to navbar height.
Thanks!
Thanks for your fast response. I purchased your product!
I added these two classes on a quick live-inspect of the preview sites. However, the sidebar’s scroller is browser native.
Can you assist in the quick fix for this to have the pretty scrollbar of yours in your examples?
thanks for purchase!
Of course, which layout are you using?
Second layout variation (Default theme) – Boxed with default navigation. 
understood, another quick question – do you want to have both fixed sidebar and fixed navbar? Native browser scrollbar is a default one, just to be sure we are talking about the same thing 
Thanks
Yes, exactly. 
I want everything that’s included in “Fixed navbar & sidebar” – but with a boxed layout too. 
What I’ve got so far is basically adding these two classes to the body-tag and the main navbar as you instructed.
What I need is the pretty scrollbar. 
Ahaaa, got it. In this case i’d suggest you to use layout_navbar_sidebar_fixed.html page as a base and add class=”layout-boxed” to your body. This page uses layout_fixed_custom.js file (located in assets/js/pages/ directory), which includes configuration of custom scrollbar.
Or if you want to use that layout as a blank page, you can use layout_fixed.html page from Starter kit, where you can also add class=”layout-boxed” class to your body tag.
Let me know please if that helped out.
Thanks
Haha, that’s so simple.
Awesome – thanks for your help! This layout will be at great use for my application. 
Have a great day.
Are are always welcome, let me know if you have any other issues.
Thanks!
Are u able to get the access now and see the issue
Yes, actually i don’t see any issues, because i can’t see that you are loading datatables extension on your page. You need to load fixed_header.min.js file (assets/js/plugins/tables/datatables/extensions/) after datatables.min.js and initialize it using fixedHeader: true option.
Thanks
Thanks for pointing this out it helps
Always welcome 
You can access the site now the :
login coirej coirej
visit the site in another browser: http://52.27.57.67:8081/cashtransactionsummary/Kindly let me know your IP I will add it then you can visit the page using username: coirej password:coirej
my public IP is 94.21.85.234
The fixedHeader dont work in Datatable .
http://52.27.57.67:8081/cashsummarydatatables/Hi,
Can’t access the page – restricted area. It works great locally and in demo preview, looks like you’ve done something wrong or there is some JS error that blocks DT extension.
Could you please provide a working link?
Thanks
I only wish I would have found this sooner! Amazing back-end. Incredible. Before I purchase, I’m would like to know if there is a way to create a Profile Page with Cover and remove the sidebar navigation? Also, do you plan to support/update the software for years to come? I’ve purchased many themes and the creator stops supporting updates.
Hello!
Thank you very much for kind words 
Of course, there is a profile page with cover, you can easily remove sidebar if you want just by removing sidebar markup.
Definitely yes, i have a lot of different ideas related to layout options and functionality, template is in active development and i’ll keep supporting and developing it. Updates take a bit longer than i’d want, but i work alone and it takes some time to integrate new functionality.
Thanks!
I see there is a support ticket icon. Do the files support ticketing?
No, not at the moment. I am planning to add static support layouts in one of upcoming updates.
Thanks
OK, great. Also for the grid options, if I have devs add more columns will this affect the responsiveness of the grid, for instance, 15 or 20 columns?
Limitless is using default Bootstrap grid, which has 12 columns. You can extend it of course, but it will require quite a lot of changes in Bootstrap core. Responsiveness of the grid is controlled by a few files, if you want to change number of columns, you’ll also need to change a few less mixins in order to make a new grid responsive. I think your developers will know how to manage it 
Thanks
Ok, thanks