As instructed in the video entitled, "Your First Project" I am inside of the layout builder, and it does not look like it does in the video. I do not have a "Main" tab, starting instead at "Header" and there is furthermore no "Export" Button, thus I am unable to export anything. I am unsure where to...
Sorry for a stupid question but how do I select what widgets I want to have on the dashboard.
When I try to comment out {% include 'partials/widgets/tables/_widget-14.html' %} in the index.html it won't change anything.
Thanks
Hi there,
even though i am using the same code , form repeater is not working
https://preview.keenthemes.com/html/metronic/docs/forms/formrepeater/basic
can you guys pls provide the solution for this?
I followed the guidance to update the theme colors using the variables file.
$primary: if(isDarkMode(), #1C108F, #32279A) !default;
However, I have elected to use the dark theme and deployed it successfully, yet the theme color changes, show up when I run re-run GULP on the light version, bu...
I've set the Metronic side menu to start in a collapsed position. When the user opens the menu and docks it to the browser, I would like the menu to stay open through postbacks.
How can I accomplish this>
i have purchased Metronic but i have an issue with version 8 , paging first and last links css
style not affected .
when i make some debugging i did not found the style in style.bundle.css Or datatables.bundle.css
plz help me as soon as
thanks
Hi there,
Our team are trying to include powerfull Prime-NG plugin into Metronic template.
However there is seems some error thrown.
We would like to know or share to us how to enable the plugin
Hello,
I would like to switch the language on react demo2 without reloading the entire page. I implemented it and it all works fine, except that the HeaderUserMenu and other dropdown menus cannot be opened after language has been switched. I have to reload the page for it to work.
I have trie...
Hi...
I bough your template with https://themeforest.net/ and now using the angular apps.
But it seems I've have some problems setting up parcial you have on documentation, like the Rotate or Your icons... More I test, more I feel missing pieces, they are good ideias, but would like to unders...
We have found a problem with the component. When the form or modal body have a scroll, the selector does not work (it does not change the value). It seems that it focuses the first element of the form to select an item.
Steps to reproduce:
1. navigate to https://preview.keenthemes...
I'm getting the following errors after following the quick installation guide after running npm run build:
> keenthemes@1.1.6 build
> webpack
[webpack-cli] Failed to load 'C:\Working\CraftTheme\tools\webpack.config.js' config
[webpack-cli] ReferenceError: require is not defined
at file:...
Hi all,
I am currently facing the issue that the Bootstrap tooltips won't show up.
I use
```js
$(document).ready(function () {
// Init Metronic core components
KTComponents.init();
});
```
to initialize the components. That works fine for the other components.
Unfortunately, the bo...
Hello,
I started project from Starter Kit for Rails 7 (bundle asset with Webpack) and activate turbo rails. Everything works fine but not with the dropdown. When click any dropdown (e.g. sidebar), it won't expand the menus. I even tried to change 'DOMContentLoaded' to 'turbolinks:load' on any ass...
Hi, is it possible to add a dynamic page width button to the page? Can you add this as a feature in the next update?
Also, how can I keep the side menu status in memory?
form validation not working with select2 (touched, dirty, ...)
Hello, when i execute npm run build for Metronic in blazor it gives my this error
[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....
So basically i am first time Metronic users so a lot of thing like including plugin etc is not familiar to me. I am using Laravel template for metronic for one of my project.
So i am trying to use the Draggable plugin: https://preview.keenthemes.com/html/metronic/docs/general/draggable/overview#usa...
hello, I am trying to analyze the crud of users of metronic version laravel, I am noticing in the datatable part, that you are generating the scripts on the server side, however, there is a table.js file that also initializes the datatables, so this me It seems redundant and I don't know which one t...
Hello!
The company I work for recently purchased your template. However, I'm encountering some difficulty getting it to function properly. I'm receiving the following error message:
--> npm install --legacy-peer-deps
C:\Repo\template\angular\metronic_angular_v8.2.5_demo1\node_modules\nx\src\n...
I did all the steps but it can't run flask:
(venv) (base) PS C:\Users\ivanb\PycharmProjects\starterkit> set FLASK_APP=__init__.py
(venv) (base) PS C:\Users\ivanb\PycharmProjects\starterkit> flask run
Fatal error in launcher: Unable to create process using '"C:\wamp64\www\kt-serverside\flask\sta...
Hello,
I decided to keep my 'long' menu items in a separate html file for static front-end project and show menu items by fetching them with ajax with this js code:
// Function to load the sidebar menu content from external file: kt_app_sidebar_menu.html
function loadSidebar() {
const si...
Hi keenthemes;
You have to be carefull what you put out there...
The assets folder that come by default with "8.1.5" is not the same persay witht the one that we compile with webpack.
and I've been hasstling for days to to just figure it out.
When I put my compiled "8.1.5" assets folder...