Hello I have noticed that in _select2.scss some colors are set to color: var(--#{$prefix}input-color);But --bs-input-color is not defined in BS neither in Metronic.For example: // Selected.select2-selection__rendered {display: block;padding-lef...
Hey Guys,I have a logo img with black font (eg: logo-default.png). How do I define the appropriate variable / css / whatever needs to be set to have a "dark mode" alternative for it (eg: logo-dark.png)?Thanks in advance!
Hi, I'm using Metronic 8.1.7 and I want to add a Contextual menu when we Right Click over an element like a block of text.How can I do it (easy way) :) ?Thank You
Hello Kennthemes,I have just Downloaded Metronic verison 8 and Used the pre-built Customers Listing Layouts.Select2 on Filters Dropdown is not properly working. I have read the documents and they said that Select2's CSS and Javascript files are bundled in the global plugin bundles and globally i...
Dear,I'm considered if you are interested in collaboration. I have bought your Metronic 8 theme and I'm right now writing it in Aurelia 2 which stays for new javascript framework for frontend with bright future.What I'm offering you here is chance to put it next to the react, laravel and oth...
Hey Guys,Suggestion: For the form-switch - have a unchecked focus colour so that when you are filling in the form and TAB through elements - you can tell when a switch has focus.eg:.form-switch.form-check-solid .form-check-input:not(:checked):focus { background-color: var(--bs-gr...
Hi, I am using the Good theme with flask and I want to update dynamically a form with multiple dependent Select2 fields from my DB , is there a simple way of doing this ? here is an example with JS :https://codepen.io/nik8singh/pen/XWZpQqBI am using Flask WTForms with Select2Many thanks
Hello,I have followed the instructions to run the npm install and gulp commands and created a new project. Note - webpack did not build even after removing the type: module line.The site loads but accessing any items in the menu or header areas doesn't load any content.The developer con...
Hi,I want to add the forms on a web page. Are there any forms provided? If yes, how can I add those forms to my web page? Can I add bootstrap forms on any web page?
I want to use a simple ajax function in Laravel, I am familiar with jQuery ajax and I read in docs metronic8 does not use jQuery. I want to know, is it okay to include jQuery or metronic8 have anything to perform Ajax?
Dear Team i am using laravel version 8.1.7, i could not figure out the bootstrap file where i need to enabledimport Echo from 'laravel-echo';window.Pusher = require('pusher-js');window.Echo = new Echo({ broadcaster: 'pusher', key: 'mykey', wsHost: window.location.hostname,...
Me and my coworkers bought your Craft template from the Bootstrap Themes website for a new Blazor project (https://themes.getbootstrap.com/product/craft-bootstrap-5-admin-dashboard-theme/).In the description of the template there's a line about a server-side documentation for Blazor which I can't...
I am using metronic in my web project. I noticed that in metronic HTML this error does not occur, but in React it does! And what happens when I use route instead of navigate, where in navigate it takes you on the route and refreshes the page at the same time. The layout does not adjust itself taking...
Hi,I am using Metronic 8.1.7 Laravel App. How can I create a new page having a form and uploading file. I create a new entry in menu.php file, crated a blade file. I don't know where I need to define route. It looks we do not need to define it web.php.
Hello,I am using Metronic 8 html version. I couldn't found this sample in Metronic 8 but do you have other example of image overlay rather than this metronic 7 demo 2. https://preview.keenthemes.com/metronic/demo2/custom/apps/ecommerce/dashboard.htmlThank you
Hello , I am using select2 dropdown search in react , but its css i think is not implementing as i am adding ;form-select' class with select but despite of it select2 dropdown layout is very common and unprofessional in metronic template react .As i want to apply dropdown search like it is in html...
I have been trying to use Collapse Icon for accordian tab, using the steps in this link: https://preview.keenthemes.com/html/metronic/docs/base/accordion#collapse-iconbut i'm not sure which css and js files to include in my page first, could you please adivse?