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...
Hi Teams,
in router file there is breadcrumbs field
meta: {
pageTitle: "Dashboard",
breadcrumbs: ["Dashboards"],
},
how can I display it - I`m using demo 5
How to chain subpages for example Dashboard - subMenu - subSubMenu
regards Krys...
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...
Hi,
We use laravel version metronic 8.1.5 , in rtl version toaster message not show currect, the icon should be on the right side, but in left side.
also i attach my config and photo of this error.
toastr.options = {
"closeButton": true,
"debug": false,...
Hi,
I'm working on a laravel project with a traditional frontend (blade files, no react, no vue or anything like that).
The client would like to swap AdminLTE for another dashboard. But he doesn't want to invest the time to transform the existing application into a backend API, so the new dashboa...
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(){...