Base solution for your next web application
Open Closed

Is metronic files freely downloadable with ASP.NET Zero? #2599


User avatar
0
bilalhaidar created

Hi,

I want to check the HTML/js/css for some features used in the metronic theme. Are those files freely available? If not, what's the workaround here?

Thanks

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes you can download metronic files. With AspNet Zero you have Metronic's Extended License as well. You can download metronic v4.7 here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/releases/download/v1.13.0/metronic_v4.7.zip">https://github.com/aspnetzero/aspnet-ze ... c_v4.7.zip</a>

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    bilalhaidar created

    Oh Excellent :)

    so if I want to include any feature, I make sure that I load all js/css files (if they are not already loaded) and use them?

    Regards Bilal

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Yes,

    If a plugin files (mostly css&js) are not included, copy them from original metronic theme files to your project (under the libs folder), then include them to ScriptPaths and StylePaths in your project, include them to AppBundleConfig (because you use angular1 version).

    Aftar that, you can use them in your pages.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    bilalhaidar created

    Thank you.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    chauey created

    Is this the same metronic on themeforest? I don't understand exactly how the license works. Do we all also have the normal or extended license? Did you buy the extended license and that's it and we all also have it too, or was there also some other deal directly with the creator? I'm not sure how the licenses on the other sites work. Can we get upgrades and have any logins for downloads on themeforest or not. Thanks! Just confused and trying to clarify.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We have a special agreement with Metronic's owner. When you buy AspNet Zero you have Metronic's Extended License.

    You can not download Metronic from Themefores but we provide the latest version in our private repository under <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/releases">https://github.com/aspnetzero/aspnet-zero/releases</a>

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)