Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Discussion on Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template

Cart 119,756 sales
Recently Updated
Well Documented

keenthemes supports this item

Supported

This author's response time can be up to 1 business day.

12203 comments found.

Cannot find CRUD at any source code. Please help.

Hi,

Metronic’s main demo(demo1) contains all the HTML templates and it’s custom JS scripts while other demos only come with layout related pages. But you can use all the features from the demo1 in other demos. So just copy paste the code, refer to the custom css/js files to include and you are ready to go. For more info please check http://keenthemes.com/metronic/?page=docs&section=demos

In the next update that we are planning to release coming week we are include the HTML templates for all demos.

If you need any further help please contact our support at support@keenthemes.com

Regards, Sean

Where is the CRUD in angular demo1 dude?

Hi :)

You can find the sample CRUD in Angular in this directory. This is the sample CRUD for user management.
/src/app/views/pages/user-management/

Thanks

Hi, I have downloaded the code from Github. Yet I cannot find the element ‘File Browser’ in the source code. Please help.

Hi :)

Could you please clarify what do you mean by “File Browser” in Angular? Please send the screenshot if you found any issues.

Thanks

Hi PixelDots, what I want is something like \theme\classic\demo1\crud\forms\controls\base.html in Angular. Please help.

Hi :)

We not replicate eveything from default HTML into Angular. Basically you can copy the source from HTML to the Angular. theme\classic\demo1\crud\forms\controls\base.html The Metronic style will be applied as well for the Angular.

Thanks

On purchase, it says something about support, not sure if this is the correct location for it..

for login/register/.. we currently use https://keenthemes.com/metronic/preview/demo5/custom/pages/user/login-3.html

it is interesting in how login, register and password reset are all in one page. Currently the login section is shown when opening that link, but is it possible to simply modify the page or javascript, so for example the register section is visible on page load? Or another example, if we send a password reset link, that the user will see the “password reset” section of this page directly.

In general, does this page has options to show another section than login on startup? I tried using #register at the end of the url , but no luck.

Hi :),

Sorry for the late reply. You can control the form visibility by adding helper class

kt-login--signup
for the register form display add
kt-login--forgot
for the forget password form. The above classes should be added onto the root element fo the form
kt-grid kt-grid--hor kt-grid--root kt-login kt-login--v3
”. Please note that when you add other forms classes you should remove
kt-login--signin
the one used to display the login form.

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Thanks.

Hi,

I prevent Modal from closing when clicking outside. (data-backdrop=’static’) Now not closing modal when clicking outside. But I want to shake modal if clicked outside. This feature was available in older versions of Metronic but could not find it in the current version. How can I do it?

I did it in metronic-modal.html. I changed your Basic Demo modal and added data-backdrop=”static” but its only prevent modal from closing when clicking outside. still not shaking.

That function was from Bootstrap Modal js plugin which is no more maintained. We will consider implementing it in a future update.

hımm :( ok

using the latest version of metronic (skeleton). but when we change the default demo1 to demo7 we are getting this error:

‘kt-sticky-toolbar’ is not a known element: 1. If ‘kt-sticky-toolbar’ is an Angular component, then verify that it is part of this module. 2. If ‘kt-sticky-toolbar’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ’@NgModule.schemas’ of this component to suppress this message. (” <kt-quick-panel></kt-quick-panel> <kt-scroll-top></kt-scroll-top>

everything works on demo1. but its not working on other demos.

thanks

Hi :)

Can you remove
<kt-sticky-toolbar></kt-sticky-toolbar>
from
/skeleton/src/app/views/themes/demo7/base/base.component.html

It shouldn’t be there. We will fix it soon.

Thanks

Hi admin, I using form theme/default/dist/demo1/custom/apps/user/add-user.html , look good for me but upload image can load image preview first ? Did you add this ?

HI :),

Thanks for your feedback on this. We will fix it in the next update very soon. To quickly fix it please go to “src\js\theme\pages\custom\user\add-user.js” and find below link

avatar = new KTAvatar('kt_apps_user_add_user_avatar');
and change it to:
avatar = new KTAvatar('kt_apps_user_add_avatar');

If you need any further clarifications please let us know.

Regards, Sean

theme is very slow what is ridiculous this ???

Hi :),

Well, Metronic is well optimized fastest theme available on the market. However when you open the theme in offline mode the datatables examples load the records remotely from cross domain keenthemes.com and due to this some browsers takes some time to load such data. This is not the theme’s issue but just browser’s behavior. However this has nothing to do with Metronic and Metronic in a web servers works as expected. If you need more info please contact our support at support@keenthemes.com.

Thanks.

Hi, we are trying to use PDF libraries like Wkhtmltopdf, phantomjs or IronPDF to convert metronic web pages to PDF format and are running in to issues with the jQuery and layout. Layout doesn’t look as we see in the browser. Any solutions to resolve this? Any headless browsers suggestions?

Hi,

