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


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>

  • 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

  • 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.

  • User Avatar
    0
    bilalhaidar created

    Thank you.

  • 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.

  • 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>