Hi,
I want to run "app-page-loader" manually.
Trying to get a sub-menu to automatically apply overflow-y for whenever the list of elements in it is longer than the current view. I have tried simply adding overflow-y with a max-height as style attributes, but that does not work
Im trying to follow this guide so I can use your daterangepicker on the angular demo1 project
https://preview.keenthemes.com/html/metronic/docs/forms/daterangepicker
the problem is plugins.bundle.js does not exist on the angular project. and i cant event find it in being referenced in package.js...
An error occur when loading .js script files from sign-in.html
Firefox console shows:
Resource “http://localhost:7060/login” was blocked due to a discordance of type MIME (“text/html”) (X-Content-Type-Options: nosniff).
load fail. Source: "http://localhost:7060/assets/plugins/global...
I'm getting thousands of errors when trying to setup eslint properly. I didn’t find anything in the documentation.
I followed the steps and installed the theme using "npm install", but when I do "npm run serve" I get a message saying the eslintrc file is missing.
I tried to do "eslint --init"...
Is it possible to add my Metronic Dashboard to a wordpress site?
I want to use Datepicker form widget difined in:
https://preview.keenthemes.com/html/metronic/docs/forms/datepicker
but I had an error "tempusDominus is not defined" when init widget:
picker = new tempusDominus.TempusDominus( elem, options )
Although, Tempus Dominus's CSS and Javascript fi...
I have downloaded the ASP.NET Core project. On the index page I have this code and the datatable is not working. Thank you for your help.
@{
ViewData["Title"] = "Dashboard";
KTTheme.addVendor("datatables");
}
...
Hello,
Im trying put a hebrew text to this page (pls view in mobile) and it looks bad.. http://www.eretz.cloudrocket.co.il/NewOrderForm.aspx?User=yoel&Pas=5238&ActivityCode=%20NewOrder
Need help asap.
Jonah
npm 8.19.2
node 16.18
While resolving: demo1@8.1.5
Found: @popperjs/core@2.11.5
node_modules/@popperjs/core
@popperjs/core@"2.11.5" from the root project
Could not resolve dependency:
peer @popperjs/core@"^2.11.6" from bootstrap@5.2.2
node_modules/bootstrap
bootstrap@"5.2.2" from th...
Hi, I am trying to create a fixed header datatable inside a card. All the js and css files from `gulp` is getting compiled to css and js of my project. But table is not getting fixed header in my page. Can you help me with that?
The current Blazor implementation of the theme is in a single project which forces me to use the starter kit project for new projects and cluttering my code with your code.
You can create a Nuget package or seperate assembly that can be referenced from new projects. Then I don't need to have the...
I got the same problem that someone else asked in this question.
This combination of select2 with floating labels and multiple selects causes the label to overlap the current selected options.
There is a rule in plugins....
there seems to be a laravel authentication issue.... i.e. when I log out of the app the app is not returning to login page and I am returned with these types of errors 'Attempt to read property "name" on null'
are you aware of such authentication error in laravel and what is the plan to resolve t...
I am using the ktmenu inside it add several html elements, my problem is when using the select2 plugin,
This select is multiple, when removing an option the ktmenu closes the same
What I can do
gif of what happens
https://ibb.co/6vgxmmW
Hi,
I followed instructions but i am unable to perform this step.
Using typescript initialization with Vue-router
To use typescript components in combination with vue-router , the component initialization must be triggered on every page change within beforeEach event.
// index.ts
import KTCom...
I have a problem with the "page-title" in the layout, using laravel.
When i use this settings in config/demo1/general.php:
// Page title
'page-title' => array(
'display' => true, // Display page title
'bread...
received a list of js errors:
Uncaught TypeError: Cannot read properties of undefined (reading 'defaults')
at 66565 (plugins.bundle.6c2a0ad5.js:2:558049)
at o (runtime.6c30001d.js:1:143)
at plugins.bundle.6c2a0ad5.js:2:2363029
at o.O (runtime.6c30001d.js:1:494)
at plugins...
I have at the moment a big datbase with a lot of columns. I want to change this, that the results should similar like in search engine from google. Are there elements in Metronic that i can use?
Hi keenthemes,
Bear with me witness for a sec, (sorry for hammerring on you).
------
Let's imagine I have a lot's of html pages, but with 2 categories : "Flat" (Refresh the page) and "Ajax".
for the "Flat", we know that just use the Metronic inline js scripts that commes with the bundles...
I am trying to use demo1 from metronic. I bought the base for it. I download and unzipped everything. I have used gulp as they said on their directions but I cant figure out why I cant open even the demo app let alone how to integrate the code into my current application
please help
On the demo page, the icon to minimize/bring back the sidemenu changes when you toogle, but when I downloaded the ASP.net demo, it doesn't seem to work as expected and can't figure out how to fix.