All Questions
27 questions
-1
votes
1
answer
49
views
Dropdown menu duplicates Hover
I have a problem with the hover event in my metronic dropdown menu, when I have the cursor over the menu button the hover is correct, but when entering the options the menu turns white, I suppose it ...
1
vote
0
answers
29
views
How can I get a portlet to fill the empty space instead of starting at the last vertical ending position of another portlet
So in the picture below you will see how my portlets are rendering, this sizing issue is due to the data within them which is hidden here for business purposes. I would essentially like to have one ...
2
votes
0
answers
515
views
Using KTDataTables, what is the correct way to filter multiple DataTable columns?
I've been working on getting some filtering functionality working on a practice project that uses Metronic by KeenThemes for building pages with Datatables. The only issue is I cannot get multi-column ...
0
votes
2
answers
356
views
How to create beautiful dropdown menu in bootstrap
I have created a simple dropdown menu using bootstrap Basic bootstrap dropdown
<li class="nav-item dropdown">
<a href="" id="dropdownMenu2" data-bs-toggle=&...
0
votes
2
answers
643
views
Metronic generated layout don't see css styles
i am trying to generate metronic layout with layout builder, but when I try to open index.html I just see this:
screenshot
It seems to me like it can't see css styles
When I open just html demo, it ...
0
votes
0
answers
223
views
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 ...
0
votes
0
answers
1k
views
$(…).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 ...
1
vote
3
answers
660
views
I can´t show service response in angular component
I try to show a data in an angular component from a service, all the process from service to component is ok, but when i use the variable in html it not show the result.
I used this Metronic Template: ...
0
votes
1
answer
527
views
Set HTML table content instead of Ajax
I'm trying to add an advanced search to an html table.
So far with Datatable.js I managed to implement the regular search, but in the theme I'm using, I can't read informations directly from my html.
...
1
vote
0
answers
89
views
Dropdown menu above portlet
I have a dropdown menu in a row in a portlet.
<div class="col-md-6">
<p class="todo-red todo-inline">Gestionnaire : <span class="bold">Name</span&...
0
votes
3
answers
1k
views
Making sidebar menu wider results in problems when toggling the menu because width stays fixed (Keenthemes Metronic)
Im working on an angular web app. A Keenthemes Metronic sidebar has been added. Some of the menu texts are too long and they overlap other elements. I know that I can fix this by doing:
text-overflow: ...
0
votes
1
answer
1k
views
external js from keenthemes metronic theme not working in angular
hey guys so I am using metronic theme and I made an angular version of demo3 HTML version
and everything looks fine except
if I import external js like this
<!doctype html>
<html lang="...
1
vote
4
answers
3k
views
How to remove left sidebar in Metronic Admin Theme?
I'm using Metronic admin theme. I have a login screen with footer, header and sidebar. I want to remove sidebar completely on my login page.
I researched solutions but none of the solutions solved ...
0
votes
1
answer
631
views
m-aside-left sidebar into a div
In my web application, I have a fixed sidebar in all the pages for the menu. In a particular page, in addition to the fixed sidebar, I created a div in the body of this page and I want to insert ...