12202 comments found.
Do you also have some angular component for paging,searching,sorting of the tables?
Hi senzacionale,
Please check the preview https://preview.keenthemes.com/metronic/angular/demo1/ecommerce/customers But there aren’t separated components, cause we aren’t Components library, we are UI Theme with nested HTML/CSS structure. Alternative is https://ng-bootstrap.github.io/
Regards, Keenthemes support
Hi. Thank you. I think this customer example is perfect. You are the best!
Hello, do we have List groups in metronic 7? like this ones https://getbootstrap.com/docs/4.5/components/list-group/ ?
Hi
,
However you can use the Bootstrap List Group as well.
Regards, Sean
Hello, Where is “assets” folder i don’t see that anywhere.
Hi
,
First of all thanks for choosing Metronic.
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.
Regards, Sean
How can I refresh the kt_calendar? I try use $(’#kt_calendar’).fullCalendar(‘refetchEvents’) but i got error $(...).fullCalendar is not a function
Hi,
Which build tool are you using? Where do you call ”$(...).fullCalendar”?
Thanks
hi. I’m trying to use ‘Both Scrollbars table’ from scrollable tables and there are two questions. 1. I get ‘undefined’ text at the top of my ‘card’, how do I remove or where do I get this from? 2. where can I access to the width for
‘th of thead’
Hi,
Could you please send your codes and screenshot showing the issue? to support@keenthemes.com or https://gist.github.com/
We have to check it further.
For the column width, you can specify it in the option. eg.
columns: [{
field: 'OrderID',
title: 'Order ID',
width: 30,
}
//....
Thanks
Hi,
I’m trying to install angular demo3 of this theme and I followed all the instruction mentioned in documents. To generate assets I used the tools utility present in theme/html folder and I copied the the assets folder to angular project directory.
But getting error:
Error: ./src/styles.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can’t find stylesheet to import. ╷ 20 │ @import ”./assets/sass/style.angular.scss”; │ ^^^^^^^^^^^^^^^^^^ ╵ src\styles.scss 20:9 root stylesheet
Can you please provide me the proper way to generate the assets folder for angular demo3 project!!! I already invested quite a lot of time in it.
Hi, zunble
In the angular version don’t need to generate anything, assets are included there. Redownload theme again and follow this instruction: https://keenthemes.com/metronic/?page=docs§ion=angular-installation
Regards, Keenthemes support
Any chance we got multimedia example? maybe a video player for school subject?
Hi,
Thanks for your feedback. Noted, we will consider this in a future updates.
Regards, Sean
Hello,
Is there a way to change the language of the code in the pre code tags?
I’m talking about this page: https://preview.keenthemes.com/metronic/demo1/features/bootstrap/typography.html .text-primary
... In the html file : Is there: class=”language-css” ? class=”language-php” or class=”php” ? class=”language-sql” or class=”language-mysql” or class=”sql” ? ...
I don’t know if you understand.
Thank you.
Hi,
Sorry for the late reply. We thought we replied you from our support system. If we haven’t received our reply please note that you can use the code highlight plugin by referring to it’s official documentation:https://prismjs.com. To print the code you will need to the html special chars function(for php https://www.php.net/manual/ru/function.htmlspecialchars.php) of your backend language.
Regards, Sean
Hi, @gpulson, metronic don’t reading jQuery for datables, why?
Hi,
Could you please send the screenshot if any error? Eg. console log, etc.
Thank you.
Hello,
Is there a way to change the language of the code in the pre code tags?
I’m talking about this page: https://preview.keenthemes.com/metronic/demo1/features/bootstrap/typography.html.text-primary
... In the html file :
Is there: class=”language-css” ? class=”language-php” or class=”php” ? class=”language-sql” or class=”language-mysql” or class=”sql” ? ...
I don’t know if you understand.
Thank you.
Hi,
You can refer to https://prismjs.com/ plugin to learn how to use the code highlighter. Basically you will need to pass your generated code with htmlspecialchar conversion(with php you can use htmlspecialchars($code) function):
<div class="example-highlight"> <pre> <code class="language-css"><?php echo htmlspecialchars($code)?></code>
Regards, Sean
Hello there
I just purchased your theme, very impressive. But I’ve having some issues here:
1. It’s been a few days since I purchase it. I open the folder, went to Demo3 which is my favourite.
2. Then try to open the index page into browser, but the entire page is mess up, which is a result of lack of css files.
3. I’m a little bit confused here, most template comes with css files, and the only reason why I decided to purchaser the template because I blown by the Demo layout with which well presented in your demo site. But Now I can’t even view it.
Any help here to finding where the css files is, and how to integrate it into the demo?
Looking forward to hearing from you.
Jeremie
Hello again,
I’ve checked the entire html folder again, again, and gain, it seems to be that there must an assists folder within, but there is no one. I’m getting disappointed now. I really help here.
Hi Jeremie, 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.
Feel free to ask additional questions
hi, in laravel version how I can generate a menu based on the user role or permissions?
Hi,
This is related to the backend and here our support is limited. Check our support policy: https://keenthemes.com/theme-support.
Regards, Lauris
Hi, I’m trying to show a modal from jquery located after defining the global js files of the template and I get an error. As if I wasn’t calling the jquery file, do I need any additional js file to be able to use the modals from javascript? The buttons work fine for me.
This is the error: Uncaught TypeError: $(...).modal is not a function
Hi,
Can you please specify which version are you using? html/angular/react/vue/laravel Would be nice to have a code snippet which cause a error. Thank you!
Regards, Lauris
Hi, thank you for your response. The version is HTML DEMO 2, assets built with webpack in ubuntu.
$(document).on(‘click’, ’.btn_details_activity’, function(){ });
$('#modal_detail_activity').modal({
keyboard: true
});
$('#modal_detail_activity').modal('show')
Hi,
Here is example on how you can use .modal function
$("#save_changes_id").click(function () {
$('#exampleModal').modal('show');
});
Check bootstrap doc for more info: https://getbootstrap.com/docs/4.1/components/modal/
Regards, Lauris
What’s the difference ?
Hi,
It is the same just this code should be inside click event listener.
$('#exampleModal').modal('show');
Regards, Lauris
hi keenthemes, how to set dynamically multiple parameters using setDataSourceParam method in KTDataTable??
Hi,
You can set the datatable param like this.
datatable.setDataSourceQuery({key1: val1, key2: val2});
Let us know if you need more clarifications.
Thanks
Hello,
Thanks for the update!
I followed your documentation with the update of your template : https://preview.themeforest.net/item/metronic-responsive-admin-dashboard-template/full_screen_preview/4021469And It works out!!!
I have the assets folder with CSS and js file ✔
Thank you!
Hi
,
Glad to hear that. If you need any further help please let us know!
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 reviewed your demo (HTML version), the fixed footer does not work on mobile devices. Is there a definitive solution for footer fixing on all mobile devices? (of course there should be no distortion to the desktop view)
Hi,
At the moment the fixed footer feature is available for the desktop view only. If you need to enable it please contact our support via support@keenthemes.com and provide more info(which demo you are using, which metronic version and build method)
Regards, Sean
Hi there. Where can I define the data for the datatable in the skeleton laravel template ? demo1/skeleton/datatables view. Thank You
server side
Hi,
Our laravel shows the example for assets integration with laravel mix. To get better datatable data mangement, you can use this plugin for laravel.
https://github.com/yajra/laravel-datatablesThanks
Couple of questions:
A. I bought the theme. So for support, i simple email your support@keenthemes.com?
B. I am confused on your templates.
This html version has all the features we want: https://preview.keenthemes.com/metronic/demo1/index.html
However, we want to build in Vue.js. But the vue.js version of same template as above does not have all the components as shown above like kdatatables https://preview.keenthemes.com/metronic/vue/demo1/#/dashboard So, i am confused. So, if we use vue.js it only has cutdown version or its just not there in demo and will be same as https://preview.keenthemes.com/metronic/demo1/index.htmlHi
,
Thanks for your interest in our theme.
Yes, you can contact our support via support@keenthemes.com to get the theme support as explained here: https://keenthemes.com/theme-supportThe html version mostly uses jquery plugins so if you need those plugins in vue version you can consider including jquery and related plugins as well.
Regards, Sean
ASSETS Directory is missing from demo directories.
i saw your youtube video also tutorial but i am not able to follow to very lengthy and complex. https://www.youtube.com/watch?v=NDlQ09mmvu8&ab_channel=KeenThemes
I just want offline simple simple css and other all assets which are required for simple HTML Bootstrap version.
Please provide.
always i get offline assets available in other templates what i purchased previously.
why are you making it more complex.
if simple version not available then please let me know refund process.
Hi,
Since Metronic is a multi-deme theme that comes with 4 versions(html, vue, react, angular and laravel) we needed to exclude the precompiled assets. Assets compilation from the source folder using the build tools are very common now since almost every developer prefers generating the assets with some customizations as per project requirements.
Could you please retry it by following our quick guidelines https://keenthemes.com/metronic/?page=docs
If you need any further help please contact our support via support@keenthemes.com and provide more details for the issue you had.
Regards, Sean
Hello,
I know you have a lot of work to do, and I fully understant that.
I bought your template yesterday, but unfortunately, I realized that there was no assets folder with the css and js files included in the zip file.
So I understand that I had to generate myself.
I looked at your tutorial (Build Assets with Gulp – Metronic Admin Theme) on YouTube, and I have an error at 28:38 of the video.
They errors that I had are not specified in your documentation (docs)
The error tells me that the bootstrap folder does not exists.
I sent screenshots to support, but no personal response from their units.
This template, I bought it yesterday and I would like to have the complete assets folder, with they css and js files.
Can someone please help me?
Or else, I would be forced to claim a refund and to report you.
Thanks.
Hi,
Thank you for your report. We will release a quick bug fix shortly in a few hours.
Thanks