I have the Metronic theme, I disassembled its HTML version and molded it into VUE component format, putting all the JS scripts in the main index.html file. Then I created a view with the HTML code and components for the menu, footer, and sidebar loading the rest and being called within that view. Pe...
I'm sure I followed the steps exactly as described above, but I'm having "404 (Not Found)" problems.GET http://[::1]:5173/resources/js/core/plugins/i18n net::ERR_ABORTED 404 (Not Found) main.ts:8 GET http://[::1]:5173/resources/js/core/services/ApiService net::ERR_ABORTED 404 (Not Found) main.ts...
Hello, I would like to know how I can reduce the plugins/global/plugins.bundle.js and assets/js/scripts.bundle.js file of the ceres html template. Since I currently have all my website created and only use 30% of these files, so I would like to know how to reduce the code that I do not use.T...
Hi all, for the form validation is bind with attribute "name" only. If i have repeater form how do i validation with it ?For example:username: {validators: {notEmpty: {message: "Username not empty"}}}if i put username[] will get error
Hello, I have 3 questions for you.1. Can I download the new version after 1 year when I make a purchase without the "Extend support to 12 months" option?2. It is enough for me to get a "Regular License" because I only bought it for use with one of my clients, but do I need to use an "Extended Li...
Hi,I am using metronic_symfony_v8.1.8_demo1 template. I am facing issues while trying to compile and build the assets by following the documentation (https://preview.keenthemes.com/symfony/metronic/docs/getting-started).1) I am not able to find _keenthemes/tools in the starterkit folder, there...
Hi, I want a theme to use it as the base for a new project and I'll be using flask for the backend but I also want react for my site interactions. Do you have any recomendations?
Hi, How do you stop the 'Dashboards', 'Pages', 'Apps', 'Layouts', and 'Help' items from disappearing from the top menu when the screen gets smaller?I use just the logo and 1 of these options as my navigation so need it present 100% of the time, no matter the screen width.Many thanksP...
Hi, I am trying to create a static logo/menu for my app but cant seem to get it to work. I am editing the header top file and all i want to do is stop it from swapping between a mobile header and a normal one. I only have a small logo and 1 button but for the life of me, i cannot get it to s...
metronic_laravel_app and laravel_demo1 what is the difference between these two folders Decoupled from each other. Which one should I download for Laravel.
Hi there! We have been a long standing user of Metronic theme. We were using HTML theme all these years and now we are trying to switch to Metronic React theme.The thing is, the Demos (1-8) are too heavy. Can you release one basic skeleton app that has empty layouts? We tried following this repe...
https://preview.keenthemes.com/html/metronic/docs/general/stepper#verticalEverything looks perfect in your example. However, in my case, if stepper-title or stepper-desc are longer...
Hi,I would need support on an issue regarding menu configuration files.In the 'config/global' folder is the menu.php file where clearly the array for rendering the actual menu is to be configured, I would need to make the names of the various menu items translatable e.g. 'Products', 'Customers...
In the HTML and other demos demo's when you click [Add Campaign Button] a nice full screen pop-up appears. In the React demo's clicking on Add Campaign Button does nothing. I tried all the react demo'sReact Location: https://preview.keenthemes.com/metronic8/react/demo6/crafted/pages/profile/ca...
respect to you allI have a questionThere is a search input in the header field, when a text is written to it, I want to show the components in search.vue, but while doing thisA click operation is required to show the content part in search.vue. I want to show that component when there is an...
When you deploy the app the fonts are not working due to it is taking font asset url and get 404, because the font asset url is complied and has the compiled name. It should use font-url or something.