Questions tagged [metronic]

Metronic is a bootstrap powered HTML5/JS/CSS framework.

Metronic is a proprietary bootstrap-powered HTML5/JS/CSS framework. It is created and maintained by Keenthemes. You can find an online demo of its various templates and features at Keenthemes' Metronic page. It features, among many others:

  • Premade layouts,
  • Dashboard widgets,
  • Standard Bootstrap UI items with customized appearance,
  • Custom controls, such as social icons and FontAwesome-Styled buttons,
  • Integration with popular third-party widgets, such as datepickers, dropdowns and charts,
  • Color library,
  • A comprehensive library of standard Bootstrap, custom, and styled third-party controls.
169 questions
1
vote
1 answer

Remove Sibling is removing extra elements in jquery

This is one of the piece of my html
Sarmad Ali
  • 17
  • 4
1
vote
0 answers

Dropdown menu above portlet

I have a dropdown menu in a row in a portlet.

Gestionnaire : Name

suiL
  • 11
  • 2
1
vote
4 answers

props.history.push() not working in metronic theme

After login I am not redirecting to my users page I am using react metronic theme. I think something is wrong with props.history.push() Here what I have done so far. Main component is below: ReactDOM.render(
Abhi
  • 1,127
  • 1
  • 12
  • 25
1
vote
1 answer

How to handle conditional redirect in react app routes?

I am using a metronic theme for my react project and now I am trying to do a conditional redirect based on value from an api. I found a file called Routes.js already written and I am trying to change there. This is what it looks like const…
Kaung Khant Zaw
  • 1,508
  • 3
  • 19
  • 31
1
vote
6 answers

How can i hide label data on chart.js tooltip content?

I am using Metronic Theme and it's using Chart.js. On tooltip i need to show only data without label. But when i don't give labels param charts working wrong. var config = { type: 'line', data: { labels: priceDate, datasets: [{ …
Sargis
  • 168
  • 4
  • 12
1
vote
1 answer

angular 8 material required radio button

I use metronic angular template for front in my application and i make radio button is required but I have problem is button radio is not required code html :
devsf2020
  • 69
  • 1
  • 5
1
vote
1 answer

Disable Past Dates in Metronic Template datetimepicker plugin

I'm using Metronic Template in my Laravel project. Here I wanted to disable past dates in datetime picker plugin. I have searched some blogs and most answers were to use minDate:0 property. But it seems this doesn't work in Metronic template. Please…
1
vote
0 answers

How to use thunk instead of Redux Saga in Metronic

I'm using Metronic theme to build a React application. v7 By default metronic uses redux Saga. I'm not familiar with Saga. I know thunk. So I tried to modify the code but I'm stuck at the splash screen. here is the default code that uses…
usertest
  • 2,140
  • 4
  • 32
  • 51
1
vote
3 answers

Angular 8 Metronic binding not updating

I started a project with Angular 8 Metronic. I have a component with a form. I want spinner appears on submit click and disappear on API response. Here is a part of the component code : @Component({ selector: 'change-password', templateUrl:…
Darkerone
  • 51
  • 5
1
vote
1 answer

Metronic Laravel Integration

I am trying to integrate the metronic theme into my existing laravel project. I work in Laravel homestead structure. I did the steps in the "https://keenthemes.com/metronic/?page=docs§ion=laravel-integration" link one by one and I didn't get any…
Hilal
  • 15
  • 1
  • 5
1
vote
0 answers

Metronic | KeenThemes Charts not working Laravel

I followed to the following tutorial : https://keenthemes.com/metronic/?page=docs§ion=laravel-integration Theme installation is successful. Except for one thing. The charts are not showing up. Here a screenshot of my page The assets were…
Maaax i
  • 41
  • 1
  • 8
1
vote
0 answers

HttpClient request failed when Bearer token is included

When i submit post request to API URL. It fails everytime I include Authorization. When I try to login using API. It works fine. but later on. When I try to get all users using its Auth-token. it fails the request. I am using HttpClient.…
Hamid Raza
  • 43
  • 1
  • 7
1
vote
3 answers

Metronic step buttons doesn't work when using formControlName in Angular 8 form

I am trying to create keenthemes metronic angular 8 wizard. I used to formgroup for binding form inputs. But it doesnt work when using formgroup. Here is html template:
tcetin
  • 979
  • 1
  • 21
  • 48
1
vote
0 answers

KTDataTable: put data inside modal with the button inside KTDatatable using javascript

i'm using ktdatatable and inside it, i have this code on one of the field of the ktdatatable. field: 'Actions', title: 'Actions', sortable: false, width: 110, overflow:…
Nics Reyes
  • 55
  • 7
1
vote
0 answers

When change the angular template nswag generated file return result key word not considering

I try to move one angular template to another angular template. after moved i run the nswag file then i run the application. data not mapping because return result contain result keyword but nswag generated file not considering result keyword. i…
Av.Raj
  • 55
  • 9
1 2
3
11 12