Discussion on Flatkit | App UI Kit

Discussion on Flatkit | App UI Kit

Cart 2,376 sales
Well Documented

Flatfull supports this item

Supported

598 comments found.

Hello, How many charts are included in the package that costs $24 Also, I am developing a system for one of my clients.I will be using your theme for the same. Is this theme is distributable?

Please reply.

All the charts on demo are included. they are MIT license. If your clients want to sell the product(distribute). then need a Extended License.

Hi Flatkit,

I’ve bought a regular license, but when i run “npm install && bower install” I get error in NPM that I need a valid SPDX license and all bower components return a timeout.

Do you have any idea?

Tks

I was looking into comments and found the docs… So followed yours build tools instructions and it worked.

Please add me at gitlab: carlota.gabriel

Tks

Added. Thanks

Can you please add me to the gitlab repo, user “sdworxux”

Can you add us to the gitlab repo? https://gitlab.com/sdworxux

As a supported user, is it normal that comments are just being ignored?????

Added. Thanks

Hi! I bought this kit and I’m very happy with it. Are there also some PSD or Sketch kits available to play with the UI & UX in sketch or photoshop?

No sketch or psd files. Thanks

Hi Guys, I run a business data consultancy & I’m looking for something very similar to your dashboard but I have a few questions.

1. How does one install & edit this template? (I’m used to WordPress) 2. Can the graphs & charts widgets be integrated with 3rd party applications such as Lime Survey & TypeForm? 3. If not do you have any suggestions.

Many, many thanks, Robbie Gee

1. this is a static html template, not a WordPress theme. 2. No such integration. 3. If you know WordPress and want some cool dashboard. you can check our WordPress Plugins which change the wp admin look. https://codecanyon.net/user/flatfull/portfolio

Thanks

hi Flatfull, i haved some questions:

1. Can it be combined with jquery or already merge with angular?
2. Can this template be used to create an app and then when the app is ready i want to sell my application here using your template?

Thanks :)

1. It’s jquery+angularjs. 2. If you want to sell the app, you need the Extended License. also you need follow the https://themeforest.net/licenses/faq#redistribute-a

Thanks

Hi,

Can’t trace this one:

bootstrap.js:1791 Uncaught Error: Modal is transitioning at Modal.hide (bootstrap.js:1791) at HTMLDivElement.<anonymous> (bootstrap.js:1980) at HTMLDivElement.dispatch (jquery.js:4435) at HTMLDivElement.elemData.handle (jquery.js:4121) hide @ bootstrap.js:1791 (anonymous) @ bootstrap.js:1980 dispatch @ jquery.js:4435 elemData.handle @ jquery.js:4121

This prevents the menu from closing on devices. v1.2.0 – After Bower update.

Thnx

This is Bootstrap 4 js error happens on alpha.v6. you need remove the “fade” class on the modal. hope it will be fixed in next Bootstrap update.

Thnx but I am aware of this. The shipped version of Flatkit is not as described or demo’d here on Themeforest. e.g. The shipped version is v1.2.0 and the demo’s version is v1.1.3. Comparing the two [after finding numerous breaks within the shipped product], the demo’d app’s code-base is very different from the shipped application’s dependencies AND view templates. Because of this, it makes it literally impossible to roll-back the dependencies to what I have found in the demo’d dependencies thru the Web Inspector tool(s). The big fail here is that you are shipping a product with dependencies that are variable in version control and not fixed/locked as they should be – Best practices is for the development team to have control & debug the dependencies before release – Not the customer (e.g. your using ~2.1.3 and not 2.1.3 in the dependency tools). You are also using BETA releases for dependencies and non-backwards comparables’ in the shipped product. Basic 101 version control is first to test, lock the dependencies b4 shipment, and if backwards compatibility is broke, bump to the next “Major” version – Not bumping to a minor. Please roll back the shipped release to v1.1.3 as described in the Market [before I rate this app]. I am asking envato to remove Flatkit from the Market until this is accomplished. Thnx.

You can join the git repo to get the v1.1.3, paste your gitlab.com account here.

Hi
We are using charts that display data from a REST API in our web app (Angular version), but when opening the app, retrieving data from api usually takes time so that the chart doesn’t appear until switching to another page then return to chart’s page (since data becomes in cache).
what is the reason of that? how to solve it?
We are depending on charts basically!

The data not ready when chart start initialized. you can include the chart plugin on the page body. and call it when the REST DATA ready.

Great Template! thanks

Thank you for your wonderful work,

I updated my Bootstrap library to alpha.v6 and my navbar and dl tags no longer work as expected.

When will the updated version be released? Is there a beta branch that we can work with while we are waiting for the official release? My implementation is in plain HTML.

Best,

Not just update the Bootstrap to v6. but also change some navbar elements. you can check the latest version v1.1.4.

Hello! Any plans to Angular 2 or 4?

Working on the Angular2. Thanks

Are the svgs that make the MD icons multi color available for the other icons besides those in the demo? Or is there a project or utility you can point us to be able to create these for other icons?

Great theme! Thank you.

Go to https://github.com/google/material-design-icons to find the icon svg file. use a svg file editor to edit the svg file to get what you want.

Hello, How can I add a placeholder in a Summernote editor? I tried adding it to ui-options based on your airmode=true example

Update the summernote to latest version for placeholder. Thanks

Hey,

I’m obviously doing something wrong here, but I can’t seem to get the main window to scroll (class=”app-body”). The scrollbar appears but mouse-scroll doesn’t work.

I’m using this template for a static HTML site, so I’m removing all Angular and pAjax elements. Have I removed something important or placed a JS file wrong?

Any help would be appreciated.

I tried the page on another browser, and it was scrolling fine. So I closed Chrome (my primary dev browser) and restarted it, and the page is scrolling again. So… I’m not sure what caused it to get “stuck” like that. Have you heard of something like this before?

No user reported such issue. Thanks

Please add me to the git repo. Username: siarhei.berdachuk

Thanks

Added in to gitlab.com repo. Thanks

thanks

Is there a way to add a link to the DataTable? I’m not having much luck with the ui-options. Thanks!

Use the columnDefs to add link

<table ui-jp="dataTable" ui-options="{ sAjaxSource: 'api/datatable.json', aoColumns: [ { mData: 'engine' }, { mData: 'browser' }, { mData: 'platform' }, { mData: 'version' }, { mData: 'grade' } ], columnDefs: [ { render: function ( data, type, row ) { return '<a href="\'http://'+" data="">'+data+'</a>'; }, targets: 1 }, { visible: true, targets: [ 0 ] } ] }"

the return function is escaped. the real code is

return '<a href="\'http://\'">'+data+'</a>';

and remove the ” in it.

Do you have the sketch file for the ui kit?

No sketch file. Thanks

Can you add me to the github please – username “brentkozjak”

Not github. https://gitlab.com/ , Thanks

Whoops! Same username “brentkozjak” for Gitlab. Thanks!

Added. Thanks

Please add me to the git repo. Username: Sasquatch

Thanks

Added. Thanks

Still don’t have access. Can you please check again? The correct profile is this one – https://gitlab.com/Sasquatch

Sorry, Added now. Thanks

Hello and thanks for your work, I purchase flatkit but i have a problem with the horizontal header.

http://imgur.com/KOvzkkQ

Thanks

Anthony

Add .flex-row class on .navbar-nav
<ul class="nav navbar-nav ml-auto flex-row">
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