Hello, Is it possible for someone to change the Metronic theme? Is that too complicated? Any general guidance or recommendations?
Thanks
8 Answer(s)
-
0
Hi,
We don't have any document or instructions for changing metronic to any other template but someone else might help you.
Thanks.
-
0
Hi,
The theme settings is initialized at app.js for AngularJS based application. You might want to start from there.
Search for "/* THEME SETTINGS */
Regards, /tommy
-
0
Thanks I'll check that
-
0
<cite>drcgreece: </cite> Thanks I'll check that
FYI, if you are using AngularJS UI, the theme is referenced in two places. The other place is the MVC views.
From what I can see, there are some js files referenced as part of metronic assets.
Good luck! /tommy
-
0
Thanks Tommy. What do you mean by the theme is referenced in the MVC Views?
-
0
Hi,
I think he is talking about this file <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/Views/Layout/_Layout.cshtml">https://github.com/aspnetzero/aspnet-ze ... out.cshtml</a>.
-
0
<cite>ismcagdas: </cite> Hi,
I think he is talking about this file <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/Views/Layout/_Layout.cshtml">https://github.com/aspnetzero/aspnet-ze ... out.cshtml</a>.
That's correct. The login is still going thru MVC first before switching to SPA.
/tommy
-
0
Thanks!