Hi all, I am using Metronic react project . The project is working fine in the local development environment .But while i try to build (npm run build) and serve (serve -s build) the project , it is not working . I tried changing the homepage path in package.json to "/my/app" too . still its not w...
Hello TeamI am using metronic theme for react project. I would like to start with login feature. Could you please share the document that help with implementing login feature in React.RegardsAnju
Hi there,I would like to avoid the jumping of images when the app is loaded for the first time.Is there a way to have the "Loading" page shown to the user until all images are loaded and show the entire app when everything is ready? I am using React demo2. Thanks for your help!Tamas
the documentation at https://preview.keenthemes.com/theme-api/api/documentation to my knowledge has no security and only a user route.I am looking for recommendations on how to integrate an authentication API changing the REACT_APP_API_URL in .env but with the features:- JWT- /register check...
Hi,I have purchased metronic theme, but I can only find metronic react 8 with all the themes based on typescript.I there no javascript based theme on metronic 8 or above?
Hi there,I would like to test a simple KT Menu component in react. It seems that the button click event does not apply the "show" class to the menu element in the test as expected. Can you please point me in the right direction on how to test KT Menu components?Thanks!
Hello,I'm using the React version of Metronic Theme (Demo 8) and I couldn't change the base API URL.I added an .env file and added the 'REACT_APP_THEME_API_URL' variable in to it, but the requests are still sent to 'http://localhost:3000/undefined/'.I'm not sure why it's happening and how...
Hello,We are using the react theme and we would like to minimize the requests to the server for the svg assets. Is there a recommended or inbuilt method by metronic on how to load all the svg's in one request, or perhaps any other method to minimize the request volume?Thanks!Tamas
Hello,This is more a fix suggestion than a question. I wanted to use a very simple loading screen like this:return ( {children} )The issue was that it not worked as expected.First o...
I currently use the dropdown menu "actions" used to show a dropdown menu (https://preview.keenthemes.com/keen/demo1/apps/user-management/users/list.html).When using C# to show data in the datatable, everything works fine. But, I currently need to use javascript to get data and this is why I use...
Hello,I would like to switch the language on react demo2 without reloading the entire page. I implemented it and it all works fine, except that the HeaderUserMenu and other dropdown menus cannot be opened after language has been switched. I have to reload the page for it to work. I have trie...
We're not able to find the *React* version of https://preview.keenthemes.com/metronic8/demo1/index.html to download and setup.We've already purchased this Theme.Please help.
I would like to purchase metronic but i can not because your only ways is via themeforest which they use paypal and skrill so both of them are not working for Iraq users. in this case i am left hopless
Hi there!I am trying to make a dropdown menu not hide when outside click occurs. I am using React and based on the HTML documentation I have tried:data-kt-menu-permanent='true'data-kt-menu-static='true'Both on the button and the menu div itself. It is not working. Can you let me know h...
Hello,We are going to purchase one of your metronic themes.(metronic-responsive-admin-dashboard)through which1. We will create a web application for internal use for the organization.2. I...
Hi,With the latest update (v8.1.7) the react build was producing some warnings:(44185:3) autoprefixer: end value has mixed support, consider using flex-end insteadwebpack compiled with 2 warningsTo fix this, the following lines needed to be changed to use 'flex-end' in...
Hi,I am trying to add a simple .hover-elevate-up class to a component, but the transition styles are not applied.It seems that in _page-loader.scss they are overwritten:// CSS3 Transitions only after page load(data-kt-app-page-loading="on" attribute added to b...