Sparic - Codeigniter Bootstrap 5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.

Dashboard
Welcome to Sparic – Codeigniter Bootstrap5 Admin & Dashboard Template

  • Created Date: 08/February/2023
  • Author: Spruko
  • Company: Spruko Technologies Private Limited

Thank you for purchasing our project and being our valued customer. We hope you are happy with your purchase. Feel free to contact us at any time. We have a dedicated team to provide you with the best support. If you have any issues, please contact the Support Help Desk at https://support.spruko.com/.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much!

Introduction
Welcome to Sparic – Codeigniter Bootstrap 5 Admin & Dashboard Template

Sparic - Codeigniter Admin Template, With this template format, 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 styles. So before you start working with the template please take a quick look on the documentation so that you can easily understand.

If You Love Our Template Design Please don't forgot to rate us. Thank you so much! 😊

Template Description

Sparic– is a Codeigniter Bootstrap5 Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Sparic Codeigniter admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 100+ 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 PHP 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 Sparic– is a Codeigniter Bootstrap5 Admin & Dashboard template, you will be able to get free download of all future updates.

Template Features
Vertical-menu Horizontal click menu Horizontal hover menu RTL ready
100+ php Pages Bootstrap 5 Responsive Framework Well Commented Code 24 * 7 Professional Company Support
Regular Updates 50+ Plugins 5 types of Charts Select2
About us Blog File Manager Gallery
Mail Inbox Ecommerce Pages Services Page Blog Details
Calendar Mail Inbox 11 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
Installation Process of Composer

Note: The clear documentation of PDF is given on How To Run Codeigniter Project In Localhost - For Beginners. Please Check out the PDF before running the project.

In order to run Codeigniter we need to install composer by the following steps

Steps to Download & Installation of Composer


Step1: Please visit 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 8.0v, here we used 8.1.12 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)

Installation Process Of Codeigniter

Here we are using "Composer" to download "CodeIgniter" packages

Note : This installation is shown based on XAMPP server..

Step1: Open command prompt, find the path of your XAMPP that is installed in your system.

Step2: Set your path as (Example: C:\xampp\htdocs>) in command prompt.

Step3. Now type the following command line to install the CodeIgniter Packages in your "htdocs" folder composer create-project codeigniter4/appstarter my-project and press Enter.

Step4: Now your downloading is started please wait for sometime to download all the necessary dependencies and packages.

Step5: Once you are redirected to the Token (hidden):_ path then you are sucessfully installed CodeIgniter

Step6: You can also download the CodeIgniter framework using this link https://codeigniter.com/download

// Optional: If you want to asscess your index.php file from your root directory.

Step7: Once the framework is downloaded you need to make a small changes in index.php file that is located in your public folder.

Step8: Note : If you have any further queries in installation please refer to the official websites Click here

After installation run following command to get CodeIgniter development server
"php spark serve" or "php -S localhost:8080"

Note :
Please make sure with your "public $baseURL" (Set your "public $baseURL" according to your root path)
In your root directory app/config/app.php open app.php in your editor and set the url Example: public $baseURL = 'http://localhost:8080';

Minimum Requirements

  • PHP >= 8.1.6 or Newer
  • CodeIgniter >= 4.3.1 or Newer
  • *intl* Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • JSON PHP Extension
The Basic Structure Of Codeigniter Project
 
				
						β”œβ”€β”€ app
						β”œβ”€β”€ public
						β”œβ”€β”€ tests
						β”œβ”€β”€ vendor
						β”œβ”€β”€ writable
						β”œβ”€β”€ .gitignore
						β”œβ”€β”€ builds
						β”œβ”€β”€ composer.json
						β”œβ”€β”€ composer.lock
						β”œβ”€β”€ env
						β”œβ”€β”€ LICENCE
						β”œβ”€β”€ phpunit.xml.dist
						β”œβ”€β”€ preload.php
						β”œβ”€β”€ README.md
						└── spark
				
			
SCSS & CSS

