Created: 10-September-2018
Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to open a new ticket at our support forum.
Here is the complete list of all HTML files with desctiption.
You can find the font used in this template in the assets/css/style.css
file.
<!-- Importing Google Font 'Rubik' --> @import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
Here is a list of all CSS files used in Pebona.
<!-- Boostrap stylesheet --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <!-- Icon Font CSS --> <link rel="stylesheet" href="assets/css/ionicons.min.css"> <link rel="stylesheet" href="assets/css/font-awesome.min.css"> <link rel="stylesheet" href="assets/css/pe-icon-7-stroke.css"> <!-- Plugins stylesheet --> <link rel="stylesheet" href="assets/css/plugins.css"> <!-- Master stylesheet --> <link rel="stylesheet" href="assets/css/style.css"> <!-- Responsive stylesheet --> <link rel="stylesheet" href="assets/css/responsive.css">
Here is a list of all JS files used in Pebona
<!-- modernizr JS --> <script src="assets/js/modernizr-2.8.3.min.js"></script> <!-- jQuery JS --> <script src="assets/js/jquery.1.12.4.min.js"></script> <!-- Popper JS --> <script src="assets/js/popper.min.js"></script> <!-- Bootstrap JS --> <script src="assets/js/bootstrap.min.js"></script> <!-- Plugins JS --> <script src="assets/js/plugins.js"></script> <!-- Google Map JS --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCzcEM8z2_imGO8TMRmJEpDEahvZ7KYY_U"></script> <script src="assets/js/gmaps.min.js"></script> <script src="assets/js/custom-map.js"></script> <!-- Main JS --> <script src="assets/js/main.js"></script>
Open the sendemail.php
file provided with the template and replace the email address within the quotation mark there as per below screenshot:
To change the map location, you need to go to assets/js/custom-map.js
which contains the javascript for Google Map. Here find a pair of lat
, lng
and provide your own latitude and longitude there ( lat = latitude and lng = longitude ). This lat/lng pair is responsible for both map location and centering of the map marker. If you need to change the URL for the map marker, please check the variable named image
and change the image URL.
To change the instagram user information, you need to go to assets/js/main.js
which contains the javascript for Instagram. Here search for the js code block starting with comment s12 - Instagram Settings
, you need to change the userId
and accessToken
of your instagram account. You can find your userId
here, also your accessToken
here.