2227 comments found.
You have the data-action for reload, collapse and close. I need identical ones for edit and delete on a table row but I do not find it. Could you please provide me the code to extend this? Regards Andrea
Hi Eugene,
I have acquired Limitless and I am very happy with it. However I am stuck on a CSS flaw.
I am trying to put either a Tab-control or a Form wizard into a large modal, which seems to work but the text-color in these controls switch to white.
This is my modal:
<!-- Primary modal -->
<div id="mdlWidgetTableau" class="modal fade">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header bg-primary">
<button type="button" class="close" data-dismiss="modal">×</button>
<h6 class="modal-title">Add Tableau Visualization</h6>
</div>
<div class="modal-body">
<div class="tabbable">
<ul class="nav nav-tabs nav-tabs-bottom">
<li class="active"><a href="#xbottom-tab1" data-toggle="tab">Select visual</a></li>
<li><a href="#xbottom-tab2" data-toggle="tab">Manage settings</a></li>
</ul>
<div class="tab-content text-black">
<div class="tab-pane active" id="xbottom-tab1">
<p>Text in tab 1</p>
</div>
<div class="tab-pane" id="xbottom-tab2">
<p>Text in tab 2</p>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-primary">Insert visual</button>
</div>
</div>
</div>
</div>
<!-- /primary modal -->
So the tags in the tab’s body render as white text against a white background.
If I do a chrome inspect on the DOM, the standard color (000) is overruled by this class: div.page-header.page-header-inverse.bg-indigo
I don’t see why that class would change my text to white in the Tabs?
Is there a CSS inheritance bug somewhere?
Thanks for your support.
Hi
Sorry for getting back to you so late.
I’ve checked your issue locally and can’t see white text, all tabs are rendered correctly. One possible issue could be modal placement – try to add your modal markup before closing body tag, page header styles shouldn’t affect tabs design.
If that doesn’t work, can you please email me the full code to e.kopyov[at]gmail.com or share a link to your page?
Thanks
Hi Eugene,
No problem, you totally saved the day!
I had my modal HTML outside the page-container right below the floating menu, so that’s why it was inheriting/overriding from the wrong class and turned the text white. Moving it inside the content-wrapper instantly fixed it 
Excellent help and you have the best admin-theme on Themeforest!
Leon
Hi Leon
You are very welcome! Let me know if you have any further questions!
Thanks!
Hello Eugene,
NOT SUPPORT, JUST QUESTION.
Does the fullcalendar components support MODAL display for an event in the calendar?. I am writing additional functionality, but just wanted to check as there is no eventClick function currently in the Limitless calendar to handle display of a single event information. I need the calendar to be interactive, and update a database as well for more control.
regards TIM (purchaser of Limitless)
Hi
Make sure you have included app.js and you don’t have any js errors in the console.
Thanks
I’ve check all before I ask…css and html codes has some problem…
Hi,any Idea about where the problem can be?
Sorry I don’t provide support on weekends. I need to see you markup and js that you are loading on your page. Please share a link to your page or email me the files to e.kopyov[at]gmail.com
Thanks
I can’t reveal my site address in comments section..would you please send me an email and continue our discussion there?
Email sent
can i use this with my asp.net application?
Hi
Of course, since it’s a static HTML template 
Thanks!
how to minimize the height of the table column and minimize the letters for this table (on the Scrollable datatable example (menu: data tables> basic initialization))
thanks
How to solution Left fixed column (in menu: tables> data tables extension> fixed column) to be able to run on android / iphone?
Thanks
This is not possible, because fixed column extension itself doesn’t support mobile devices separately – you always get exactly same look as on desktop. So if you have 2+ fixed columns and they don’t fit the screen, this can’t be fixed. Or you can use liquid column widths instead, but this option also doesn’t work correctly on mobiles.
Thanks
Hi,
Do you plan to support React within template?
Regards, Dejan
Hi Dejan
Yes, but not the highest priority at the moment. Currently focused on BS4 version and Angular. React is in my todo list, but it’s hard to calculate ETA.
Thanks
Hi,
Firstly the theme is great and you can almost everything. I checked but I couldnt find a feature so I wanted to ask. What I need is:
First I have a one column with a list of schools with 3-4 attributes, name, address, phone etc. When I click on a school I want to stay on the same page and another column appears on the right side with the detailed info where I can edit every info of that school. And the first column(the list of schools) gets smaller to just names of schools. (It was name, address, phone at first, when I click to a school, that panel minimize to showing just name and another column comes up with all details of that school)
Can I do something like that?
Hi
I am not sure i understand your question correctly, but i do understand the layout you are trying to build and unfortunately this kind of layout is not available, but you can try to implement it yourself with some additional containers and interactions.
Thanks
Hi, quick check: on Dashboard page of your demo you got a gorgeous “Support tickets” table. It is not responsive so I am thinking to put this via divs (on mobile it will just fold 1 column beneath the previous one, like standard bootstrap). Before i do this myself may I check: (1) is there already divs made for such purpose (i.e. with css similar to this table), (2) any heads up with this goal? (I am new to template and see it has got doozens of stuff). Thanks. Item is great btw.
Replied to your ticket on support website.
Why in the Scrollable datatable example (on the menu : data tables > basic initialization) when I press the menu to be small (lies on the line drawing in the top header (right side of the limitless text)), the content of the Scrollable datatable header is not Follow the contents (width), maybe you have a solution for the header can follow the contents?
Hi
You need to adjust columns width when sidebar control button is clicked:
// Scrollable datatable
var table = $('.datatable-scroll-y').DataTable({
autoWidth: true,
scrollY: 300
});
$('.sidebar-control').on('click', function() {
table.columns.adjust().draw();
});
Thanks
Thanks for the answer and it’s work …. i have one more question how to minimize the height of the table column and minimize the letters for this table (on the Scrollable datatable example (menu: data tables> basic initialization))
thanks
Hi
I am not sure i understand what you mean by minimize the height of table column. You can’t do this with a specific column or cell, any change will affect the whole table or row, see description of table element.
You can change table font size despite it always inherits body font size, but i would strongly suggest to avoid it, won’t look consistent.
To change font size inside table, simply add your desired font size to .table class:
.table {
font-size: 12px;
}
Thanks
I mean want to shrink the column size (in excel like change row hight), maybe you can help
thx
Nope, not possible at the moment. In older versions of DT there was a separate plugin for that, but versions 1.10.* don’t support it.
Thanks
Is there not a lightbox or pop for videos ? I am a little lost here.
Hi
Of course, you can find an example on this page for the image, but it also supports videos.
Thanks
Hello,
I’m trying to implement a form submit via jquery, so I tested this to prevent the submit of the form:
<form id="formLogin" action="hello.html">
<input name="email"></input>
<input name="password"></input>
<input type="submit" />
</form>
<script>
$("#formLogin").submit(function(event) {
event.preventDefault();
console.log("prevented!");
});
</script>
but the form is submitted, any idea?
Note: I’m using form-validate-jquery plugin
Thank you in advance!
Never mind, I had a typo! I feel stupid haha.
No worries
Let me know if you have any other questions
Hello,
I am having problems with Bootstrap Switch plugin in the theme. I am using the extensions 3.3.2 version but work buggy on me. I use 1.5 version of limitless.
BUGGY : http://i.imgur.com/YcWgfxW.png
There is no div or grid col around the checkbox. I don’t know why it looks like that but when I increase the number of characters for ON or OFF size, it sometimes seems to work fine… I’ve tried to update the plugin from its website (with its js and css) but no luck.
Hello
I’ve just tried your labels locally and i don’t see any issues. Can you please share your code or send me a link to your page? Need to check your markup and CSS.
Thanks
I’m trying to use it in a new screen, and even adding the CSS files and JS properly It’s creating the HTML (I’m analyzing by the browser’s inpector) the alert does not appear on the screen.I believe that display style is not being defined, but I’m not sure how to fix it.
Hi
Sorry, i provide support only to verified users, i don’t see you own a license.
Thanks
I have, what e-mail should I send my licence or support?
Would be better if you open support ticket on my support website using your license code.
Thanks
Hi, if I put a “Breadcrumb component” inside a panel on the breadcrumb-elements, gets:
@media (max-width: 768px) {
.panel .visible-elements {
border-top: 1px solid #ddd;
padding: 20px;
padding-top: 0;
}
}
And it is not the desired css properties.
Hi
Default placement of breadcrumbs component is page header. If you want to show them in the panel, you need to add padding-bottom: 0; to:
@media (max-width: 768px) {
.breadcrumb-line:not(.breadcrumb-line-component) .breadcrumb-elements {
...
padding-bottom: 0;
}
}
and add specific options for .breadcrumb-line inside panel, something like: .panel > .breadcrumb-line {...}, for example bottom border.
Thanks
Thank you for your reply, I think it woul be locate inside panel-heading. Original is as is on line 682:
.visible-elements {
// Inside panels
.panel & {
border-top: 1px solid @panel-default-border;
padding: @content-padding-large;
padding-top: 0;
}
// Inside panel heading
.panel-heading & {
margin: @content-padding-base -(@content-padding-large) 0 -(@content-padding-large);
background-color: darken(@panel-bg, 1%);
}
...
Change to:
.visible-elements {
// Inside panel heading
.panel-heading & {
margin: @content-padding-base -(@content-padding-large) 0 -(@content-padding-large);
background-color: darken(@panel-bg, 1%);
//3 lines moved
border-top: 1px solid @panel-default-border;
padding: @content-padding-large;
padding-top: 0;
}
....
Visible-elements are fisically inside panel-heading, and it’s logical to apply styles in panel-heading. Hope it helps for anyone that have my same problem, and would be appreciable to be modified on the next update if you consider this usefull.
Thank you very much for the tip, will include this nice-to-have option to the upcoming update!
Hi – I know this is not a word press template or a plugin. I have read your answers. My question to you would be this: What would you charge for developing a front-end (not an admin) theme utilising your framework? I would like to make use of the wordpress system in order to create an app using your interface.
Thank you in advance…
Hey
Unfortunately i can’t take any custom work at the moment, focused on Limitless development. However in the next releases i am planning to add some front end templates, which will be available for free for all Limitless users, but i can’t tell you specific ETA as firstly i want to implement all my ideas for the template itself 
Thanks
Hi, i am waiting for my emails answer, its about 5 days we are waiting,
thx
I have replied back to your email, please check
No problem for delay and Thank you for detailed Answers 
Hi, this theme looks awesome! y bought your product, so i have a single question, Can i sell my finish product to severeal clients whit a regular license? Thanks!
Hi
Thanks for purchase!
Unfortunately no, according to Envato license terms, if you’re going to sell 1 product to multiple clients, you need to purchase Extended license. But to be sure, please check FAQ section.
Let me know please if you need further clarifications.
Thanks
Hi, this theme looks awesome! Im very interested on it, but I have a single question. If I get the regular theme for $24 I can sell my finished product to several clients without problem? Thanks!
Hi
Thanks for purchase!
Unfortunately no, according to Envato license terms, if you’re going to sell 1 product to multiple clients, you need to purchase Extended license. But to be sure, please check FAQ section.
Let me know please if you need further clarifications.
Thanks