Sparic comes with power of SCSS. The css files can be generated from scss by simply following below steps:

  • Gulp

    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 css. You can read it more about it here.

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you have already installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,

  • Gulp

    Make sure to have the Gulp installed & running in your computer. If you have already installed gulp on your computer, you can skip this step. In order to install, just run command npm install -g gulp from your terminal.

  • Gulp Variables

    After Completion of gulp Install. open gulpfile.js And install the "Declaration of gulp variables" in your command promt. In order to install, just run command
    npm install gulp,
    const sass = require('gulp-sass')(require('sass'));,
    npm install gulp-postcss,
    npm install autoprefixer,
    npm install gulp-sourcemaps,
    npm install browser-sync from your terminal.

    Make sure to have all above prerequisites installed & running in your computer. If you want to install more variables for your template, just declare the variables in gulpfile.js after that run in command promt

Installation

To setup, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running in your computer

  • Install Dependencies

    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 files into css: gulp

SCSS & CSS

Here we provided package.json and gulpfile.js files in your project, you just need to run npm install in your terminal in your project root path.

After compilation of download, you can compile your SCSS files into CSS files by following below procedure.

Command Description
gulp Runs the project locally, starts the development server and watches for any changes in your sass files and folders etc. The development server is accessible at http://localhost:8000.
gulp watch In Noa template gulp watch command is used for, whatever the changes made in scss files, will watch and compiled into css files.
gulp skins In this template gulp skins command is for what ever changes are made in skin-modes.scss file will be compiled and the changes will update in skin-modes.css file in css folder.
How to Run CodeIgniter Project in localhost

If you have installed XAMPP on your machine then please follow the below steps

Step:1 Quick view of Installations

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.

Step:2 Run project

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

Installation Instructions For both CPANEL’S and FTP
Installation Instructions

Upload the Project that you have purchased in below directory based on your server

FTP Uploading Process
    Access FTP:
  1. Login to your FTP server using your login credentials provided by your hosting provider.
  2. Upload Project Files:
  3. Now extract the project folder that you have received, in any of your directories
  4. Now navigate to that directory using FTP panel and upload the project in Path: public_html/ directory in your FTP server .
  5. Once the uploading completes you can access your domain Example: www.example.com
cPanel Uploading Process
    Access cPanel:
  1. Login to your cPanel server using your login credentials provided by your hosting provider.
  2. Upload Project Files:
  3. Once you successfully accessed your cPanel dashboard, navigate and click on File Manager
  4. Now open public_html and click on Upload
  5. Here you can select your zipped project folder or you can simply drag and drop your zipped project folder, once the uploading is completed go back to the public_html folder
  6. In the public_html folder, you will find your zipped project folder now you need to extract that project folder
  7. Once the extraction is completed you can access your domain Example: www.example.com
Version
  • php:- ^8.1.12
  • composer:- ^2.5.1
  • "codeigniter/framework": "^4.3.1"
