Base solution for your next web application
Open Closed

Metronic version #6879


User avatar
0
dntframework created

Hi,

We have created a new project using the configuration "ASP.NET MVC 5.x & jQuery" and we are trying to change the visual style of it, for this we want to use some other theme as you do in the demonstration site and from there customize some aspects of it.

The problem is that in the downloaded project we do not have all the available themes and we did not find information or tools on how to use the themes indicated above.

If we follow the instructions for creating a custom theme as indicated here "https://github.com/aspnetzero/metronic" the generated design seems to correspond to a template of "Metronic 5.5" but the project we have downloaded uses "Metronic 4.7 .5 "(judging by the structure of directories and files).

How can we check which version of metronic is using and update it if required up to the latest version?

Thanks in advance!


2 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, metronic 5.x is only implemented for asp net core project.

    asp net mvc 5.x project only supports up to metronic 4.x

    see the comparison for different projects https://docs.aspnetzero.com/documents/aspnet-mvc-jquery/latest/Version-Difference

  • User Avatar
    0
    dntframework created

    Thanks!