Discussion on Limitless - Responsive Web Application Kit

Discussion on Limitless - Responsive Web Application Kit

By
Cart 13,880 sales
Well Documented

Kopyov supports this item

Supported

This author's response time can be up to 5 business days.

2227 comments found.

Hi, i have an datatable. how can i use button (pdf,excel,cvs,copy and print) with column selectors?

thank you

Hi

Replied on support forum

Hi! Great theme, thank you for publishing it. My page will not be completely responsive. It’s necessary to keep a min page width of 1200px.

I wonder if there is a way to display the mini sidebar instead of hiding it completely.

Thanks in advance, Alex

Hi Alex

It depends on the layout, but basically all of them can be converted to a non-responsive layout just by using .col-xs-* classes in the grid and set min-width to 1200px in main containers. Can you please tell me which layout are you using?

Thanks

Multiple tabs.

I am having an issue with multiple tabs. I am using a data table and on expanding a row I have a script that generates a tabbed content for each record. However when I generate another expanded content on the same table, the tabs clicked will work on the previously opened tabs and not it’s own one. Do you happen to have a script where you operate the nearest tabs instead of on specific ID’s?

I DO know how I can fix this – by appending a unique id from the record to the tab id, but was hoping your script would be easy to modify. Or perhaps direct me where in your script I can modify it myself.

Thank you

Hi

Hmm, there is no a ready to use solution unfortunately – according to Bootstrap docs, tab component needs ID’s to target active/inactive containers and show/hide them. You can try something like this or this, might be helpful or point to a right direction at least.

Thanks

So are these bootstrap tabs or jquery? Because I wanted to ask would I be able to use this? http://joshreed.github.io/jQuery-ScrollTabs/ It’s a way to scroll tabs left and right when there are too many. Thank in advance…

It’s a default Bootstrap component, which doesn’t support scrollable containers, because tabs can contain dropdown menus. So that tabs navigation is stackable on mobile. If you don’t use dropdown menus in tabs nav, you can add horizontal scrollbar to it or use tabDrop extension for Bootstrap tabs (not scrollable though, but simplifies nav by moving extra items to the dropdown menu).

Thanks

update please , need awesome update

Hi

It’s ready, doing the boring stuff – updating live preview and preparing files for the package, documentation, changelog, description etc. Should be out very shortly, please a bit more patience ;)

Thanks

Hello, Eugene! Can we wait for a support of Sass with next update? If so, ~ ETA for “holidays” update?

Thank you!

Hey

Sass version will be added in March only, along with Bootstrap 4 version. I just started working on both. Upcoming update will be out tomorrow or the day after, preparing live preview and files for package.

Thanks

Great news about Sass and Bootstrap 4! Thanks

Hi, how i can set color using js to colorpicker:

<input type=”text” id=”icon-color-select” class=”form-control colorpicker-show-input” data-preferred-format=”hex3” value=”#ffffff”>

I tried: document.getElementById(“icon-color-select”).value=#fff;

Thanks.

Hi

You can use set method to update picker programmatically.

Thanks

Hey,

I have the following problem: If I use your invoice template and try to print via browser the css seems to be ignored (positioning, color, etc.). Is there any fix to that?

Thanks in advance

Hey

Correct, it does not support responsive grid. To fix that, use .col-xs-* classes, but keep in mind that these classes disable responsiveness.

Thanks

Hi Kopyov,

I haven’t purchased Limitless yet. Curious if you have experience with Limitless and the Highcharts data visualization library. I’d like to use a bootstrap template kit that will work nicely with Highcharts.

Thanks in advance!

Hi

Highcharts are fully customizable, you can easily change any color and general styling. I didn’t use Highcharts with Limitless, but i have some experience with the library. And i am pretty sure it can be easily integrated – use existing panels and chart container, add chart config and it should be ready to go :)

Thanks

Hi! I stated using your template system and so far it looks great. I am trying to do something silly perhaps you can help me.

In the material design, when you focus a text input, there is a bottom border line that comes up. It is green, and I want to have a specific colour for it. Where/how can I change that? And can I make it 1px instead of the thick line? Thank you in advance.

Hey

Of course, pretty easy to do. To change color, open variables-custom.less file (assets/less/core/variables/) and find this bit:

//** Bottom border color for inputs (v. 1.3)
@input-border-highlight-color: @color-teal-500;