Over All Folder Structure
				
					β”œβ”€β”€ app/
					|   β”œβ”€β”€ Config
					|   |   β”œβ”€β”€ Routes.php
					|   β”œβ”€β”€ Controllers
					|   β”œβ”€β”€ Database
					|   β”œβ”€β”€ Filters
					|   β”œβ”€β”€ Helpers
					|   β”œβ”€β”€ Language
					|   β”œβ”€β”€ Libraries
					|   β”œβ”€β”€ Models
					|   β”œβ”€β”€ ThirdParty
					|   β”œβ”€β”€ Views
					|   |   β”œβ”€β”€ errors
					|   |   β”œβ”€β”€ layouts
					|   |   |   β”œβ”€β”€ components
					|   |   |   |   β”œβ”€β”€ app-header.php
					|   |   |   |   β”œβ”€β”€ app-header1.php
					|   |   |   |   β”œβ”€β”€ app-sidebar.php
					|   |   |   |   β”œβ”€β”€ custom-scripts.php
					|   |   |   |   β”œβ”€β”€ custom-styles.php
					|   |   |   |   β”œβ”€β”€ footer.php
					|   |   |   |   β”œβ”€β”€ news-ticker.php
					|   |   |   |   β”œβ”€β”€ right-sidebar.php
					|   |   |   |   β”œβ”€β”€ scripts.php
					|   |   |   |   β”œβ”€β”€ styles.php
					|   |   |   |   β”œβ”€β”€ switcher-scripts.php
					|   |   |   |   β”œβ”€β”€ switcher-styles.php
					|   |   |   |   β”œβ”€β”€ switcher.php
					|   |   |   β”œβ”€β”€ custom-main.php
					|   |   |   β”œβ”€β”€ main.php
					|   |   |   β”œβ”€β”€ switcher.php
					|   |   β”œβ”€β”€ pages		
					|   |   |   β”œβ”€β”€ 100+ php files	
					|   β”œβ”€β”€ .htaccess
					|   β”œβ”€β”€ Common.php
					|   └── index.html
					β”œβ”€β”€ public/
					|   β”œβ”€β”€ assets/
					|   |   β”œβ”€β”€ css
					|   |   β”œβ”€β”€ iconfonts
					|   |   β”œβ”€β”€ images
					|   |   β”œβ”€β”€ js
					|   |   β”œβ”€β”€ plugins
					|   |   β”œβ”€β”€ scss
					|   |   β”œβ”€β”€ switcher
					|   β”œβ”€β”€ .htaccess
					|   β”œβ”€β”€ .favicon.ico
					|   β”œβ”€β”€ index.php
					|   β”œβ”€β”€ robots.txt
					β”œβ”€β”€ tests
					β”œβ”€β”€ vendor
					β”œβ”€β”€ writable
					β”œβ”€β”€ .env
					β”œβ”€β”€ .gitignore
					β”œβ”€β”€ .htaccess
					β”œβ”€β”€ builds
					β”œβ”€β”€ composer.json
					β”œβ”€β”€ composer.lock					
					β”œβ”€β”€ env					
					β”œβ”€β”€ gulpfile				
					β”œβ”€β”€ LICENCE				
					β”œβ”€β”€ package-lock.json
					β”œβ”€β”€ package.json
					β”œβ”€β”€ phpunit.xml.dist
					β”œβ”€β”€ preload.php
					β”œβ”€β”€ README.md
					└── spark
				
			
SWITCHER?

If you want to add switcher to your template follow the below process.

Chart color

NOTE: If you want to change your chart colors according to the theme colors, then follow the process.(Skip this process if this is not your requirement).

How to change color of any chart according to the primary color of the template ?

Please Follow the below steps
Step1:

open a js file used for that particular php page and create a new function in that js file as shown below

NOTE-1: For index.php page there is index1.js file which is used for that particular page only. You should create function and place data for your chart in that index1.js you should create new function and place chart data in that js files only

IMPORTANT:If you want to place a new chart in any other page Please create new js file and create the below function


		function chartid() {  -----------
			--------
			----------
		 }
	
NOTE-2:Function name should be unique,It is better to give the function name according to your chart id, any other names also can be used
Step2:

Place your new chart data in the function which you created.

Step3:

open themecolor.js Path:(public/assets/js/themecolor.js) and paste the below code in the names() function in (// chart colors) section located at the bottom of the file.


			if(document.querySelector('#Your-chart-id') !== null){
				example();
			}
		

replace (#Your-chart-id) with your new chart id & replace example(); with chartid() function which you created in step 1.

Step3:

change in the color ( myVarVal ) place of your chart where you want to change accordingly to the primary color of the template for example refer below code which we used in index1.js file.


			colors: [myVarVal],
		
FAQS

1) How to Change Font Style ?

Step 1:

Go To _fonts.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.css file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in _fonts.scss

Example:

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

Step 3:

And add the Your Selected font-family in _bootstrap-styles.scss(public/assets/scss/bootstrap/_bootstrap-styles.scss)

Example:


				body {
					font-family: 'Nunito', sans-serif;
					font-size: 14px;
					font-weight: 500;
					line-height: 1.5;
					color: $default-color;
					text-align: start;
					background: $background;
				}
				
				

NOTE : After changnig or modifying the content in SCSS files, you need to perform related GULP command. Otherwise the changes will not be applied to your template, for more understanding please refer GULP section in Documentation.

2) How to Change Logo ?

Go To "public/assets/images/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.

3) How to Enable Darktheme?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for dark-mode to enable dark-theme style as shown in below


					/***************** DARK THEME *********************/
					// $('body').addClass('dark-mode');
					/***************** Dark THEME *********************/
			
			
