598 comments found.
Hello Author,
I am planning to use this theme with my Django project. I would like to setup Dashbard and want to understand where should I start so that I just have the theme without the content.
I’ve just installed your template, It’s up and running but whenever i try and close the left side menu when on a small screen size it gives this error:
Error: Modal is transitioning – bootstrap.js:1791:15
Edit Solved – Searched the comments and found the fix of removing the class fade from layout
I updated my bootstrap in bower to be the newest 4.3.1 and that’s also fixed it.
Nice.
I’m using VS Code and I used the command npm install—save-dev @angular/cli@latest, after I used the command ng serve. But, shows the error:
“The serve command requires to be run in an Angular project, but a project definition could not be found.”
How I use Angular in VS Code from this template?
Hi, This template use AngularJS without cli. You need port it to Angular. thanks
Dear Theme author,
I just download your theme from Envato Elements and few feature seems not working like ui-include=
i upload all the files on server http://mohammadabdullah.com/avidtrak/html/
but still headers aren't including. can you help me for this.
Thankyou
make sure the view/ folder is uploaded, you can see the ui-include is trying to load the files in the view/ folder.
Http://file24.ir
There is a site. Is this site with your framework? Which version is it? Email: big.miner2020@gmail.com
I am not sure. Thanks
I want to buy similar this site You make ? What price ?thank you
This is customer site. not built by use. We do not do custom work. Thanks
Hello! THere is kind a bud in default selects. In dark theme you cant see select options value because the text is white and dropdown background color is white too. How can i fix that?
The select on black theme is fine.
Hi.. can you make mobile apps for classifieds web theme ?
We do not do customize work. Thanks
Strongly recommend updating this from having Font Awesome 4 to Font Awesome 5. Makes it a lot easier to upgrade from FA free to FA pro.
Thanks for the suggestion. We will look into it. Thanks
Hi I need customization to this theme, are you available for hire to help with additional development?
No customization. Thanks
Hi,
I need help with UI bootstrap. The version which I purchased earlier doesn’t have the UI bootstrap.
UI bootstrap? this theme is built with Bootstrap.
Hi – I am planning to buy this product , Kindly help me to know about this more, Is it supported by TYPe Script ?
Hello
It’s AngularJS or jQuery. no typescripts
can i remove the angularjs part? im want to using jquery only
Yes. use the “html/” folder
Hi, there is a bug in pagination class when the number of pages became larger it should display for example the first 3 pages then ….. then the last page, but actually, in this case, it displayed all pages in my case there were 24 pages which displayed in the pagination class which affected page apperance, I hope you give me a solution for this thanks in advance;
Pagination in this item? Flatkit | App UI Kit, this is a angularjs/jquery template.
HI we use AngularJS 1.7 and bootstrap 4 but we was can not compilated
HI we use AngularJS 1.7, IIS and bootstrap 4 but we was can not compilated?
Hi there- love the theme!!!
However I have a question regarding dropdown menu – is there away to only close menu if clicked on a link AND outside of menu – currently every click closes it.
Thanks in advance
you can add Custom class on the dropdown when it open.
$('#myDropdown').on('show.bs.dropdown', function () {
$(this).addClass('in');
})
and add custom css on it
.in .downdown-menu{
display: block !important.
}
and remove this class when click on other link.
Do you have some kind of an upgrade guide for bootstrap 4.1? Thanks.