Getting Started

Introduction

Thank you for purchasing our theme. We are happy that you are one of our customers and we assure you will not be disappointed. We do our best to produce top notch themes with great functionality, premium designs, and clear code.

New Life Church is a responsive and clean HTML template, made by a team of creative professionals here at Axiomthemes.
Axiomthemes is a place to buy premium WordPress themes and HTML templates covered by efficient and helpful support.

We are a team of data-driven experts dedicated to resolving your most demanding web challenges. Skillfully versed in all things digital, our enthusiastic team brings together top expertise in web design and development to help you create one of a kind websites, tailored especially for your needs.

Rate This Theme

We would appreciate if you rate this theme on ThemeForest. It only takes a second but it helps more than you think and of course, it is always good to know what others think about our work.
If you like our theme, please consider rating it with 5 stars.You can rate it in the "Downloads" section of your account:

How To Use This Document

Before you get started, we highly encourage you to get familiar with this documentation file. Spending half an hour reading the manual may save a lot of your time and avoid questions with obvious answers.

To quickly find the necessary information click on the "Search" button in the upper right corner of this documentation file and type the "keyword" you are looking for in the opened "Find Window" search box.
Alternatively you can use your browser's built-in "Search" tool. Press the CMD+F (in OS X) or CTRL+F (in Windows) shortcut to open the search bar.

License

With ThemeForest regular license you are licensed to use this theme to create one single End Product (the final website customized with your content) for yourself or one client. In short:

