12220 comments found.
Dear author. Could you please point us in the right directions. Does the full screen function in portlets will be removed in a a close feature, because actually is not working. Its present in the code, but not showing or working on the demo.
Thanks a lot,
Hi,
In Metronic v6.0 the full screen feature was removed due to inconsistency with majority 3rd party plugins and components. If you need any further clarifications please let us know.
Thanks
Hello Keenthemes, https://keenthemes.com/metronic-v5.5.5/preview/?demo=demo12 . in metronic 6.0.1 the toggle from the left menu is different, and also when you collapse the menu it doesnt show any icons it looks invisible, how can I get back the toggle and icons from demo12 of metronic 5.5.5 on metronic 6.0.1 here is a snapshot of what i mean . https://imgur.com/M9Js73J
Hello? 
Hi,
Sorry for the late reply. Noted and we will fix this issue in the next update soon.
Thanks.
will this be fixed in next update? or at least tell me how to get it back ?
Hi
,
Yes, we will include this fix in the next update. In the meantime you can easily fix it by adding icons to the root menu links:
<a href="javascript:;" class="kt-menu__link kt-menu__toggle">
<i class="kt-menu__link-icon flaticon2-layers" />
<span class="kt-menu__link-text">Resources</span>
<i class="kt-menu__ver-arrow la la-angle-right" />
</a>
More icons you can get from: https://keenthemes.com/metronic/preview/default/components/icons/flaticon.html
Thanks.
what about the toggle icon from 5.5.5 ?
You can customize the icon in sass code and recompile the theme. Are you able to run the build tools ? If yes, please go to “theme\default\src\theme\demo\default\sass\brand\_config.scss” and change thickness and space parameters.
so I just need to put the same that _config.scss has into the one from 6.0.1 and ill have the toggle back as the one from 5.5.5 ?
Yes, you can configure the ticknest of the burger icon using the above parameters and compile the theme with gulp task and make it look like the old metronic one.
I’ve been struggling trying to make it look like version 5.3 but i think there is something missing can you please guide me ? look at this https://imgur.com/r3jqjpl . and this is what i have under _config.scss:
$kt-brand-config: ( self: ( bg-color: #201f2b, shadow: 0px 1px 9px -3px rgba(0,0,0,0.2) ), aside-toggler: ( width: 26px, height: 26px, transition-duration: 0.4s, thickness: 1px, space: 6px, radius: 0px, color: ( default: #5d5f77, hover: kt-brand-color(), active: kt-brand-color() ) ) );
but the _config.scss from the 5.3 its different so i don’t know which lines do I need to make it look the same in v.6.0.2, please guide me.
Thanks in advanced
The transformation that the toggler makes in 5.3 i want and the look
Please add “kt-aside__brand-aside-toggler—right” class right after
"kt-aside__brand-aside-toggler kt-aside__brand-aside-toggler--right".
there is no such class on demo12 index
what do I need to modify on the SCSS to make it look like it was before ?
Hi,
To set the alignment like before you will need to add “kt-aside__brand-aside-toggler—left” class to “kt-aside__brand-aside-toggler” DIV. This is such element in v6.0.2 demo12 layout’s aside brand.
In order to customize the toggler icon itself you will need to customise it in SASS through its config variables as shown below in src\sass\theme\demos\demo12\brand\_config.scss>
$kt-brand-config: (
self: (
bg-color: #201f2b,
shadow: 0px 1px 9px -3px rgba(0,0,0,0.2)
),
aside-toggler: (
width: 26px,
height: 26px,
transition-duration: 0.4s,
thickness: 1px,
space: 6px,
radius: 0px,
color: (
default: #484f66,
hover: #ffffff,
active: #ffffff
)
)
);
And compile the theme with “gulp sass” task. For more info on compiling the theme please refer to the documentation.
Regards, Sean
Carloss-iMac:tools poseso$ gulp—build [3:50:17] Using config ./../build.json [03:50:18] Using gulpfile /Applications/MAMP/htdocs/metronic_v6.0.2/theme/default/tools/gulpfile.js [03:50:18] Starting ‘default’... [03:50:18] Starting ‘clean’... [03:50:18] Finished ‘clean’ after 399 ms [03:50:18] Starting ‘rtl’... [03:50:19] Finished ‘rtl’ after 497 ms [03:50:19] Starting ‘build-bundle’... [03:50:19] Finished ‘build-bundle’ after 219 ms [03:50:19] Finished ‘default’ after 1.12 s Carloss-iMac:tools poseso$
<!
<button class=”kt-aside__brand-aside-toggler kt-aside__brand-aside-toggler—left” id=”kt_aside_toggler”> </button>
<!Still doesn’t look like v5.3
https://imgur.com/TlrZPIb . <- 6.0.2 https://imgur.com/UQIJ1AT <- 5.3Hi,
The alignment class should work as expected. Please see how we used the “kt-aside__brand-aside-toggle—left” class https://imgur.com/agfoV22Regards
it doesnt work like you say look . https://imgur.com/ayhi2nu . and even your online demo looks totally different than mine, yours have a red ribbon https://imgur.com/o6h2KxW , it doesnt look at all like the picture you sent https://imgur.com/agfoV22 <- it doesnt look like that, i have modified the _config.scss as you said and recompiled and it doesnt look like that, what should i do?
Hello, can i get some help ? the toggler is not working as expected, what should I do? I want to start my project and this is holding me back, tell me how to fix it please.
Thank you
Hi,
Sorry for the late reply. What is your Metronic version ? If you are using v6.0.2 then the above changes should work as expected.
Will you be able to provide us a test link to your site ? If you can deploy it to your test server we would quickly check your site in action. You can email our support at support@keenthemes.com for any further help.
Regards.
Hi,
I can see the you are using v6.0.2. Have you compiled the theme using “gulp build” ? You should run the HTML templates from “dist” dir, not from “src”. Can you explain how did you launch the demo from “src” folder ? Did you drop the assets into “src” ?
Anyways, I strongly recommend you to start it all over again. Please check our our video tut to fully install and run the build tools. https://www.youtube.com/watch?v=dqZLWuAEdJ8&t=4s
Regards
Demo 10 does not work on smartphones. It is completely unconfigured, there is some error in the responsive.
Hi 
Thank you for your feedback. We will check it further and provide the fix.
Thanks
Hi, I think you have major issue in the theme… When looking at form fields there’s no grey border around them, it’s all blank… But when there’s something over the fields, it shows correctly the grey borders. See the following screen capture video : https://youtu.be/WAlgO0NCy3M
I tried in several computers and different OS’s and all show the same issue.
Hi 
We have seen it. There is grey border around the input fields. When you click on it, the focus state will change the border color to a blue.
Thanks
Hi,
Thanks for your answer. Will you fix this? The grey border around the input fields don’t show, as you can see in the video, it only shows when the lateral window is on top. I don’t know the reason for this, but the form input fields was supposed to always show the grey border, right?
Regards.
Hi 
Can you please highlight which grey border? I still can see the grey border around the input.
Thanks
It’s the grey border of all input fields in your theme … the aren’t visible, it’s like if the border is white on all the input fields. I though it would be a question of my Mac of my chrome, but I tried in windows and other browsers and still there’s no borders. You can check the video I have shared.
Hi
,
Noted. Appreciate your feedback on this. We will improve the border color in the next update v6.0.2 in a few days. Stay tuned!
Regards.
Hi,
Following on this issue, we noticed that this is just affecting desktop computers (Mac’s, Windows, ...), because in mobile we see correctly the grey borders around form fields and the cards borders, etc …
I sent a link and a screenshot to a dev in India and the he see it correctly …
Really strange issue, the theme all blank with no definitions … and this is seen by all people at our company, so it’s not just me … Do you have more reports like this?
Regards
Ok, for you to see that we aren’t crazy around here I filmed it so that you can see what happens : https://youtu.be/BJvWNk_mGmk
Basically we don’t see the grey fields borders and cards shades … but when there’s an overlay it shows, as you can see in the video.
It seems like that when the page is not the main focus, it works ok.
Can you please correct this?
Hi,
Did you check it on other devices as well ? We could not reproduce this issue and no such issue was report by other users. It seems to me like a screen problem. The border colors we used are normal color that can be visible on any device and browser. Could you please double check it using different machine or browser ?
Thanks.
We have multiple Mac’s and all show the same behaviour … With any browser (chrome, firefox, safari). Even external monitors don’t show the grey lines.
In windows 7 and 8 computers we can see the lines, but they are very very very light grey, almost white, almost invisible … and the cards shades aren’t showing …
It’s also strange that on your demo when the window to select the theme is on top, the grey lines and shades are shown … why it works in that situation? Does that fact point you in any direction ? You for sure can see that happening in the video I shared. And, if it was something just on ALL our screens, it wouldn’t work in that situation, right ?
We also know what is supposed to show based also on our mobile devices where the theme it’s working ok…
Of course we can go ahead and darken the colours, but I’m reporting it, because I’m sure there are other computers out there not showing it, so this is affecting other users/customers and I think it’s something that is worth your investigation and correction.
This is an issue of color spaces/profiles, like RGB Full vs RGB limited on monitors. We have found multiple issues, one was the fact that the external monitors were using RGB limited, and it seems it’s something that happens a lot and users don’t have idea that happens. On RGB Limited you have color values only from 16 to 235, while on RGB Full is between 0 to 255. That’s the reason some of the light greys you use are not seen.
On Mac that is fixed in the following way : https://www.mathewinkson.com/2013/03/force-rgb-mode-in-mac-os-x-to-fix-the-picture-quality-of-an-external-monitorWe also had other issue on the Mac retina displays, because of a Mac app that changed the default display contrast in the accessibility settings, and your theme light greys are only seen in the normal contrast. Anything above that create problems (just try it).
I have sent the link of the Metronic theme to some friends and some were able to see the light grey lines and others don’t, but none had made changes to the basic screen configurations … So, basically this is an issue that affects other users, depending on the automatic settings they have on their monitors and screens. Now I leave it up to you regarding your design decisions, but as you can see in the first link I’m sharing, sometimes it’s better to avoid certain colors that might not be visible in all devices/screens.
Hope these helps.
Hi
,
Thanks for your very detailed reply. We will definitely check on this further and in the next update we will try to slightly darken the border color for the inputs globally. I would suggest you to try to change the border color by your self. All you have to do is to install the build tools and go to the global settings to change the border color globally and compile the theme with gulp. If you need any further help please contact our support at support@keenthemes.com
Thanks.
Hi, please be aware that your sketch file in 6.0.1 is still containing assets from 5.5. It is not an updated version with new graphical assets. I understand that it is important to quick realease (we are certainly all here in the same situation in our jobs) but it should never impact the quality as it is the case right now… Sometimes damages cannot be undone.. Transition from 5.5 and 6 is such a pain!
Hi,
At the moment we have included only few v6 Demos PSD files. The reason is that we have a huge plans on updating the content/widgets and we are working on many Applications and Custom Pages. After delivering the above planned items, all PSD & Sketch files will be updated accordingly. Our target is over 40 pages.
Thank you.
i am thinking of purchasing your template. however could you please confirm to me if the latest version (the version with angular 7) supports multiple selection dropdown?
Hi 
Our theme latest version includes the Angular 7 app. For “multiple selection dropdown”, you could send the requirement to our email support at support@keenthemes.com. We will consider adding it in the future updates.
Please this demo site for Angular https://keenthemes.com/metronic/preview/angular/Thanks
that means it does not have multiple drop-down select
Hi 
Thanks
What happened to stacks on Metronic 6?
Hi 
Could you please clarify what “stacks” do you mean?
Thanks
I suppose you released 6.0.1, when do you plan 6.0.2? I just want to make sure that it has been stabilized. Also changelog from 6.0 to 6.0.1 please.
Hi 
We have released v6.0.1. Please check this link for the changelog; https://keenthemes.com/metronic/?page=changelog
v6.0.2 will be coming out soon with various improvements.
Thanks
Do you think to add Aside Secondary?
Hi
,
Yes, the secondary aside feature will be added with advanced options.
Thanks.
Hi there is any profile user profile page in V6, any plan to have one? Can you list the new pages in V6? Also the FAQ v1 page is not clear how to use it, it was options at the left that when you click them nothing is shown.
Regards
Hi,
We have plans for many Applications and Custom Pages. User Profile pages will be part of User Application. We have already started development, however can’t give ETA at the moment.
The following one is one of the options of Profile pages.
Thank you.
Thanks! Looks great!
What is the upgrade path from Metronic 5 -> 6? You have refactored all the style names within the css and without a path to upgrade it is going to result in a substantial investment to change. Is there a tool to convert an existing site? We have recommended the framework to numerous customers with the recommendation that it would help them avoid this scenario. Before I go tell my customers that their development is going to stop while we refactor all their sites I wanted to reach out to you, in hope that you planned for this migration and created tools to help minimize the expense.
Hi,
Very sorry for the late reply. Seems we overlooked your comment here.
Unfortunately there is no way to handle the HTML updates automatically since every buyer utilizes the theme differently and we can not standardize the rules for the update integration. Also recent Bootstrap 4.x has a lot of breaking changes that requires manual migration. For more info please check the v6.x update notes: https://keenthemes.com/metronic/?page=docs§ion=migrationThanks.
If possible to address in Metronic 6.0.1: the issue with the green-blue background not spanning full-screen in Demo4 https://ibb.co/HKWzBkT. Also, when you scroll down the page in Demo4 and the header changes its color from transparent to white, the color of icons in the header doesn’t change and thus they are invisible (white icons on white header background).
Hi 
Thank you for your feedback. We will check it further and provide fixes.
Thanks
LAYOUT BUILDER doesn’t work …The synthax format exported is unreadable
Hi,
Thanks for your feedback. We are checking it now and the issue will be rectified shortly.
Regards
shortly means today ? I’m waiting here =/ please let me know when it works again
Yes, by today. In the meantime you can use https://htmlformatter.com/ to properly format the code until we fix it.
Hi, in new Metronic 6 I don’t see any user profile page or some “messanger” page, are you planning to add this? Thanks.
Hi 
We have plans for many Applications and Custom Pages. User Profile pages will be part of User Application. We have already started development, however can’t give ETA at the moment.
The following one is one of the options of Profile pages.
Thanks
Thanks for info
and what about some Messanger page? In Metronic 5.5 we used this, but in Metronic 6 css styles dissapeared.
You are welcome! The messaging feature will be released as a separate app. Stay tuned! 
Do you guyz think that the theme will be stabilized after 6.0.1? I will be waiting 6.0.1 for production.
Hi 
We will release it as soon as possible by today. Estimated time by a few more hours to test. Stay tuned!
Thanks
HI, I want to ask that, I am currently using Metronic 5 (default) version. I want to upgrade my panel into your given new version.
So Is that Possible??
Hi 
You could copy the HTML from default version, and create a component for panel into your existing Angular application.
Thanks
Where do I download the PSD files?
Hello,
We will include PSD & Sketch files in upcoming quick update which should be out by today.
However please note that the PSD & Sketch files included in the download package are not up to date. We have included only few v6 Demos PSD files. The reason is that we have a huge plans on updating the content/widgets and we are working on many Applications and Custom Pages. After delivering the above planned items, all PSD & Sketch files will be updated accordingly. Our target is over 40 pages.
Thank you.
Where can I find the v5.5 default demo with all of the components?
Hi
,
Please email our support at support@keenthemes.com and we will provide you a link to download it.
Regards
Error 1:
I just need to show some mistakes. in demo 12, left menu show
<b>Warning</b>: Invalid argument supplied for foreach() in <b>C:\wamp64\www\keenthemes\themes\preview\lib\Menu.php</b> on line <b>209</b><br />
Error 2: Also Right Hand Side Date Not working. If you select data range stil the date show today Aug 16
Error 3: http://themeforest/metronic_v6.0.0/theme/classic/default/layout_subheader_classic.html
The Page not found
Error 4: http://themeforest/metronic_v6.0.0/theme/classic/default/components_extended_timeline.html
The Page Not Found
Error 5: http://themeforest/metronic_v6.0.0/theme/classic/default/custom_invoices_invoice-v1.html http://themeforest/metronic_v6.0.0/theme/classic/default/custom_invoices_invoice-v2.html
Images Missing
Just I show the mistakes.
Hi
,
Thanks a lot for your feedback. Great spot. We will include the fixes for the above issues in the next update v6.0.1 in a few hours. Stay tuned!
Regards
Why do not use amchart lastest verssion on metronic 6?
Hi,
Thanks for your feedback.
One of the notable flexibilities of Metronic is that you can add any 3rd party plugin or individually update most of the included plugins by yourself. However we will check the latest version of Amchart and update it in a future update.
Regards