I am using a below template Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.1.1after upgrading to bootstrap version 5.2.3 and jquery version 3.6.0 design is got distorted also i have upgrading select2 version 4.0.13 modal popup is not working
Removing element/s from BootStrap modal using ".remove", ".empty" or $("element").innerHTML = "", causes the modal to close automatically is there a fix?to reproduce ...
Hi, I want to start my first project. I follow youtube tutorial 'Your First Project - Metronic 8 Admin Template'. I am stuck at 10:58 where my page was blank. Why? can you help me? Thank you
Where would I be able to see the versions of bundle items like jQuery or DataTables for different versions of Metronic?I would like to see from which version of Metronic the jQuery library v3.4.1 is used?
Hi Team,The Metronic template is amazing, do you have any full working implementation of this template in React or any other language ? By full implementation, I mean all features are working as shown in demo UI.Thanks in advance.Sam
Hi community, does anyone can say if the Metronic 8 using React provide table pagination support?The documentation does not have many of the resources that HTML has, like table pagination.Thanks a lot!
Hiim trying to use KTBlockUI in angular demo, I executed this code but it gives me an error which the liberary is not defined?var target = document.querySelector('#blockme');var blockUI = new KTBlockUI(target);blockUI.block();
What is the purpose of this line, is this accidental or should something from the server-side be populating this field?The demo doesn't show it but when I build the static assets I can see it from front-end in production, I want to make sure there isn't a missing class needed here.Line 11 on...
Hi,How can translate laravel menu with Metronic 8? Currently the menu is in config directory which translator class is not accessible.For example I have a translations file under resources/lang/translations.php with value 'settings' => 'Setting|Settings' and I want to use it in Menu.php under...
I'm trying to access this url: https://keenthemes.com/preview/metronic/theme/admin_1/ui_general.htmlBut the page request is not found.Could you, please, provide me with a new url for accessing this page?
I saw this question was asked and the it throws a 404 when you go to it.Could you repost the answer to deploying Metronic to Amplify ( react version )...greatly appreciated!
I had inserted modals in to my code as per your examples.But what I find is that the close button, and discard buttons are not workingsCan you kindly guide me on the same.do I need to initialise it somewhere?
Hi! I have a question in regards to a template I purchased from you, I deployed the template but it keeps giving me this error: "you need to enable javascript to run this app", how canI fix it?Project link: https://slice-react.vercel.app/
Hello, I downloaded the last version of metronic 8.1.16 ( the html demo7 theme ).The issue is about the datatable's plugin (server-side processing) where the html div that contains the loading spinner and text, is displayed shifted to the left, and doesn't contain any message text.Some sugges...
I’m using the Metronic 8 Demo4 React version.I have implemented functionality of dark mode in the web app. Now I'm trying to change the background color of the loading page to 'black' when the mode is in on dark-mode and back to 'white' when the mode is on the light-mode. I am using an id called '...
Hi - is there a good way to pass data to for example "AddCustomerModal.vue" from CustomerListing.vue ?I want my modal to be used for not just adding records but also editing records.To edit a record, I have the Edit button for each row in the datatable which calls a function that shows the m...
The documentation for HTML Metronic 8 shows a Stepper for forms, but I can't seem to use that Stepper in the React version. I assume there is a component for the Stepper in the React version, but I cannot see that in the documentation. How do I use the HTML Stepper or a Stepper component in the Reac...