Change @color-teal-500; to whatever you want.

To make it 1px instead of 2px, open forms.less file (assets/less/bootstrap-limitless/) and find this bit:

.form-control {
    ...

    // Remove outline and shadow on focus
    &:focus {
        outline: 0;
        border-color: transparent;
        border-bottom-color: @input-border-highlight-color;
        .box-shadow(@input-box-shadow);
    }

Simply remove .box-shadow(@input-box-shadow); and re-compile your less files.

Thanks

Hi again Another problem is , pace-progress doesn’t show in RTL version, Why ?

Hey

Yes confirmed, sorry my bad. It used to work in previous version, but something is broken in current one. I’m going to push an update within next few days, will include a working version of pace as well.

Thanks

Great, Thank you.

Hi I faced a problem in layout 2 in both RTL and LTR direction. In a responsive view , for example in 360px width screen , when I open navbar mobile to view account information, it shows in a bad way please see this image: https://s29.postimg.org/dnx17r6uf/limitless_responsive.png

Hi

Looks like your markup is incorrect, i don’t see this issue in live preview and in packaged version. Did you make any changes in the code?

Thanks

Hi

oh I checked it on mobile and it works fine . because at the first I checked it on my computer browser in developers tools > responsive view and saw this problem. It’s ok, Thank you

No worries, let me know if you have any other questions.

Thanks

Hi, we are trying to use the alpaca JSON forms, but we are having issues creating date fields, in the alpaca website they are working fine. Is there anyway you can help us?

Hi

Date fields are using Bootstrap date picker, you also need to include it on your page, as well as moment.js

Thanks

How can i change background color and menu font color

Sorry i don’t see you own a license. Please confirm your purchase in order to get a support. Thanks

sorry i purchased “minovate-angular-admin-dashboard” theme and searching batter option with more feature. so by mistake i post query here. i want to post at purchased theme.

Thanks

Oh no worries then, good luck! ;)

Hey Eugene, so what’s the status of New Year’s gift? ;-) Thanks. Joe

Hey Joe

Working hard on it while on vacation, currently updating docs. Deadline is Saturday, so should be available for download during this week.

Thanks

hi , i am trying to make a mvc 5 project that includes charts

is there any document that how to use echart i wanna change charts with controllers

have a good job

Hi

Unfortunately i couldn’t find any documentation about asp integration, but found an example with source code.

Hope this helps.

Thanks

HI i’d like to ask if is possibile to print or save to pdf an invoice? thank you

Hi

Unfortunately no, not at this stage. Generating PDF from markup is a custom functionality, which requires additional integrations (something like wkhtmltopdf). Usually it’s better to use framework integrations depending on your app language, than a simple static converter.

Thanks

I am trying to use an inline styled radio button in a stepy wizard but the display is not correct. it appears displayed doubled but not correctly aligned. It only displays incorrectly after the stepy wizard js has run and realigned all the inputs.

Here is my row div :-

<label class=”col-lg-9 control-label”>I give permission for photos / videos to be used for promotional purposes:</label> <label class=”radio-inline”> <input type=”radio” class=”styled” name=”gender” checked=”checked”> Yes </label> <label class=”radio-inline”> <input type=”radio” class=”styled” name=”gender”> No </label>

Can you help please?

Thanks,

Jason.

Hey Jason

Looks like you are initializing uniform plugin twice. Can you please email me a full JS code and a list of all JS files you are using to e.kopyov[at]gmail.com? I’ll check what’s wrong.

Thanks

Hi,

Does this template would fit for a prestashop e-shop ? I would like my front office to look like an application an not a website and your template is the kind I’m looking for.

Regards, Ana

Hey Ana

It’s a static HTML template, it doesn’t have prestashop integration. But definitely can be integrated with additional development.

Thanks!

Hi Kopyov, I sent you an email with an issue I’m having with Switchery. Looking forward to hearing back from you. Thanks!

Sure, is your email kopyov[AT]gmail.com?

found the right one and sent you again

thanks, replied back

Привет, есть возможность использовать angular.js с темой limitless, например? И если нет, то планируется? Спасибо

Привет. К сожалению пока нет – планируется, но когда именно будет релиз пока не знаю, перегружен работой. Это статический HTML шаблон, были пользователи кто сам делал интеграцию, проблем серьезных не было. Спасибо

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey