12203 comments found.
Metronic HTML Version Support RTL, but Vue Version no any thing helps us to get RTL version as Html version, why ?
Hello, do you remember the issue I reported about livewire before? Now I have discovered a new problem. After partially refreshing the page, if the browser’s built-in back button is used, it will cause all the sidebar drop-down buttons on the page to be rolled back to have no effect. Also ask if there are more html page templates
Hi, yes, I remember. We will check the issue. Thank you
You can get more html pages from the Metronic HTML version
Hi! Can i use metronic for creating a forum?
Hi,
Apologies for the delayed reply.
Yes, Metronic offers a wide range of layouts and components, allowing you to build virtually any type of web application or website, including forums.
Regards, Sean
Bug: Metronic v9.4.6 Layout 14 Starter Kit. Works correctly: When browser is minimized to a mobile display size the sidebar/aside collapse with the hamburger menu appearing as expected and functional. If you expanding the browser again, the sidebar is reinstated as expected.
Issue: However, if you you minimize the the browser and the sidebar collapses and you push the hamburger menu and then expand the browser to full size, the sidebar/aside menu is not reinstated (i.e. doesn’t show) and the container is left blank. You have to refresh the browser for the sidebar menu to reappear.
Hi,
Thanks for the feedback. We will check it for Layout 14 Starter Kit
Thanks
Between concept templates, there is CRM template. Currently it only has Nextjs and React options. When will you add only HTML option to that template, do you have any due date? Thanks.
Hi,
We will consider releasing them ASAP.
Regards, Sean
Hello.
I’m trying to download Metronic Laravel Kit from devs and i get this error:
<Error>NoSuchKey
<Message/>
<BucketName>keenthemes</BucketName>
<RequestId>435435435dgdfgdf436546546546</RequestId>
<HostId>519423ab-ams3b-ams3-zg02</HostId>
</Error>
i changed request id to not be a problem.
Hi
We will fix it asap.
Thanks
i need to download angular version how i can get the link
Hi,
Please check the download_full_v8_bootstrap_package.txt file included in your ThemeForest download package. Inside, you’ll find a Google Drive link to access the full Metronic 8 package. Since the package is around 10GB, we’ve provided it via Google Drive for a faster and more convenient download experience.
Regards, Sean
Is reui 2.0 included in the starter kits?
Hi,
Currently it uses ReUI 1.0. We are preparing v2.0 update an in a few weeks it should be out.
Regards, Sean
Following the latest update, I performed tests on HTML Demo 6 and noticed that the notification modal fails to trigger/open. Could this be a potential bug? Please look into it.
Hi,
Thank you for letting us know. We will fix it.
Thanks
vercel.com Is it suitable for installation, or do different features are required?
Hi,
Yes, vercel is a great hosting for Next.js/React projects. You can also use any hosting.
Regards, Sean
Thanks for releasing Metronic v9. However, you need to work on the documentation asap. Installation process for react/nextJS is not straightforward and is confusing. Also please release Video tutorials for Metronic 9.
Hi
Have you referred to these docs? Please let me know which part is confusing.
https://docs.keenthemes.com/metronic-nextjs/getting-started/installation https://docs.keenthemes.com/metronic-react/getting-started/installationThanks
Hi and thanks for replying. I’m not a NextJS expert, but I’m trying to follow the installation steps exactly and I should end up with a working installation. This did not happen in my case.
First and foremost, it is not clear which exact directory from your zip file we should use during the installation. E.g. metronic-tailwind-react-demos or metronic-tailwind-react-starter-kit. This should be clear.
Next, I believe that supabase has switched (or is switching) to publishable and secret API keys which should be adequately documented in the installation. The prisma ORM connection would not work out of the box for me.
In the starter kit page, you describe the project structure, but this structure is not the same as the one in the zip files. There are no (auth) and (protected) directories in the structure of the starter-kit folder, which is confusing.
Also, it was not clear to me how to use the awesome layouts you have. You just mention to use for example Layout10 in code, but there extra steps in my opinion which are not documented. Here, one should expect to follow your steps exactly and end up with a working installation with the selected layout. In my case I had to copy the shared components directory elsewhere in order for them to be recognized after deleting for example all layouts except layout10 which I needed.
Thanks in advance for all your actions!
Hi
Use metronic-tailwind-react-starter-kit for your project. Inside it, use one app (e.g. typescript/nextjs or javascript/nextjs) as your project root. Use metronic-tailwind-react-demos only to browse all layouts, not as your main install base. We’ll make this clearer in the docs.
The Next.js starter uses Prisma with your database. You need DATABASE_URL and DIRECT_URL in .env (from Supabase: Project Settings → Database; use the pooler URL for DATABASE_URL and the direct URL for DIRECT_URL). Then run npx prisma generate and npx prisma db push. Supabase’s newer “publishable”/“secret” keys are for their API/auth; Prisma only needs the Postgres connection strings. We’ll add a .env.example to the starter-kit and document the new key names where we use Supabase auth.
Docs vs zip structure: The docs describe (auth) and (protected); the current starter-kit uses app/(layouts)/layout-1, layout-10, etc., and no (auth)/(protected). We’ll update the docs to match the starter-kit so the structure isn’t confusing.
Using one layout (e.g. Layout10): You don’t need to delete other layouts. Either change the root redirect in app/page.tsx from /layout-1 to /layout-10, or wrap your app in <Layout10> and keep all of components/layouts/ so shared components keep working. We’ll add a short “Using a single layout” section to the layouts guide.
If Prisma still fails, share the exact error and we can debug. We’ll use your feedback to improve the installation docs
Thank you
Thank you! As always, excellent support!
Thank you. We will highly appreciate your Metronic Review on Themeforest. Please go to Themeforest Downloads page https://themeforest.net/downloads, select Metronic & leave your feedback.
The problem that occurred two months ago has not been resolved. The bug keeps appearing and needs to be replied
https://themeforest.net/comments/31907110The new bug is waiting to be resolved. After the livewire partial refresh, the selection box cannot work properly. See your GitHub submission for details,Others have already submitted issues, and so far, multiple livewire-related bugs have been accumulated and have not been properly resolved for nearly half a year. All of these affect normal use. Both they and I are trying to solve the problem but fail, and we hope to solve it
Hi,
Can you please try this Livewire fix for wire:navigate? In the sidebar menu, you can click on profile, settings, users.
https://drive.google.com/file/d/1jfm3VMfb-oQbqhdwJsybRhGglz5lNnJi/view?usp=drive_linkI didn’t test as expected. I’d like to know if your test is normal? Can the secondary menu in the left menu bar be expanded normally? After partial refresh, can I click the avatar button in the upper right corner of the page to expand?
Hi,
Thank you for your feedback. I’m checking it today. Will get back to you.
Thanks
What is the test result? If everything is normal, can you execute the npm run build,After that, I’m sending the files,
I’m using the latest Metronic Theme with HTML Tailwind Demo Templates in my Laravel project and need the complete documentation for the classes. Many of the classes that work on the live Metronic demo URLs aren’t working for me. I’ve started both the NPM dev server and the Laravel server.
Hi,
When you add a new Tailwind class to your HTML views, are you recompiling the CSS assets afterward?
Please make sure you’re following the installation and build steps outlined in the documentation:
https://keenthemes.com/metronic/tailwind/docs/ https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravelNote that Tailwind CSS requires recompilation whenever classes are added to or removed from your codebase so they can be included in the final CSS output.
Regards, Sean
Hi
Make sure you copy the assets folder from metronic-tailwind-html-demos/dist to public/ as stated in the docs.
Thanks
I have already copied the assets folder from the metronic-tailwind-html-demos/dist to the public. but some classes are not working, even tailwind css not applying? Please help
Hi @baqar
Are you using our Laravel integration (metronic-tailwind-html-integration/metronic-tailwind-laravel) or do you have your own existing Laravel project?
Two things have to be in place for Tailwind to work in Laravel with Metronic: - Pre-built Metronic CSS: public/assets/css/styles.css (from copying metronic-tailwind-html-demos/dist/assets into public/). This only contains the classes that were used when the demo HTML was built. - Laravel-built Tailwind CSS: Built by Vite from resources/css/app.css, with Tailwind scanning your Blade views. Any class you use in your Laravel views must be included by this build.
Thanks a lot, it’s working now!
Glad it works. Feel free to ask if need more help.
Thanks
when i try to download this https://devs.keenthemes.com/metronic i see this error no found please help me i buy thi product and i can’t download why ?
Hi,
Which framework are you trying to download? Or does it affect all links? Please let us know.
Thanks
Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Template this framework at all i can’t download when i visit this : https://devs.keenthemes.com/metronic
the problem is when i try to login with my email with my gmail the login becoming the error i send with you
Hi,
There is an issue with the login. We will fix it. As a workaround, can you log in from this site? https://keenthemes.com/ Then go to the link https://devs.keenthemes.com/metronic
Thanks
I feel like this theme keeps getting worse.. they can’t even finish the theme and then jump to a new version without Metronic 9 has barely any demo pages compared to Metronic 8 which has almost a complete dashboard, with alerts, chats, invoices etc..
Hi,
Appreciate your feedback. We’ll continue adding more apps to the HTML version as well. That said, our primary focus has been on the React/Next.js direction, in line with current development trends.
We’re also actively working on new features for Metronic 9 based on user requests, as reflected in our changelog: https://keenthemes.com/metronic/changelog
Regards, Sean
There is a wrong word here, theme-swtich
_KTThemeSwitch {_dataOptionPrefix: ‘kt-’, _name: ‘theme-swtich’, _defaultConfig: {…}, _config: undefined, _events: undefined, …} _config : undefined _currentMode : null _dataOptionPrefix : “kt-” _defaultConfig : {mode: ‘light’} _element : null _events : undefined _mode : null _name : “theme-swtich” _uid : null
: KTComponent
Hi,
Could you please clarify your question ? You can send further details to our support via support@keenthemes.com
Regards, Sean
Support for CI and tailwind?
Hi,
We will consider the integration guide for CI. In the meantime you can refer to https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel
Regards, Sean
The “layout-builder” found at the following link is not working. It doesn’t work in the other demos either.
“https://preview.keenthemes.com/metronic8/demo1/?page=layout-builder”
Hi
We tested it, the zip can be downloaded. Can you please clarify the issue?
Thanks
Thank you for your quick response.
The problem is that when I update the settings on the “Layout Builder” page and click the “Preview” button, it doesn’t apply the changes.
For example, when I select “Outline” from the “KeenIcons Style” options and click the “Preview” button, the icons remain as “Duotone”. Many other settings don’t work correctly in a similar way.
Note: The “Theme Mode” setting works without any issues.
I generally know Metronic, so I can do this even without a preview, but it might be difficult for someone unfamiliar with it. I just wanted to let you know.
Thank you for your clarification. We will check it and fix the preview update settings.
Let me add one more piece of information: when I make the adjustments through “Layout Builder” and press the “Export” button, a “zip” file is downloaded. This file contains a built-in version without the settings I made through “Layout Builder”. In short, the settings we made in “Layout Builder” are not applied to the theme in the downloaded “zip” file.
Hi,
Sorry for the delay. Before exporting the zip, have you clicked the preview button and ensured the preview style is updated with selected options?
Thanks
Hello,
I made the settings and clicked the preview button, but the preview style wasn’t updated according to the selected options. As additional information, when I clicked the preview button, the settings I selected reverted to their original state. This is one of the problems, and it still persists.
Additionally, I also made the settings and directly clicked the “Export” button, and the settings I made weren’t applied to the downloaded “zip” file. In short, the settings we made in “Layout Builder” are not applied to the theme in the downloaded “zip” file.
In short, if you completely review and test “Layout Builder” on a different computer or browser, you will understand what I mean.
Best regards.
Hi
We will fix it as soon as possible
Thanks
I have downloaded latest version of the metronics. I am trying to follow this article. But I am not able to find files and folders for ASP .Net Core. Can you please help with the same? Do I have to seperatly download for .Net Core?
Hi,
The ASP.Net Core starter-kits are part of the Metronic 8 Bootstrap package.
Please check the download_full_v8_bootstrap_package.txt file included in your ThemeForest download package. Inside, you’ll find a Google Drive link to access the full Metronic 8 package. Since the package is around 10GB, we’ve provided it via Google Drive for a faster and more convenient download experience.
Regards, Sean
Are there any plans to add this practical component?
https://arco.design/vue/en-US/component/popconfirmHi,
Thanks for the suggestion. Noted and we will consider it for the upcoming updates.
Regards, Sean