12208 comments found.
'show' => [
'title' => 'Visualizando Usuario',
'permission' => 'users.read',
'view' => 'auth/user/show',
'layout' => [
'page-title' => [
'description' => true,
],
],
],
instead of ‘show’ what should I put in there so it can recognize any number of the user and show me the description?
thanks again!
Hi,
Sorry for the inconvenience. At the moment, only static menu is support from pages config. For the dynamic menu, we will update this in the future updates soon.
Thanks
Okay, in the meantime for anyone facing this issue, my hackish way of making it work is:
request()->segment(4) => [
'title' => 'Visualizando Usuario',
'permission' => 'users.read',
'view' => 'auth/user/show',
'layout' => [
'page-title' => [
'description' => true,
],
],
],
by passing the url segment that we need in my case is 4 which is for a route like this: /admin/auth/user/{user}
Thanks PixelDots
Hi poseso,
Cool, thanks for your workaround. Appreciate your help. Hope it help others in the meantime.
Thanks
Can this be integrated with an existing project using Vue 3 CLI?
Hi
,
Thanks for your interest in our theme – Metronic
You can create a base project using Metronic Vue 3 and integrate your modules/pages from your existing project into the new project.
If you need any further clarifications please do let us know.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
hello! are you guys planning on adding custom table headings like M7 ? like we used to do:
<table id="table-users" class="table table-separate table-head-custom" />
?? thanks
Hi
,
Regards, Sean
Hello, not the same as M7 see how gorgeous it looks in M7 https://imgur.com/V14rF0c
Hi
,
Thanks for your suggestion! Noted, we will add more datatable options in upcoming updates.
Regards, Sean
Hi keenthemes,
We are using htmx for the ajax reactivness of the page,
Here’s the workflow :
We have a button that has a toolip. once you click on that button it did some Ajax call POST using htmx, One the Ajax is success the button will be removed from the DOM
Everything is great here. but once the POST AJax made, and the button removed from the DOM, THE TOOLIP REMAINS, and every TOOLIP of every component in the dom.
is there a way of removing also the toolip that still on the DOM, or there’s some sort of javascript call to be made after the button has been deleted ..!!
here”s the screenshots after deleteing objects : https://ibb.co/NYyzyZb Any idea ?
Thank you keenthemes.
Hi
,
Regards, Sean
Is there a way in markup, like an option in html or attribute, telling that if that component is removed from the DOM, the toolip has to be removed also or repaint ??
Or this is the only way of doing it ?, we want to stay away from js as much as possible, since we are using htmx.
thank you ?
Hi,
This must be handler programmatically using the Bootstrap Tooltip API. You can add this logic in your global htmx handler somewhere. We are not sure how htmx works but theoretically you should be able to setup some global handler to dispose or reinit dynamic elements.
Regards, Sean
Ok thank you sean,
I will leave it now, till the project rechape a little bit and refactor the js.
get in touch.
thank you
Hi
,
Sure, all the best with your project!
Regards, Sean
Hello Team,
I was interested after seeing your theme.
I’ve seen an example in this link https://preview.keenthemes.com/metronic8/laravel/index
It’s just that the menu features contained in the link above are still limited
The Question:
1. Will I get all the menu features listed here (https://preview.keenthemes.com/metronic/demo1/index.html)?
2. Will I get laravel php file?
3. Is there an authentication login feature?
4. Is there a user management role feature already?
5. Is there a CRUD function feature?
6. Will I get templates other than laravel (eg react, vue, html, etc)?
7. Will I get feature update forever?
Thank You.
Hi
,
Thanks for your interest in our theme Metronic.
The Laravel version is a fully functional app that uses Metronic theme as base. The HTML versions contains lots of statics/plugin based templates and you can copy and and paste into your Laravel project and implement them further according to your project requirements.
At the moment we have basic CRUD example https://preview.keenthemes.com/metronic8/laravel/log/audit?demo=demo1We will add more complete CRUD examples soon.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hi
,
Addition to our reply:
Yes, you will get life time updates per your license and one license is limited to single usage. More info about the Themeforest licenses: https://themeforest.net/licenses/standard
Yes, you will get all the demos, templates, apps and versions shown here: https://keenthemes.com/metronicWe have lots of CRUD apps in the HTML version https://preview.keenthemes.com/metronic8/demo1/apps/customers/list.html
Yes, all versions have the authentication pages https://preview.keenthemes.com/metronic8/demo1/authentication/flows/basic/sign-in.html https://preview.keenthemes.com/metronic8/laravel/login?demo=demo1Regards, Sean
helo, is Metronic 8 Vue support with ViteJs and Vue3?
Hi,
Yes in Metronic 8 we are using Vue 3.
You can check the preview of the Metronic 8 here: https://preview.keenthemes.com/metronic8/vue/demo1/#/dashboard
At the moment Metronic Vue theme doesn’t support ViteJS we will consider to add support for it in upcoming releases.
Regards,
Lauris
Hi, is this pakage with fully functionally Login Script in PHP with standard MySQL DataBase?
Or only frontend HTML Files?
Thanks a lot for answer, Marco
Hi,
Basically to utilize Metronic in your custom site or application you will need some experience in end to end web development since this theme is not for non-developer users. Metronic is basically an HTML theme(built with HTML, javascript and CSS) without actual functionality(the database integration and application business model). Usually, any web applications/systems contain of 2 layers:
1) Design and Frontend UI (HTML, CSS, javascript)
2) The actual system is implemented using a server-side language such as PHP or Java, and database engines such as MySQL or Oracle.
So our Metronic theme, as an HTML theme helps you with step #1. Step #2 will be the responsibility of the buyers as every buyer has their own requirements and system specifications.
Also, we have a fully functional PHP Laravel of Metronic that comes with full database integration and ready for use pages and modules:
https://preview.keenthemes.com/metronic8/laravel/login https://preview.keenthemes.com/metronic8/laravel/login?demo=demo2Regards, PixelDots
Hello Keenthemes,
Metronic 8 has issue with breadcumbs. Desktop and mobile breadcrumbs are visible at the same time. (On clear Metronic 8 Vue)
https://i.postimg.cc/yYfpJBRk/Screenshot-2021-07-23-at-20-46-35.pngHi,
Can you please specify on which screen size you have this issue?
Are you able to reproduce this issue on our preview page or only locally? https://preview.keenthemes.com/metronic8/vue/demo1/#/crafted/pages/profile/overviewRegards,
Lauris
Hi!
I don’t see this issue on demo, just locally (Any files was modified. Just downloaded directly from Themeforest and launched locally (npm i, npm serve).
I see this issue only on desktop (I’m using MBP 16). Once switched to mobile, desktop breadcrumbs is not displaying.
Hi,
1) Theme version in preview should be the same as the version in the zip, but if you have an outdated version then can you please send your Github username we will grant you access to the repo with the latest Metronic version.
2) Please verify that you have in demo1/src/assets/sass/layout/_main.scss this class:
.container .page-title[data-kt-swapper='true'] {
display: none !important;
}
Regards,
Lauris
Thanks for reply! 
I found the issue and it’s appear on Metronic 8 preview webiste and Metronic from github too.
So, on layout builder page, inside “Content” tab, change width from “fixed” to “fluid”. Once saved, go to another page (For example profile overview). Now you can see breadcrumbs twice.
Hi,
Thank you for your feedback.
We already reproduced this bug and fixed it in today’s Metronic release. You can download the latest version from our Github repo.
Regards,
Lauris
Hi keenthemes;
How to use badges with buttons like that : https://ibb.co/SdFC75N
I made that button work because it is in the top end, so I put absolute position for the top end, and it feels very hacky … 
I also want it to put it for symbol , like in the top of an symbol tag
But unfortunatly
I did not find a way to put it for any button in any position on the page.
Like relative to the button whatever the position is.
Do you have a snippet for that or code ? thank you.
Hi
,
Please refer to this bootstrap way:
<button class="btn btn-primary position-relative me-5">
Button <span class="position-absolute top-0 start-0 translate-middle badge badge-circle badge-danger">5</span>
</button>
<button class="btn btn-success position-relative me-5">
Button <span class="position-absolute top-100 start-0 translate-middle badge badge-circle badge-warning">5</span>
</button>
<button class="btn btn-danger position-relative me-5">
Button <span class="position-absolute top-0 start-100 translate-middle badge badge-circle badge-primary">5</span>
</button>
<button class="btn btn-warning position-relative">
Button <span class="position-absolute top-100 start-100 translate-middle badge badge-circle badge-success">5</span>
</button>
All the best!
Regards, Sean
Thank you sean, that really helped us.
thank you
Always glad to you help you out. All the best with your projects 
Why can’t we round our buttons in demo 5 HTML? none of the bootstrap classes are working and https://preview.keenthemes.com/metronic8/demo5/documentation/base/buttons.html doesn’t show any information
Hi
,
Thanks for your interest in Metronic.
Demo 5 uses square corner style for all components by resetting border radius to 0.
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
this template can use at codeigniter, this template get file extension .html and css ?
Hi
,
Thanks for your interest in Metronic.
Yes, absolutely. You can use Metronic with any server-side language and framework. Please check https://www.youtube.com/watch?v=ptgwzvvAHy4&ab_channel=KeenThemes to see how Metronic can be utilized in server-side. Please note that this video is made for Metronic 7 but the steps and instructions can be applied for Metronic 8 as well.
Also, we have a fully functional Laravel version and you may refer to it to build your Codeigniter implementation: https://keenthemes.com/metronicStay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hello! I can see there is a filterMenuPermissions function on M8.0.19 under App\Adapters\Menu.php, how to use the permission in the menu ? I cannot find any docs regarding this or how to set permissions to the menu items, can you please clarify? thank you
Metronic 8 Laravel (8.0.19)
Nevermind, found out how to use it, thank you, anyways you guys should include it in the docs, great job!
Hi,
Glad it worked. Feel free to let us know if you need more help.
Thanks
I see that there are more features in metronic 7 than metronic 8 (more form input groups , maps , tree view, cropping etc. ) why is that? and are this features also coming to metronic 8 soon? for now one should use metronic 7 or 8 ?
Hi
,
In the next update we will add cropper, tree view, jkanban, etc
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Does the demo for this come with all files as per the demo shown here. I have installed bot v7 and V8 but all most pages come a 404 not found error and it seems like all the files are not in there.
Hi
,
Thanks for your interest in Metronic.
Yes, in your download package you will get full source code with all templates from https://keenthemes.com/metronic
May I now the exact versions of v7 and v8 and could you please contact our support via support@keenthemes.com and provide further details ?
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
I just downloaded v8 and using the Laravel one but I dont have the full demo files.
Hi
,
Please note that Laravel version is fully working application that uses Metronic theme. By default does not include the HTML versions examples and demos. According to your requirements you can use any features from the HTML version by coping the HTML/JS code into the Laravel version.
if you need any further clarifications please let us know.
Regards, Sean
Hello. I have updated from version 7.1x to the current version in angular demo and I see that the permissions module is no longer there. Is there a new way to set and configure permissions for pages and screens?
Hi pbourlot1,
We removed it from v7.1x, but you can email support@keenthemes.com, and support will give you access to our GitHub, where you are able to check the earlier versions with the permissions module.
Regards, Keenthemes support
Hi. Could you please tell me when exactly the angular version will be released ? I have been waiting for angular for so long now and was expecting at least initial release this month. It would be a great help if you could tell me when the initial angular release will be. Thank you.
Hi Nagender1717,
Please note that releasing production-ready Angular solutions will depend on a number of important 3rd-party plugins reediness. This upcoming release has major changes due to Bootstrap5, 3d party libraries updates took more than we expected since we had to wait for certain 3rd-party plugins compatibility with the new version of Angular and Bootstrap 5. Also when only give an estimated release date and sometimes the actual release date can be dragged by the circumstances that are out of our full control. Nevertheless, we always do our utmost best to release the updates as earlier as possible but for us, the product stability and integrity with all used 3rd-party libraries is a priority.
We are now very close to the Angular release and after some deep testing and verifications, we will go live. The current ETA now is middle of August.
Regards, Keenthemes support
Hi, Is there a command or other way to compile only the used css and js files for a metronic theme deployed with only a few pages?
Hi,
We do not have this command. Currently, it will build all. Are you using gulp build? You can remove unused assets from tools/gulp.config.js file. Then the build process will exclude it from the built assets.
Thanks
Dear Support
I hope this finds you well , menu open in the Wrong direction when I use right to left , it suppose to float to left Not to right , is there solution !!!
<html lang=”ar” direction=”rtl” dir=”rtl” style=”direction: rtl”>
<!-begin::Head->
<head>
<script src=”/CoreTemplate/Content/angular/angular.min.js”></script>
<base href=””>
<meta charset=”utf-8” />
<title>PAGE_TITLE PAGE_TITLE</title>
<meta name=”description” content=”” />
<meta name=”keywords” content=”” />
<link rel=”canonical” href=”Https://preview.keenthemes.com/metronic8” />
<meta name=”viewport” content=”width=device-width, initial-scale=1” />
<!-begin::Fav Icon ->
<link rel="apple-touch-icon" sizes="57x57" href="/CoreTemplate/Content/fav_icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/CoreTemplate/Content/fav_icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/CoreTemplate/Content/fav_icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/CoreTemplate/Content/fav_icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/CoreTemplate/Content/fav_icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/CoreTemplate/Content/fav_icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/CoreTemplate/Content/fav_icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/CoreTemplate/Content/fav_icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/CoreTemplate/Content/fav_icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/CoreTemplate/Content/fav_icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/CoreTemplate/Content/fav_icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/CoreTemplate/Content/fav_icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/CoreTemplate/Content/fav_icon/favicon-16x16.png">
<link rel="manifest" href="/CoreTemplate/Content/fav_icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="~/Content/fav_icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-end::Fav Icon ->
<!-begin::Global Stylesheets Bundle(used by all pages)->
<link href="/CoreTemplate/Content/assets/plugins/global/plugins.bundle.rtl.css" rel="stylesheet" type="text/css" />
<link href="/CoreTemplate/Content/assets/css/style.bundle.rtl.css" rel="stylesheet" type="text/css" />
<!-end::Global Stylesheets Bundle->
Hi
,
Thanks for your interest in Metronic.
To fully adapt Metronic for RTL you will need to perform a little change for the menu opening directions just by flipping the direction
data-kt-menu-placement="left-start"
to
data-kt-menu-placement="right-start"
And wise versa. If you need any further clarifications please contact our support via support@keenthemes.com
Stay tuned for updates via https://twitter.com/keenthemes and https://www.instagram.com/keenthemes
Regards, Sean
Hello! where I can find information on all the functions that I must restart for the template to work 100%, in previous comments you indicated that I must start for example KTApp.init (); KTPasswordMeter.createInstances (‘[data-kt-password-meter = “true”]’) among other. Where can I find all the ones I need to start?
Hi
,
You can check it further according to use the usage of the global components. There are also plenty of other 3rd-party plugins that you might need to reinit.
Regards, Sean
Will all of the features/apps of the Metronic v8 HTML version be included with the Laravel version?
Hi
,
Thanks for your interest in Metronic.
Since the Laravel version comes as a fully functional application selected features will be integrated as complete modules or pages. This requires more time and afford as it involves full server side coding with database access.
If you need any further clarifications please do let us know.
Regards, Sean
Yes, please clarify…are you saying that the modules/pages/apps wont be included because it involves more time and effort?
The HTML version is huge and replication for every version(Laravel, Vue, React, Angular), requires a tremendous amount of time and effort. However, we include the features according to user requests and demands. As you see our Laravel versions is getting more complete with each update and we will add more features that can be useful for most of the users.