Hi keenthemes, i posted the question here https://devs.keenthemes.com/question/plugin-bundle-js-optimization, since I didn't want to make a new post, but apparently you didn'"t see it.I use webpack, and deleted a lots of 3 parties and global pluginsI followed the video that you gave on that...
Hi, is there any video or documentation for migrating from metronic theme version 7 to version 8 I wondering if it is easy or I will change a lot of things and if I managed to change to another theme in the same metronic 7 I will just change the assets folder
Hi keenthemes,Since you just release the new download page which download prefered framework and demo with one click.It would be great to have the ability to download Metronic with only blank page.thank you
Dear Support,We noticed there are errors when viewing in the inspector in the console of the FireFox. Error in parsing value for ‘max-width’. Declaration dropped. Unknown property ‘text-size-adjust’. Declaration dropped. Error in parsing value for...
I followed the Blazor Server instructions and got my code running. Nothing was working on the dashboard on Demo20 so I moved all javascript imports from the body tag in the HTML to the "OnAfterRenderAsync" on the MainLayout.razor file (as indicated on the blazor guide). I still got the following...
Hi keenthemes,The de-activation of aside menu in demo6 is not working in Layout Builder.even if you try to visualise it here with no aside, it still appears :https://preview.keenthemes.com/metronic8/demo6/layouts/aside/only-header.htmlwich it is de-activated in demo1 :https://preview...
Hi,I have a problem with the stepper component, the formik validation error messages do not appear under the field. example: name required.In the preview, the messages appear, but when running locally the messages do not appear. What can I do?Another question is about the users module, w...
Good evening, in fact I am performing an integration of demo2 HTML theme by following all the steps contained in the document Server-Side integration for laravel.once you get to the step to compile the assets.when I run the command: npm run devit shows me this error:'mix' is not recognized...
Hey all, I developed a date time picker via bootstrap with Metronic without jQuery.I have made the portion of showing the present and special days. I continue to develop.Next part : - Range date selected - Time SelectedStackblizt link: https://react-date-timepicker.stackblitz.ioSou...
Hello, I bought the Metronic theme before.Now theme was updated, I want to re-download the theme files.I re-downloaded the file via Themeforest.But there are only demo1 files for vue, react and html in the file.The file I downloaded does not contain the files of other demos.Is th...
Recently I have purchased a Metronic Theme. I am using this theme in a ASP.NET MVC application. The not supporting form POST method. Please help. Existing HTML for the same is given below:...
hi keenthemesHo safe it is, to remove those plugins from the compiling bundle "'theme/html/tools/webpack/plugins/plugins.js'" :// ES6-Shim - ECMAScript 6 compatibility shims for legacy JS engines. Learn more: https://github.com/paulmillr/es6-shimrequire("es6-shim/es6-shim.min.js");...
Good morning, I am attaching the complete link of the project. I comment that I present problems for the DATATABLE,bootstrap-maxlength.html and recently with vis-timelineI had to manually add in plugin.scss the following @import "~ vis-timeline / dist / vis-timeline-graph2d.min.css"; and...
I have the following problem when I want to integrate the latest version of metronic v8.0.36 Problem 1 - Root composer.json requires laravel/framework ^9.0, found laravel/framework[v9.0.0-beta.1, ..., 9.x-dev] but the package is fixed to v8. by a partial update and that version d...
Hi,How to install a blank panel, no modification needed?Preferably only with authentication.Of course, with the absolute minimum of dependency.Laravel 9
I am trying to use select2 but my function is not detected, the following$('#departamento').on('change', function () { var data = $(".select2 option:selected").text(); console.log(data); })also try the following$('#departamento').on('select2:select', function (e)...
Hi Keenthemes,After upgrading from 8.0.34 to 8.0.36, the invalid message for input group are not showing,I may know the reason, it"s when you updated the text color inside input-group lately changed. (wich is looking goood), but it maybe this update on input-group affected the css reposnsibl...