Mamix - PHP Bootstrap5 Admin & Dashboard Template
Mamix - PHP Premium Bootstrap5 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! 😊
Dashboard
Welcome to Mamix - PHP Bootstrap5 Admin & Dashboard Template- Created Date : 13/June/2024
- Author : Spruko
- Company : Spruko Technologies Private Limited
Thank you for showing interest towards 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 open support ticket https://support.spruko.com.
Mamix is a PHP Premium Bootstrap5 Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. Mamix Modern template is powered with PHP, SASS, & Bootstrap5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 230+ php Pages. 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. This template using Bootstrap5 framework. After Purchased this template you will get All PHP Files, CSS, SCSS and JS Files.
It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design 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 Mamix PHP Premium Bootstrap Admin Template, you will be able to get free download of all future updates.
No Jquery | Dark Layout | RTL Ready |
Icons | Authentication Pages | Error Pages |
230+ PHP Pages | Easy to Customize | Bootstrap 5 Responsive Framework |
Form Elements | Maps | Ratings |
Form Advanced | Form wizards | Profile Settings |
Grid JS Tables | Data Tables | Gallery |
Apex Charts | Chartjs Charts | Echarts |
Full Calendar | Sweet Alerts | Swiper JS |
Blog Pages | Mail App | Chat |
File Manager | Invoice | Landing Pages |
Pricing | Profile | Placeholders |
Classifieds Pages | Domain Pages | Market place Pages |
Real Estate Pages | Ecommerce Pages | Job Pages |
NFT Pages | CRM Pages | Crypto Pages |
Ribbons | Sortable Js | Tour |
24 * 7 Professional Company Support | Media Player | Under Construction Page |
Color Theme Support (Primary and Background) | Neat, clean and simple design | W3C Validated |
Theme Styles
- Light & Dark Themes
- LTR & RTL
- Vertical & Horizontal Navigation Styles
- Menu Click & Hover Styles
- Icon Click & Hover Styles
- Page Regular & Classic Styles
- Layout Default, Full Width & Boxed
- Menu Fixed & Scrollable
- Header Fixed & Scrollable
- Sidemenu Closed
- Icon Text Menu
- Icon Overlay
- Detached
- Double Menu
Theme Colors
- Menu Light
- Menu Dark
- Menu Color
- Menu Gradient
- Menu Transparent
- Header Light
- Header Dark
- Header Color
- Header Gradient
- Header Transparent
- Theme Primary
- Theme Background
- Menu With Background Images
├── assets/
| ├── audio
| ├── css
| ├── icon-fonts
| ├── images
| ├── js
| ├── libs
| ├── scss
| └── video
├── pages/
| ├── layouts/
| | ├── components/
| | | ├── classifieds/
| | | ├── domain/
| | | ├── ecommerce/
| | | ├── marketplace/
| | | ├── realestate/
| | | ├── footer.php
| | | ├── header.php
| | | ├── header1.php
| | | ├── scripts.php
| | | ├── sidebar.php
| | | ├── styles.php
| | | └── switcher.php
| | ├── base.php
| | └── error-base.php
| └── (230+ php pages)
Introduction:
In order to use the Mamix Admin template locally, you need to deploy it on a local server or any other hosting server. This step-by-step guide will walk you through the process of setting up the template on local servers using XAMPP, WAMP, or LAMP, which are popular options for local server environments. Please follow the instructions below carefully.
Prerequisites:
- Download and install XAMPP, WAMP, or LAMP based on your preferences and operating system.
- Ensure that you have the Mamix Admin template available on your local machine.
Step 1: Install and Set Up XAMPP/WAMP/LAMP
1. Run the installer for XAMPP, WAMP, or LAMP and follow the on-screen instructions to complete the installation process.
2. Once installed, launch the server environment.
Step 2: Locate the Server Root directory.
1. Open the server control panel (XAMPP Control Panel, WAMP Manager, or LAMP Manager).
2. Locate the "Server Root" or "Document Root" directory path Example: For XAMPP, htdocs and For WAMP, www. This is the location where your server files are stored.
Step 3: Deploy the Template
1. Please extract the Mamix Admin template zip folder that you have purchased and place it in the root directory of your preferred server.
2. After extraction, you will find the following folders in your root directory.
├── documentation/
├── starterkit/
├── mamix/
| ├── assets
| ├── pages
| ├── esbuild.config.js
| ├── package-lock.json
| ├── package.json
3. Here "mamix" is your main template folder, which contains all the files and folders of the Mamix admin template as shown in the above folder structure.
Step 4: Accessing the Template
1. Open your preferred web browser.
2. Enter "localhost"
or "127.0.0.1"
in the address bar.
3. Add the template file path to the URL. For example, if the template's main file is named "index.php" and located in a folder named "mamix/pages/" the URL would be: "localhost/mamix/pages/index.php"
4. If you wish to exclude Mamix from the URL, kindly replicate all files and folders from the Mamix folder and relocate them to the root directory of your preferred server.
5. Once you have effectively transferred all the files and folders to the root directory of your preferred server, please proceed with the following steps.
6. To access the template, launch your preferred web browser and enter the URL. If the main file of the template is named "index.php" and resides within a directory called "pages/" located in the root directory of your server, the URL to access it locally would be: "localhost/pages/index.php"
7. By utilizing the "pages" folder, developers are able to maintain a structured arrangement of .php files, enabling them to navigate and understand the template more effectively.
Additional Notes:
Make sure your local server environment (XAMPP/WAMP/LAMP) is running whenever you want to access the Mamix Admin template.
If you encounter any errors or issues during the setup process, refer to the documentation provided by XAMPP, WAMP, or LAMP, or consult their respective support forums for assistance.
Conclusion:
By following the above steps, you can deploy and access the Mamix Admin template locally using XAMPP, WAMP, or LAMP. Enjoy exploring the template and customizing it to meet your requirements. These are some alternative methods to run PHP template. Each approach has its own advantages and considerations, so choose the one that best suits your requirements and familiarity with the tools.
├── assets/
| ├── audio
| ├── css
| ├── icon-fonts
| ├── images
| ├── js
| ├── libs
| ├── scss
| └── video
├── pages/
| ├── layouts/
| | ├── components/
| | | ├── classifieds/
| | | | ├── base.php
| | | | ├── footer.php
| | | | ├── header.php
| | | | ├── header1.php
| | | | ├── landing-base.php
| | | | ├── landing-header.php
| | | | ├── landing-header1.php
| | | | ├── landing-sidebar.php
| | | | ├── landing-sidebar1.php
| | | | ├── scripts.php
| | | | ├── search-base.php
| | | | ├── search-sidebar.php
| | | | ├── search-sidebar1.php
| | | | ├── sidebar.php
| | | | ├── sidebar1.php
| | | | ├── styles.php
| | | | └── switcher.php
| | | ├── domain/
| | | | ├── base.php
| | | | ├── footer.php
| | | | ├── header.php
| | | | ├── header1.php
| | | | ├── landing-base.php
| | | | ├── landing-header.php
| | | | ├── landing-header1.php
| | | | ├── landing-sidebar.php
| | | | ├── landing-sidebar1.php
| | | | ├── scripts.php
| | | | ├── sidebar.php
| | | | ├── sidebar1.php
| | | | ├── single-landing-base.php
| | | | ├── styles.php
| | | | └── switcher.php
| | | ├── ecommerce/
| | | | ├── base.php
| | | | ├── footer.php
| | | | ├── header.php
| | | | ├── header1.php
| | | | ├── offcanvas
| | | | ├── scripts.php
| | | | ├── sidebar.php
| | | | ├── styles.php
| | | | └── switcher.php
| | | ├── marketplace/
| | | | ├── base.php
| | | | ├── footer.php
| | | | ├── header.php
| | | | ├── header1.php
| | | | ├── landing-base.php
| | | | ├── landing-header.php
| | | | ├── landing-header1.php
| | | | ├── landing-sidebar.php
| | | | ├── landing-sidebar1.php
| | | | ├── scripts.php
| | | | ├── search-base.php
| | | | ├── search-header.php
| | | | ├── search-header1.php
| | | | ├── search-sidebar.php
| | | | ├── search-sidebar1.php
| | | | ├── sidebar.php
| | | | ├── sidebar1.php
| | | | ├── styles.php
| | | | ├── switcher.php
| | | | ├── user-base.php
| | | | ├── user-header.php
| | | | ├── user-header1.php
| | | | ├── user-profile-base.php
| | | | ├── user-profile-header.php
| | | | ├── user-profile-header1.php
| | | | ├── user-profile-sidebar.php
| | | | ├── user-profile-sidebar1.php
| | | | ├── user-sidebar.php
| | | | ├── user-sidebar1.php
| | | | ├── vendor-base.php
| | | | ├── vendor-header.php
| | | | ├── vendor-header1.php
| | | | ├── vendor-sidebar.php
| | | | └── vendor-sidebar1.php
| | | ├── realestate/
| | | | ├── base.php
| | | | ├── footer.php
| | | | ├── header.php
| | | | ├── header1.php
| | | | ├── landing-base.php
| | | | ├── landing-header.php
| | | | ├── landing-header1.php
| | | | ├── landing-sidebar.php
| | | | ├── landing-sidebar1.php
| | | | ├── scripts.php
| | | | ├── search-base.php
| | | | ├── search-header.php
| | | | ├── search-header1.php
| | | | ├── search-sidebar.php
| | | | ├── search-sidebar1.php
| | | | ├── sidebar.php
| | | | ├── sidebar1.php
| | | | ├── styles.php
| | | | ├── switcher.php
| | | | ├── user-base.php
| | | | ├── user-header.php
| | | | ├── user-header1.php
| | | | ├── user-profile-base.php
| | | | ├── user-profile-header.php
| | | | ├── user-profile-header1.php
| | | | ├── user-profile-sidebar.php
| | | | ├── user-profile-sidebar1.php
| | | | ├── user-sidebar.php
| | | | ├── user-sidebar1.php
| | | | ├── vendor-base.php
| | | | ├── vendor-header.php
| | | | ├── vendor-header1.php
| | | | ├── vendor-sidebar.php
| | | | └── vendor-sidebar1.php
| | | ├── footer.php
| | | ├── header.php
| | | ├── header1.php
| | | ├── scripts.php
| | | ├── sidebar.php
| | | ├── styles.php
| | | └── switcher.php
| | ├── base.php
| | └── error-base.php
| └── (230+ php pages)
├── esbuild.config.js
├── package-lock.json
└── package.json
Introduction to the PHP Template Starter Kit:
The PHP template starterkit is a resource that helps developers kickstart their PHP web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building PHP-based websites or applications.
Purpose of the PHP Template Starter Kit:
The purpose of the PHP template starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in PHP projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.
Benefits of Using the PHP Template Starter Kit:
The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
Before using the PHP template starter kit, developers should have a basic understanding of PHP and web development concepts. Additionally, they should have a web server environment (such as Apache or Nginx) and PHP installed on their local machines or a hosting server. Familiarity with HTML, CSS, and JavaScript is also beneficial for frontend development aspects.
Starterkit Overview
You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Mamix have more than 230 PHP pages.
We have provided all the pre-build layouts like Sidemenu, Header, Footer and Scripts etc in the Starterkit.
For further information or support regarding the template, please contact us using the provided link.
https://support.spruko.com/
├── assets/
| ├── audio
| ├── css
| ├── icon-fonts
| ├── images
| ├── js
| ├── libs
| ├── scss
| └── video
├── pages/
| ├── layouts/
| | ├── components/
| | | ├── footer.php
| | | ├── header.php
| | | ├── header1.php
| | | ├── scripts.php
| | | ├── sidebar.php
| | | ├── styles.php
| | | └── switcher.php
| | └── base.php
| └── (index.php page)
├── esbuild.config.js
├── package-lock.json
└── package.json
- Take a quick look at the folder structure of the "Starterkit."
- Integration of your customized PHP pages becomes easy when using the "Starterkit."
- The "Starterkit" provides all the layout components, related assets, and plugins.
- To explore the contents of the "Starterkit," unzip the project folder received after purchase. Navigate to the following paths:
- Example: C:/xampp/htdocs/starterkit/pages/ - Add your PHP pages here if you have more.
- Example: C:/xampp/htdocs/starterkit/layouts/components/ - This folder contains files such as footer.php, header.php, scripts.php, and styles.php.
Mamix comes with power of SCSS. The css files can be generated from scss by simply following below steps:
- esbuild
Esbuild is a cutting-edge JavaScript task runner that automates common development tasks, such as compiling Sass to CSS, minifying JavaScript and CSS files, optimizing images, and more. Esbuild allows developers to define tasks that process files in a project, and then run those tasks automatically when files are changed or when specific commands are issued.for more information about Esbuild Check 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,
Note : If you are using the latest version of Node JS or want to install and use the latest version, click here and install all the dependencies manually that are given below in command prompt.
- esbuild
Make sure to have the Esbuild installed & running in your computer. If you have already installed Esbuild on your computer, you can skip this step. In order to install, just run command
npm install
from your terminal.
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 innode_modules
folder.
After you finished with above steps, you can run the command to compile scss into css:
npm run build
Note:- please ensure that you have installed all nodemodules requried to run esbuild tasks .
Here we provided package.json and esbuild.config.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 |
---|---|
npm run build
|
In Mamix template npm run build command is used for, whatever the changes made in scss files, will watch and compiled into css files.
|
Compiling Styles
1. In the assets folder you will see css, icon-fonts, images, js, libs, scss, video
Folder Structure
├── assets/
| ├── audio
| ├── css
| ├── icon-fonts
| ├── images
| ├── js
| ├── libs
| ├── scss
| └── video
2. Now you can compile or customize your styles in scss files that are present in the assets folder.
3. Once the changes made in the files in order to apply those changes to your template you need to run the esbuild commands in the same terminal or command prompt that you have set your project root path.
4. After Compilation, all your .scss files are converted into .css.
- php :- 8.2.12
- esbuild:- 0.19.7
- node:- 20.14.0
- npm :- 10.7.0
Upload the Project that you have purchased, based on your uploading process on server
FTP Uploading Process
-
Access FTP:
- Login to your FTP server using your login credentials provided by your hosting provider. Upload Project Files:
- Once you successfully accessed your FTP server navigate to the Path: public_html/ in your FTP server.
- Now upload and extract the project folder that you have received, in the Path: public_html/
- Once the extraction is completed, you can access your project by visiting your domain, Example:
www.example.com
cPanel Uploading Process
-
Access cPanel:
- Login to your cPanel server using your login credentials provided by your hosting provider. Upload Project Files:
- Once you successfully accessed your cPanel dashboard, navigate and click on File Manager
- Now open public_html and click on Upload
- 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
- In the public_html folder, you will find your zipped project folder now you need to extract that project folder
- Once the extraction is completed, you can access your project by visiting your domain Example:
www.example.com
If you want to remove switcher to your template follow the below process.
Go to root path:
layouts
open
"base.php"
in that file, and then change header to header1
EX:
Before :
<!-- HEADER -->
<?php include 'layouts/components/header.php'; ?>
<!-- HEADER -->
After :
<!-- HEADER1 -->
<?php include 'layouts/components/header1.php'; ?>
<!-- HEADER1 -->
Go to root
path: layouts/
open "base.php"
in that file, below the body
, remove the switcher path given below.
Switcher Path:
<!-- SWITCHER -->
<?php include 'layouts/components/switcher.php'; ?>
<!-- SWITCHER -->
EX:
<body>
(Removed Switcher Link)
Go to root path:
layouts/components/classifieds/
open
"base.php"
in that file, then change header to header1
and
sidebar to sidebar1
as shown below.
EX:
Before :
<!-- HEADER -->
<?php include 'layouts/components/classifieds/header.php'; ?>
<!-- HEADER -->
After :
<!-- HEADER1 -->
<?php include 'layouts/components/classifieds/header1.php'; ?>
<!-- HEADER1 -->
Before :
<!-- SIDEBAR -->
<?php include 'layouts/components/classifieds/sidebar.php'; ?>
<!-- SIDEBAR -->
After :
<!-- SIDEBAR1 -->
<?php include 'layouts/components/classifieds/sidebar1.php'; ?>
<!-- SIDEBAR1 -->
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/classifieds/
Go to root
path: layouts
open
"base.php
in that file, below the
body tag
remove the switcher path as shown below.
EX:
Before :
<body class="landing-body">
<!-- SWITCHER -->
<?php include 'layouts/components/classifieds/switcher.php'; ?>
<!-- SWITCHER -->
After :
<body class="landing-body">
(Removed Switcher Link)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/classifieds/
Go to root path:
layouts/components/classifieds/
open
"base.php"
file and then remove the "landing-main.js"
link as shown below.
EX:
Before :
<!-- Landing Main JS -->
<script src="<?php echo $baseUrl; ?>/assets/js/landing-main.js">
<!-- Landing Main JS -->
After :
(Removed Landing Main JS)
Go to root path:
layouts/components/domain/
open
"base.php"
in that file, then change header to header1
and
sidebar to sidebar1
as shown below.
EX:
Before :
<!-- HEADER -->
<?php include 'layouts/components/domain/header.php'; ?>
<!-- HEADER -->
After :
<!-- HEADER1 -->
<?php include 'layouts/components/domain/header1.php'; ?>
<!-- HEADER1 -->
Before :
<!-- SIDEBAR -->
<?php include 'layouts/components/domain/sidebar.php'; ?>
<!-- SIDEBAR -->
After :
<!-- SIDEBAR1 -->
<?php include 'layouts/components/domain/sidebar1.php'; ?>
<!-- SIDEBAR1 -->
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/domain/
Go to root
path: layouts/components/domain/
open
"base.php
in that file, below the
body tag
remove the switcher path as shown below.
EX:
Before :
<body class="landing-body">
<!-- SWITCHER -->
<?php include 'layouts/components/domain/switcher.php'; ?>
<!-- SWITCHER -->
After :
<body class="landing-body">
(Removed Switcher Link)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/domain/
Go to root path:
layouts/components/domain/
open
"base.php"
file and then remove the "landing-main.js"
link as shown below.
EX:
Before :
<!-- Landing Main JS -->
<script src="<?php echo $baseUrl; ?>/assets/js/landing-main.js">
<!-- Landing Main JS -->
After :
(Removed Landing Main JS)
Go to root path:
layouts/components/ecommerce/
open
"base.php"
in that file, then change header to header1
as shown below.
EX:
Before :
<!-- HEADER -->
<?php include 'layouts/components/ecommerce/header.php'; ?>
<!-- HEADER -->
After :
<!-- HEADER1 -->
<?php include 'layouts/components/ecommerce/header1.php'; ?>
<!-- HEADER1 -->
Go to root
path: layouts/components/ecommerce/
open
"base.php
in that file, below the
body tag
remove the switcher path as shown below.
EX:
Before :
<body class="landing-body">
<!-- SWITCHER -->
<?php include 'layouts/components/ecommerce/switcher.php'; ?>
<!-- SWITCHER -->
After :
<body class="landing-body ecommerce-landing">
(Removed Switcher Link)
Go to root path:
layouts/components/ecommerce/
open
"base.php"
file and then remove the "landing-main.js"
link as shown below.
EX:
Before :
<!-- Landing Main JS -->
<script src="<?php echo $baseUrl; ?>/assets/js/landing-main.js">
<!-- Landing Main JS -->
After :
(Removed Landing Main JS)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/ecommerce/
Go to root path:
layouts/components/marketplace/
open
"base.php"
in that file, then change header to header1
and
sidebar to sidebar1
as shown below.
EX:
Before :
<!-- HEADER -->
<?php include 'layouts/components/marketplace/header.php'; ?>
<!-- HEADER -->
After :
<!-- HEADER1 -->
<?php include 'layouts/components/marketplace/header1.php'; ?>
<!-- HEADER1 -->
Before :
<!-- SIDEBAR -->
<?php include 'layouts/components/marketplace/sidebar.php'; ?>
<!-- SIDEBAR -->
After :
<!-- SIDEBAR1 -->
<?php include 'layouts/components/marketplace/sidebar1.php'; ?>
<!-- SIDEBAR1 -->
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/marketplace/
Go to root
path: layouts/components/marketplace
open
"base.php
in that file, below the
body tag
remove the switcher path as shown below.
EX:
Before :
<body class="landing-body">
<!-- SWITCHER -->
<?php include 'layouts/components/marketplace/switcher.php'; ?>
<!-- SWITCHER -->
After :
<body class="landing-body">
(Removed Switcher Link)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/marketplace/
Go to root path:
layouts/components/marketplace/
open
"base.php"
file and then remove the "landing-main.js"
link as shown below.
EX:
Before :
<!-- Landing Main JS -->
<script src="<?php echo $baseUrl; ?>/assets/js/landing-main.js">
<!-- Landing Main JS -->
After :
(Removed Landing Main JS)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/marketplace/
Go to root path:
layouts/components/realestate/
open
"base.php"
in that file, then change header to header1
and
sidebar to sidebar1
as shown below.
EX:
Before :
<!-- HEADER -->
<?php include 'layouts/components/realestate/header.php'; ?>
<!-- HEADER -->
After :
<!-- HEADER1 -->
<?php include 'layouts/components/realestate/header1.php'; ?>
<!-- HEADER1 -->
Before :
<!-- SIDEBAR -->
<?php include 'layouts/components/realestate/sidebar.php'; ?>
<!-- SIDEBAR -->
After :
<!-- SIDEBAR1 -->
<?php include 'layouts/components/realestate/sidebar1.php'; ?>
<!-- SIDEBAR1 -->
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/realestate/
Go to root
path: layouts/components/realestate/
open
"base.php
in that file, below the
body tag
remove the switcher path as shown below.
EX:
Before :
<body class="landing-body">
<!-- SWITCHER -->
<?php include 'layouts/components/realestate/switcher.php'; ?>
<!-- SWITCHER -->
After :
<body class="landing-body">
(Removed Switcher Link)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/realestate/
Go to root path:
layouts/components/realestate/
open
"base.php"
file and then remove the "landing-main.js"
link as shown below.
EX:
Before :
<!-- Landing Main JS -->
<script src="<?php echo $baseUrl; ?>/assets/js/landing-main.js">
<!-- Landing Main JS -->
After :
(Removed Landing Main JS)
NOTE: Please repeat the above switcher process for the remaining masters that are available in the path: layouts/components/realestate/
General Style
Step 1:
Go To style.scss (assets/scss/styles.scss )
if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file
How to Select font Family
Example:
Step 2:
And paste Your Selected font-family in style.scss
Example:
Step 3:
And add the Your Selected font-family in _variables.scss(assets/scss/_variables.scss)
Example:
Note : After Changing styles you must run the command i.e, npm run build
By default menu icons are phosphoricons if you
want to change icons please follow below steps
Step 1 :
To change Menu icons, open sidebar.html page Path:layouts/components/sidebar.php
and go through
app-sidebar
section, in that section you will find phosphoricons of menu in
svg
tag, there you can replace previous icon with your icon. Example
as shown in below
Go To "assets/images/brand-logos" 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.
To clear LocalStorage(cookie)
Step1:
Open custom-switcher.js file
assets/js/custom-switcher.js
To clear LocalStorage loading functions you need to remove localStorageBackup2() function in custom-switcher.js as shown below
Step2:
To remove complete LocalStorage saving you need to remove
all localstorage related calling functions in
custom-switcher.js
assets/js/custom-switcher.js
file.
LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.
Step3:
To remove complete LocalStorage saving you also need to remove
main.js link present in mainhead.html Path:html/partials/mainhead.html
as shown below
Primary Color
Please follow the below steps to change Primary Color
Step 1 :
To change Primary Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (assets/scss/_variables.scss )
Note : After Changing styles you must run the command i.e, npm run build
Dark Theme Style
Please follow the below steps to change Dark body Color
Step 1 :
Make sure the theme is set completely to dark mode by adding the following attributes to the html tag data-theme-mode="dark" data-header-styles="dark" data-menu-styles="dark"
Step 2 :
To change Dark body Color you have to open _variables.scss file and replace what color you want as shown in below
Rootpath : _variables.scss (assets/scss/_variables.scss )
Step 3 :
Also Change the following variable colors to the desired theme background accordingly in [data-theme-mode="dark"]
--light-rgb : --form-control-bg : --input-border : --gray-3 :Note : After Changing styles you must run the command i.e, npm run build
base.php
base files
<html lang="en" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light" data-menu-styles="light" data-toggled="close"></html>
Attribute | Description |
---|---|
data-theme-mode="light"
data-header-styles="light"
data-menu-styles="light"
|
To set the light theme |
data-theme-mode="dark"
data-header-styles="dark"
data-menu-styles="dark"
|
To set the Dark theme |
dir="ltr"
|
To set LTR version default |
dir="rtl"
|
To set LTR version to RTL version |
data-nav-layout="vertical"
|
To set menu layout to vertical |
data-nav-layout="horizontal"
data-nav-style="menu-click"
|
To set menu layout to horizontal |
data-nav-style="menu-click"
|
To set navigation style to menu click - *Works same for both vertical and horizontal |
data-nav-style="menu-hover"
|
To set navigation style to menu hover - *Works same for both vertical and horizontal |
data-nav-style="icon-click"
|
To set navigation style to icon click - *Works same for both vertical and horizontal |
data-nav-style="icon-hover"
|
To set navigation style to icon hover - *Works same for both vertical and horizontal |
data-page-style="regular"
|
To set page style to Default |
data-page-style="classic"
|
To set page style to Classic |
data-width="default"
|
To set page width to Default Width |
data-width="fullwidth"
|
To set page width to Full Width |
data-width="boxed"
|
To set page width to Boxed |
data-menu-position="fixed"
|
To set menu position Fixed |
data-menu-position="scrollable"
|
To set menu position Scrollable |
data-header-position="fixed"
|
To set header position Fixed |
data-header-position="scrollable"
|
To set header position Scrollable |
data-vertical-style="closed"
|
To set sidemenu layout style Closed - *Does not work for horizontal |
data-vertical-style="icontext"
|
To set sidemenu layout style Icon Text - *Does not work for horizontal |
data-vertical-style="overlay"
|
To set sidemenu layout style Icon Overlay - *Does not work for horizontal |
data-vertical-style="detached"
|
To set sidemenu layout style Detached - *Does not work for horizontal |
data-vertical-style="doublemenu"
|
To set sidemenu layout style Double Menu - *Does not work for horizontal |
loader="enable"
|
To enable loader by default |
base.php
base files
<html lang="en" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light" data-menu-styles="light" data-toggled="close"></html>
Attribute | Description |
---|---|
data-menu-styles="light"
|
To set the menu style to light |
data-menu-styles="dark"
|
To set the menu style to dark |
data-menu-styles="color"
|
To set the menu style to color |
data-menu-styles="gradient"
|
To set the menu style to gradient |
data-menu-styles="transparent"
|
To set the menu style to transparent |
data-header-styles="light"
|
To set the header style to light |
data-header-styles="dark"
|
To set the header style to dark |
data-header-styles="color"
|
To set the header style to color |
data-header-styles="gradient"
|
To set the header style to gradient |
data-header-styles="transparent"
|
To set the header style to transparent |
data-bg-img="bgimg1"
|
To set menu background image1 |
data-bg-img="bgimg2"
|
To set menu background image2 |
data-bg-img="bgimg3"
|
To set menu background image3 |
data-bg-img="bgimg4"
|
To set menu background image4 |
data-bg-img="bgimg5"
|
To set menu background image5 |
All plugins runs through npm.
If you want new plugins : Install new plugin from npm then run
npm run build
command.
Refer following links for usage:
Icons | References |
---|---|
Bootstrap Icons | https://icons.getbootstrap.com/ |
Boxicons | https://boxicons.com/ |
Remix Icons | https://remixicon.com/ |
Feather Icons | https://feathericons.com/ |
Tabler Icons | https://tabler-icons.io/ |
Line Awesome Icons | https://icons8.com/line-awesome |
phosphor Icons | https://phosphoricons.com/ |
Refer following links for usage:
Images | References |
---|---|
Vecteezy | https://www.vecteezy.com/ |
Iconscount | https://iconscout.com/ |
Unsplash | https://unsplash.com/ |
Png Tree | https://pngtree.com/ |
flaticon | https://www.flaticon.com/authors/flat-icons |
freepik | https://www.freepik.com |
Refer following links for usage:
Google Fonts | https://fonts.google.com/ |
Refer following links for usage:
phosphor Icons | https://phosphoricons.com/ |