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...
Hi,I bought a Metronic licence and I dowload the zip file, and I want the angular app how can I get a skeleton app without all the demo pages?If do you not have a skeleton, can I have a guide, who explain what I need to implement in my app.The main ideia is to apply the metronics layout in...
Hello,How can I open a popup inside another without hiding the first one on the Demo29 template ?I use HTML/CSS/Bootstrap/JS.Thank's in advance.Have a nice day,Lucas
Hi,I want my datatable to show at the bottom "Showing 1 to 10 of 50 entries" for example. I see its available in your non-vue examples, but I dont see a way to enable that in the vue demo 1 or 2. Is there some snippet of code you could provide that I can add it in manually?Thank you,Ch...
I want to place 4 elements in each row on this page. How can I change their size.For example ; I want T-Bone Steak,Chef's Salmon,Ramen,Chicken Breast on the same line.
First, I know it's a- Major change- Matronic's code quantity is pretty large- Most of its UI is based on Bootstrap- TailwindCSS is still not as popular as Bootstrap.TailwindCSS is popular, i've used Metronic since v6, and I've spent a lot of time on its code.After using TailwindCSS i...
When HTML demo7 will be available in laravel 9?we need below html design into laravel 9 please help with this.https://preview.keenthemes.com/metronic8/demo7/index.html
I build the website to switch between 2 languages one LTR and the other one RTL,so please guide us in building the output with both languages (RTL and LTR)we are using Vue demo 8 and Metronic 8.1.6
I'm obviously missing something important. I purchased what I thought was a blazor template. The blazor instructionshttps://preview.keenthemes.com/blazor/metronic/docs/getting-startedare the same as the node instructions, and look to be correct for node and not blazor. How can I get a blazor dem...
How can I use search boxes in footer for column searching instead of using filter dropdown.See default example link: https://datatables.net/examples/api/multi_filter.htmlI tried it on my own but it makes the design break.
import type'type' is declared but its value is never read.Vetur(6133)Module '"@/stores/auth"' has no exported member 'type'.Vetur(2305)import { useAuthStore, type User } from "@/stores/auth";metronic demo 8node v18.12.0npm 9.1.2
OverlayClick on the below button to toggle a page loading state with basic spinner indicator and text message along with overlay background color:Not workHow to use