Dear
I have a problem when I use 2 or more select2 multiple inside the menu.
when i use 1 it works fine.
apparently the problem is here
Uncaught TypeError: i.on is not a function
at scripts.bundle.js:1:8559
at Array.map ()
at Object.init (scripts.bundle.js:1:8058)...
Hi there,
in Metronic Django version, once a slash in provided at the urlpattern of urls.py of the project as below:
urlpatterns = [
path('crm/', include('crm.urls')),
]
assets of top right header get 404. If slash is removed, they can be loaded:
urlpatterns = [
path('crm', include(...
Hi all,
I have a page with a datatable on that is grouped. Im struggling to enable the search and export facility that is on a datatable.
It can be done as per the link here https://datatables.net/extensions/rowgroup/examples/initialisation/simple.html
The code i am using is from t...
Hello, I've just bought Metronic for my Symfony 6 project. I'd like to integrate Metronic using Webpack Encore with the `npm run build' command. However, in your Symfony example version, you load the CSS and JS files with a PHP script called 'ThemeHelper'.
I've tried importing only the 'assets' f...
I have installed clearly metronics 8.2 laravel but not logging. GET http://127.0.0.1:8000/assets/js/custom/authentication/sign-in/general.js net::ERR_ABORTED 404 (Not Found)
I am using metronic private chat theme. i didn't modify anything in that but in "https://preview.keenthemes.com/metronic8/react/demo1/apps/chat/private-chat#"
.text-dark and .bg-light-info are fetch from page-title.scss file. In my project .text-dark css fetch from text.scss and .bg-light-info from...
Hello,
Could you please let us know if you have any plans to develop a dedicated extension for Visual Studio Code that would enhance the use of keyboard shortcuts for CSS and JavaScript languages? Such an extension could significantly improve developers' productivity by providing convenient short...
Hello, dear Metronic team!
I have a problem with icons preview in several pages:
https://preview.keenthemes.com/metronic/demo1/features/icons/fontawesome5.html
https://preview.keenthemes.com/metronic/demo1/features/icons/lineawesome.html
https://preview.keenthemes.com/metro...
Hi Support-Team,
during the integration of the carousel "Our Great Team" from sample page (https://preview.keenthemes.com/metronic8/demo1/rtl/landing.html) we have noticed that it is not working.
For the integration we followed the documentation of the Tiny Slider (https://preview.keenthemes....
Hi!
I'm using metronic 8 for react and I can't use the datepicker. In the files I don't see any example of use, I see that in the scss files there is a flatpickr file but I have no idea how to use the datapicker. Can someone help me with this?
Hi guys, is it possible to make the dialer value comma separated (as in thousand separtor). i.e. rather than having something like 3000.00 , i should have 3,000.00
Hello,
In my dev process, I aim for efficiency in my code. If I wanted my project to, for now, only include the top navigation bar that can be toggled between light and dark. I want to have the absolute bare minimum required for it, and as I figure out what I want to add, I can work my way throu...
I have followed this code (both html & js):
https://preview.keenthemes.com/html/metronic/docs/forms/formvalidation/advanced?_ga=2.176017122.1188950086.1690596666-950754628.1674302752#select2
Got this error (screenshot):
https://ibb.co/5BQD46S
Uncaught TypeError: element is null...
Hello, I very much like the html demo39 and I want to implement the same into vue. I don’t want to write the vue code from scratch but want to implement it like shown into other vue demos. I have tried replacing assets of one of vue demo with html assets scss. Also updated Layout.vue with new classe...