Converting the HTML page into Layout is not actually covered by our theme since this is not a general case. Can you please clarify your issue, which part of the layout are you trying to convert to PDF ? And how are you doing it ? Are you creating each element in PDF separately ?

Thanks.

Hello

I try to run npm install then ng serve -o on new version metronic_v6.0.4 which uploaded at 24-6-2019

but got Error Error: ENOENT: no such file or directory, open ‘metronic_v6.0.4\theme\angular\dist\default\src\assets\vendors\global\vendors.bundle.js’ at Object.openSync (fs.js:443:3) at Object.readFileSync (fs.js:343:35)

Hi :)

Please check this guide for the starter guide. https://keenthemes.com/metronic/?page=docs&section=angular-quick-start

Thanks

Have any plan about Blazor version?

Hi :),

Our partner is developing this and it will be released as a separate product. For more info please contact our support at support@keenthemes.com

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

Demo 10 fluid design issue, I have reported this issue before and I was told it’s not an issue! Can someone please double check? here is an example of the issue with the Menu (from your online demo)

https://imgur.com/imWSBY0

Hi :),

Thanks for your feedback. Noted. We will be fixing this issue in the next update that we are going to release soon.

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

Hi, I’ve seen that it has an angular version, but it does not have all the pages as in the template in html. Is there any way to put some pages of the template in html for the angular version?

Hi :)

You can create your own custom pages by using the HTML from default version. Basically both default HTML and Angular use the same CSS style. But it would be plain HTML, you can create your own directives or components.

Thanks

Ok, but for example ..

I want to create an edit user page in angular version, where I can get the HTML from default HTML version ?

I’m a little lost with the template structure

Hi :)

You can get the HTML from default HTML version here. /theme/default/dist/demo1/custom/apps/user/edit-user.html

Thanks

Hi guys! Thanks for a great job, I have a new project that I am working on and would like to use Metronic again. Client specs require vuejs unfortunately. I see you have it in the pipeline. Any indication on when the vuejs version will be available?

HI :)

At the moment it’s hard to confirm any ETA but we are doing our 100% best to release Vue as soon as possible. We are about to release React version and the Vue version hopefully will be out soon.

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

i have download the template but metronic_v6.0.3\theme\default\src\demo5 missing crud and other folders.

Hi :),

Metronic’s main demo(demo1) contains all the pages while other demos only come with layout related pages. But you can use all the features from the demo1 in other demos. So just copy paste the code, refer to the custom css/js files to include and you are ready to go. For more info please check http://keenthemes.com/metronic/?page=docs&section=demos

Regards, Sean

plss help !!!!!!!!!

theme dont works !!!

help ??

Hi :)

Please clarify your issue. We will help to solve it. Have you tried to check getting started guide? https://keenthemes.com/metronic/?page=docs



Thanks

Hi, I want to buy your theme but i don’t want to start support now, i want to start my support time after 6 months. Can i do something like this or not ?

Hi :),

Thanks for your interest in Metronic.

Please go ahead with your purchase and after you complete your purchase you can send an email to our support regarding this. We will add a remark for you in our support system so you will be able to get the theme support for your requested period.

You can check our support policy here: https://keenthemes.com/theme-support/

Regards, Sean

Thank you for replaying my comment, please can you give me your support email ?

Hi :)

Please send your email to support@keenthemes.com

Thanks

User role permissions aside menu also work, but header menu does not. What is the reason of this?

Hi :)

We did example of menu-permissions only in aside menu. You should be able to write the same code. For more information, please check this documentation; https://github.com/AlexKhymenko/ngx-permissions/wiki

Thanks

Hello, I have recently downloaded the latest 6.0.4 version and there are many missing files. In both classic and default versions, I do not have *.html templates inside demo_id folders, except in demo_1 folders, that seems to be correct… Any help please? I have a paid license.

Hi :),

You will need to install the build tools and run the theme compiler in order to generate the demo assets and html templates.

Please double check the readme files, the theme documentation and the video tutorials.

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

Thanks for the reply, but I would like to use the classic version, without having to install or run anything…

Hi,

Currently in the download version only demo1 contains all the html templates while other demos only include the demo specific layout html templates. The theme components and plugins are globally available for all demos and you can get the html code from demo1’s content and use in any other theme.

In the next update that we are planning to release in 1-2 weeks we will include the html templates for all demos.

Regards, Sean

Hi, Any release date for the REACTJS version?.. I am waiting for the React Version to start a new Project. Thanks and keep the good job

Hi :),

We have almost completed React version and we will be releasing it soon. At the moment we can not fully confirm the release date. But we are targeting by end of this month or latest by mid of August.

Please follow us at http://twitter.com/keenthemes to stay updated and check out our video tuts channel on Youtube https://www.youtube.com/c/KeenThemesTuts/videos

Regards, Sean

mp4

mp4 Purchased

Will you release KTDatatables also as Angular Version?

Hi,

In the near future we might release it for Angular, React and Vue versions. But at the moment we can not confirm any ETA for that.

Thanks.

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