6 Answer(s)
-
0
Hi,
AspNet Zero AngularJs version already includes/implements Metronic. Do you wnt to include a component to your project ? Or, Do you want to change the version of Metronic in AspNet Zero ?
Thanks.
-
0
<cite>ismcagdas: </cite> Hi,
AspNet Zero AngularJs version already includes/implements Metronic. Do you wnt to include a component to your project ? Or, Do you want to change the version of Metronic in AspNet Zero ?
Thanks.
I want to change admin theme and Metronic version also
-
0
Hi,
You can follow steps in this answer <a class="postlink" href="http://keenthemes.com/forums/topic/aspnetzero-starter-kit-for-your-next-net-web-application-based-on-metronic/#post-6751">http://keenthemes.com/forums/topic/aspn ... #post-6751</a>.
Please let us know if there is a problem.
Thanks.
-
0
How to apply Admin theme 3.
I applied all necessary changes (<a class="postlink" href="http://keenthemes.com/forums/topic/aspn">http://keenthemes.com/forums/topic/aspn</a> ... #post-6751.) but some difficulties in Changing *.cs-html according to theme3 under App\common\views\layout.
Need some help for applying layout like admin3 theme.
-
0
Dear Sir,
I want to apply Metronic admin theme 3. (We are currently using admin 4 theme with material design)
I followed this steps as discussed in this article. <a class="postlink" href="http://keenthemes.com/forums/topic/aspnetzero-starter-kit-for-your-next-net-web-application-based-on-metronic/#post-6751">http://keenthemes.com/forums/topic/aspn ... #post-6751</a>
create a folder with name layout3 (under “metronic/assests/admin/) !_(https://drive.google.com/open?id=0BzSirtYGe7EHVTVtcmR5YTFMT2c)
change all necessary name_s in AppBundleConfig.
But I am stuck in following steps. Then you need to change your cshtml files under “App/common/views/layout/*.cshtml” if you are using SPA,
My Difficulties How to change layout pages? What kind of changes made in layout pages? How to draw menus with same as new applied theme?
-
0
Hi @velu,
I couldn't see some images on your post, maybe because of my internet connection but I'm answering according to your email.
First, admin 3 version has a top menu instead of a sidebar. So, I think you don't have to call "Layout.initSideBar()". Version 3 has Layout.initHeader Layout.initContent Layout.initFooter
methods, you need to call them I think.
If version 4 and version 3 has different layouts, you need to change your existing layout according to new one. You can compare admin 4's layout with admin 3's layout html and make the necessary changes.
We don't offer a solution for changing metronic versions but we try to help if someone wants to do it.
Thanks.