Hello,
I'm using the Laravel package of the demo7. I cannot close the modal with the discard button
Same page as below.
Am I missing something?
https://preview.keenthemes.com/metronic8/demo7/apps/user-management/users/list.html
Hi
i have setup metronic dashboard at a local server evrythink is okay and good
when i setup google authentication
I use this parameter for .env
GOOGLE_CLIENT_ID= my_id ....
GOOGLE_CLIENT_SECRET= my_secret ....
GOOGLE_CLIENT_CALLBACK=https://localhost:8000...
i need to use id navigation to go from navbar to specific section in my home page
so i put in my anchor in navbar href="#about"
and in my section id="about"
but, the page refresh and didn`t go to the section
please support
I have an issue with utilizing multiple scripts on one view. I have a view that contains a collapsible panel and form validation. I am trying to utilize the assets/js/scripts.bundle.js and the assets/plugins/global/plugins.bundle.js which I believe are what is needed to utilize collapsible panels an...
How to setup hot reload in webpack in metronic 7 and react template? what is the config and command to run in a terminal?
https://keenthemes.com/metronic7/?page=docs§ion=react-quick-start
Hi,
I'm using metronic angular v8.1.5 demo1
I found a typo that was causing the breadcrumb to not be displayed.
src/app/_metronic/layout/components/toolbar/toolbar.component.ts:120
this.appPageTitleBreadcrumb = this.layout.getProp(
'app.pageTitle.bre...
Hi Team,
I need to copy the alert message in the Sweet Alert Swal.fire, because I have a functionality in the Alert Success to copy a text message.
In the documentation it can be copied, but not in the template.
https://preview.keenthemes.com/html/metronic/docs/general/sweetalert
Thank you...
I bought a metronic theme,
I followed the laravel instructions to build the application.
Everything is working fine except that the svg icons are not working.
I tried looking for a fix on my own but i'm not getting anywhere.
Hi,
Do you also have a component where the layout component is vertical and not horizontal?
e.g. page where it's horizontal: https://preview.keenthemes.com/metronic8/vue/demo8/?_ga=2.51434665.1633134830.1667988175-1914974606.1667988175#/crafted/pages/profile/overview
hi, when i want to use a feature, as below
e.g;
KTDatatablesExample.init();
Do I have to write the code on every page?
If I'm going to use this feature in many places in my Rails project, how will I do it? Including the file directly isn't enough for it to work?
And these js files are f...
t works fine, but I have OCD :)
in ./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation $weight: Passing a number without unit % (100) is deprecated.
To preserve current behavior: $weight * 1%
More i...
Hello. I am using the django starter kit. I am having issues with the code base. Looking at the JS code it has the submit form commented out, however I can only get it to POST the data if I uncomment that part and remove the:
// Show message popup. For more info check the plugin's official d...
Please help with form validation.
I want to replicate the register page but form validation is not working
this is my create and store methods
public function create(){
return view('associations.create');
}
// For the association creation
public function store(){...