How could I customise CkEditor Document to add additional plugins such as Mention as this can only be done before being built. I've also noticed a "ckeditor-document.bundle.js:6 filerepository-no-upload-adapter" when attempting to set up image uploads which makes me wonder if this also needs to be c...
I can't follow Metronic's documentation for datables implementation since I'm following Yajra's.
I am trying to follow this:
https://preview.keenthemes.com/html/metronic/docs/general/datatables/subtable
The way I'm using datatable is per Yajra's docs:
...
I would like to modify multi-steps-sign-up.html each account type takes to deferent sign up page can someone modify the JS file to me which is create-account.js
Thanks
I use plupload to big size file upload. When I add plupload styles & scripts, its not working. No error showing console. Unable to upload anything. I user metronic demo 1, default assets, don't change the build. here is my js screenshot:
https://paste.pics/9fdb0d36d6b2f9c47f507f82bf8b322c
and h...
Hi Sean and Team
I receive an uncaught error which is traced from plugins to sign-in validator script -> KTSigninGeneral.init();
Error:
Uncaught TypeError: Cannot read properties of null (reading 'classList')
at plugins.bundle.js:26422:119075
at Array.forEach ()
at...
Dear support!
I am using Metronic 8.1.5 HTML theme and I would like to known if this version has the functionalities KTApp.blockPage, KTApp.unblockPage, KTApp.block and KTApp.unblock. If not, which is the equivalent for:
KTApp.blockPage({
overlayColor: '#000000',
state: 'primary',
messag...
Hi,
We use laravel version metronic 8.1.5 , in rtl version toaster message not show currect, the icon should be on the right side, but in left side.
also i attach my config and photo of this error.
toastr.options = {
"closeButton": true,
"debug": false,...
hi, when i want to use a feature, as below
e.g;
KTDatatablesExample.init();
Do I have to write the code on every page?
If I'm going to use this feature in many places in my Rails project, how will I do it? Including the file directly isn't enough for it to work?
And these js files are f...
Hi Team,
I need to copy the alert message in the Sweet Alert Swal.fire, because I have a functionality in the Alert Success to copy a text message.
In the documentation it can be copied, but not in the template.
https://preview.keenthemes.com/html/metronic/docs/general/sweetalert
Thank you...
I have an issue with utilizing multiple scripts on one view. I have a view that contains a collapsible panel and form validation. I am trying to utilize the assets/js/scripts.bundle.js and the assets/plugins/global/plugins.bundle.js which I believe are what is needed to utilize collapsible panels an...
i need to use id navigation to go from navbar to specific section in my home page
so i put in my anchor in navbar href="#about"
and in my section id="about"
but, the page refresh and didn`t go to the section
please support
In development the fonts load correctly from path:
lib/assets/plugins/global/fonts
however in production I get a 404 file not found for fonticon icons.
Note: bootstrap-icons load correctly in production and the paths match in plugins.bundle.css
Is there a place in the se...
HI, Good night, i'm try use examples of daterangepicker
- https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/reports/customer-orders.html
- https://preview.keenthemes.com/metronic8/demo1/apps/ecommerce/reports/sales.html
- https://preview.keenthemes.com/metronic8/demo1/apps/ecomm...
Hi Sean and Team
I'd like to change the color of the placeholder or mask used for inputMask.
When I inspect element, I can't see anything in the DOM, so I'm struggling to find out which selectors to change with CSS.
Is there a programmatic way to customise colors and feel? or is there a dat...
Hello, I did everything described here: https://preview.keenthemes.com/html/metronic/docs/getting-started/integration/laravel.
Except for the part: The default dev dependency laravel-mixis required for next steps, you should leave it in the npm/package.json.(I am not sure what it means.)
Then...
I want ajax and update exits DateRangePicker. I want click daterangepicker and auto select datetime
$(".kt_datepicker").daterangepicker({
singleDatePicker: true,
timePicker: true,
showDropdowns: true,
minYear: new Date().getFullYear() - 1,
local...