What is allowed with single regular license:

  1. You can create one website for yourself or for your client and you can transfer that single website to your client for any fee. This license is then transferred to your client.
  2. You can install the theme on your test server for testing/development purposes (that installation shouldn't be available to the public).
  3. You can modify or manipulate the theme, you can combine it with other works to create the End Product.
  4. Theme updates for that single End Product (website) are free.

What is not allowed:

  1. With single regular license it is not allowed to create multiple websites. For multiple websites you will need multiple regular licenses.
  2. To resell the same website (Single End Product) to another clients. You will need to purchase an extended license for this.

For more information regarding license regulations and policies, please check the links below:

Help & Support

Support Policy

Please read this user guide carefully, it will help you eliminate most of potential issues with incorrect configuration or using this template.

IMPORTANT! For more information regarding the template's functionality, we suggest checking our Video Tutorials and Articles.

To be able to request a technical support assistance, you need to have a valid purchase code. To get the code, please navigate to your ThemeForest "Downloads" page and click on the template download link. Check this guide for more information on this matter.

PLEASE NOTE! As authors of this template we do provide support only for the template-related features.
We do not provide support for additional customization, 3rd party plugins integration or any other compatibility issues that might arise.

If you have any questions that are beyond the scope of this help file, feel free to post them on our support message board (forum) at https://axiom.ticksy.com/. We will respond as soon as possible (within 24 – 48 hours, usually faster). We are open from 10am to 7pm (CET), from Monday till Friday.

Please be aware that a lot of the questions that are posted in the forum have been posted many times before, and get the same answers each time. Before submitting a new ticket, please try searching the forum for an answer, as well as checking our Video Tutorials and Articles. The forum has its own inner search and also has been indexed by Google, so if you can not find your answer with a forum search, it is worth typing it into Google too. Please make sure you have looked at all the available resources before submitting a support request.

Customization

As we have mentioned above the template's customization/modification is beyond the scope of our support policy.

As for minor CSS tweaks the best way is to use Web Inspector (available in Safari/ Safari Technology Preview ), Developer Tools (for Firefox and Google Chrome) or other similar tools.
Check these short video tutorials regarding Firebug functionality features:

More information regarding CSS syntax can be found here:

Additional Information

IMPORTANT! Please be aware that we do not include template-related .PSD files into the template package, because it might significantly increase the size of a downloadable archive. Please also be advised that all the clipart images included in this template are the copyrighted to their respective owners and are not available for download with this template. Clipart images can not be used without express permission from the owner and/or need to be purchased separately.
Nevertheless, you can request the clipart-related image IDs/references and .PSD files by contacting our support department.

Homepage

Home 1:

Home 2:

Home 3:

The corresponding file(s), such as index.html, homepage-2.html, homepage-3.html (as well as the others .html-related) are in the root directory of the template's archive.

Widgets Sidebar

This is how the standard widgets sidebar looks like.

Widgets Sidebar Code
<div class="sidebar widget_area scheme_original">
...
</div>

The corresponding file, which is post-single.html is in the root directory of your template's archive.

Social Icons

This is how the social icons look like.

To add a link to your social icon paste the necessary URL into the <a href> tag. See the example below:

Social Icons Code
<a href="#" target="_blank" class="social_icons social_twitter">
    <span class="icon-twitter"></span>
</a>

Typography

Below you can find some of the Typography elements used in this template.

Headings

Dropcaps

Check the typography.html file for more information.

Shortcodes

Below are examples of several shortcodes available for this template.

Contact Form

Here is the main Contact Form.

File(s) responsible for contact form functionality:

root directory.../contacts.html

root directory.../include/sendmail.php

Specify your email address in the sendmail.php file. See the screenshot below.

Email Address Code
$contact_email = '[email protected]';

Google Map

This is how the standard map looks like.

File(s) responsible for Google map initialisation and functionality:

root directory.../js/core.googlemap.js

root directory.../js/core.googlemap.min.js">

root directory.../contacts.html

Specify the address/coordinates in the root directory.../contacts.html file or any .html related one where the Google map should appear.

Address Code
<div id="sc_googlemap_1167161672" class="sc_googlemap" style="width:100%;height:450px;" data-zoom="14" data-style="style2">
    <div id="sc_googlemap_1167161672_1" class="sc_googlemap_marker" data-title="" data-description="" data-address="Bronx Stadium Avenue" data-latlng="" data-point="images/marker.png"></div>
</div>

Specify the Google API Key in any file you want Google Map to appear. Insert it right after the "key=" atribute. Check the screenshot below for more information.

API's key code
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key="></script>

Extra Plugins & Features

Several additional plugins were stylized according to the main color scheme of this template. In this section, we describe a few of them.
As for the rest, all the necessary files are in the root directory.../js/vendor/... and root directory.../css/... folder(s).

PLEASE NOTE! Full-fledged functionality might not be supported/provided for some of the additional plugins (because some of them were just stylized to match the template's color scheme and overall look) as it is just a HTML template.

Below you can check a brief explanations to some of the most popular plugins included into this template.

Revolution Slider

Files responsible for the Revolution Slider functionality:

root directory.../js/vendor/revslider/...

root directory.../index.html

Check the index.html file for more information.

Swiper Slider

This is how the Swiper Slider looks like.

Files responsible for the Swiper Slider functionality:

root directory.../js/vendor/swiper/...

root directory...js/shortcodes.html

Sources and Credits

In this section you can find additional information regarding fonts and clipart (.psd files) used in this template.

  • Fonts:

    • Check the root directory.../css/... folder(s) for more information.
    • Fontello (non standard, icons set). Please also check this directory for more information root directory/css/fontello/....

  • Clipart:

    • Images were taken from http:/www.depositphotos.com/.

    • IMPORTANT! Please be aware that all clipart images related to this template are the copyrighted to their respective owners and are not available for download with this template. Clipart images can not be used without express permission from the owner and/or need to be purchased separately.
      Nevertheless, you can request the image IDs/references by contacting our support department.

  • PSD Files:

    • IMPORTANT! Please note that we do not include template-related .PSD files into the template's package, because it might significantly increase the size of a downloadable archive. In case you need these files you can always request them by contacting our support department as well.

Troubleshooting

Thank you for purchasing our template. We are happy that you are one of our customers.
If you come up with any template-related questions that are beyond the scope of this help file, feel free to post them at our support forum at https://axiom.ticksy.com/. We will respond as soon as possible (within 24 – 48 hours, usually faster).

Please do not forget to check our Video Tutorials and Articles.

We are open from 10am to 7pm (CET), from Monday till Friday. Please be aware that we are off on weekends.

PLEASE NOTE! Our support policy covers trouble using any features related strictly to this template. We do not provide support for additional customizations, 3rd party plugins integration or any other compatibility issues that might arise. You also need to have a valid purchase code to request an assistance from our support team.