598 comments found.
Hi How to make footer stick to bottom of the page like header
You can use the contact.html layout. please use the purchased account to post questions.
Thanks
I wanna know why you removed the ui-include attr from the html version in the 1.1.3 version. that is simple to manage the blocks such as nav/header/footer ect. why removed them?
You can still use the ui-include feature. some customers want use the pure html version.
Thanks
Good morning, I want to translate the “datepicker” and “calendar” to french. How to do this ? Thank You
Fullcalendar – https://fullcalendar.io/docs/text/lang/ Datetimepicker – https://eonasdan.github.io/bootstrap-datetimepicker/#using-locales
You said angular 2 was coming and it’s been months. When is angular 2 coming?
Working hard on it. Thanks
Hello Mr Flatfull,
Nice that You have updated Flatkit recently. I would like to have access to the changelogs. Would it be possible for You to add me to the git repo?
My username is faisalmahmud on GitLab.
Thanks and have a good day!
BR, Faisal
Added to gitlab repo. Thanks
Hi I just purchased your Flatkit. What is the best practice of copying over individual components to my project?
thank you
You can use the bower to manage the components.
Trying to find the guide for this, is there a development guide?
View the html/docs.html. Thanks
Where can I download the PHP version, I see that the guide here says there is an HTML version and a PHP version. I downloaded this here off envatomarket and would love to have the PHP version! Please let me know how to obtain this. Thanks!
No php version. Thanks
Hi,
When using the Aside it blinks twice in Apple Safari when closing. How can I fix this?
http://flatfull.com/themes/flatkit/angular/?layout=5#/app/ui/angularstrapIf you click the “Custom aside” button appears.
Tested on Mac/Safari. no blinks.
Just testet it – same link is descriped on an iPhone 7 and an iMac. Same error. It acts like a modal with overlay over the background. When closing the aside the overlay disapears, apears again and then disapears again. It’s like something ain’t loaded correctly.
Update the “assets/angular-motion/” to 0.4.4 from here https://github.com/mgcrea/angular-motion/tree/master/dist
I’m trying to get a layout done like this:
app-body-inner row col-12 /row row col-6 col-6 /row /app-body-inner
First row is only about 30px height like a top bar of that page. Second row should fill the rest of the whole browser window as within app-body-inner. But the two columns should be able to be scrolled separately.
How to manage that?
<div class="app-body-inner">
<div class="row-col">
<div>// this is flex first row</div>
<div class="row-row">
<div class="row-col">
<div class="col-sm-6">
<div class="row-col">
<div class="row-row">
<div class="row-body">
<div class="row-inner">
// scrollable content
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
</div>
</div>
</div>
</div>
</div>
There are many wrappers, but this layout works on ie9+
working so far. only problem is, its beneath the app-header. how to solve that?
<div class="app-header"></div> <div class="app-body"> <div class="app-body-inner"></div> </div>
the setting pages is Cross-border
Remove the “bg-auto” class on this page.
There is a regression css issue in v1.1.3.
The icon menu in small screen will be shown vertically, which should be horizontal in previous version.
Please try to click the right button of last sample header1 in small screen, the icon menu will be prompted in vertical layout, which is really ugly.
Any quick way to fix it?
[1] http://flatfull.com/themes/flatkit/angular/#/app/layout/header
@media (max-width: 767px){
.navbar-toggleable-sm .navbar-nav.navbar-nav-inline .nav-item {
float: left;
margin-left: 1rem;
}
}
Thanks for quickly fixing! It works fine.
Where can we see what’s new in the latest builds?
Read the CHANGELOG.md file. Thanks
can i get added to gitlab? my gitlab username is grangeway
Added, Thanks
Hi, I have downloaded and installed the flatkit, and after running the “npm start” command, I could see the dashboard load in my browser automatically..now using flatkit components I want to build my own Angular application from scratch..but since there are so many files, I am not sure from where should I start .. I want to start with a sidenav in an emoty page, any idea how to proceed?
You can start from the “angular” folder. look into the “angular/scripts/config.router.js” for url router, you will see what files loaded.
look into the “views/layout/”, see how to include the nav/content partials.
In the latest version of Chrome (53), page in the app category of the default theme become unresponsive. You can try it here: http://flatfull.com/themes/flatkit/angular/#/app/contact If if still working, try navigate between apps (contact, inbox) and scroll inside. This also happen with your angulr theme.
Yes. there is an issue on the Chrome53, you can quick fix by add this css
.row-body {
overflow: hidden
}
.ie .row-body {
overflow: auto;
}
.ie .row-body .row-inner {
overflow: visible !important;
}
.row-inner {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
How can i use the selector form with the material design form style to have a better appearance?
use “md-input” class on it.
Hi! Looks like a great template. Can you recommend any subscription/plan management tool along with it. We will have 3 different plans: 1 free plan and 2 paid versions. Maybe you have developed one yourself that matches this template.
Thanks a lot!
It depends on how your app is built. if you using laravel, you can try lhttps://packagist.org/packages/navneetrai/laravel-subscription
This theme dose not handle the database related issue.
Thanks
Hello, Do you have any plans to publish the Angular2 version ?
Will add in October. Thanks
Change SVG in Angular version? I’ve can’t work out to change the SVG logo for a new one. I replace the PNG file and SVG in the assets folder, but the SVG logo seems to be inlined in a template – which I can’t find. Can you help?
Thanks
It’s loaded in “views/blocks/navbar.brand.html”