{"id":41,"date":"2019-09-25T04:35:51","date_gmt":"2019-09-25T04:35:51","guid":{"rendered":"https:\/\/docs.theironnetwork.org\/reactify\/?page_id=41"},"modified":"2019-10-21T04:11:01","modified_gmt":"2019-10-21T04:11:01","slug":"different-layouts","status":"publish","type":"page","link":"https:\/\/docs.theironnetwork.org\/reactify\/different-layouts\/","title":{"rendered":"Different Layouts"},"content":{"rendered":"\n<h4 id=\"layouts\">Layouts<a href=\"#layouts\"><\/a><\/h4>\n\n\n\n<h5 id=\"default-layout\">Default Layout<\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/ecomm.png\"><img loading=\"lazy\" width=\"1024\" height=\"542\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_109-1024x542.png\" alt=\"\" class=\"wp-image-360\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_109-1024x542.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_109-300x159.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_109-768x407.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_109-1568x830.png 1568w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_109.png 1855w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Default Layout<\/figcaption><\/figure><\/div>\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 do anything to use this layout.<\/p>\n\n\n\n<h5 id=\"horizontal-layout\">Horizontal Layout<\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrlayout.png\"><img loading=\"lazy\" width=\"1024\" height=\"543\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_110-1024x543.png\" alt=\"\" class=\"wp-image-367\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_110-1024x543.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_110-300x159.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_110-768x407.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_110-1568x831.png 1568w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_110.png 1854w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Horizontal Layout<\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the Horizontal Layout of the template. You can make this layout as default for your template by following the steps given below:<\/p>\n\n\n\n<p><strong>Step 1: <\/strong>Go to <code>src-&gt;container<\/code> folder &amp; open the <code>App.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Search for the condition <code>if (location.pathname === '\/')<\/code> in the file.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Now replace the given code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">if (location.pathname === '\/') {<br>    if (user === null) {<br>        return (&lt;Redirect to={'\/signin'} \/&gt;);<br>    } else {<br>       return (&lt;Redirect to={'\/app\/dashboard\/ecommerce'} \/&gt;);<br>    }<br>  }<br>  return (<br>     &lt;RctThemeProvider&gt;<br>        &lt;NotificationContainer \/&gt;<br>        &lt;InitialPath<br>          path={`${match.url}app`}<br>          authUser={user}<br>          component={RctDefaultLayout}<br>        \/&gt;<br>     ... <\/pre>\n\n\n\n<p>with the following code<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">if (location.pathname === '\/') {<br>   if (user === null) {<br>      return (&lt;Redirect to={'\/signin'} \/&gt;);<br>   } else {<br>      return (&lt;Redirect to={'\/horizontal\/dashboard\/saas'} \/&gt;); \/\/ Return statement changed<br>   }<br>  }<br>  return (<br>    &lt;RctThemeProvider&gt;<br>      &lt;NotificationContainer \/&gt;<br>      &lt;InitialPath<br>        path={`${match.url}horizontal`} \/\/ Path url changed<br>        authUser={user}<br>        component={HorizontalLayout} \/\/ Component changed<br>     \/&gt;<br>    ... <\/pre>\n\n\n\n<h5>Agency Layout <\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/agencylayout.png\"><img loading=\"lazy\" width=\"1024\" height=\"542\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_111-1024x542.png\" alt=\"\" class=\"wp-image-368\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_111-1024x542.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_111-300x159.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_111-768x407.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_111-1568x830.png 1568w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_111.png 1853w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Agency Layout<\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the Agency Layout of the template. You can make this layout as default for your template by following the steps given below:<\/p>\n\n\n\n<p><strong>Step 1: <\/strong>Go to <code>src-&gt;container<\/code> folder &amp; open the <code>App.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Search for the condition <code>if (location.pathname === '\/')<\/code> in the file.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Now replace the given code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">if (location.pathname === '\/') {<br>    if (user === null) {<br>      return (&lt;Redirect to={'\/signin'} \/&gt;);<br>    } else {<br>       return (&lt;Redirect to={'\/app\/dashboard\/ecommerce'} \/&gt;);<br>    }<br>  }<br>  return (<br>     &lt;RctThemeProvider&gt;<br>        &lt;NotificationContainer \/&gt;<br>       &lt;InitialPath<br>          path={`${match.url}app`}<br>          authUser={user}<br>          component={RctDefaultLayout}<br>       \/&gt;<br>       ... <\/pre>\n\n\n\n<p>with the following code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">if (location.pathname === '\/') {<br>    if (user === null) {<br>       return (&lt;Redirect to={'\/signin'} \/&gt;);<br>    } else {<br>       return (&lt;Redirect to={'\/agency\/dashboard\/agency'} \/&gt;); \/\/ Return statement changed<br>    }<br>   }<br>   return (<br>     &lt;RctThemeProvider&gt;<br>        &lt;NotificationContainer \/&gt;<br>        &lt;InitialPath<br>        path={`${match.url}agency`} \/\/ Path url changed<br>        authUser={user}<br>        component={AgencyLayout} \/\/ Component changed<br>     \/&gt;<br>     ... <\/pre>\n\n\n\n<h5>Boxed Layout <\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/boxedlay.png\"><img loading=\"lazy\" width=\"1024\" height=\"543\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_112-1024x543.png\" alt=\"\" class=\"wp-image-373\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_112-1024x543.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_112-300x159.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_112-768x407.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_112-1568x831.png 1568w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/10\/Selection_112.png 1853w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Boxed Layout<\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the Boxed Layout of the template. You can make this layout as default for your template by following the steps given below:<\/p>\n\n\n\n<p><strong>Step 1: <\/strong>Go to <code>src-&gt;container<\/code> folder &amp; open the <code>App.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Search for the condition <code>if (location.pathname === '\/')<\/code> in the file.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Now replace the given code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">if (location.pathname === '\/') {<br>    if (user === null) {<br>       return (&lt;Redirect to={'\/signin'} \/&gt;);<br>    } else {<br>       return (&lt;Redirect to={'\/app\/dashboard\/ecommerce'} \/&gt;);<br>    }<br>   }<br>   return (<br>      &lt;RctThemeProvider&gt;<br>         &lt;NotificationContainer \/&gt;<br>         &lt;InitialPath<br>            path={`${match.url}app`}<br>            authUser={user}<br>            component={RctDefaultLayout}<br>         \/&gt;<br>        ... <\/pre>\n\n\n\n<p>with the following code: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">if (location.pathname === '\/') {<br>   if (user === null) {<br>       return (&lt;Redirect to={'\/signin'} \/>);<br>   } else {<br>       return (&lt;Redirect to={'\/boxed\/dashboard\/news'} \/>); \/\/ Return statement changed<br>   }<br>  }<br>  return (<br>      &lt;RctThemeProvider><br>          &lt;NotificationContainer \/><br>          &lt;InitialPath<br>             path={`${match.url}boxed`} \/\/ Path url changed<br>             authUser={user}<br>             component={RctBoxedLayout} \/\/ Component changed<br>          \/><br>          ...   <br><\/pre>\n\n\n\n<h5>Set Horizontal Menu In Default Layout <\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrdeflayout.png\"><img loading=\"lazy\" width=\"1024\" height=\"495\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrdeflayout-1024x495.png\" alt=\"\" class=\"wp-image-49\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrdeflayout-1024x495.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrdeflayout-300x145.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrdeflayout-768x371.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/hrdeflayout.png 1305w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Default Layout With Horizontal Menu <\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the Horizontal Layout of the template. If you want to make this as your default layout, please follow the steps given below:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Go to <code>src-&gt;components-&gt;RctAppLayout<\/code> &amp; open the <code>index.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Search for the Sidebar component in the file, as given below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;Sidebar<br>     sidebar={this.renderSidebar()}<br>     open={windowWidth &lt;= 1199 ? navCollapsed : false}<br>     ... &gt;<br>                        <br>     &lt;div className=\"app-container\"&gt;<br>          &lt;div className=\"rct-app-content\"&gt;<br>               &lt;div className=\"app-header\"&gt;<br>                    {this.renderHeader()}<br>               &lt;\/div&gt;<br>               &lt;div className=\"rct-page\"&gt;<br>                    {this.renderPage()}<br>               &lt;\/div&gt;<br>          &lt;\/div&gt;<br>     &lt;\/div&gt;<br>&lt;\/Sidebar&gt; <\/pre>\n\n\n\n<p><strong>Step 3:<\/strong> Cut the <code>div \"app-container\"<\/code> section from the <code>Sidebar<\/code> component and paste it outside the <code>Sidebar<\/code> component in the file. Now remove the <code>Sidebar<\/code> component from the file.<\/p>\n\n\n\n<p><strong>Step 4:<\/strong> Add the following code to the <code>className = \"rct-page\"<\/code> in the <code>div \"app-container\"<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;HorizontalMenu\/&gt;\n\n<\/pre>\n\n\n\n<p>Like this: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;div className=\"app-container\"&gt;<br>      &lt;div className=\"rct-app-content\"&gt;<br>           &lt;div className=\"app-header\"&gt;<br>                 {this.renderHeader()}<br>           &lt;\/div&gt;<br>           &lt;div className=\"rct-page\"&gt;<br>                  &lt;HorizontalMenu\/&gt; \/\/ Added Code<br>                  {this.renderPage()}<br>           &lt;\/div&gt;<br>      &lt;\/div&gt;<br>&lt;\/div&gt; <\/pre>\n\n\n\n<p><strong>Step 5:<\/strong> Add the following code in the file: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import HorizontalMenu from 'Components\/HorizontalMenu\/HorizontalMenu'; <\/pre>\n\n\n\n<p>Like <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ Components<br> \u2026<br> import ThemeOptions from 'Components\/ThemeOptions\/ThemeOptions';<br> import HorizontalMenu from 'Components\/HorizontalMenu\/HorizontalMenu'; \/\/ Latest Import<\/pre>\n\n\n\n<p><strong>Step 6:<\/strong> Now Go to <code>src-&gt;assets-&gt;scss-&gt;custom<\/code> and open the <code>_main.scss<\/code> file. Search for the <code>app-main-container<\/code> &amp; change the value of <code>display<\/code> key from <code>flex<\/code> to <code>block<\/code>. Like this: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">.app-main-container {<br>     display: block;<br>     flex-wrap: nowrap;<br> }<\/pre>\n\n\n\n<p><strong>Step 7:<\/strong>  Go to <code>src-&gt;components-&gt;HorizontalMenu<\/code> &amp; open the <code>NavLinks.js<\/code> file. Search for the <code>\"path\": \"\/horizontal\/...<\/code> &amp; just replace the keyword <code>horizontal<\/code> with the keyword <code>app<\/code> .<\/p>\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:3000\/\" target=\"_blank\">http:\/\/localhost:3000\/<\/a>.<\/p>\n\n\n\n<hr class=\"wp-block-separator mt-5 mb-3\"\/>\n\n\n\n<h4 id=\"modes\">Modes<a href=\"#modes\"><\/a><\/h4>\n\n\n\n<h5 id=\"mini-sidebar-mode\">Mini Sidebar Mode<\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/minisidebar.png\"><img loading=\"lazy\" width=\"1024\" height=\"494\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/minisidebar-1024x494.png\" alt=\"\" class=\"wp-image-50\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/minisidebar-1024x494.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/minisidebar-300x145.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/minisidebar-768x371.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/minisidebar.png 1309w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>MiniSidebar Layout<\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the mini sidebar layout for the template. If you want to make this as your default layout, please follow the steps given below:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Go to <code>src-&gt;constants<\/code> folder &amp; open the <code>AppConfig.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Change the value of <code>miniSidebar<\/code> to true in the following code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">const AppConfig = {<br>    \u2026<br>    miniSidebar: true,    \/\/ Set this to true for MiniSidebar Layout.<\/pre>\n\n\n\n<h5>RTL Mode <\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/rtlmode.png\"><img loading=\"lazy\" width=\"1024\" height=\"494\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/rtlmode-1024x494.png\" alt=\"\" class=\"wp-image-51\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/rtlmode-1024x494.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/rtlmode-300x145.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/rtlmode-768x370.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/rtlmode.png 1306w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>RTL Mode<\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the RTL layout for the template. If you want to make this as your default layout, please follow the steps given below:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Go to <code>src-&gt;constants<\/code> folder &amp; open the <code>AppConfig.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Change the value of <code>rtlLayout<\/code> to true in the following code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">const AppConfig = {<br>    \u2026<br>    rtlLayout: true,   \/\/ Set this to true for RTL Layout.<br>    \u2026<\/pre>\n\n\n\n<h5>Dark Mode <\/h5>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/darkmode.png\"><img loading=\"lazy\" width=\"1024\" height=\"496\" src=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/darkmode-1024x496.png\" alt=\"\" class=\"wp-image-52\" srcset=\"https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/darkmode-1024x496.png 1024w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/darkmode-300x145.png 300w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/darkmode-768x372.png 768w, https:\/\/docs.theironnetwork.org\/reactify\/wp-content\/uploads\/sites\/4\/2019\/09\/darkmode.png 1306w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption>Dark Mode<\/figcaption><\/figure><\/div>\n\n\n\n<p>This is the Dark Mode for the template. If you want to make this as your default, please follow the steps given below:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Go to <code>src-&gt;constants<\/code> folder &amp; open the <code>AppConfig.js<\/code> file.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Change the value of <code>darkMode<\/code> to true in the following code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">const AppConfig = {<br>    \u2026<br>    darkMode: true,   \/\/ Set this to true for Dark Mode.<br>    \u2026<\/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=\"41\" 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\">2    <\/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=\"41\" 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\">1<\/span>\n<\/div><\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Layouts 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 do anything to use this layout. Horizontal Layout This is the Horizontal Layout of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/pages\/41"}],"collection":[{"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":20,"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":702,"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/pages\/41\/revisions\/702"}],"wp:attachment":[{"href":"https:\/\/docs.theironnetwork.org\/reactify\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}