Thanks for your help, from mobile phones I open my website and it looks fine, but I leave that tab open in the cell phone browser, the next day I go to the same tab and these display errors appear frequently:
1- My website is displayed blank and I cannot reload the window from the cell phone brow...
Hello
How can I use Metronic Tailwind, on Laravel Inertia Js
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?
Do you have any plans to add a Landing Page template to the new Tailwind version? If so, do you have a rough time scale?
Hello team
I have datatable with remote data source, i can search it with input that have attribute "data-datatable-search", but how to implement datatable filters ?
Thanks
First of all thank you for the theme.
The question arises that how to implement the demos from this page: https://keenthemes.com/metronic/tailwind/docs/ ?
There's React and HTML but not Vue. Does that really mean one needs to fully convert everything from the downloaded dist/ folder for speci...
I noticed that there's a views.py script separately inside the following folders; signup, signin, reset-password
The views renders the signup.html templates. I tried to include the backend logic inside the views.py script inside of the signup folder to save a user's data to my postgres database b...
I'm trying to do one of two things, not sure if either are possible.
Possibility 1:
When you go responsive for small screens, the secondary menu turns into a horizontal scroll menu when you access it. Instead of a horizontal scroll, can that be turned into a normal menu breakdown like the prim...
How can I change theme mode for charts? For example: If user change theme mode to dark from light. How can I update the charts theme mode?
Hello, I'm developing application using Metronic Vue 8.2.5 version
I can run the application just fine using Node 20.11
but I can't build the apps. I even tried to build the base Metronic vue and found out that I can't build it either.
Is there any specific requirements that must be meet...
I have a metronic(8.2.6) file,file directory is:
metronic_asp.net-core_v8.2.6 - > Starterkit->_keenthemes|bin|Controllers|obj|Properties|Resources|Views|wwwroot
Now,I create a asp.net Core MVC Project,and i need put metronic JS、CSS、and other Files into my project.Where can i find this fi...
I have purchased license from https://themeforest.net/ few weeks ago.
And downloaded package successfully.
I checked zip file but there is no react version of metronic.
So I followed google drive link that you suggested and downloaded react demo1 of 8.2.6 version.
I have checked it but there is...
Could you please help me? I can't run demo 1 because of DataTables.Settings in all components not working. The error is: Cannot find namespace 'DataTables'.ts(2503).
When I add this import:
import DataTables from 'angular-datatables'
It works, but type DataTables.Settings = /*unresolved*/ any...
Can we applied same functionality in header like sidebar toggled.
I've set up Angular demo-2 and attempted to implement right-to-left (RTL) styling using the guidelines from this link: https://gist.github.com/carmelodevuz/b2c50883a8d164aa4a13c53056caf568. However, when reaching step 9, instead of creating style.rtl.css as expected, style.js is generated. Despite t...
➜ Local: http://localhost:00/ X [ERROR] Failed to resolve entry for package "http". The package may have incorrect main/module/exports specified in its package.json. [plugin vite:dep-pre-bundle]...
Hi! I would like to know if there is any way or any similar component to Form Repeater where besides having the possibility to add/remove items from the list, I could also re order them by drag and dropping them. I' m using Metronic 8 HTML.
Thanks!
Hello,
I want to use the demo1-structure but without the horizontal header.
How can the margin-top in/to the header in demo1 be reduced?
I would like to remove the header from the layout, but then I have too much space at the top. This appears to be defined via --bs-app-header-height, howev...
Hi, I have your theme built and running correctly using either demo1 or demo30.
In the HTML examples you have 4 possible layouts: Corporate, Overlay, Creative, Fancy.
I wanted to switch between them (for example, from this https://preview.keenthemes.com/metronic8/demo1/authentication/layouts/c...
Im using version: "8.2.5",
const gulpConfig = {
name: "metronic",
desc: "Gulp build config",
version: "8.2.5",
I changed the gulp file & config to remove jquery and got this error while compiling assests using Gulp :
sh-3.2# gulp --demo41
Using gulp config file...
Is there an easier way to change the tinymce mode based on theme light/dark mode change on metronic 8 without destroying the editor completely?
on the official website: https://old.formvalidation.io/settings/
Field settings > icon
I have to added 'icon: false' or 'icon: 'false'' like example on the official website
it's not working for me. please check