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.

Hi, thanks a lot for the good themes, first. But something is bothering me so much. I found when switch from one menu to another one , the templateUrl execute more than one times,why not one time? To test this, I add two part test code. 1, \angular\index.html lineno 42,
  <body ng-app="app" ng-controller="AppCtrl"   >

  <div> <a ng-repeat="childs" in=""> {{myTest()}} </a> </div>  

  <div class="app" ui-view="" />
2, at the end of app.ctl.js
           $scope.myTest=myTest;    
           function myTest(){
           console.log("from my test!");
           return ;
           }
when switch the menu , it print the call myTest times at console, why it execute more than one time! I really don’t know the reason, can you help me?

ng-repeat=”childs in [‘a’]” Sorry!

Do not put the code in the appctrl
<div ng-controller="MyTestCtrl"> </div>  
angular
      .module('app')
      .controller('MyTestCtrl', MyTestCtrl);

function MyTestCtrl(){
   console.log("from my test!");
}
  1. {{ section.name }}

Am I right u’re using voidberg/html5sortable in flatkit? Assuming the above is my html file. How do I use the events and options?

I need to get the new order into my controller. Any way to manage that?

Would be awesome thanks.

If you are using angularjs, using the sortable angular version. https://github.com/voidberg/html5sortable#angularjs-usage

I’m sorry it stripped out my code. I’m using the sortable and nestable from views/ui/sortable.html. How to get the changed order into the Controller?

Sortable http://farhadi.ir/projects/html5sortable/ use the sortupdate event to get index. $(’.sortable’).sortable().bind(‘sortupdate’, function() { //Triggered when the user stopped sorting and the DOM position has changed. });

Nestable https://github.com/dbushell/Nestable use change event to get serialized data. $(’.dd’).on(‘change’, function() { $(’.dd’).nestable(‘serialize’); });

Hello, I’m totally grateful for your nice professional UI kit
I’m using the idea of –pop up form- same as the one you are using in the menu of header by css class (animated fadeInDown ), but I want to use it in footer. The problem when I’m using it in footer it causes expanding for the background -which affect the design, and the form is stick directly under the link’s position.
So,
1- How can I control the position of the form (like moving it to up little bit)?
2- Can I change the direction of the motion (of form’s entrance) to be from left or right in spite of – fadeInDown-?

I’ve sent you – now – through email same question but with screenshot of my website to clarify my issue :)
Kindly check the attachment (more detailed screenshot).
Seeking your precious support.

Thanks

Got your email and replied. Thanks

Hi Why google map in HTML not display after set Lat Lng ?

I need to know how did you implement the google map in html version? Thanks

Hello I would like to used HTML version but how can i add sidebar menu , top bar same as the demo ?

The sidebar and topbar are there, preview the file on a local server. it’s using ajax to loading topbar/sidebar blocks.

Hi. Very nice theme. I’m interested in buying it but would also like to have the PSD version. Will you be able to deliver it? Let me know, would like to get started within 24hrs. Have a nice weekend!

No PSD file for this item. Thanks

I miss a full static HTML version without ui include . Had I known this I would not have bought the template ! This should be better explained again in more detail in the description ;-)

ui-include just for ajax loading partials/blocks. when you integrate this html template into your cms, you do not need to split the common components from the full static html page.

Thanks

That’s right , but it is not right , I buy a HTML template and then invest several hours needs to remove the whole ui include. If it should be so simple why have not published any Static version . There are indeed some customers who have asked for it . Do not get me wrong , the template looks great. And has a lot of work cost but most customers need not include ui.

It’s a html template but with ajax to load the common components. i do not know how do you want to integrate this item into your code, but you finally need separate the common components into separate files.

Thanks

Hello,

I just bought your template but I couldn’t find the PSD files inside, where do I can find them?

thank you

No psd file for this item. Thanks

Hi, this template can be easily integrated with an application developed in Rails 4

You can use the html version. Thanks

