Hybrid Design With ♥ by inebur

FAQ.

1 What Software Can I Use To Edit Antler Template?

There are several softwares that can be used to edit Antler Template. however, we highlight the Sublime Text. Besides being an open source software, is a sophisticated text editor for code, markup and prose. We highlighted the fact that you can save and upload files directly to the server. Through the FTP Sync plugin here The simplest method of installation is through the Sublime Text console at Package Control
Learn more about Sublime text here


2 Is My WHMCS License Key Invalid?

First, you must purchase a WHMCS plan to gain access your license key. Please, check WHMCS plans here
If you have already been purchased a WHMCS plan and you have a license key, do login to your WHMCS members area, go to your license page and then reissue it. More some suggestions:
- Make sure your server firewall isn't blocking WHMCS as well,

- Make sure curl is running in your server;
- Contact WHMCS Support via help center


3 Where Can I Find For The Demo Images?

All images used on the demo site is for demonstration purposes only and are not included in the main download file. However, because the images they may be used freely for almost any purpose, I can send you all images. Please, contact me via support@inebur.com


4 How Can I Add And Configure Live Chat (Tawk.to)?

Tawk.to is a free messaging app to monitor and chat with the visitors on your website, mobile app or from a free customisable page. To install as owner:
Step One - First, sign up at tawk.to;
Step Two - Now, follow the admin panel and copy Widget Code;
Step Three - Paste code inside scripts.js file and replace code in 262 to 272 line.

If you wish to run tawk.to in the WHMCS template, paste Widget Code inside the custom.js file. path whmcs -> templates -> antler -> js -> custom.js
Make sure you have the latest Antler version. Learn more about installation here


5 Where Can I Download The Latest Version?

All updates are free and you can download through Themeforest page.
Antler Template is constantly updated with code fixes, layout adjustments or introduction of new features and pages.
So, It is recommended to update always to the recent version, however it is necessary attention care to not lose information already contained in your


6 How can I Put The Cart To Work?

Well, let's just try to help, but we not developers. First, you need create an icon cart on header for example. You should add a condition on the "Cart" button event to check the selected plan. When user clicks the button (Any product), the click event will be fired and he will be added to cart , according to the selected plan. You can use an if/else or switch/case conditional statement. I hope this help you!


7 The Blog Comment System Does Not Work?

Please note: The Blog Page was build in HTML and CSS Technology, and no back-end code has been implemented. You need to implement server side script like PHP to get working the blog comment system in HTML template or you need to convert the HTML template to WordPress theme.


8 Exist Any Admin Panel Where I Can Customize My Template?

Antler template was build in HTML5 and CSS Technology based on Bootstrap Framework and is not a WorPress Theme. Antler Demo Template was designed to integrate directly with the WHMCS client area, through login, domain search and hosting & VPS plans (already integrated).


9 How do I update the template after a new release comes out or updated?

There is no automatic way to update is true! You should note the changelog posted on the item page or check the changelog file inside the Antler folder after downloaded.

So, what you should do? Remember, If you need to customize the Antler template to your liking and style, you should use "custom" files (custom.css & custom.js). So, you can added and replace all files or code lines updated, following the changelog file without losing your configurations already implemented.

How can I update the WHMCS Template? Everything that is related to image, css style, fonts, patters or js files, you can find inside the "assets" folder.

Suggestion:
If I add new sections, elements or features inside the header.tpl file for example, you should open the two files and compare.


10 About palette colors, how can I start with Blue color for example?

In the head tag, inside all html files, you can find three link colors. If you need start with Blue color, put the link tag Blue, above the other tags, like this:

<link href="css/colors/blue.css" rel="stylesheet" title="blue"/>
<link href="css/colors/pink.css" rel="stylesheet" title="pink"/>
<link href="css/colors/green.css" rel="stylesheet" title="green"/>

If you choose the blue color as the main and do not need the other colors, delete the Pink and Green link colors.
Follow the same steps for the WHMCS Template: Path: whmcs -> templates -> antler -> includes -> head.tpl


11 How can I change animation text (typed.js)

Antler template comes with the (Typed.js) library. Typed.js is a library that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set. Take a look the library here.
If you need change text or strings, go to the bottom of the page index.html and customize to your liking.


12 How can I use Antler Template and on which platform?

Well, you have 3 possibilities to use the Antler Template:
1 - You may use only the WHMCS Client Area Template. The WHMCS Client Area Template is a turn-key project developed by the WHMCS group, allowing you to launch a new online business easily and efficiently.Go to WHMCS Website.
2 - You may use only the Antler Template built in HTML5 and CSS3 Technology based in Bootstrap Framework, however, you need to develop all the back-end issues and database that the WHMCS Template offers.
3 - Or you can integrate both templates. That is without doubt the option that ensures hight scalability and resources.


13 What can I find inside Antler Template folder after downloading?

After downloading the Antler item, you will find 5 folders:
template - Antler Demo Template build in HTML5 and CSS3 Technology based in Bootstrap Framework. Was designed to integrate directly with the WHMCS client area, through login, domain search and hosting & VPS plans (already integrated).
whmcs-template - Template (Six) Standard of WHMCS. The WHMCS Client Area Template is a turn-key project developed by the WHMCS Group, allowing you to launch a new online business easily and efficiently. Basically, I just built the header, footer, buttons and some layout, based on the Demo HTML Template.
order-form - Order Form Templates define the look and feel of the shopping cart process. About installing templates, can find inside Documentation Folder.
documentation - Everything you need to know will find inside this folder. WHMCS and Template Installation, Language Translation i18next system, palette colors change, features, rules and support policy and much more.
graphic - If you need custom your patterns, graphics or logo, check this folder.


14 Why I am having alerts when inspecting source?

This is working as it always has since `.load()` was created. The warning is coming from the browser, not jQuery. The API is guaranteeing that if you attempted to use the loaded HTML in the line of JavaScript after the `.load()` it would be available. If the request is changed to an async request, jQuery can no longer guarantee that the loaded HTML is available. Worse, there is no mechanism available via `.load()` to indicate when the HTML has been loaded.

TIf you do not want to receive this warning from the browser, you will need to rewrite the `.load()` call as an async `jQuery.ajax()` call that injects the HTML into the document. I cannot change `.load()` in a minor version since it is a breaking change. It's not even clear whether it makes sense to try and fix this.
Please note: This alerts in no way affect the proper functioning of the site, features and optimization