I was trying to set token with the CookieComponent I have notice that while I was setting a value "+" sign it registered as a %20. According to ascii table it is blank space. how could I fix that issue
Hi there,There is a bug when changing the size of the screen from responsive to desktop width. The top menu gets duplicated. You can see this behaviour on this link:https://ibb.co/frcCnML
I have downloaded demo5, do I still have to do all the yarn / gulp stuff explained in the documentation? I opened index.html in demo5/dist folder and every thing seems ok.
Hi guys, i recently bought mecatronic 8 theme implemented with Laravel+Vue. When i run npm the compiler tends to get stuck at 64% for 40-50 minutes. I dont use Gulp, but could Gulp make a better flow?
All SVG colors on the site automatically turned black.Not just for one site. The SVG on the sites in my local has turned black.It happened without any CSS, HTML changes. Example: https://i.postimg.cc/26dMBb92/image.pngExample 2: https://i.postimg.cc/k52bTz0b/image.png
I have a page that pulls from the user ID, But I cannot set a title or add script to that page. The endpoint is the following: domain.com/customers/{id}/projectsBUT I cannot set scripts or title from the Pages.php in config folder. Currently looks like this: 'customers'...
Hey thereBoth on my locahost version and the keenthemes hosted version have the same bug.I've tried moving some scripts to different positions, header, footer, within html, outside html.. but no improvement.Steps to reproduce:> See: https://preview.keenthemes.com/metronic8/demo2/apps/c...
I can't use baseUrl and paths props of tsconfig.json to improve my imports statements.I have this in my tsconfig file:"baseUrl": "./src", "paths": { "@app/*": [ "./app/*" ], },And I'm trying to import like this:import DataTable from '@app/shared/components/DataTable/DataTab...
Hi Team, It seems to be routing is not working as expected like it doesnt render the data to the datatables when naviagting from one screen to another. And I get to see the this console error runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: Unhandled error during execution of schedul...
When defining table headercolumnName: "fieldName",columnLabel: "Invoice",current KTDataTable doesn`t look at columnName thats why we cant use label for header customization.the reason is in TableBodyRow.vueit need to be changed to ${properties.columnName}...
HI there,would it be possible that primary and secondary color theme for the template is "pulled" from an outside source or config file instead of the css file?The idea is that a user can pick and choose some colors programmatically in the application to adjust a certain page more to their C...
I am using Metronic Template 7. All svg icons turned black. I see that the svg icons have turned black in your demo area as well. How we can solve this problem?
I use php 8.0.15 with Laravel and node js 14.16 ! The version before runs great, now i dont be able start it because lot errors. Yoo make a great work, please update the informationa for php, node deps and all, to start working !Thank you for really great inspiration and coding ! Uwe
I have a project that does not require the aside menu. I want to remove it. There used to be an option to exclude the aside in the layout builder that seems to no longer exist.I commented out the HTML code - but the header (and remaining pages) does not extend to the full viewable area of the...
I got difficulties implementing existing vue components in laravel. I got various problems, and every time i solve one another one appears: "vue doesn't recognize ", "differently vue versions in package", etc. I tried to watch and read all your documentation but i could not find something mor...
Hi ,I am using Metronic 8 demo 4 template for my website I am trying to hide the aside menu and instead of it showing the button and want to add the functionality that when the button is clicked it should show the aside menu and if clicked again it will hide the aside menu . Is it possible to ch...
Hi, i have problems opening a menu dropdown on button click like it's in docs. I am running .NET project and everything else is running good! It's not triggering "open on click". This is the code:
Hi Keenthemes,what are the major html class changes between 8.0.38 and 8.1.1.I'm about to re-integrate the new 8.1.1 html markup , what markup classes should I change in html ?NB : I'm not asking about CSS or Javascript., But html markup changesfor the js and css, I just copied the w...