Hi, i use the aside navbar, i need to center (vertcal) the

    element inside it. With margin-top it seems not work.

    This is an image. http://postimg.org/image/echjg8hcb/

    Other things is that i need to use some navbar in tablet and smartphone. Insteed of large navbar i need to show some navbar. How can i do it.

    Thanks

Use custom css
.navside [flex]{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

use the layout 4 for top navbar.

Hi, great template. The code organization in the AngularJS version has been much improved over Angulr. Very nice to work with.

Anyway, there appears to be a CSS problem, even in the live demo (for instance, http://flatfull.com/themes/flatkit/angular/?layout=4#/app/dashboard).

The box-shadow on the fixed header disappears when scrolling over the boxes below it. It disappears where there are boxes & continues to show where there are no boxes, so it would seem to be a z-index issue. I have tried to fix it with different combinations of z-indexes on various elements, but have had no success.

Could you please take a look & see if there is any way to solve this? I am using slightly stronger box shadows & the disappearing shadow problem is even more noticeable. Cheers.

Try
.box-shadow{
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.1);
}

The collapse is opened and need use a js to hide it when your resize page.

$( window ).resize(function() {
  if($( window ).width() > 767 && $('#navbar-4').hasClass('in')){
    $( '#navbar-4' ).collapse('hide');
  }
});

The resize jQuery works. Thanks again for all your help. I would encourage you to add the fixes you came up with back into Flatkit in the next update, since it would make it even more usable on small devices right out of the box.

Yes. will include the fixes in next update. Thanks

Team,

How can integrate this template with my app in MVC6?

Regards,

Use the html version. Thanks

Hi there,

Is there a static html version that doesnt reference pages with the ui-include tag? Its really annoying to get that working with Ruby Rails.

The ui-include is same as “load” or “require” in Ruby Rails.

Uncaught TypeError: Cannot read property ‘apply’ of undefined

Uncaught TypeError: Cannot read property ‘split’ of undefineduiLoad.load ui-load.js:24(anonymous function) ui-jp.js:16jQuery.extend.each jquery.js:374jQuery.fn.jQuery.each jquery.js:139$.fn.uiJp ui-jp.js:8init app.js:113(anonymous function) app.js:80(anonymous function) app.js:154

Can you help me to write a complete example to give me a download link? Thank you again.

If the lazyload not works for you. you can include the files on the index.html to use it directly.

Hello, how can I update a flot chart when the dataset has changed ?

In a previous comment by other user you answered:

“if you want to update the charts in your controller. flot use the jquery to call the flot function to redraw it.”

Could you show the code to do it ?

Kind regards,

Esteban

You can call the flot function with your new data or option. $(‘element’).plot(option)

thank you !!! it worked fine!

Hi, could you add me to your gitlab repository? (https://gitlab.com/u/jfcpcosta)

Added. Thanks

How do I use double quote (“) in ui-options parameter?

You can use \” eg
ui-options='
series : [
    { name:"\"Market"}
]
'

In IE 9, the dropdown-menu links under the user profile in the header is clickable even when it’s not expanded/open. So, the links in the dropdown are clickable when the menu isn’t open.

The point-events not working on ie9, you can remove the “dropdown-menu-scale” class.

Thanks

Just another question:

Could u send me an example how to implement 404 document into app.routes. I know i could use the .otherwise but i want to load the homepage if the root url is called but the 404 if a state is called that is not available.

http://www.example.com should route to http://www.example/#/app/dashboard

but if a url is requested like

http://www.example/#app/notexisting should route to http://www.exmaple/#app/404

Hi, i need to find the pace.js configuration. Where can i find it in your folder structure? I need also the answer if exist a method to use a fullpage image as pace.js loader. (insteed of progress bar on top page use a full image and hide the content of page until it is loaded).

Thanks

the pace.js located in the libs/jquery/pace/ and you do not need init it. but you can use different style for it. http://github.hubspot.com/pace/docs/welcome/

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