12184 comments found.
Security Vulnerabilities in UploadHandler.php. my site is deleted
Hi,
Sorry to hear that. We received this report a few months ago and immediately released the fix by deleting UploadHandler.php from the plupload 3rd party plugin. If you need any further assistance or clarification please contact our support at support@keenthemes.com.
In the main time i would suggest you to do the same(remove UploadHandler.php from from assets/global/plugins/plupload folder) or use the latest available version v3.7.
Thanks.
Hi, I am try on my ipad and phone, but i get page with no css.
how i can fix this?
Regards. Dwi
Hi
,
Which URL are you using ? Please try to use direct URL to the preview site: www.keenthemes.com/preview/metronic/theme/templates/admin
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Hi, I am try on my localhost, i just implement the all script on html site, without no change, If I try on browser on pc it’s look good, but if I try on my ipad or phone, the page display with no css.
Thanks
Can you deploy it somewhere ? Otherwise we have no idea what could cause the issue. Are properly connection to your localhost from your device ? Also could you check that css and js files are fully loaded in your device ?
Hi,
I have check all css and js loaded, if not loaded, that’s it not look good on pc.
I will try to deploy my script on somewhere, i will back if finished.
Thnak you
Hi
,
Sure. You can register in our forum and repost your question there to get more effective support.
Thanks.
Congratulations for the nice job. Is there any way to put a watermark on photos to upload? Tks
Hi
,
Thanks for your feedback. This feature is not in the theme’s scope. Basically this feature is implemented in the backend with special script that processes the photos with watermarks.
If you need any further clarifications please let us know.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
template e-mail new not found?
Hi
,
Please download the latest version(v3.7) to get the new email templates. If you need any further assistance please let us know.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Hi
,
Dear Community!
We are delighted to inform you that our support site is finally launched http://keenthemes.com/. Now you can post your further support questions in our support site. All you need to do is register as a member and verify your purchase by entering your license code and you are ready to go with more effective support from our support staff and the community.
If you encounter any bug in the site, please feel free to report us through our support email: support@keenthemes.com
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
I’ve figured out the navigation structure of amcharts built into the admin theme. However, when I try to add an amchart from the amcharts page (admin3) to the dashboard of admin3, the chart shows up blank.
I’ve copied the Javascript references exactly from the amcharts page to the admin3 index. I’ve also copied all of the references the same and they just show up as blank on admin3.
Hi
,
Can you provide us a test link to your developing site ? If we can check your site soemwhere online we could help you more effectively.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Thanks! It’s not live yet. When I get it live I’ll send a support ticket.
Sure
Thanks.
I’m trying to incorporate amcharts into admin3. I ijust can’t seemed to figure out the Javascript file I need to edit to change the charts. I’ve created the Javascript within amcharts for my new chart. But, in your amcharts page, you call quite a few Javascript files. Can you tell me… when adding an AmChart to the admin dashboard, what is the tag we should use to add the chart to bootstrap and then where should we place the Javascript for that chart?
Nevermind! I found the file finally.
Hi
,
Great! Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Fullscreen button for portlets.
More often than not when using a portlet you will define a height like 200px where slimscroll becomes available to view the entire content within the portlet. All works great, but I was surprised to find when using the fullscreen button for the portlet it doesn’t make it full height… only width. Now the portlet uses the whole screen width-wise, but is still constrained to 200px height and still uses slimscroll. Shouldn’t fullscreen actually be fullscreen because as it is I don’t see it being much use. I haven’t played with the css yet, but perhaps this is something you might want to change.
Hi
,
Thanks for your feedback. We will check this issue and fix it in the next update asap.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Hello, Good template. I have one question ? How I can remove event in Calendar ?
Hi
,
Thanks for your feedback.
You can refer to the fullcalendar’s official documentation here: http://fullcalendar.io/docs/event_data/removeEvents/If you need any further assistance please create a topic in our support site keenthemes.com/forums/ and provide more details(which admin theme are you using, a test link to your developing site, etc).
Thanks.
Hello, I used below code for my page blocking while doing ajax, When action starts, Metronic.blockUI({ boxed: true }); and when action ends, Metronic.unblockUI();, It works fine, but spinning circle GIF does not show, it shows like no picture box, I can see Loading statement along with CSS applied. How can i get that spinning circle, did i missed to point GIF in my html?
Thanks,
Hi
,
You will need to set base path to the asset folder in as shown below.
Metronic.init(); // init metronic core componets
Metronic.setAssetsPath('relative or absolute path to the assets folder');
If this will not help could you please go to our support forum http://keenthemes.com/forums/ and post your question there ? If possible after creating a topic post a private reply(check the private reply checkbox) and provide a test link to your developing site. Thus our support staff can assist you more effectively.
Thanks.
I want to use metronic css, only to change the look of default bootstrap components. Which css and js files should i include at minimum in my page?
Hi
,
You will need to change sass/global/components.scss file content with below code and compile components.scss referring to the documentation’s “SASS” section under _documentation/admin/index.html>
/********************************* METRONIC SQUARE STYLE COMPONENTS *********************************/ // Global settings @import '_variables'; @import 'components/_mixins'; $theme-style: 'square'; $theme-type: 'default'; // General CSS Reset @import 'components/_reset-rounds'; @import 'components/_reset-general'; // Material Desing Components @import 'components/_md-base'; @import 'components/_md-inputs'; @import 'components/_md-checkboxes'; @import 'components/_md-radios'; // General Components @import 'components/_typography'; @import 'components/_utils'; @import 'components/_font-icons'; //@import 'components/_alerts'; //@import 'components/_badges'; //@import 'components/_buttons'; @import 'components/_carousel'; @import 'components/_charts'; @import 'components/_chats'; @import 'components/_close'; //@import 'components/_dropdowns'; @import 'components/_feeds'; @import 'components/_form-layouts'; //@import 'components/_inputs'; @import 'components/_icon-buttons'; @import 'components/_input-icons'; //@import 'components/_labels'; //@import 'components/_list-groups'; @import 'components/_loaders'; @import 'components/_metro-icons'; @import 'components/_modals'; @import 'components/_notes'; @import 'components/_pagination'; @import 'components/_panels'; //@import 'components/_popovers'; @import 'components/_portlets'; //@import 'components/_progress-bars'; @import 'components/_statistic-blocks'; @import 'components/_social-icons'; //@import 'components/_tables'; //@import 'components/_tabs'; @import 'components/_tiles'; //@import 'components/_wells'; @import 'components/_animate'; // Apply flat UI colors to all components @import 'components/_flatui-color-variants';
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Is it easy to implement pagination to the portfolio image page?
Hi
,
Yes, that should be easy. You can use pagination component from http://www.keenthemes.com/preview/metronic/theme/templates/admin/ui_general.html
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
What the difference of 3.6 to 3.7? Have a changelog?
Hi
,
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
COLOR ERROR: after upgrading to 3.7 version I noticed the css class .green (visible in all templates and also in your previews) is the same of .green-seagreen.
Can you restore the normal green ASAP?
Thx!
Hi
,
Thanks for your feedback. We will take a loot at this in the next update.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
como puedo cargar las plantillas en wordpress
saludos
Hi
,
Thanks for your feedback. But Wordpress version is not available for Metronic. Metronic is an HTML theme and it requires further coding in order to implement it. If you need any further clarifications please let us know.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Thanks
Hi, with the Pace.js loader, is it possible to add new themes? I tried one from their site, and it didn’t work. Is there something I need to make custom for the new pace.js to work? Specifically, I’m looking for center progress “loading” progress bar that waits until the entire page is loaded to show content. Thanks!
Hi
,
If you need to integrate another theme from pace.js website you just need to include the selected theme’s css file in your page and customize further if required. That should be it there no other stuff to modify.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
I am new to designing part. Extremely nice work. How can we have “Horizontal & Sidebar Menu” in dashboard and all other admin pages.
Is there any tutorial wherein we can follow these guidelines
Hi
,
Thanks for your feedback.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
For any further support could you please repost your question in our support forum: http://keenthemes.com/forums/ and our support forum will reply you asap. Thanks for your understanding.
Thanks.
How to use Korean lanuage in the datepicker?
Hi
,
Thanks for your feedback.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
For any further support could you please repost your question in our support forum: http://keenthemes.com/forums/ and our support forum will reply you asap. Thanks for your understanding.
Thanks.
I just applied the Google Material Design CSS and it looks Awesome to my Admin Theme!! Thanks, good Job.
Hi
,
Thanks for your warm feedback. Really glad to hear that.
By the way, now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.
Where does Metronic expect the favicon.ico file to reside? I thought I had over-written it with my own but it still doesn’t display despite forcing a browser refresh.
Thanks
David
Hi
,
Thanks for your feedback. The favicon file can be placed anywhere. You just need to point it using below tag:
<link rel="shortcut icon" href="favicon.ico"/>
By default the favicon file is located in the same level with html templates. You can try to reload the browser cache with CTR+F5.
Now you can post your further support questions in our support site: http://keenthemes.com/. All you need to do is register as a member and verify your purchase by entering your license code and you ready to go with more effective support from our support staff and the community.
To stay updated please follow us on http://twitter.com/keenthemes 
Thanks.