12202 comments found.
V7.2.2 download without css js and how to fix it?
Hi!
Since Metronic v7.1.5 update the precompiled assets folder is no longer included. In the download package only the source files are included and the assets folder must be generated. by using the build tools so in order to launch the theme you will need to generate the “assets” folder from “src” folder by installing the build tools and running the build tasks in command line.
The good news is you can follow https://www.youtube.com/watch?v=NDlQ09mmvu8&ab_channel=KeenThemes or https://keenthemes.com/metronic/?page=docs§ion=html-build-tools and install the build tools and generate the assets by your own in a few minutes. This approach is nowadays defacto for all developers so we encourage our users to move forward with the development trends and from our side we can help with video tutorials, documentations and easy to follow guides.
Please follow us at http://twitter.com/keenthemes to stay updated.
Hi, How can I accomplish a full screen dropdown? Does a full screen example exist or can you please show me how to modify the drop down ‘Shopping Cart’ to become full screen? Many thanks.
Hi,
Sorry for the late reply. The full screen dropdown is not available since there option is not a common for websites. You may consider using full width Bootstrap modals instead. If you need any further help please contact our support via support@keenthemes.com
Regards, Sean
I got summernote icons problem. Failed to load resource: the server responded with a status of 404 () .../plugins/global/font/summernote.woff2
and there’s no folder inside resources ”/plugins/global” etc. and it doesnt returns any font.
how can I resolve this?
Hi,
Could you please share which page you found this error? Please send the screenshot, we will check it further.
Thanks
Hi, I’d like to use demo 7 with Vue. This is a great demo but simple tables and data tables under vuetify menu gives 404. Why? should I wait for some upgrade? greetings to the whole team
Hi,
Looks like route links are wrong in the menu component. We will fix it in upcoming updates.
Now you can use these paths to access Vuetify table pages:
/vuetify/simple-tables
/vuetify/data-tables
Thank you!
We are a new startup and we only have basic knowledge of using HTML, CSS, Bootstrap templates and we only know core php for backend, we have bought this template and we read the tutorials and now we are confused how to extract and use files for our project, please help!
Hi,
It depends on your requirements if you would like to use all Metronic functionality you can just copy Metronic folder and place it inside your project. Or you can extract needed pages and files and use them.
Check out our video tutorials: https://www.youtube.com/channel/UCpclVCv8nFxAa4chSkW8-_Q
Please follow us at http://twitter.com/keenthemes to stay updated.
Thank you!
Hi ,liked your theme very much.Is there a laravel + Vue integrated theme ? If not are you planning to add it in near future ?
Hi,
At the moment we do not have the Laravel+Vue integrated theme. We have plans on Laravel+Vue integration but we can’t promise when we will release it.
You can check our Laravel+Vue integration guide it will help you to make a basic integration: https://keenthemes.com/metronic/?page=docs§ion=vue-laravel-integrationPlease follow us at http://twitter.com/keenthemes to stay updated.
Thank you!
Sean sorry, The second Share.svg is the same as first. ../src/media/svg/icons\Communication\Share.svg
Hi
,
Thanks for your feedback. Could you please clarify it so we can check it further. What is the path of the second share icon ?
Regards, Sean
as examples on the page they have the same path: https://preview.keenthemes.com/metronic/demo1/features/icons/svg.html
<img src="/metronic/theme/html/demo1/dist/assets/media/svg/icons/Communication/Share.svg" />
correct path: <img src="/metronic/theme/html/demo1/dist/assets/media/svg/icons/Files/Share.svg" />
Thanks
Hi
,
Thanks for the detailed info. Noted, we will check it and fix in the next update.
Regards, Sean
I love this template but I need to use nuxtjs. Do you guys start to develop this great template to nuxtjs version?
Hi,
Sorry but at the moment we are not working on nuxtJS version. We will provide a dock with a guide for such integration in the upcoming future.
Thank you!
Dear Support,
question concerning: https://preview.keenthemes.com/metronic/demo1/features/custom/callout.html
If use dropdown menu with callout instead button. The dropdown menu has not correct position and hide behind border of card or card-body. Kindly advise any solution based on your themes and without uses of custom css. Thanks & regards, Vlad
Hi,
This is causes by the original Bootstrap Dropdown limitation where the parent has overflow:hidden property the dropdown is misplaced. Can you try to use the dropdown on a callout without “bg-dioganal” class ? In Metronic 8 we will be releasing our own KTMenu plugin that handles any type of popup dropdown display.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Thanks.
You are most welcome
All the best with your projects!
With version 7.2.1 when I run gulp—demo5 or—demo9 command always is generating assets folder into demo1 folder. With previous v.7.1.8 version works well
Hi,
We are checking this issue and we will provide a new update with fix shortly in a few hours.
Regards, Sean
Hi! I’m starting a new project and would like to know if you have an estimated release date for Metronic 8, so I can start with the new release.
Hi
,
We are currently working on and doing really good progress.It should be out soon. However we can’t promise any ETA yet since Bootstrap 5 related core plugins are still yet to be available and also we are trying to replace of those plugins with alternative solutions.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
hi will your laravel theme come with a complete demo with model, views, database migration files
Hi,
Sorry at the moment our laravel version doesn’t provide any back-end functionality.
Metronic laravel theme is a skeleton application it already contains all needed assets, few pages, models and laravel default migrations.
Thank you!
Can you provide change log so I can know if I need to download the update
Hi
,
Sure, you can check it here: https://keenthemes.com/metronic/?page=changelog
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
After uploading image it shows with a fixed size. How can i make it maintain the aspect ratio same as the uploaded image ? https://preview.keenthemes.com/metronic/demo1/crud/file-upload/image-input.html
Hi,
At the moment our current image input doesn’t provide such functionality.
We are using and background-image to display inputted image so divs doesn’t have such behavior, to make it you can use the tag.
Thank you!
which tag ?
Currently u have this code to show the image
image-input-wrapper” style=”background-image: url(<?php echo Page::getMediaPath();?>users/100_1.jpg)”
Hi,
Sorry I meant the img tag. You can update div tag to img and paste background-image url to src attribute.
Update this<div class="image-input-wrapper" style="background-image: url(<?php echo Page::getMediaPath();?>users/100_1.jpg)" />to
<img class="image-input-wrapper" src="<?php echo Page::getMediaPath();?>users/100_1.jpg" />
Thank you!
Hi, can i have version 6 preview url?
Hi
,
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Hi Dears,
when you will add these features as it is highly need : - inline edit in datatables or kttables - add class e.g: required , so when use this class it add * next to lable
please consider to add these feature if possibile
Thanks
Hi
,
Thanks for your feedback. We will add more such features in Metronic 8 with Bootstrap 5 update soon.
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
Metronic v7.0.9 – HTML Demo 1 I am trying to load checkboxes using Ajax. I have the following code to check if checkbox is clicked or not clicked $(‘input[type=”checkbox”]’).click(function () { alert(“Checkbox Clicked”); }); This alert does not get executed for dynamic checkboxes using Ajax but does get executed for pre-defined checkboxes (on html page) I have no issues with styling. I couldn’t find initUniform() method anywhere in the code. Please advise!
Hi,
This question is related to basic jQuery coding. The uniform checkbox plugin is no longer used in Metronic 7.x. For your case you should consider using event delegation: https://learn.jquery.com/events/event-delegation/For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
columns: [ { field: ‘FullName’, title: ‘Adı Soyadı’, visible: function(row) { if (row.FullName !== ‘undefined’) { return true; } else { return false; } },
How can I hide the column based on incoming data? in some cases I don’t want the full name to appear.
but the “function” does not work in “visible”.
Hi,
Sorry for the delay. The param does not accept function.
Could you please use the function?
datatable.columns('columnName').visible(false);
Thanks
hi, why this code not working?
new >
/* (this part work fine) $(’#kt_datatable_search_department’).on(‘change’, function() { datatable.search($(this).val().toLowerCase(), ‘DepartmentID’); }); */
$(’#kt_datatable_search_deparment’).selectpicker();
<select class=”form-control” id=”kt_datatable_search_department”> <option value=””>All</option> </select>
old version (work fine)
$(’#kt_datatable_search_status’).selectpicker(); <select class=”form-control” id=”kt_datatable_search_status”> <option value=””>All</option> </select>
the drop down list looks like the classic list view.
I looked at this for 3 hours and didn’t notice. :((
$(’#kt_datatable_search_deparment’).selectpicker();
deparment > department
I am ashamed right now. can you delete this post
Hi
,
Glad to hear that you figure it out. That is not problem at all. If you need any further help you may directly contact our support at support@keenthemes.com
For more info please check the theme documentation: https://keenthemes.com/metronic/?page=docs and our video tutorials https://keenthemes.com/metronic/?page=video.
Please follow us at http://twitter.com/keenthemes to stay updated.
Regards, Sean
I bought the metronic and the files were all messy, I will attach some photos.
Hi,
First of all thanks for choosing Metronic.
In order to launch Metronic you will need to install the build tools and run the build task to generate the assets files from the “src” folder.
Nowadays using the build tools to manage the assets is de facto approach. Metronic’s default package includes all the features bundled and using the build tools you may easily customize the styles and also build your custom bundle with required features only to make the output css/js bundle file size minimal.
We encourage our users to move forward with the development trends and from our side we can help with video tutorials, documentations and easy to follow guides.
You can follow https://www.youtube.com/watch?v=NDlQ09mmvu8&ab_channel=KeenThemes or https://keenthemes.com/metronic/?page=docs§ion=html-build-tools and install the build tools and generate the assets by your own in a few minutes.
If you need any further clarifications please contact our support at support@keenthemes.com
Regards, Sean