598 comments found.
Hi i have problem with Flatkit HTML version
i try to create js script for individual page but when i try to execute $(document).ready( function() {} from nav link it not execute but when i refresh on page it working.
How to fix this.
PS. what is ajax.js for ? it’s build for writing common ajax or js script for all page ?
Ok well you used pjax to load a page. So how ajax.js initial setup for individual page in one script ? i guess script will effect to every pages.
Thanks
This theme html version use pjax to load page. there are two ways to add your custom code.
1. add your page script in <div id=”content”>...<script>, so pjax replace the content and call the page script.
2. include all your pages script in index.html and use the $( document ).on( “pjaxEnd”, function(){} ); to call your custom function.
Hi,
I have problem with singin.html page problem. If I reload page with values in username and password then values are on same position like a placeholder.
How can I remove placeholder on upper position?
Thx
If you are using the html version. make sure include the scripts/ui-form.js
When to upgrade to angularjs 2
Will add angular2 version in October.
thanks
Hi, great theme. I’m planning to buy this in the future, but i noticed some problems when viewed on my mobile phone. - when pressing the hamburger icon and then UI, it is not possible to scroll the menu - the circled user icons when pressing the bel menu for notifications, don’t show fully. - When clicking the multiple box icon (alarm, Favorite, History, etc..), they don’t show completely I know these are probably minor issues, but my main use for this theme will be mobile. Thank in advance
- Scroll on the menu items. not the backdrop - Use a “pos-stc-xs” class on the dropdown parent will fix the “don’t show completely” issues.
Thanks
Hi, I wish to buy this template and to sell it like an add-on for a codeigniter app( after i implement this template to that app ). What type of license do I need ?
You need Extended License if you want to sell the app. Thanks
I love what you have developed. I’m wondering if you could recommend someone who knows how to implement your design into business processes (i.e. sales dashboards). Your guidance is greatly appreciated.
I do not have that guy, you can find someone on Envato studio. Thanks
Hello.
I’ve searched in all of your themes and your ui-jp / ui-jq directives are pain in the ass.
I have a dashboard where I am loading a series of orders through an “Order Service” and display it as a chart. I click on a menu and I am going to another page (which is using the same controller) and get a series of orders into a “footable” but the footable plugin is loading before the orders and it crashes at pagination for example. After I go back to the dashboard it says that the ui-jp for chart has no options – again same problem – it loads before the order data.
Can you help me with this?
Or maybe any idea on hot add to the router a resolve ?
You can init the flot chart in your controller when the order data is ready.
or add a resolve to load data on page router.
But how can I init the flot chart or the e-charts or any jquery plugin when it will load first through the ui-jp ??
You can include the plugins on the index.html or use the ui-load.js service to load the plugins.
When you use data from external url API datatable work when you reload the page. But does not work when you navigate to different page. API loads but datatable functionality does not work. It works when you load JSON locally.
Is there anything I can do with ui-refresh to make it work?
If you using angularjs version, you can load the api in the router config.
Apps -> Contacts isn’t working clear, it stuck. Could you fix this issue?
You can hide the contact detail column, and show it when click on contact list.
Is there an easier way to add a functionality to minimize menu(toggle) for aside(sidebar) like here http://flatfull.com/themes/angulr/angular/#/app/dashboard-v1
<li class="nav-item">
<a class="nav-link" ng-click="app.setting.folded = !app.setting.folded">
<i class="fa fa-dedent fa-fw">
</a>
</li>
Thanks. Works like a charm.
I’m seeing a trailing white space with inline-block elements, namely the refresh button and “Start manage:” label in the default Dashboard. I’m aware of the typical workarounds for this issue, but I’m wondering why it doesn’t appear to happen in your hosted demo version, but it appears in my local copies (both HTML and Angular). Any advice would be appreciated.
I did not see this issue. make sure you have the latest version of this theme.
Thanks
Hi there, we have purchased the old version of Flat Kit. And now we want to upgrade. Technically is there a simple way to upgrade. Do you use same JS functions & properties names?
if you can cc me a this email: kas@osloob.com.sa
Some html js function changed. you can download it again from your themeforest download tab.
Thanks
how to get boxed style on html version? I’ve tried <body class=”container”> but no luck, please help. thanks!~
Make sure set the “html/scripts/app.js”, container:”true”
Hello! How far are we from an Angular2 version update please? ... weeks? 
Still working on it. Thanks
Hi. Where are you initializing your date picker? I see you are using moment.js etc. but looking about I don’t see where you define the default formats. Currently it provides the date + time and I need to change the format to be purely MM/DD/YYYY without the time.
ui-jp="datetimepicker" ui-options="{format:'MM/dd/YYYY'}"
Hi, do you have psd file or the design material for flatkit layout?
Thanks, Yi
This theme dose not have psd file. this theme includes the material button and form style to build the material-style.
Maybe I am just being very dumb – downloaded and the dashboard.4.html (as example) still has Angular includes in it. I do not want the Angular stuff as we are using something else. Where can I download or find a pure HTML version of this [pretty cool] template?
ui-include is not a angular code. it’s jquery load html snippets. Thanks
The sign in page has a bug, when user input something in the email and change focus to password. the email text filed look wired.
Need include the ui-form.js on login page
I did not find ui-form.js in scripts/directives or scripts/services. Where can I find it?
<input type="email" class="md-input" ng-model="user.email" required> <input type="password" class="md-input" ng-model="user.password" required>
Thanks for this awesome template.
What’s the best way to integrate https://datatables.net/extensions/buttons/examples/styling/bootstrap4.html in this template ?
I mean integrating Copy, Excel, PDF and Column Visibility section
Any updates?
Are you still supporting this theme?
You can put the required js/css files in the config.lazyload.js.
Thanks, where can I add:
var table = $(’#example’).DataTable( { lengthChange: false, buttons: [ ‘copy’, ‘excel’, ‘pdf’, ‘colvis’ ] } );
I can’t see any code pointing to DataTable options
<table ui-jp=”dataTable” ui-options=”{ lengthChange: false, buttons: [ ‘copy’, ‘excel’, ‘pdf’, ‘colvis’ ] }”
put the options on the page.
Thanks
Hi
Are you able to send methe psd file for the dashboard.html ?
Thanks David
Hi – any update on this?
This theme does not have psd file. Thanks