Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

All Questions (4755)

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...
I am using sub tables from this linkhttps://preview.keenthemes.com/html/metronic/docs/general/datatables/subtablebut showing this error Uncaught SyntaxError: Unexpected token ']' in your JavaScript which i just copy-pasted......and after getting viewsoure of page ........i come to know...
(py39env) [oracle@srvpython rockdb]$ ls__init__.py __init__.pyc __pycache__ _keenthemes _templates assets auth dashboards requirements.txt routes.pyc venv(py39env) [oracle@srvpython rockdb]$ ls -ltrtotal 16-rw-rw-rw-. 1 oracle oinstall 1014 Jan 30 21:57 routes.pyc-rw-rw-rw-. 1 or...
I implemented Metronic laravel version on Laravel 10 fresh installation and have been battling with the following error:Call to undefined function App\Core\Bootstrap\addHtmlAttribute(),Meanwhile, the function is defined as follows in the AppServiceProviderpublic function boot() {...
hi, is there any plan to make Datatable Plugin in Angular 15. i need a lot extension in datatable to implement in my application.
Hello,I'm trying to buy Metronic 8.17 yesterday and install Asp.net Core. I get the errors in the picture when I download and try the necessary installations by reviewing all the documentation. I followed the instructions at https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-start...
I have this issueERROR in ./webpack/plugins/custom/typedjs/typedjs.js 3:15-47Module not found: Error: Package path ./lib/typed.js is not exported from package /Users/django_demo1/starterkit/_keenthemes/tools/node_modules/typed.js (see exports field in /Users/django_demo1/starterkit/_keenthemes...
Hello,I need to customise and reskin my template. But I'm not sure how flexible my designer can get with changes. I need some guidance as well as I need figma designs for all demos for React. Thanks,
Hihow are you?To make the site multilingual, it is necessary to change the language along with the direction with a button.For Angular 15Metronic 8.1.7TNX
i have large aside menu , but the scroll bar not exists and cannot scroll down to see the other items in the aside menu..how i can enable scroll bar to aside menu?
Hi,I am using FormValidation and i noticed that under the fileds being validated, the plugin add more space than the padding and margin defined in the css.Is there a way to remove this additional space?Here is an image. The red line circles where the plugin adds more space, while the gre...
hI, I followed step by step the description of this page: https://preview.keenthemes.com/html/metronic/docs/general/datatables/buttons/export, to activate teh buttons export on my datatable application, and the browser return me this JAVASCRIPT'S ERROR:---------------------------------------...
HIWhen mapping a route in the controller..If I use @Getmapping("/list") it works fine,If @Getmapping("/recommendation/list") is used, the theme can't be retrieved(only text).Return value is theme.getPageView("recommendation", "list");The path of the list.html file is : resources/tem...
Hi there!Would you consider implementing the react demos using Vite?Best wishes,Tamas
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...
Hi, When using the vue version of metronic 8, how to use the server for pagination?
Is there anywhere I can find documentation for old versions of Metronic? I have a website from back in 2019 or so that uses Metronic 4.x and I need to look up the old documentation for that version.
Hello. It seems the demos from your site (e.g. https://preview.keenthemes.com/metronic/demo3) are not matching the ones I amable to download (which seem to reflect https://preview.keenthemes.com/metronic8/ and not https://preview.keenthemes.com/metronic/ )One of the things I need to implement is...
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...
Previously we have multiple demos implemented for Laravel, but at the moment we can only download the starter kit that only have the minimal for demo 1.The other demos will not be available anymore?It was useful because was easy to start with a new demo now we have to create multiple layout...
I am using Metronic 8.1.7 Laravel and when I try to visit root (/) it automatically redirect to login page. I want to show a landing page and open login page when user click login button. How can I do this?