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
0
votes
1 answer

Any alternative for the queue() function - SweetAlert2 v11.4.8

swal.queue is not a function TypeError: swal.queue is not a function I would like to know the ways for the alternative of queue() function because it's now removed on the newer version. I tried adding the javascript library via the tag but was not…
0
votes
1 answer

Problem in converting static website template to react project

I am new to reactjs. First, I will summarize what happened to me. When I tried to move to another page using useNavigate() in react-router-dom, some click events not fired in that page. But when refresh that page, javascript works well. I want to…
ruslan
  • 37
  • 6
0
votes
1 answer

getting error while updating the angular version, npm ERR! While resolving: metronic-angular@6.1.8

I have project in angular 8 with metronic after updating to angular 10 when I try to install npm i every time getting this error. npm ERR! While resolving: metronic-angular@6.1.8 npm ERR! Found: @angular/common@10.2.5 npm ERR! ERESOLVE unable to…
n_dev
  • 101
  • 8
0
votes
1 answer

Laravel 8 - auth()->user()->avatar_url not showing in frontend?

I am using Metronic 8 Admin Dashboard template, user and profile was already developed when installed the project. I am trying to upload & Edit user profile image. The file is saved correctly in the public storage and also in the database as a url…
Abdulrahman Mushref
  • 1,012
  • 2
  • 18
  • 40
0
votes
1 answer

Laravel DataTable - $dataTable is undefined

I created a Model, Controller, Factory and dataTable files, but laravel keeps showing me the error $dataTable is undefined How come? Is it a routing issue or I'm not linking the controller to the blade correctly? My controller:
Abdulrahman Mushref
  • 1,012
  • 2
  • 18
  • 40
0
votes
0 answers

error Module not found: Error: Can't resolve './locale' in+metronic'

In the metronic theme v 8.0.24 , the following error occurs when compiling with Laravel Mix. WARNING in ./public/theme/assets/plugins/global/plugins.bundle.js 22:200849-200871 Module not found: Error: Can't resolve './locale' in…
xformer
  • 11
  • 2
0
votes
0 answers

Angular + exteranl Js is not working. TypeError: KTLayoutBrand.init is not a function

I have an angular project and I am using an external JS file for some functionality. While adding external js to angular project, it is throwing runtime error of TypeError: KTLayoutBrand.init is not a function. Here attaching code. import {…
0
votes
1 answer

How to configure Metronic theme to work with Rails

I have purchased & downloaded the v8.0.19 Metronic theme. I am working with the HTML theme. I am using Rails 6 and I would like to understand how I should integrate the theme with Rails framework. Specifically, There is dist/ and src/ folders.…
kamal patwa
  • 429
  • 1
  • 4
  • 9
0
votes
1 answer

how to build a project with metronic react demo?

I have a simple question. when I using metronic layout builder in react demo I couldn't find export option. all I see is preview and reset option. how should I use react demo ?? just customizing the demo ???
reza
  • 27
  • 5
0
votes
1 answer

getUserByToken at auth.service call double

I'm try using metronic today, and see that method getUserByToken at auth.service always call double, it is normal or some bug? because when we start using ajax post to populate user detail, this will call same ajax 2x. I'm using metronic 7 with…
0
votes
1 answer

Laravel + Vue integration. Vuetify don't work

I am new with laravel + vue. I'm using metronic template. I finish to do the integration Vue in project Laravel. But I have one problem, the application works but It doesn't read vuetify-component. Nothing error in console of browser. Anyone know…
Alberto Torrisi
  • 85
  • 1
  • 10
0
votes
0 answers

How to populate a tooltip with data using PHP and Metronics within a Table?

I am using Metronics framework for the frontend. I want to be able to hover my mouse over a table underneath a column and display the data on the tooltip. How can you do this with PHP and HTML without jQuery? I have tested to see if the get request…
NoBody
  • 53
  • 8
0
votes
0 answers

$(…).datepicker is not a function in Metronic bootstrap 4

I can't implement date picker from Metronic in my html website. It return me with the error of '$(…).datepicker is not a function'. I have tried adding datepicker plugin throught those below but non of them work:
user11131551
0
votes
1 answer

How to use my custom API with Vue Metronic template Axios

I've trouble when using Template Metronic Vue (demo 7). I've difficult with using login/register default Metronic Template, so I want to make my custom Login/register and another method CRUD with Laravel MIX API, But when I requested API with Axios,…
0
votes
1 answer

How I can translate metronic menu with when using it with laravel?

when trying to translate metronic menu (generated from config file ). it gives me: Target class [translator] does not exist. this error is thrown when I use __() method
amin mohamed
  • 53
  • 1
  • 7