New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Metronic (5065)

hi i'm getting this setup and i want to add a new menu element but only show it to certain people? i can add elements to the array in menu.php so they show up, but i wanted to do something likeif(auth()->id == 123){"special hidden menu item"}but this fails because auth is not available a...
Issues with menu position, and i cant understand why menu is jump to left-top. I use default menu html inside card:
where can i find the resource files for this https://preview.keenthemes.com/metronic/demo1/index.html?_ga=2.46414887.1251126143.1663061273-180590049.1657543973as an xd file please.thanks
Hey!I never had this issue earlier, but i just dowloaded the newest version (8.1.4), installed the React version, then after start when i try to login i got this error: "The login details are incorrect". When i check the console i see: "Failed to load resource: the server responded with a...
Is overriding CSS variables in an additional stylesheet a suitable way to customise Metronic or do I need to modify SASS variables for a change to be applied to all components and 3rd party plugins? Any details you can provide about the limitations of modifying the CSS variables would be welcome....
Hi, I bought metronic 8 and I tried download Demo 6 for angular. But the demo dowloaded always is demo1. Then downloaded all demos for angular and I can't find it. How to get demo 6 (POS) for angular?Thanks
How can I upgrade the project that uses metronic v8.1.2 to 8.1.3?
There's too many errors coming from all Vue files. Is there any way to fix them?Please help.Cheers,MizanExample:* Account.vueType '{ href: string; class: string; dataBsToggle: string; "data-bs-toggle": string; dataBsTarget: string; "data-bs-target": string; }' is not assignable t...
The official state management library for Vue has changed to Pinia (https://pinia.vuejs.org). Pinia has almost the exact same or enhanced API as Vuex 5. Vuex 3 and 4 will still be maintained. However, it's unlikely to add new functionalities to it. Please could consider migrating Vuex to Pinia o...
I noticed you removed documantation from the ZIP package.But doing this, I don't have access to previous versions of documentations.It's bad because if I decided to use an old version, I cannot see the correct version of documentation. Also,I can work with documentation even off-line...
The changes I make in the settings in general.php have no effect. e.g;// Aside 'aside' => array( 'display' => true, // Display aside 'theme' => 'light', // Set aside theme(dark|light) 'menu' => 'main'...
Dear Teams,Actually, we download and follow your docs instructions about installing the Asp.net core theme, and we try to change the font from appsettings.json but it's not working!!any advice? maybe we should gulp it (like standard HTML theme version?)this what we did in appsettings.json...
Hello, The colors appear pale on the invoice printing screen when dark mode is selected. How can I apply open theme in print mode.
Right now I purchased from theme forest and React version files in typescript and not in JavaScript. How can I get it in JavaScript?
Hi;When can commit 8.1.3 to github ? Because i wanna update my project with new version. Have a nice day
Did yarn upgradegot this result[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All modules are loaded upon startup. The...
Dear Sir,Do you have asp.core version. If yes, can you please advise how I can get asp.core version
Hi, I was on 8.1.1, (metronic) I use blockUI to block the whole page by setting the as the target, it works fine. However, the behavior is different in 8.1.3. My body is longer than 100% screen height. in 8.1.1, when screen is blocked (after DOM is loaded), the busy message stays at middle...
It was tested in versions 8.1.2 and 8.1.3 but it does not work (the relevant icon is not displayed)
Is there a reason why the entire font-awesome class set was removed from the global plugins.bundle.css file
const AuthInit: FC = ({children}) => { const {auth, logout, setCurrentUser} = useAuth() const didRequest = useRef(false) const [showSplashScreen, setShowSplashScreen] = useState(true) // We should request user by authToken (IN OUR EXAMPLE IT'S API_TOKEN) before rende...