For any support please don't hesitate to contact us at
mahmudul00770@gmail.com. We provide dedicated support for our customers.
We would like to thank you for choosing Eduex - Education & Kindergarten PHP Template
Getting started
Eduex is a modern Responsive Education & Kindergarten PHP template built with Bootstrap 5.
Template Features
PHP-based Template Structure
HTML5 & CSS3
Bootstrap v5.x
Font Awesome Icons
SCSS for Styling
jQuery
03 Homepage Variations
Fully Responsive Design
Pixel Perfect Design
Clean & Modular Code
Easy to Customize
Partial Files for Easy Maintenance
W3C Validated Codes
What's Included
After purchasing Eduex template on themeforest.net with your Envato
account, go to your
Download page. You can choose to download Eduex template package which
contains the following files:
The contents of the template package downloaded from ThemeForest
PHP Files - All PHP template files (index.php, about.php, courses.php, etc.) that you
can edit and use for your business.
partials/ - Reusable PHP partials folder containing head.php, header.php, footer.php, script.php, and more.
assets/ - Contains all CSS, JavaScript, images, and SCSS source files.
documentation/ - This folder contains what you are
reading now :)
This template uses a modular PHP structure with reusable partials. Each page includes separate partials for the header, footer, navigation, and scripts. This makes the code more maintainable and easier to customize. The general template structure is consistent throughout all pages. Here is the general structure of a PHP page:
<?php include 'partials/head.php'; ?>
<?php include 'partials/mobile-nav.php'; ?>
<?php include 'partials/header-top.php'; ?>
<?php include 'partials/header.php'; ?>
<!-- Page Content Here -->
<?php include 'partials/footer.php'; ?>
<?php include 'partials/script.php'; ?>
PHP Template Structure
CSS Files and Structure
We are using SCSS for development which compiles to main.css. All styles are organized in modular SCSS files. CSS file structure is as follows:
assets/css/main.css - Main compiled CSS file (compiled from SCSS)
The template uses jQuery library along with various plugins. Main JavaScript files are loaded via partials/script.php. Our file structure is as follows:
The template uses PHP partials for modularity and code reusability. All partial files are located in the partials/ folder. Here are the main partial files:
partials/head.php - Contains <head> section with meta tags, title, and all CSS links
partials/header.php - Main header/navigation structure
partials/header-top.php - Top bar section (if used)
partials/mobile-nav.php - Mobile navigation menu
partials/footer.php - Footer section with widgets and copyright
partials/script.php - All JavaScript file includes and closing tags
partials/header-two.php - Alternative header style
partials/header-three.php - Alternative header style 2
partials/footer-two.php - Alternative footer style
partials/footer-three.php - Alternative footer style 2
NOTE:
All partials can be easily customized by editing the respective files in the partials/ folder. Changes will be reflected across all pages that include these partials.