Remove the comments to enable dark-mode as shown below

					/***************** DARK THEME *********************/
					$('body').addClass('dark-mode');
					/***************** Dark THEME *********************/
			
			

4) How to Enable Color-Header?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file 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 --*/
			
			
Remove the comments to enable color-header as shown below

			
					/*--- Color Header Start --*/
					$('body').addClass('color-header');
					/*--- Color Header End --*/
			
			

5) How to Enable Dark-Header?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file 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 --*/
			
Remove the comments to enable dark-header as shown below

					/*--- Dark Header Start --*/
					$('body').addClass('dark-header');
					/*--- Dark Header End --*/
			

6) How to Enable Light-Header?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file 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 --*/
			
Remove the comments to enable light-header as shown below

					/*--- Light Header Start --*/
					$('body').addClass('light-header');
					/*--- Light Header End --*/
			

7) How to Enable Light Menu?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file 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 --*/
			
Remove the comments to enable light-menu as shown below

					/*--- Light Menu Start --*/
					$('body').addClass('light-menu');
					/*--- Light Menu End --*/
			

8) How to Enable Color Menu?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file 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 --*/
			
Remove the comments to enable color-menu as shown below

					/*--- Color Menu Start --*/
					$('body').addClass('color-menu');
					/*--- Color Menu End --*/
			

9) How to Enable Dark Menu?

open swither-styles.js path:(public/assets/js/switcher-styles.js)file 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 --*/
			
Remove the comments to enable dark-menu as shown below

			/*--- Dark Menu Start --*/
			$('body').addClass('dark-menu');
			/*--- Dark Menu End --*/
			

10) How to Enable Boxed-Layout?

open swither-styles.js path:(public/assets/js/switcher-styles.js)file 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 --*/
			
Remove the comments to enable layout-boxed as shown below

			/*---  Boxed Layout Start --*/
			 $('body').addClass('layout-boxed');
			/*---  Boxed Layout End --*/
			

11) How to Enable Scrollable-Layout?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for scrollable-layout to enable scrollable-layout style as shown in below


			/*--- Header-Position Styles Start --*/
			// $('body').addClass('scrollable-layout');
			/*--- Header-Position Styles End --*/
			
Remove the comments to enable scrollable-layout as shown below

			/*--- Header-Position Styles Start --*/
			$('body').addClass('scrollable-layout');
			/*--- Header-Position Styles End --*/
			

12) How to Enable Sidemenu-Icon-with Text?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for sidemenu-icontext to enable sidemenu-icontext style as shown in below


					/**Icon-Text-Menu**/
					// $('body').addClass('icontext-menu');
					/**Icon-Text-Menu**/
			
			
Remove the comments to enable sidemenu-icontext as shown below

					/**Icon-Text-Menu**/
					$('body').addClass('icontext-menu');
					/**Icon-Text-Menu**/
			
			

13) How to Enable Closed-Menu?

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for Closed Sidemenu to enable closed menu style as shown in below


					/**closed-Menu**/
					// $('body').addClass('closed-menu');
					/**closed-Menu**/
			
Remove the comments to enable Closed Sidemenu as shown below

					/**closed-Menu**/
					$('body').addClass('closed-menu');
					/**closed-Menu**/
			

14) How to Enable Icon Overlay

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for Icon Overlay Sidemenu to enable Icon Overlay style as shown in below


					/**Icon-Overlay-Menu**/
					// $('body').addClass('sideicon-menu');
					/**Icon-Overlay-Menu**/
			
Remove the comments to enable sideicon-menu as shown below

					/**Icon-Overlay-Menu**/
					$('body').addClass('sideicon-menu');
					/**Icon-Overlay-Menu**/
			

15) How to Enable Hover Submenu

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for Hover Submenu to enable Hover submenu style as shown in below


					/**Hover-Sub-Menu**/
					// $('body').addClass('hover-submenu');
					/**Hover-Sub-Menu**/
			
Remove the comments to enable Hover Submenu as shown below

					/**Hover-Sub-Menu**/
					$('body').addClass('hover-submenu');
					/**Hover-Sub-Menu**/
			

