Please refer Faq's page in documentation itself for queries of customization like colors,rtl ,dark,transparent styles,etc..
Thank you for purchasing our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries please contact live chat or email : sprukotechnologies@gmail.com
If You Love Our Template Design Please don't forgot to rate it. Thank you so much!
Nowa - Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊
Nowa– is a codeigniter Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Nowa admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 119 PHP Pages & 50+ Plugins more UI elements . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All HTML files,CSS, Scss and JS Files.
It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin template.
it is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices
Once you Purchase Nowa , you will be able to get free download of all future updates.
Vertical-menu | Horizontal click menu | Horizontal hover menu | RTL ready |
119 PHP Pages | Bootstrap 5 Responsive Framework | Well Commented Code | 24 * 7 Professional Company Support |
Regular Updates | 50+ Plugins | 6 types of Charts | Select2 |
About us | Blog | File Manager | Gallery |
Image-Comparision | Ecommerce Pages | Settings Page | Blog Details |
Calendar | Mail Inbox | 12 Types of Icon sets | File upload |
Message Chat | Form Elements | Month & Date & Year Range Pickers | FormAdvanced Elements |
Data Tables | Lockscreen Page | Error Page | User Profile |
Invoice Page | Advanced Pricing Tables | Easy to customize | More Widgets |
Very Easy to Create your Own Site | Neat, clean and simple design | W3C Validated |
Step1: Please visite the Official Web Site of the Composer www.getcomposer.org
Step2: Click on the Download option
Step3: Click on the Composer-Setup.exe you are done with download
Step4: Now Right click on the Composer-Setup.exe file and select Run as administrator click on Yes
Step5: You'll be getting two options click as per your choice
Step6: I choose Recommended option here and if your developer you can check the box of the Developer Mode
Step7: And click on the Next button please make sure of installation path and then click Next
Step8: You'll be asked to enter proxy url please skip the step and click on the Next button
Step9: Please make sure with the PHP Version it should not be less than 7.3 V, here we used 8.0.9 Version and then click on the next button
Step10: To confirm that Composer is installed in your system then type Composer in command prompt (if you are using XAMPP then go to C:\xampp\htdocs location and type composer)
├── app/
├── node_modules
├── public
├── tests
├── vendor
├── writable
├── .env
├── .gitignore
├── .builds
├── composer.json
├── composer.lock
├── env copy
├── gulpfile
├── license
├── package
├── package-lock
├── phpunit.xml.dist
├── readme.md
└── spark
Volgh comes with power of SCSS. The css files can be generated from scss by simply following below steps:
Gulp is a JavaScipt streaming task runner. It automate many development tasks. Using gulp you can perform tasks like running a local server, minifying code, compilation, Browser sync ,optimizing images, etc... We are using gulp which allows to easily compilation of scss to csss. You can read it more about it here.
Please follow below steps to install and setup all prerequisites:
Make sure to have the Node.js installed & running in your computer. If you already have installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,
Usenpm install init -y
command to generate packages.json file
Make sure to have the Gulp installed &
running in your computer. If you already have installed gulp on your computer, you can skip
this step. In order to install, just run command npm install -g gulp
from
your terminal.
After Completion of gulp Install. open gulpfile.js
And install the "Declartion of gulp variables" in your command promt. In order to install, just run command npm install gulp
, npm install gulp-sass
,
npm install gulp-postcss
, npm install autoprefixer
, npm install gulp-sourcemaps
,
npm install browser-sync
,
npm install gulp-cssbeautify
,
npm install gulp-beautify
from your terminal.
Make sure to have all above prerequisites installed & running in your computer. If you want install more variables for your template, just declare the variables in gulpfile.js
after that run in command promt
To setup, follow below mentioned steps:
Make sure to have all above prerequisites installed & running in your computer
Open your terminal, go to your folder and enter the command npm install
. This
would install all required dependencies in node_modules
folder.
After you finished with above steps, you can run the command to compile scss into css:
gulp
Here we provided the packages.json and gulpfile.js files in your project you just need to run npm install
in your terminal at your project root path.
After compilation of download, you can compile your SCSS & CSS files by following the below procedure.
Command | Description |
---|---|
gulp
|
Runs the project locally, starts the development server and watches for any changes in your code, including your html, javascript, sass, etc. The development server is accessible at http://localhost:8080. |
gulp watch
|
In this template gulp watch command is for what ever changes made in scss folder, will watch and run an appropriate task.
All the CSS files under assets/css/ folder will be watched and upon changes made to these files, the styles task will be executed.
|
gulp dark
|
In this template gulp dark command is for what ever changes that are made in style-dark.scss will be watched and the changes automatically updated in style-dark.css file in css folder.
|
gulp transparent
|
In this template gulp transparent command is for what ever changes are made in transparent.scss will be watched and the changes automatically updated in transparent.css file in css folder.
|
gulp skins
|
In this template gulp skins command is for what ever changes are made in skin-modes.scss will be watched and the changes automatically updated in skin-modes.css file in css folder.
|
If you have installed XAMPP on your machine then please follow the below steps
1. Download and Install the Composer from official site https://getcomposer.org/
2. Install CodeIgniter by using Composer as mentioned in the installation process above.
1. After installing your CodeIgniter, Open Xampp and click on the start button on the Apache server and MySQL server
2. Extract the zip file of CodeIgniter project that you received.
3. Please set your public $baseURL before going to run your project, go to /app/Config/app.php Example: public $baseURL = 'http://localhost:8080'; and set your project path in command prompt.
4. If your project is placed in Local Server, Example: C:\xampp\htdocs\myprojectfolder
5. If your project is placed in Desktop, Example: cd C:\Users\Admin\Desktop\myprojectfolder
6. Now run the command line: "php spark serve" or "php -S localhost:8080"
7. Your CodeIgniter PHP Development Server as been started (http://localhost:8080)
8. Copy the url and past it in your favorite browser
Upload the Project that you have purchased in below directory based on your server
In FTP
Path: public_html/
Set your baseURL in /app config/app.php file Example: public $baseURL = 'website.com/myprojectfolder';
Go to browser and type the url followed by your project folder name Example: website.com/myprojectfolder
In cPanel:
Repeat the same process for cPanel
Inside File manager -> Path: public_html/
Set your baseURL in /app config/app.php file Example: public $baseURL = 'website.com/myprojectfolder';
├── app/
| ├── Config
| ├── Controllers
| ├── Database
| ├── Filters
| ├── Helpers
| ├── Language
| ├── Libraries
| ├── Models
| ├── ThirdParty
| ├── Views/
| | ├── errors
| | ├── layouts
| | | ├── components
| | | | ├── app-header.php
| | | | ├── app-saidebar.php
| | | | ├── custom-scripts.php
| | | | ├── custom-styles.php
| | | | ├── custom-switcher.php
| | | | ├── footer.php
| | | | ├── model.php
| | | | ├── scripts.php
| | | | ├── sidebar-right.php
| | | | ├── styles.php
| | | | └── switcher.php
| | | ├── custom-main.php
| | | ├── main.php
| | | └── swicher.php
| | └── pages
| | └── 119 .php (files)
├── public/
| ├── assets
| ├── favicon
| ├── index.php
| └── robots.txt
├── vender/
| ├── Bin
| ├── Codeigniter\frame
| ├── Composer
| ├── Doctrine
| ├── Fakerphp
| ├── Kint-php
| ├── laminas
| ├── mikey179
| ├── myclabs
| ├── nikic
| ├── phar-io
| ├── phpdocumentor
| ├── phpspec
| ├── phpunit
| ├── psr
| ├── sebastian
| ├── symfony
| ├── theseer
| └── webmozart
├── writable/
| ├── cache
| ├── debugbar
| ├── logs
| ├── session
| ├── uploads
| └── .htaccess
├── .gitignore
├── .htaccess
├── builds
├── composer.json
├── env
├── gulpfile.js
├── license.txt
├── package.json
├── package-lock.json
├── phpunit.xml.dist
├── README.md
└── spark
If you want to add switcher to your template follow the below process.
Go to root path: app/views/layouts/main.php
open main.php
in that file, below the body tag
, include the switcher path given below.
Switcher path:
<?= $this->include('layouts/components/switcher'); ?>
EX:
<body class="app sidebar-mini ltr">
<?= $this->include('layouts/components/switcher'); ?>
Go to root path: app/views/layouts/components/styles.php
open "styles.php"
file and add switcher css links given below.
Add switcher css:
<!-- INTERNAL Switcher css -->
<link href="<?php echo base_url('assets/switcher/css/switcher.css'); ?>" rel="stylesheet"/>
<link href="<?php echo base_url('assets/switcher/demo.css'); ?>" rel="stylesheet"/>
Go to root path: app/views/layouts/components/scripts.php
open "scripts.php"
file and then change custom.js link tocustom1.js
link as shown below.
Before:
<!-- Custom js -->
<script src="<?php echo base_url('assets/js/custom.js'); ?>"></script>
After:
<!-- Custom js -->
<script src="<?php echo base_url('assets/js/custom1.js'); ?>"></script>
Go to root path: app/views/layouts/components/scripts.php
open "scripts.php"
file and then add theswitcher.js
link as shown below.
Add switcher js:
<!-- Switcher js -->
<script src="<?php echo base_url('assets/switcher/js/switcher.js'); ?>"></script>
Go to root path: app/views/layouts/main.php
open main.php
file and then chenge app-header.php
to app-header1.php
given below.
Before:
<!-- app header code -->
<?= $this->include('app/views/layouts/components/app-header'); ?>
<!-- End app header Code -->
After:
<!-- app header1 Code -->
<?= $this->include('app/views/layouts/components/app-header1'); ?>
<!-- End app header1 Code -->
NOTE:The switcher is different for custom pages, if you want to add switcher to the custom pages then follow the process.(Skip this process if this is not your requirement).
Go to root path: app/views/layouts/custom-main.php
open custom-main.php
in that file, below the body tag
, include the switcher path given below.
Switcher path:
<?= $this->include('layouts/components/custom-swicher'); ?>
EX:
<body class="app sidebar-mini ltr">
<?= $this->include('layouts/components/custom-switcher'); ?>
Go to root path: app/views/layouts/components/custom-styles.php
open "custom-styles.php"
file and add switcher css links given below.
Add switcher css:
<!-- INTERNAL Switcher css -->
<link href="<?php echo base_url('assets/switcher/css/switcher.css'); ?>" rel="stylesheet"/>
<link href="<?php echo base_url('assets/switcher/demo.css'); ?>" rel="stylesheet"/>
Go to root path: app/views/layouts/components/custom-scripts.php
open "custom-scripts.php"
file and then change link tocustom1.js
link given below.
Before:
<!-- Custom js -->
<script src="<?php echo base_url('assets/js/custom.js'); ?>"></script>
After:
<!-- Switcher js -->
<script src="<?php echo base_url('assets/js/custom1.js'); ?>"></script>
Go to root path: app/views/layouts/components/custom-scripts.php
open "custom-scripts.php"
file then add switcher js
link given below.
Add switcher js:
<!-- Switcher js -->
<script src="<?php echo base_url('assets/switcher/js/switcher.js'); ?>"></script>
Go to root path: app/views/layouts/custom-main.php
open "custom-main.php"
file in the page section add the "switcher-icon code" as shown below the body
.
Add the Switcher-icon code below the body tag:
<body class="app sidebar-mini ltr">
<!-- switcher-icon -->
<div class="d-flex">
<a class="demo-icon new nav-link" href="javascript:void(0);">
<svg xmlns="http://www.w3.org/2000/svg" class="header-icon-svgs fa-spin" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 16c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.084 0 2 .916 2 2s-.916 2-2 2-2-.916-2-2 .916-2 2-2z" />
<path d="m2.845 16.136 1 1.73c.531.917 1.809 1.261 2.73.73l.529-.306A8.1 8.1 0 0 0 9 19.402V20c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-.598a8.132 8.132 0 0 0 1.896-1.111l.529.306c.923.53 2.198.188 2.731-.731l.999-1.729a2.001 2.001 0 0 0-.731-2.732l-.505-.292a7.718 7.718 0 0 0 0-2.224l.505-.292a2.002 2.002 0 0 0 .731-2.732l-.999-1.729c-.531-.92-1.808-1.265-2.731-.732l-.529.306A8.1 8.1 0 0 0 15 4.598V4c0-1.103-.897-2-2-2h-2c-1.103 0-2 .897-2 2v.598a8.132 8.132 0 0 0-1.896 1.111l-.529-.306c-.924-.531-2.2-.187-2.731.732l-.999 1.729a2.001 2.001 0 0 0 .731 2.732l.505.292a7.683 7.683 0 0 0 0 2.223l-.505.292a2.003 2.003 0 0 0-.731 2.733zm3.326-2.758A5.703 5.703 0 0 1 6 12c0-.462.058-.926.17-1.378a.999.999 0 0 0-.47-1.108l-1.123-.65.998-1.729 1.145.662a.997.997 0 0 0 1.188-.142 6.071 6.071 0 0 1 2.384-1.399A1 1 0 0 0 11 5.3V4h2v1.3a1 1 0 0 0 .708.956 6.083 6.083 0 0 1 2.384 1.399.999.999 0 0 0 1.188.142l1.144-.661 1 1.729-1.124.649a1 1 0 0 0-.47 1.108c.112.452.17.916.17 1.378 0 .461-.058.925-.171 1.378a1 1 0 0 0 .471 1.108l1.123.649-.998 1.729-1.145-.661a.996.996 0 0 0-1.188.142 6.071 6.071 0 0 1-2.384 1.399A1 1 0 0 0 13 18.7l.002 1.3H11v-1.3a1 1 0 0 0-.708-.956 6.083 6.083 0 0 1-2.384-1.399.992.992 0 0 0-1.188-.141l-1.144.662-1-1.729 1.124-.651a1 1 0 0 0 .471-1.108z" /></svg>
</a>
</div>
NOTE: If you want to change your chart colors according to the themecolors, then follow the process.(Skip this process if this is not your requirement).
(myChart())
for my new chart in empty.php page
for chart 1: function myChart1() {
----chart1 data----
#chartId1
}
for chart 2: function myChart2() {
----chart2 data----
#chartId2
}
Open themecolor.js (root path: public/assets/js/themecolor.js)
and paste the below code inside of the function names()
function of (// chart colors) section.
export function names() {
Ex:
if(document.querySelector('#chartId1') !== null){
myChart1();
}
if(document.querySelector('#chartId2') !== null){
myChart2();
}
colors: [ myVarVal || "#38cab3","#e4e7ed"],
Go To _style.scss(public/assets/scss/style.scss)
if you want to change another font-family Go to the site Google Fonts And Slect One font Family and import In to style.scss file
Example:
And paste Your Selected font-family in _style.scss
Example:
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
And add the Your Selected font-family in _custom-styles.scss(public/assets/scss/custom/_custom-styles.scss)
Example:
body {
font-family: "Poppins", sans-serif;
}
Go To _custom-styles.scss (public/assets/scss/custom/custom-styles.scss )
You will find --primary-bg-color:#38cab3;
, where you can simply change color code to change primary color
Example:
Simply you can also change color for primary-bg-hover:#5cd3b9;
& --primary-bg-border:#38cab3;
, where you can simply change color code to change them
Go To "assets/img/brand" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.
open custom.js path:(public/assets/js/custom.js)
file go to Left-menu Styles. and remove comments for $('body').addClass('rtl')
to enable RTL version as shown in below
/*RTL Layout Style*/
// $('body').addClass('rtl');
/*RTL Layout Style End*/
$('body').addClass('rtl')
as shown below
/*RTL Layout Style*/
$('body').addClass('rtl');
/*RTL Layout Style End*/
open custom.js path:(public/assets/js/custom.js)
file go to SWITCHER-toggle and remove comments for dark-mode
to enable dark-mode style as shown in below
/*Dark Layout Start*/
// $('body').addClass('dark-theme');
/*Dark Layout End*/
dark-mode
as shown below
/*Dark Layout Start*/
$('body').addClass('dark-theme');
/*Dark Layout End*/
open custom.js path:(public/assets/js/custom.js)
file go to Transparent Layout and remove comments for transparent-theme
to enable Transparent theme style as shown in below
/*Transparent Layout Start*/
// $('body').addClass('transparent-theme');
/*Transparent Layout End*//
dark-mode
as shown below
/*Transparent Layout Start*/
$('body').addClass('transparent-theme');
/*Transparent Layout End*/
Go To _custom-styles.scss (public/assets/scss/custom/custom-styles.scss )
You will find --transparent-body :#30b5a1;
, where you can simply change color code to change transparent body color
Example:Below image shows Before and After changing transparent body color
open custom.js path:(public/assets/js/custom.js)
file go to Transparent image1 Layout and remove comments for bg-img1
& transparent-theme
to enable Transparent theme with background image style as shown in below
/*Transparent Layout Start*/
// $('body').addClass('transparent-theme');
/*Transparent Layout End*/
/*Transparent image1 Layout Start*/
// $('body').addClass('bg-img1');
/*Transparent Layout End*/
bg-img1 & transparent-theme
as shown below
/*Transparent Layout Start*/
$('body').addClass('transparent-theme');
/*Transparent Layout End*/
/*Transparent image1 Layout Start*/
$('body').addClass('bg-img1');
/*Transparent Layout End*/
Go To "assets/img/media" folder and replace your image with Previous image(bg-img1) within in image size. note: Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.
open custom.js path:(public/assets/js/custom.js)
file go to Header Styles. and remove comments for color-header
to enable color-header style as shown in below
/*Color Header Start*/
// $('body').addClass('color-header');
/*Color Header End*/
color-header
as shown below
/*Color Header Start*/
$('body').addClass('color-header');
/*Color Header End*/
open custom.js path:(public/assets/js/custom.js)
file go to Header Styles. and remove comments for dark-header
to enable dark-header style as shown in below
/*Dark Header Start*/
// $('body').addClass('dark-header');
/*Dark Header End*/
dark-header
as shown below
/*Dark Header Start*/
$('body').addClass('dark-header');
/*Dark Header End*/
open custom.js path:(public/assets/js/custom.js)
file go to Header Styles. and remove comments for light-header
to enable light-header style as shown in below
/*Light Header Start*/
// $('body').addClass('light-header');
/*Light Header End*/
light-header
as shown below
/*Light Header Start*/
$('body').addClass('light-header');
/*Light Header End*/
open custom.js path:(public/assets/js/custom.js)
file go to Header Styles. and remove comments for gradient-header
to enable gradient-header style as shown in below
/*Gradient Header Start*/
// $('body').addClass('gradient-header');
/*Gradient Header End*/
gradient-header
as shown below
/*Gradient Header Start*/
$('body').addClass('gradient-header');
/*Gradient Header End*/
open custom.js path:(public/assets/js/custom.js)
file go to Left-menu Styles. and remove comments for light-menu
to enable light-menu style as shown in below
/*Light Menu Start*/
// $('body').addClass('light-menu');
/*Light Menu End*/
light-menu
as shown below
/*Light Menu Start*/
$('body').addClass('light-menu');
/*Light Menu End*/
open custom.js path:(public/assets/js/custom.js)
file go to Left-menu Styles. and remove comments for color-menu
to enable color-menu style as shown in below
/*Color Menu Start*/
// $('body').addClass('color-menu');
/*Color Menu End*/
color-menu
as shown below
/*Color Menu Start*/
$('body').addClass('color-menu');
/*Color Menu End*/
open custom.js path:(public/assets/js/custom.js)
file go to Leftmenu Style. and remove comments for dark-menu
to enable dark-menu style as shown in below
/*Dark Menu Start*/
// $('body').addClass('dark-menu');
/*Dark Menu End*/
dark-menu
as shown below
/*Dark Menu Start*/
$('body').addClass('dark-menu');
/*Dark Menu End*/
open custom.js path:(public/assets/js/custom.js)
file go to Leftmenu Style. and remove comments for gradient-menu
to enable gradient-menu style as shown in below
/*Gradient Menu Start*/
// $('body').addClass('gradient-menu');
/*Gradient Menu End*/
gradient-menu
as shown below
/*Gradient Menu Start*/
$('body').addClass('gradient-menu');
/*Gradient Menu End*/
open custom.js path:(public/assets/js/custom.js)
file go to Layout-width Styles. and remove comments for layout-boxed
to enable layout-boxed style as shown in below
/*Boxed Layout Start*/
// $('body').addClass('layout-boxed');
/*Boxed Layout End*/
layout-boxed
as shown below
/*Boxed Layout Start*/
$('body').addClass('layout-boxed');
/*Boxed Layout End*/
open custom.js path:(public/assets/js/custom.js)
file go to Header-Position Styles. and remove comments for scrollable-layout
to enable scrollable-layout style as shown in below
/*Scrollable Layout Start*/
// $('body').addClass('scrollable-layout');
/*Scrollable Layout End*/
scrollable-layout
as shown below
/*Scrollable Layout Start*/
$('body').addClass('scrollable-layout');
/*Scrollable Layout End*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for sidemenu-icontext
to enable sidemenu-icontext style as shown in below
/*Icon Text Sidemenu Start*/
// $('body').addClass('icontext-menu');
// $('body').addClass('sidenav-toggled');
// if(document.querySelector('.icontext-menu').classList.contains('error-page1') !== true){
// icontext();}
/*Icon Text Sidemenu End*/
sidemenu-icontext
as shown below
/*Icon Text Sidemenu Start*/
$('body').addClass('icontext-menu');
$('body').addClass('sidenav-toggled');
if(document.querySelector('.icontext-menu').classList.contains('error-page1') !== true){
icontext();}
/*Icon Text Sidemenu End*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for Closed Sidemenu
to enable closed menu style as shown in below
/*Closed Sidemenu Start*/
// $('body').addClass('closed-menu');
// $('body').addClass('sidenav-toggled');
// if(document.querySelector('.closed-menu').classList.contains('error-page1') !== true){
// hovermenu();}
/*Closed Sidemenu End*/
Closed Sidemenu
as shown below
/*Closed Sidemenu Start*/
$('body').addClass('closed-menu');
$('body').addClass('sidenav-toggled');
if(document.querySelector('.closed-menu').classList.contains('error-page1') !== true){
hovermenu();}
/*Closed Sidemenu End*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for Icon Overlay Sidemenu
to enable Icon Overlay style as shown in below
/*Side icon menu Start*/
// $('body').addClass('sideicon-menu');
// $('body').addClass('sidenav-toggled');
// if(document.querySelector('.sideicon-menu').classList.contains('error-page1') !== true){
//hovermenu();}
/*Side icon menu End*/
sideicon-menu
as shown below
/*Side icon menu Start*/
$('body').addClass('sideicon-menu');
$('body').addClass('sidenav-toggled');
if(document.querySelector('.sideicon-menu').classList.contains('error-page1') !== true){
hovermenu();}
/*Side icon menu End*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for Hover Submenu
to enable Hover submenu style as shown in below
/*hover submenu start*/
// $('body').addClass('hover-submenu');
// $('body').addClass('sidenav-toggled');
// if(document.querySelector('.hover-submenu').classList.contains('error-page1') !== true){
//hovermenu();}
/*hover submenu end*/
Hover Submenu
as shown below
/*hover submenu start*/
$('body').addClass('hover-submenu');
$('body').addClass('sidenav-toggled');
if(document.querySelector('.hover-submenu').classList.contains('error-page1') !== true){
hovermenu();}
/*hover submenu end*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for Hover Submenu Style1
to enable Hover submenu style1 style as shown in below
/*hover submenu style1 start*/
// $('body').addClass('hover-submenu1');
// $('body').addClass('sidenav-toggled');
// if(document.querySelector('.hover-submenu1').classList.contains('error-page1') !== true){
//hovermenu();}
/*hover submenu style1 end*/
Hover Submenu Style1
as shown below
/*hover submenu style1 start*/
$('body').addClass('hover-submenu1');
$('body').addClass('sidenav-toggled');
if(document.querySelector('.hover-submenu1').classList.contains('error-page1') !== true){
hovermenu();}
/*hover submenu style1 end*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for Horizontal layout
to enable Horizontal layout style as shown in below
/*Horizontal start*/
// $('body').addClass('horizontal');
// if(document.querySelector('.horizontal').classList.contains('error-page1') !== true){
// document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
// menuClick();
// }
/*Horizontal end*/
Horizontal layout
as shown below
/*Horizontal start*/
$('body').addClass('horizontal');
if(document.querySelector('.horizontal').classList.contains('error-page1') !== true){
document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
menuClick();
}
/*Horizontal end*/
open custom.js path:(public/assets/js/custom.js)
file and remove comments for Horizontal Hover layout
to enable Horizontal Hover layout style as shown in below
/*Horizontal-hover start*/
// $('body').addClass('horizontal-hover');
// $('body').addClass('horizontal');
// if(document.querySelector('.horizontal-hover').classList.contains('error-page1') !== true){
// document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
// HorizontalHovermenu();
// }
/*Horizontal-hover end*/
Horizontal Hover layout
as shown below
/*Horizontal-hover start*/
$('body').addClass('horizontal-hover');
$('body').addClass('horizontal');
if(document.querySelector('.horizontal-hover').classList.contains('error-page1') !== true){
document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
HorizontalHovermenu();
}
/*Horizontal-hover end*/
open custom.js path:(public/assets/js/custom.js)
file and replacenoWrap
with wrap
in Horizontal (or) Horizontal Hover layout
to enable wrap style for Horizantal or Horizantal Hover
document.querySelector('.horizontal .side-menu').style.flexWrap = 'noWrap'
noWrap
with wrap
as shown below
document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
Example:
Simply you can change noWrap
with wrap
to change the style of Horizontal or Horizontal Hover Menus
Google fonts are used in the template. They are as follows: Google Fonts
All Images are used: Pexels.com