- Link
- Link
- Link
- Link . .
- Link
First of all, Thank you so much for purchasing Educomp and trusting WWS Themes as your partner.
Together, we are awesome!
You are entitled to get free lifetime updates to this product + exceptional support from the us directly.
This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly. Basic HTML and CSS knowledge is required to customize this template.
You will need the following sofwares to customize this template.
EDUCOMP/ |- css/ |- colors/ |- uncompressed/ |- *.* |- js/ |- uncompressed/ |- *.* |- images/ |- gallery/ |- prettyPhoto/ |- shop/ |- *.* |- fonts/ |- flags/ |- slider-revolution/ *.*
Whether you are working on your local system or you need to upload the website to the server, you need to copy all the files and folders present in the EDUCOMP folder
Use any FTP client to copy files from your system to the server. All the below folders and files need to be uploaded:
index.html
is the homepage of your website which opens by default when someone visits your site.
EduComp uses the following basic structure on all pages with exceptions like Coming Soon page:
<html> <head>EduComp Education Website Template </head> <body>... ... </body> </html>
Educomp header is divided into 2 parts:
Header structure is a s follows :
Applying .header-1
class makes the menu overlapping on the slider as seen in index.html
Applying .header-2
class makes the menu normally positioned i.e. that not overlapping the slider as seen in index-1.html
, index-2.html
, index-3.html
and index-shop.html
EduComp comes bundled with Slider Revolution which is one of the most amazing and modern Sliders available. Slider Revolution has a pretty extensive documentation of its own.
View DocumentationBasic structure of Slider Revolution in EduComp is as follows:
Page header contains the Heading which tells us which page we are on. Page Header is not present on Home page.
In EduComp the page header wraps the following:
Love sidebars? Use them on the website pages or on the blog pages, as you like.
The basic structure of sidebars in EduComp is as follows :
.widget
class is the wrapper class for every widget in the sidebar..widget-specific-class
class is widget specific class like .twitter-widget
, .search-widget
, .category-widget
etc. depending upon which widget you use.Footer is EduComp is divided into 2 parts:
The basic Footer structure in EduComp is as follows:
.footer-widget
class is the wrapper class for every widget in the sidebar.
The CSS folder has the followings contents:
styles.css
components.css
To make customization a breeze, we have added some helper classes to the default ones :
Category | Class Name |
---|---|
Font Weight |
|
Font Size |
.font16 sets the font-size to 1 rem which is same as 16px. Same applies to other font sizes.
|
Color (Depends on Template Color Theme) |
Yellow (Path : css/colors/yellow)
Beige (Path : css/colors/beige)
Blue (Path : css/colors/blue)
Green (Path : css/colors/green)
Peach (Path : css/colors/peach)
Red (Path : css/colors/red)
|
Padding |
|
Margin |
|
Miscellaneous |
|
We have taken utmost care so that you never need to deal with the javascript files until and unless you need to customize the functionality. Thats why we have used data-attributes
to simplify things as much as possible.
main.js
is the custom javascript file fo EduComp which contains all the initializing scripts etc.
To make handling simple, this file is divided into 2 parts:
If you want to fiddle with certain values like timing or want custom functionalities, you may edit this file. The file is well commented.
We understand that dealing with Javascript can be messy. You can directly change the date for Countdown Timer with data attributes
The basic structure for timer is as follows:
0days 0hrs 0min 0sec
Simply edit the attribute data-date
to your choice of date. Format for the date is YYYY/MM/DD hh:mm:ss. Thats it!
EduComp offers custom look for Youtube Videos.
The basic structure of youtube video is as follows:
To load your choice of Youtube video, simple replace the attribute data-video-id
with your Video's Id.
Use it on static pages, blog posts or anywhere seamlessly.
How to find the ID of any Youtube video? In the following image, the red underlined string is the ID of any video.
EduComp offers customized Google maps along with custom Pin Marker and Information Window.
The map in EduComp is theme styled and has Auto Center feature.
The basic structure of Google map is as follows:
<div class="gmap" id="gmap" data-lat="51.508103" data-long="-0.074911" data-info-win="<h6>Educomp London Campus</h6>"> </div>
To load the place of your choice, you need to do the following:
data-lat
attribute with your place's Latitude.
data-long
attribute with your place's Longitude.
data-info-win
attribute with the data you want to display in the info window that shows up on the marker. HTML is supported
How to find the Latitude and Longitude of your place?
We have extended the Modal functionality provided with Bootstrap. So you can have auto pop-up modals for displaying offers or getting subscriptions.
EduComp offers a superb functionality of PopUps using Bootstrap Modals.
Any Modal can be used to make it "Pop Up" on Home Page or any other page of your choice.
You just need to use the following 2 attributes:
data-open-onload
Valid Values : "true" | "false"If you want to open your modal on page load then set the value as "true" else set it to "false". Default value is false.
data-open-delay
Valid Values : Integer specifying time in milliseconds If you want that the Pop Up should come after some delay on page load, then specify time here in milliseconds
Modals can contain any HTML data. So, you can modify according to your needs.
EduComp comes with 6 color schemes built in:
If you want to change the color scheme of template, follow the given steps. As an example, we will be changing the color scheme to Green, but the steps are same for all other color schemes.
style.css
and components.css
.That's it!
There may be times when you want to create some new pages with assorted elements as per your need.
We have provided an empty page with the theme so that you may add elements as per your choice quickly.
blank.html
in Root directory.Logo can be changed by replacing the file logo.png
located in images folder.
You can change the logo by changing the filename in the code to your file name. You can find the logo in the header by searching for "Replace with your Logo" in the code. Logo is present within Anchor tag with class name navbar-brand
While you can upload a Logo of any size, recommended size of the logo is 114px by 35px.
EduComp offers Mega-menu and Multi-level sub-menus.
Main Menu can be found by searching for "Main Menu" in the code. Main menu can also be identified with ID : main-navigation
The basic structure of Main Menu in EduComp is as follows:
.active
class to current page as Educomp does that automatically.With EduComp, we have provided the validation script and submission script bundled.
To change the email id from which the Emails are being sent to visitors, please follow the given steps:
sendemail.php
in root directory of the theme.EduComp makes use of 2 fonts provided by Google Fonts.
Google fonts are included within the <head>
tag of every page.