16) How to Enable Hover Submenu Style1

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for Hover Submenu Style1 to enable Hover submenu style1 style as shown in below


					/**Hover-Sub-Menu1**/
					// $('body').addClass('hover-submenu1');
					/**Hover-Sub-Menu1**/
			
Remove the comments to enable Hover Submenu Style1 as shown below

					/**Hover-Sub-Menu1**/
					$('body').addClass('hover-submenu1');
					/**Hover-Sub-Menu1**/
			

17) How to Enable Double-menu

open swither-styles.js path:(assets/js/switcher-styles.js) file and remove comments for Double-menu to enable Double-menu style as shown in below


					/**Double-Menu**/
					// $('body').addClass('double-menu');
					/**Double-Menu**/
			
Remove the comments to enable Double-menu as shown below

					/**Double-Menu**/
						$('body').addClass('double-menu');
					/**Double-Menu**/
			

18) How to Enable Double-menu-tabs

open swither-styles.js path:(assets/js/switcher-styles.js) file and remove comments for Double-menu-tabs to enable Double-menu-tabs style as shown in below


					/**Double-menu-tabs**/
					// $('body').addClass('double-menu-tabs');
					/**Double-menu-tabs**/
			
Remove the comments to enable Double-menu-tabs as shown below

					/**Double-menu-tabs**/
						$('body').addClass('double-menu-tabs');
					/**Double-menu-tabs**/
			

19) How to Enable RTL version?

One more methode to add RTL version

open swither-styles.js path:(public/assets/js/switcher-styles.js)file . 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*/
			
Remove the comments to enable $('body').addClass('rtl') as shown below

					/*RTL Layout Style*/
						$('body').addClass('rtl');
					/*RTL Layout Style End*/
			

20) How to Enable Horizontalmenu?

open switcher-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for $('body').addClass('horizontal') to enable Horizontalmenu as shown in below


					/* Horizontal THEME */
					// $('body').addClass('horizontal');
					/* Horizontal THEME */
				
Remove the comments to enable $('body').addClass('horizontal') as shown below

					/* Horizontal THEME */
					// $('body').addClass('horizontal');
					/* Horizontal THEME */
				

21) How to Enable Horizontal Hover layout

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for Horizontal Hover layout to enable Horizontal Hover layout style as shown in below


					/***************** Horizontal-Hover *********************/
					// $('body').addClass('horizontal-hover');
					/***************** Horizontal-Hover *********************/
			
Remove the comments to enable Horizontal Hover layout as shown below

					/***************** Horizontal-Hover *********************/
					$('body').addClass('horizontal-hover');
					/***************** Horizontal-Hover *********************/
			

22) How to Enable Horizontal or Horizantal Hover layout With Wrap Style

open swither-styles.js path:(public/assets/js/switcher-styles.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'
			
Related Image:

wrap style:
Replace noWrap with wrap as shown below

					document.querySelector('.horizontal .side-menu').style.flexWrap = 'wrap'
			
Related Image:

Example:

Simply you can change noWrap with wrapto change the style of Horizontal or Horizontal Hover Menus

23) How to Enable Horizontal Centerlogo

open swither-styles.js path:(public/assets/js/switcher-styles.js) file and remove comments for centerlogo-horizontal to enable centerlogo-horizontal style as shown in below


					/**Center-Logo**/
					// $('body').addClass('center-logo');
					/**Center-Logo**/
			
Remove the comments to enable centerlogo-horizontal as shown below

					/**Center-Logo**/
					$('body').addClass('center-logo');
					/**Center-Logo**/
			

24) How to clear LocalStorage (cookie)?

Dark Theme Styles

How to Change Dark default Color ,border color ,and shadow color?

Please follow the below steps to change Dark default Color ,border color ,and shadow color
Step 1 :

To change Dark default Color ,border color ,and shadow color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below

Rootpath : _bootstrap-styles.scss (public/assets/scss/bootstrap/_bootstrap-styles.scss )

Step 2 :

NOTE : After changnig or modifying the content in SCSS files, you need to perform related GULP command. Otherwise the changes will not be applied to your template, for more understanding please refer GULP section in Documentation.

Font Used

Google fonts are used in the template. They are as follows: Google Fonts

All Images are used: Pexels.com

THANK YOU!