- After unzip the download pack, you'll found a Template Folder with all the files.
- You can view this Template in any browser, you can display or edit the Template without an internet connection.(May not wotrk fonts and google map).
- The only section that will not work is the Contact Section which contains PHP code and requires a server environment for send messages.
- Now go to your cpanel or open your FTP Client (like Filezilla) and upload the content of the Template on your server root.
- Once the files are done uploading go to www.yourdomainname.com/index.html
Eshop - eCommerce HTML5 Template.
Welcome To Eshop - eCommerce HTML5 Template.
Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!
This document covers the installation and use of this theme and
often reveals answers to common problems and issues - read this
document thoroughly if you are experiencing any difficulties. If
you have any questions that are beyond the scope of this document,
feel free to email at
wpthemesgrid@gmail.com
Thank you so much!
Template Features
- Clean & Simple Design
- HTML5 & CSS3
- Bootstrap 4.0
- Awesome Color Plate With 12 Colors
- 19+ Html Pages
- Fully Responsive Design
- PHP/Ajax Powered Working Contact Form
- All files are well commented
- Cross Browser Compatible with IE11+, Firefox, Safari, Opera, Chrome
- Extensive Documentation
Eshop - eCommerce HTML5 Template.
Installing Template.
Template Structure
All information within the main content area is nested within a body tag. The general template structure is pretty the same throughout the template. Here is the general structure of main page (index.html).
CSS Files and Structure
These are the css files that are loaded into templates in Head Section.
Google Web Fonts
By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.
Remember to change the font into main.css
Javascript Files and Structure
These are the list of Javascript files that are loaded into templates in end of the Body Section.
Contact Form
This is a PHP Script for sending messages to your email, you should replace youremail@gmail.com to your email to start receive messages.
if($_POST) { $to = "youremail@gmail.com"; // Your email here $subject = 'Message from my website'; // Subject message here }
How can i use google map?
1. Please open (contact.html) file. then find the "jquery plugins comment tag. or go to line number 538. please add your own google map key see the screnshoot. thanks
2. Open "Eshop/js/map-script.js" file. Just replace your own google map latitude and longitude address. See the red shape below to replace your google map latitude and longitude address.
How to change Theme Primary Color?
If you want to change the theme primary color, For that you have to remove the comment tag on that specific color that you want, After that you will see the result that the theme primary color was changed.