First of all, thank you for purchasing the Rogan HTML Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the profile page.
Rogan is a multi-purpose, powerful, beautiful and high-performance website template.
We have devided this template into two categories. In download folder you will find two folder:
rogan-b
(Rogan- Business Agency Template)rogan-c
(Rogan- Creative Multi-Purpose Template)element
section, there are some common shortcode style and some are different. Remember, when you want to use the shortcode in any pages you need to adjust the section spacing by giving margin
or padding
. Don't get panic if you messed up anything when you edit the template. We are always available to support our customer. Follow the steps below to setup your site template:
Template
folder to find all the template files. You wil get rogan-b
and rogan-c
folder in there. Both are containing html
folder. You will need to upload you desire template to your hosting web server using FTP in order to use it on your website.html/css
- Stylesheet fileshtml/fonts
- Icon/fonts fileshtml/images
- Image fileshtml/inc
- contact from filehtml/js
- js fileshtml/vendor
- plugins filesWe are used Bootstrap4 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.
The code block above is powered by SyntaxHighlighter.
Favicon Will be found in head
section.
<link rel="icon" type="image/png" sizes="56x56" href="images/fav-icon/icon.png">
The Logo will be found in the Theme Main Menu
section.
<div class="logo"><a href="index.html"><img src="images/logo/logo.svg" alt=""></a></div>
You can replace any .jpg
.png
.svg
logo.
In rogan-b
(Rogan- Business Agency Template) we use google fonts Roboto and one offline font gilroy
You can change both fonts form css/style.css
file:
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700'); @import url('../fonts/gilroy/fonts.css');
In rogan-c
(Rogan- Creative Multi-Purpose Template) we use google fonts Lato , Playfair Display and one offline font circular-std
You can change both fonts form css/style.css
file:
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,900,700|Playfair+Display:700'); @import url('../fonts/circular-std/css/circular-std.css');
You can edit your form simply and quickly. Open contact.php
in inc folder and change following area
<?php
/*
* CONFIGURE EVERYTHING HERE
*/
// an email address that will be in the From field of the email.
$from = 'Demo contact form ';
// an email address that will receive the email with the output of the form
$sendTo = 'Demo contact form '; // Add Your email here
// subject of the email
$subject = 'New message from contact form';
// form field names and their translations.
// array variable name => Text to appear in the email
$fields = array('sub' => 'Subject', 'email' => 'Email', 'message' => 'Message');
// message that will be displayed when everything is OK :)
$okMessage = 'Contact form successfully submitted. Thank you, I will get back to you soon!';
// If something goes wrong, we will display this message.
$errorMessage = 'There was an error while submitting the form. Please try again later';
?>
The style.css
file contains all of the specific stylings for the page. The file is separated into sections using:
/* EVENTR CSS
/* 01 - Loading Transition */
/* 02 - Global style */
/* 03 - Prefix */
/* 04 - Theme button */
/* 05 - Transition */
/* 06 - Theme Color File */
/* 07 - Theme Title */
/* 08 - Theme Pagination */
/* 09 - Theme Main Menu */
/*SASS MENU*/
/*Theme Main Menu Two*/
/*Theme Main Menu Three*/
/*APP Menu*/
/*Sticky Menu*/
/* 10 - Theme Main Banner One */
/* 11 - Theme Main Banner Two */
/* 12 - Theme Main Banner Three */
/* 13 - Theme Main Banner Four */
/* 14 - Theme Main Banne Five */
/* 15 - What We Do/Agency */
/* 16 - What We Do/SEO */
/* 17 - About Us */
/* 18 - Theme Counter */
/* 19 - Our Gallery */
/* 20 - Our Pricing/ Agency */
/* 21 - Pricing / APP */
/* 22 - Our Pricing/ SEO */
/* 23 - Testimonial */
/* 24 - Testimonial/Portfolio */
/* 25 - Testimonial/SASS */
/* 26 - Testimonial/Apps */
/* 27 - Home Blog */
/* 28 - Contact Banner/Agency */
/* 29 - Contact Banner/SEO */
/* 30 - Contact Banner/SASS */
/* 31 - Theme Footer One */
/* 32 - Our Goal */
/* 33 - Our Service/SEO */
/* 34 - Our Service/SASS */
/* 35 - Our Service/APP */
/* 36 - Work Progress/SEO */
/* 37 - Home Portfolio */
/* 38 - About Me / Portfolio */
/* 39 - My SKill Section/Portfolio */
/* 40 - Our Service/Portfolio */
/* 41 - Our Project/Portfolio */
/* 42 - Footer/Portfolio */
/* 43 - Trsuted Partners/ SASS */
/* 44 - Our Feature/SASS */
/* 45 - Our Feature/APP */
/* 46 - Our Pricing/SASS */
/* 47 - FAQ Section/SASS */
/* 48 - Why Choose Us/APP */
/* 49 - Newsletter Section */
/* 50 - Theme E-Commerce Menu */
/* 51 - E-Commerce Home Page */
/* 52 - Sidebar Menu */
/* 53 - E-Commerce Hero Section */
/* 54 - Product Filter Area/Sidebar */
/* 55 - Product Showcase */
/* 56 - Cart Page */
/* 57 - CheckOut Page */
/* 58 - Theme Solid Inner Banner */
/* 59 - Shop Details */
/* 60 - FAQ Page */
/* 61 - Our Team Standard */
/* 62 - Our Team Buisness */
/* 63 - Our Team Classic */
/* 64 - About Us Standard */
/* 65 - Theme Counter Two */
/* 66 - Video Action Banner One */
/* 67 - Video Action Banner Two */
/* 68 - Our Service Minimal */
/* 69 - Our Service Standard */
/* 70 - Our Service Creative */
/* 71 - Our Service Modren */
/* 72 - Our Project */
/* 73 - Gallery Sidebar */
/* 74 - Project Details */
/* 75 - Our Blog */
/* 76 - Blog Details */
/* 77 - Contact us */
/* 78 - Error Page */
/* 79 - Shortcode style */
/*Accordion*/
/*Breadcrumbs*/
/*Counter*/
/*List Item*/
*/
This file includes core bootstrap styles
SourceThis file contains styles about Fontawesome icon library
Source
<i class="fa fa-facebook"></i>
This file contains styles about flaticon
Source
<i class="flaticon-radar icon"></i>
This file contains styles about theme menu style
animate.css
is a bunch of cool, fun, and cross-browser animations for you to use in projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
<div class="wow fadeInUp">
...
</div>
This file contains styles about owlcarousel plugin
SourceThis file contains styles about Google map
SourceAll styles about template
jQuery is a fast, small, and feature-rich JavaScript library.
SourceCore bootstrap js file
SourcejQuery carousel plugin from owlgraphic
SourceA lightweight script to animate scrolling.Reveal Animations When You Scroll.
SourcefancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.
SourceA jQuery plugin for custom google map.
SourceA jQuery plugin for select dropdown.
SourceA jQuery plugin for animated any block or section.
SourceThis file contains all script about site.
Go and find your language code from here : Languages Supported in Google Translate. Replace the language code in the html markup showing in image below:
Enter your subscription list url here: