Documentation
Finlon - Loan Credit Repair WordPress Theme
Thank you so much for purchasing our item from themeforest.
- Version: 1.0
- Author: Udayraj
- Created: 6 September, 2022
- Update: 6 September, 2022
If you have any questions that are beyond the scope of this help file, Please feel free to email via Item Support Page.
WordPress Installation
Below are all the useful links for WordPress information:
- WordPress Codex – general info about WordPress and how to install on your server.
- ` First Steps With WordPress – general information that covers a wide variety of topics.
- FAQ New To WordPress – the most popular FAQ’s regarding WordPress.
Follow the steps below to setup Install WordPress::
Before beginning the installation and configuring of your new theme, you must have WordPress installed. If you need to install WordPress then please visit: http://wordpress.org/download/. If you need any help with the installation , please refer to this guide: http://codex.wordpress.org/Installing_WordPress.
Here is a brief step by step on how to install WordPress:
- Download and unzip the WordPress package if you haven't already.
- Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
- Upload the WordPress files in the desired location on your web server:
- If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.
- If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), create the blog directory on your server and upload WordPress to the directory via FTP. Note: If your FTP client has an option to convert file names to lower case, make sure it's disabled.
- Run the WordPress installation script by accessing wp-admin/install.php in a web browser.
- If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
- If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php
Install Theme
Once you've downloaded the installation file on ThemeForest, extract it and locate a file called finlon.zip. You can install the theme by using one of two installation methods:
WordPress Upload
- Login to WordPress admin.
- Go to Admin panel > Appearance > Themes > Add New > Upload Theme.
-
Click on Choose File and select
finlon.zip. - Click on Install Now.
- When your theme is successfully installed, click Activate to activate the newly installed theme.
FTP Upload
- Using FTP client, login to the server where your WordPress website is hosted.
-
Using FTP client, navigate to the
/wp-content/themes/directory under your WordPress website's root directory. -
Using FTP client, upload the
finlondirectory to themes directory on remote server. - Once uploaded, navigate to Dashboard > Appearance > Themes in the WordPress Dashboard and hit Activate below your newly uploaded theme.
Demo Content Setup
After activating the theme you installed, You will get below screen.
wp-admin/themes.php?page=merlin
Click on Start Button
Click on Install Button
Click on Import Button
General Settings
Set Home PAge and Blog Page. WP-admin >> Settings >> Reading
Set Permalink. WP-admin >> Settings >> Permalinks
Page Settings
Wp-admin >> Page >> Add New
If you Want to change header style for particular page , enable it and choose style. Otherwise it will be default header as other pages.
Set Page Template to Full Width Page for Batter View.
Theme Options Setting (Finlon Options)
Documentation for Header, Typography, Color, Sidebar, Footer
General Setting
wp-admin >> Finlon Options >> General Setting
Typography Setting
wp-admin >> Finlon Options >> Typography
Header Settings
wp-admin >> Finlon Options >> Header Settings
Header Style
wp-admin >> Finlon Options >> Header Settings >> Header Style
Header Options
wp-admin >> Finlon Options >> Header Settings >> Header Options
Menu Options
wp-admin >> Finlon Options >> Header Settings >> Menu Options
Widget Settings
wp-admin >> Appearance >> Widget
Elementor
Drag and drop element to add widget and create page and custom post type
Custom Elementor Widgets
Drag and Drop a custom elementor widgets from left sidebar.
You can even search for widget from text bar.
Finlon Title
Type Title, Subtitle, Description, Subtitle and Description.
Set position of description.
.If the Background is dark in color, It is recommanded to use text white.
Finlon Blog
This Widget will show all your default blog post.
Select your preferred style for blog card
you can enter a number of post you want to show on a page. enter -1 to show all the posts
Finlon Call to Action
Enter title, give link to button
choose your preferred style among given 4 styles
Finlon Career
You can list down the career opportunity
Finlon Case Study
You can enter a number of case studies you want to show on a page.
Finlon Client Slider
Use this widget to showcase your client list.
Select Image of your client.
You can also give link of your client.
Finlon Contact Info
You can add your contact details like phone number, email, address, etc.
Just select icon and put on the link
Finlon Counter Box
A counter box with number, prefix and postfix.
Finlon EMI Comparison
It is a EMI Comparison calculator of different banks
It will highlight the bank which has lowest EMI.
Finlon FAQs
Use this widget to show Frequently Asked Questions.
Turn on the Active item switch to open a FAQs answer by default.
Finlon Floating Image
This widget is used to give a cool effect to your sections.
Choose image and select the animation.
Finlon Home Loan Calculator
This is customizable loan calculator widget for home loan.
This comes with amortization schedule and chart
Finlon Home Loan Eligible Calculator
This calculator will generate the result from your inputs that if you are eligible for loan or not.
Finlon Icon Box
This is Icon Box with customization of icon title and width of each icon box list.
It contains 5 styles so choose your preferred one.
Finlon Icon Box Card
It is used to make a card with icons.
It has 3 styles. you can add icon, title, description and a link if you want.
Finlon Image Box
It is a image widget with 4 styles of image ans 6 types of captions.
You can even add floating text.
Finlon Loan Calculator
It is a simple loan calculator with default interest rate.
Finlon Eligibility Calculator
It is a eligibility calculator with customization.
Finlon Loan Interest Calculator
It is a loan interest calculator with chart representation.
Finlon Progress Bar
You can show particular percentage of progress with this widget.
Finlon Services
This Widget will show all your service blog post.
Select your preferred style for blog card
you can enter a number of post you want to show on a page. enter -1 to show all the posts
Services Elementor Call From Services CTPs
You can manage services with edit options to change content,image,icon and
Finlon Slider
This widget will show the main slider to your website.
Select your preferred style for slider
Finlon Tabs
Enter Tabs with its image and content.
Finlon Team
These widget will show your team members with their social media link.
Finlon Testimonials
These widget will show your testimonials with images and stars.
It contains three styles. Select your preferred one.
Finlon Video
These widget will show a button which will open a popup of video
Finlon Work Progress
You can show card of work progress with numbers and icons.
FAQ
A FAQ is a list of frequently asked questions (FAQs) and answers on a particular topic.
Please set Max size of an uploaded file shoulde be 64MB
For php.ini
upload_max_filesize = 32M
post_max_size = 64M
memory_limit = 128M
For .htaccess
php_value upload_max_filesize 32M
php_value post_max_size 64M
php_value memory_limit 128M
php_value max_execution_time 500
php_value max_input_time 500
For wp-config.php
@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '128M');
@ini_set( 'memory_limit', '256M' );
How to increase MAX post and Upload MB Ref Link
Support
If this documentation doesn't answer your questions, So, Please send us Email via Item Support Page
We are located in GMT +5:30 time zone and we answer all questions within 3 to 5 days in weekdays. (except holiday seasons which might take longer).
Don’t forget to Rate this template
Go to your Themeforest Profile > Downloads Tab > & then You can Rate & Review for our template.
Thank You.
Changelog
Version 1.0 (6 September, 2022)
Initial Release










