Hello, in my metronic application, I have a persistent bug, when I log in to my application, when the aside menu loads for the first time, it does not let me display the menuItemsWithSub, I am using React and the latest available version of metronic.
I recently purchased the React.js version of this template, but I'm having trouble locating the download link for the full version. Could you please provide me with the correct link to download the complete React.js theme?Here’s the preview link: https://preview.keenthemes.com/metronic/react/dem...
When trying to reset the password after submitting new passwordsit throws in laravelThe GET method is not supported for route reset-password. Supported methods: POST.public function handle(Request $request, Closure $next): Response { $is_logged_in = $request->path() !=...
Hi there, The sidebar is currently experiencing a display issue on Android devices, where it fails to render properly, But this issue is not observed on iPhones, where the sidebar functions correctly. It's important to note that while the application is running the latest updated version of Metronic...
In metronic 8 (HTML Version) in the Dashboard Default there are an "Human Resources Reports by states and ganders". How can create that? what plugin uses? it is posible to create with Canada and Mexico Map?Thanks!
Hello, how are you? I wanted to know how to translate the text 'No results found' from Select2 using Metronic 8.https://preview.keenthemes.com/html/metronic/docs/forms/select2Is there an example https://select2.org/i18n$(".js-example-language").select2({ language: "es"});
Hi,I noticed that the authentication in Demo3 is credentials-based. I need it to be OTP-based using a phone number. I saw this feature in Demo 39 HTML. Is there an alternative available in a different React demo?I'm also unable to view the authentication pages in those demos. Could you pleas...
Bootstrap has the following css style that covers both readonly and disabled inputs.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1;}but metronic only implements the disabled CSS and not the readonly one, when it reall...
If I use the files found in the downloaded demos, everything works as expected.However, if I try using the code form the layout builder, then the layout is broken.The demo code has classes in the body tag, but the layout builder uses data attributes.Is there something that needs to be do...
Hi,Is there a way to compile the distribution JS and CSS containing both .js, .css together with their respective .min.js and .min.css file in single Gulp command?
how can I reset CKeditor from javascript and jquery with Classic CKEditor.and I also want to know how can I localize it to arabic.I am using metronic Bootstrap and HTML version v8.2.7
Hi,I'm using Metronic Demo 44 with Livewire v3.6.x, when I navigated using wire:navigate, the page content changed, but CSS of the whole page is not working.This is where the page work normallyhttps://jmp.sh/M5hnoAlyAnd this is where the page not working normallhttps://jmp.sh/nrngDzEA...
> keenthemes@8.2.3 build> webpack[webpack-cli] Failed to load '/Users/nyxnick/Desktop/untitled folder/flask/metronic_flask_v8.2.3/starterkit/_keenthemes/tools/webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import insteadThis fi...
Hi,I see the aside menu has 2 themes, dark and light, but it's not applied:/** * Set the aside theme * @returns {string} */export const asideTheme = computed(() => { return useConfigStore().getLayoutConfig("aside.theme");});How and where can I use this?
Hello, I am trying to block an element while data is loading. I am using Metronic 8 alongside Bootstrap 5. I can succesfully block the element but I cannot release it and i get an error, I created a MVP async function getModelActivity(modalElem) {blockModal(modalElem.id);unblockModa...
Hello,We are trying to add the tinymce inside modal which the menus are not stickingHere is the link:https://fiddle.tiny.cloud/5iDBNoPqLk/1We have asked tinymce this issue and they replied the issue is fixed in 6.4 version.Could you please let us know what we should do to solve the pro...
Dear KeenThemes Support Team,I hope this message finds you well. I am currently working with Metronic version 8.1.7 for my project, and I would like to inquire about the possibility of upgrading to the latest version, Metronic v8.2.4 (released on March 20, 2024).Could you kindly provide guid...
Hello,I'm creating a list of users and I'd like to add a drop-down list for each user line with all the possible actions for each user.The problem is how to generate one and only one drop-down list per user. In fact, I generate a button for each user, but the drop-down menu is identical....
Hello, we are using Metronic React theme in our project and I wanted to know if there is a guide to customize the whole bootstrap theme. I understand that we can override sass variables like "$primary" in - /src/_metronic/assets/sass/components/_variables.custom.scssBut where can I include funct...