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

Tag: Rails (25)

Hi,I'm looking for some help regarding using Metronic with Rails 7 and turbo. I am struggling with some of the javascript not working after changing pages on the site. The problem I am focusing on at the moment is accordions in the dashboard side menu not working after a page change, but there a...
Issue with Dark Mode and Theme Mode SwitchHi, I am using the Rails version of Metronic8 and have followed all of the documentation to get the template up and running successfully. However, I am running into an issue where I cannot set the template to use 'Dark mode' by default, nor does the Them...
I am developing on Rails application so I get this error, please help me with this problem:@font-face { font-family: keenicons-duotone; src: asset-url("keenicons/keenicons-duotone.eot?eut7fk"); src: asset-url("keenicons/keenicons-duotone.eot?eut7fk#iefix"), format(...
Hi,I would like some help making the craft theme work with Rails 7. I haven't been able to find much information on the internet. Is there any tutorials or guides for this?Thanks,Craig.
"I don't know where to provide feedback, so I'm writing here. If this is not the right place, please understand.When I was deploying the project, I noticed that the icon section had a specific typographical error related to the Rails framework's software icons. It was written incorrectly as 'Pai...
Hello, I'm having an issue when running npm run build or npm run build --demo1:```Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All mo...
Hi, your template is very valuable but, as someone noted before, the Rails implementation is not so good. I'm happy to see that Rails 7 is being used, but it doesn't follow any of the "rails way" of managing assets.I'm still trying to understand how all the elements come together but the first o...
I want to confirm with the administrator before proceeding to the payment step.
Can you give me complete steps to follow how to integrate Metronic theme in existing rails 7 project which is using jsbundling-rails for js/css compilation. Is there any way though which i can easily import js/css in my app
Hey guys, thanks for helping me first and foremost!I have an existing RoR application. Rails 7.0.5 and Ruby 3.2.2.I downloaded the Metronic package, unzipped everything and played for two (2) days around, finding out on how to merge or implement the Metronic files into an existing RoR project. S...
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.
The fonts received this error, the rest works ok except this: GET http://localhost:3000/fonts/keenicons-duotone.woff net::ERR_ABORTED 404 (Not Found)plugins.bundle-53f02c66da992c6ea24494b454a6a19fb73d958e6936003d254ec19ed4fbdb49.css:1 GET http://localhost:3000/fonts/la-solid-900.woff...
Hello, found two issues in the Rails starter app for Metronic 8.1.7 with the initial default theme and then with jstree.First, app/views/partials/theme-mode/_init.html.erb has a typo that causes formatting issues until the light, dark, or system theme is selected by the user.Line 3 of the fi...
Hello, I'm working with the fantastic Metronic 8 Rails starter app (v8.1.7), but I noticed Toastr isn't in settings.yml as a vendor.I'm trying to implement it to use for Rails flash messages, but so far haven't been able to figure out how to get it implemented. Any advice? I used yarn/gulp for t...
Hi everyone, I have purchased the Metronic theme in order to build admin panels with Rails. I have the following issues and I would like to ask the community for advice on the best practices here.As far as I see it is not really a components library but a precompiled bundle of assets in a su...
Hello,I started project from Starter Kit for Rails 7 (bundle asset with Webpack) and activate turbo rails. Everything works fine but not with the dropdown. When click any dropdown (e.g. sidebar), it won't expand the menus. I even tried to change 'DOMContentLoaded' to 'turbolinks:load' on any ass...
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, when i want to use a feature, as belowe.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...
Ruby on rails support still not out?It was supposed to come out two weeks ago normally we're still waiting
Hello and thank you for this thoughtful template integration into rails 7. I've been through all files and rails help documentation but I do not understand how to use the rails helper in controller or view for datatables?JS and CSS are loading correctly for datatables.Examples from documenta...
I tried to integrate metronic (latest) into the expo, using the web expo (https://docs.expo.dev/workflow/web/). It gave errors related to jquery (I tried importing the bundle already precompiled as well as the ones I generated manually (via the setup doc)).My question is: how do I integrate?
hello "Uncaught ReferenceError: r is not defined"I couldn't fix this error no matter what I did./tools/node_modules/jquery/dist/jquery.jsThere is jquery in the directory but how do I use it? %script{src: "http://code.jquery.com/jquery-3.5.1.min.js"}I added it with normal cdn, the...