I want to change font family to Cairo i try change $font-family-sans-serif in "_variables.scss"$font-family-sans-serif: "Cairo", Helvetica, "sans-serif" !default;and add this link to index.html
SO my existing system is developed in vb.net web application . And we want upgrade the UI with metronic theme. Can we Integrate it to already existing system. In case after buying i still have issues with integration can i get a refund back. Will there be 24 * 7 support to help me with it.
Hello,I am trying to use a combination of fixed columns and complex headers as seen in the link below:https://datatables.net/extensions/fixedcolumns/examples/initialisation/complex-header.htmlHowever, when I try to adapt the table and associated javascript with this, it does not work (us...
hi, can i use html theme files inside react themes, if yes then please provide me procesure to add files inside react metronic themes, please explain in detailes with examples.
I had copied demo2 html folder to django _templates folder and created an app to load the template. But the path is not loading styles and css files.Below is a sample css pathhttp://127.0.0.1:8000/worker/assets/plugins/custom/fullcalendar/fullcalendar.bundle.css
Hey,Im trying to include the exclusive components in the build, but specifically the loader component. when I include only mandatory components the loader element won't show the loader itself (circle) everything else works. What argument in the config includes the loader element specifically? an...
I'm having problems using the duotone icons since they don't appear, only squares appear. I have checked the plugin-bundle.css and everything should be there. I'm with the demo1
When using the Metronic HTML theme, to make changes to the core areas which replicate across the website such as header, footer, navigation menu do i have to copy / paste the amended code for each page or is there an easier way to do it.e.g.Lets say i have 50 webpages and amend the menu, do i...
I'm using KTMenu.updateByLinkAttribute in my vanilla html project powered by htmx, I'm expecting ```// This will recalculate and update the menuhtmx.onLoad(function(evt) { KTMenu.updateByLinkAttribute(window.location.pathname, "hx-get");});```to update all menus, but it's only...
I log in to the page with open Id conncet. After logging in, no action is performed as if the page is frozen, but after refreshing the page, all buttons and functions start working. Hoş Geldiniz! Burada oturum açabilirsiniz.
I'm using v8.2.3When using DataTables, there is a conflict with the existing jQuery, so I tried to report the jQuery method in the documentation, but it does not work well.Is there a version of html that removes jQuery?
How to Make Searchble Drop-Down ?Means i Click in DropDown Then Open The Drop-Down & In This DropDown There Is Small Textbox in Which i Search The Value For DropDowni use select2 or select2bs4 class but when i use then form-control css it automatic remove and vise versa. at a time only one css...
So I tried learning metronic 8 using YouTube video but I failed as I don't understand php and I only know javascript I want to build projects using react but I don't understand what to do I'm very confused so if anyone can help me it would be great and also I tried reading the documentation but it d...
Hi,I am having a problem with Turkish characters in the sorting and searching section of the Datatable plugin.v8.2.3 - HTML
Hello Team,I am trying to implement a search and results should be shown as a dropdown, which component or code should I use to get the correct results? I am using Laravel with code below but I see search results on the right side of the pane, how do I get as a dropdown?```
Hello. We downloaded Metronic HTML and we want to prepare it with NextJS. Is there a documentation to do this? We imported js and css files while breaking it down. However, we get such an error.TypeError: Cannot read properties of undefined (reading 'init')The error starts directly...
I tried, but this time the home page was not loaded at all. If we call this template directly without using open Id, there is no problem, it works with the menu link, but when I use openId conncet, the menu links do not open or close at all, other buttons and functions do not work either.isLogge...
Hi there,I am using metronic under Wordpress and understrap theme (underscore + bootstrap).To implement metronic into Wordpress theme, I used the html source files and scss files under src folder instead of style.bundle.cssWhen adding some module or page of the template, everything is work...
Hi,Im using jstree and a modal with select2 dropdown, and whenever i load the jstree.bundle.js select2 gets an error "select2 is not a function". I'm using the plugins.bundle.js which contains the select2 function which is above the jstree.bundle.js. What can i do to fix this?
Hi,Is there any page in metronic 8 similar to this from metronic 7:https://preview.keenthemes.com/metronic/demo1/custom/apps/ecommerce/shopping-cart.htmlI think it will be great if it can be repurposed for metronic 8.Thanks.
Hello,I am not sure how this works. I am trying to download a theme after customizing it. I used the customize feature in the below link, however, there is no button to download the customized theme. The only option I can see is to download the entire theme (demo1) which downloads a 98MB file wi...
I've been trying to convert Metronic demo39 HTML to a Blazor project, and it loads and renders fine on the first load, but as soon as I navigate to a different route, the data-bs-theme that Metronic adds onto the element is being removed, causing formatting from the CSS/SCSS to break.I've...