Good afternoon,
I recently purchased the Metronic theme, as it was advertised as being compatible with Flask. However, upon implementing the theme in my Flask project, I have found that many of the pages are not functioning properly.
I have tested the demo template from Metronic8 and it works as expected, so I am unsure if I downloaded an older version or if the Flask version is still in development.
Could you please clarify if the Metronic theme is currently compatible with Flask, and if so, what steps I can take to resolve the issues I am experiencing?
Thank you for your assistance.
Hi Ricardo,
Could you please clarify which pages are not functioning properly? The Flask app is a starterkit. At the moment, only dashboard, auth pages, and systems pages are available.
Most pages from the HTML version do not available in Flask. But the CSS styles from the HTML version are already integrated into Flask. All the components from the HTML version are static and non-working components. You can just copy the component HTML from the HTML version, and paste it into the Flask component to get the same look. The actual functionality and implementation need to be done by the customer because every customer has their own business requirements.
Let us know if you need further clarification.
Thanks