{"id":105,"date":"2019-08-31T06:08:49","date_gmt":"2019-08-31T06:08:49","guid":{"rendered":"https:\/\/docs.theironnetwork.org\/vuely\/?page_id=105"},"modified":"2019-10-19T06:56:25","modified_gmt":"2019-10-19T06:56:25","slug":"different-layouts","status":"publish","type":"page","link":"https:\/\/docs.theironnetwork.org\/vuely\/different-layouts\/","title":{"rendered":"Different Layouts"},"content":{"rendered":"\n<h6 id=\"default-layout\">Default Layout<\/h6>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay.png\"><img loading=\"lazy\" width=\"1024\" height=\"481\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay-1024x481.png\" alt=\"\" class=\"wp-image-106\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay-1024x481.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay-300x141.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay-768x361.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay-1568x737.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/def-lay.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Default Layout<\/figcaption><\/figure>\n\n\n\n<p> This is the default layout of your template, when you download the project from <strong>ThemeForest<\/strong> and builds it after the installation procedure, you will find that your template uses this layout by default. You don&#8217;t need to change anything to use this layout. <\/p>\n\n\n\n<h5 id=\"mini-sidebar\">Mini Sidebar<\/h5>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar.png\"><img loading=\"lazy\" width=\"1024\" height=\"481\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar-1024x481.png\" alt=\"\" class=\"wp-image-108\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar-1024x481.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar-300x141.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar-768x361.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar-1568x737.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/min-sidebar.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Mini Sidebar<\/figcaption><\/figure>\n\n\n\n<p> This is the Mini Sidebar layout for the template. You can make this layout as default by making these changes in the <code>src-&gt;router-&gt;default.js<\/code> file: <\/p>\n\n\n\n<h6><strong> Steps: <\/strong><\/h6>\n\n\n\n<p>1. Replace the import statement from  <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> import Full from 'Container\/Full' <br><\/pre>\n\n\n\n<p>  to <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import MiniSidebarLayout from 'Container\/MiniSidebarLayout'<br><\/pre>\n\n\n\n<p>2.. Now search <g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace\" id=\"5\" data-gr-id=\"5\">for <\/g><code>export default<\/code><g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace\" id=\"5\" data-gr-id=\"5\"> function<\/g> in the same file. You will find the given function as below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: Full,<br><\/pre>\n\n\n\n<p>Now Replace the value of the component key from <code>Full<\/code> to <code>MiniSidebarLayout<\/code><\/p>\n\n\n\n<p>Now your <code>export default<\/code> will become<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: MiniSidebarLayout,<br><\/pre>\n\n\n\n<p>Now save the file and open up the browser window and open the <g class=\"gr_ gr_6 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace\" id=\"6\" data-gr-id=\"6\">url<\/g>: <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:8080\/\" target=\"_blank\">http:\/\/localhost:8080\/<\/a><\/p>\n\n\n\n<p>If you don&#8217;t see the changes, don&#8217;t panic. Just run the following command in command prompt or terminal, then try again. You will see the desired result.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run serve<\/pre>\n\n\n\n<h5>Horizontal Menu<\/h5>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu.png\"><img loading=\"lazy\" width=\"1024\" height=\"482\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu-1024x482.png\" alt=\"\" class=\"wp-image-154\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu-1024x482.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu-300x141.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu-768x361.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu-1568x737.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/hrmenu.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Horizontal Menu<\/figcaption><\/figure>\n\n\n\n<h6>Steps:<\/h6>\n\n\n\n<p>1.Replace the import statement from <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import Full from 'Container\/Full'<br><\/pre>\n\n\n\n<p>to<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import HorizontalLayout from 'Container\/HorizontalLayout'<br><\/pre>\n\n\n\n<p>  2. Now search <g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace\" id=\"5\" data-gr-id=\"5\">for <\/g><code>export default<\/code><g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace\" id=\"5\" data-gr-id=\"5\"> function<\/g> in the same file. You will find the given function as below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: Full,<\/pre>\n\n\n\n<p>Now Replace the value of the component key from <code>Full<\/code> to <code>HorizontalLayout<\/code><\/p>\n\n\n\n<p>Now <g class=\"gr_ gr_3 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del\" id=\"3\" data-gr-id=\"3\"><g class=\"gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace\" id=\"4\" data-gr-id=\"4\">your<\/g><\/g> <code>export default<\/code> will become<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: HorizontalLayout,<\/pre>\n\n\n\n<p>Now save the file and open up the browser window and open the <g class=\"gr_ gr_3 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace\" id=\"3\" data-gr-id=\"3\">url<\/g>: <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:8080\/\" target=\"_blank\">http:\/\/localhost:8080\/<\/a><\/p>\n\n\n\n<p>If you don&#8217;t see the changes, don&#8217;t panic. Just run the following command in command prompt or terminal, then try again. You will see the desired result.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run serve<\/pre>\n\n\n\n<h5>Boxed<\/h5>\n\n\n\n<p> There are two versions for boxed layout: One is Boxed Agency Version, another is Boxed News Version. Below are the screenshots for both the boxed versions &amp; the steps that needs to be followed to make them your default template layout. <\/p>\n\n\n\n<h5>Boxed Agency Version<\/h5>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage.png\"><img loading=\"lazy\" width=\"1024\" height=\"481\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage-1024x481.png\" alt=\"\" class=\"wp-image-155\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage-1024x481.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage-300x141.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage-768x361.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage-1568x737.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/boxedimage.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption> Boxed Agency Version<\/figcaption><\/figure>\n\n\n\n<p>This is the Boxed Agency Version layout for the template. You can make this layout as default by making <g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-del replaceWithoutSep\" id=\"5\" data-gr-id=\"5\">the these<\/g> changes in the <code>src-&gt;router-&gt;default.js<\/code> file:<\/p>\n\n\n\n<h6>Steps:<\/h6>\n\n\n\n<p>1.Replace the import statement from<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import Full from 'Container\/Full'<\/pre>\n\n\n\n<p>to<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import BoxedLayout from 'Container\/Boxed'<\/pre>\n\n\n\n<p>2. Now search <g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace\" id=\"5\" data-gr-id=\"5\">for <\/g><code>export default<\/code><g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace\" id=\"5\" data-gr-id=\"5\"> function<\/g> in the same file. You will find the given function as below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: Full,<\/pre>\n\n\n\n<p>Now Replace the value of the component key from <code>Full<\/code> to <code>BoxedLayout<\/code><\/p>\n\n\n\n<p>Now <g class=\"gr_ gr_3 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del\" id=\"3\" data-gr-id=\"3\"><g class=\"gr_ gr_4 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar multiReplace\" id=\"4\" data-gr-id=\"4\">your<\/g><\/g> <code>export default<\/code> will become<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: BoxedLayout,<br><\/pre>\n\n\n\n<p>Now save the file and open up the browser window and open the <g class=\"gr_ gr_3 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace\" id=\"3\" data-gr-id=\"3\">url<\/g>: <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:8080\/\" target=\"_blank\">http:\/\/localhost:8080\/<\/a><\/p>\n\n\n\n<p>If you don&#8217;t see the changes, don&#8217;t panic. Just run the following command in command prompt or terminal, then try again. You will see the desired result.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run serve<\/pre>\n\n\n\n<h5 id=\"boxed-news-version\">Boxed News Version<\/h5>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout.png\"><img loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout-1024x576.png\" alt=\"\" class=\"wp-image-113\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout-1024x576.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout-300x169.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout-768x432.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout-1568x882.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/box-layout.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Boxed News Version<\/figcaption><\/figure>\n\n\n\n<p> This is the Boxed News Version layout for the template. You can make this layout as default by making the these changes in the <code>src-&gt;router-&gt;default.js<\/code> file: <\/p>\n\n\n\n<h6><strong> Steps: <\/strong><\/h6>\n\n\n\n<p> 1. Replace the import statement from<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import Full from 'Container\/Full'\n\n<\/pre>\n\n\n\n<p>to<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import BoxedLayout from 'Container\/BoxedV2' <\/pre>\n\n\n\n<p>This is the Horizontal Menu layout for the template. You can make this layout as default by making <g class=\"gr_ gr_5 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-del replaceWithoutSep\" id=\"5\" data-gr-id=\"5\">the these<\/g> changes in the <code>src-&gt;router-&gt;default.js<\/code> file:<\/p>\n\n\n\n<p>2. Now search for <code>export default<\/code> function in the same file. You will find the given function as below: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> export default {<br>   path: '\/',<br>   component: Full, <\/pre>\n\n\n\n<p> Now Replace the value of the component key from <code>Full<\/code> to <code>BoxedLayout<\/code><\/p>\n\n\n\n<p> Now your <code>export default<\/code> will become <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default {<br>   path: '\/',<br>   component: BoxedLayout <\/pre>\n\n\n\n<p>Now save the file and open up the browser window and open the url: <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:8080\/\" target=\"_blank\">http:\/\/localhost:8080\/<\/a><\/p>\n\n\n\n<p>If you don&#8217;t see the changes, don&#8217;t panic. Just run the following command in command prompt or terminal, then try again. You will see the desired result. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run serve <\/pre>\n\n\n\n<h5 id=\"dark-mode\">Dark Mode<\/h5>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay.png\"><img loading=\"lazy\" width=\"1024\" height=\"482\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay-1024x482.png\" alt=\"\" class=\"wp-image-114\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay-1024x482.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay-300x141.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay-768x361.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay-1568x737.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/08\/dark-lay.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p> To enable dark mode in your app open <code>src-&gt;plugins-&gt;vuetify.js<\/code> file and set the <code>dark<\/code> value to true as shown below:- <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export default new Vuetify({ <br>  theme:{<br>  themes: {<br>  light: store.getters.selectedTheme.theme,<br>  dark: store.getters.selectedTheme.theme<br>  },<br>  dark: true \/\/ set true to enable dark mode <br>  },<br>}) <\/pre>\n<div class=\"pld-like-dislike-wrap pld-template-1\">\n    <div class=\"pld-like-wrap  pld-common-wrap\">\n    <a href=\"javascript:void(0);\" class=\"pld-like-trigger pld-like-dislike-trigger \" title=\"\" data-post-id=\"105\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-ip-check=\"0\" data-user-check=\"1\">\n                        <i class=\"fas fa-thumbs-up\"><\/i>\n                    <\/a>\n    <span class=\"pld-like-count-wrap pld-count-wrap\">3    <\/span>\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\n    <a href=\"javascript:void(0);\" class=\"pld-dislike-trigger pld-like-dislike-trigger \" title=\"\" data-post-id=\"105\" data-trigger-type=\"dislike\" data-ip-check=\"0\" data-restriction=\"cookie\" data-user-check=\"1\">\n                        <i class=\"fas fa-thumbs-down\"><\/i>\n                    <\/a>\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\"><\/span>\n<\/div><\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Default Layout This is the default layout of your template, when you download the project from ThemeForest and builds it after the installation procedure, you will find that your template uses this layout by default. You don&#8217;t need to change anything to use this layout. Mini Sidebar This is the Mini Sidebar layout for the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages\/105"}],"collection":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":18,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages\/105\/revisions"}],"predecessor-version":[{"id":856,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages\/105\/revisions\/856"}],"wp:attachment":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/media?parent=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}