Documentation

Unico - Business Consulting WordPress Theme

Thank you so much for purchasing our item from themeforest.


  • Created: 20 June, 2025
  • Update: 20 June, 2025

If you have any questions that are beyond the scope of this help file, Please feel free to email Or Contact via Profile Item Support Page.


WordPress Installation

Below are all the useful links for WordPress information:

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.
  • loanlift 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 uniqo.zip. You can install the theme by using one of two installation methods:

WordPress Upload
  1. Login to WordPress admin.
  2. Go to Admin panel > Appearance > Themes > Add New > Upload Theme.
  3. Click on Choose File and select uniqo.zip.
  4. Click on Install Now.
  5. When your theme is successfully installed, click Activate to activate the newly installed theme.
FTP Upload
  1. Using FTP client, login to the server where your WordPress website is hosted.
  2. Using FTP client, navigate to the /wp-content/themes/ directory under your WordPress website's root directory.
  3. Using FTP client, upload the uniqo directory to themes directory on remote server.
  4. Once uploaded, navigate to Dashboard > Appearance > Themes in the WordPress Dashboard and hit Activate below your newly uploaded theme.

Active Plugins

Active All Plugins

Go to Admin panel > Appearance > Themes > Click On 'Begin installing plugins'

After clicking "Begin Installing Plugins," install all the plugins.


Import Demo Content

Theme Demo Content Import

Go to Admin panel > Appearance > Import Demo Data > Click On 'Import Demo Data' Button

Before you begin importing demo content, confirm that your hosting environment is set up correctly configurations.
For php.ini
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 128M
max_execution_time = 900
max_input_time = 900
For .htaccess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value memory_limit 128M
php_value max_execution_time 900
php_value max_input_time 900
For wp-config.php
@ini_set( 'upload_max_filesize', '64M' );
@ini_set( 'post_max_size', '64M' );
@ini_set( 'memory_limit', '128M' );
@ini_set( 'max_execution_time', '900' );
@ini_set( 'max_input_time', '900' );

How to increase MAX post and Upload MB Reference Link

After clicking on "Import Demo Data," select "Continue & Import" and wait for a moment. Avoid refreshing the page or using the back 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.


Theme Options Settings (Uniqo Options)

Documentation for General Setting, Theme Color, Header Setting, Typography, Footer

General Setting

wp-admin >> Uniqo Options >> General Settings

Theme Color

wp-admin >> Uniqo Options >> Theme Color Settings


Typography

wp-admin >> Uniqo Options >> Typography


Header Settings

wp-admin >> Uniqo Options >> Header Settings >> Header Style

Woocommerce Page

wp-admin >> Uniqo Options >> Woocommerce Page

Footer Settings

wp-admin >> Uniqo Options >> Footer Settings


Uniqo Header Elementor

wp-admin >> Elementor >> Settings >> Post Types

Drag and Drop a custom elementor container from left sidebar and edit header container.

You can even search for widget from 'header' to create new header options and change setting of Logo width height and mobile also select Menu and Topbar Setting from elementor.



Elementor

Drag and drop element to add Section and create page and custom post type


Custom General Uniqo Elementor

Drag and Drop a custom elementor sections` from left sidebar.

You can even search for widget from text bar.


Uniqo Slider

Add a beautiful slider options to add title,text and backgroubd image for slider widgets.


Uniqo Banner

Add a beautiful banner options to add title,text and image for banner widgets.


Uniqo Icon Box

With this Section you can add icon, title and text.


Uniqo Title

Title Widget will show title,tagline and title style.

Give Title and tagline as you want. It will Reflect in output in elementor.


Uniqo Services

This Section shows all the service's points of your site.


Uniqo Image

This Section will show Image from your site.


Uniqo Blog

This Section shows all the blogs of your site.


Uniqo Button

Add text and link to the Button


Uniqo Counter

Add number and text in this section.


Uniqo Partner

Add Client logos on slider


Uniqo Video

Add icon and link to the Video.


Uniqo Text Editor

Add text to the Text Editor


Uniqo Progress

Add text and icon to the Content List.


Uniqo Process

Add steps of process.


Uniqo Testimonial

Add image, title, designation, rating to the Testimonial.


Uniqo Career List

Add socials and text to the sidebar.


Uniqo Portfolio

This Section shows all Portfolio from the website.


Uniqo Portfolio Slider

For Big Title Slide.


Uniqo Team

This Section shows all the team members of your site.


Uniqo CTA

Add icon and text to the CTA section.


Uniqo Pricing Plan

Add number,icon and text to the Pricing.


Uniqo FAQs

Add quetions and answers to the FAQs.


Uniqo About Info

Add title, image and text.


Uniqo Client Images

Add title and images.


Uniqo Contact Info

Add Address,SVG Icon and details.


Uniqo Works

Add title, image,icon and details.


Uniqo Why Choose

Add title,tag line,image and details.


Uniqo Why Choose List

Add title,tag line,image and details.


Widget Settings

wp-admin >> Appearance >> Widget


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 = 64M
post_max_size = 64M
memory_limit = 128M
max_execution_time = 900
max_input_time = 900
For .htaccess
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value memory_limit 128M
php_value max_execution_time 900
php_value max_input_time 900
For wp-config.php
@ini_set( 'upload_max_filesize', '64M' );
@ini_set( 'post_max_size', '64M' );
@ini_set( 'memory_limit', '128M' );
@ini_set( 'max_execution_time', '900' );
@ini_set( 'max_input_time', '900' );

How to increase MAX post and Upload MB Ref Link

We strongly recommended to use child theme.
Limited support as per envato policy.

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).

Note: While we aim to provide the best support possible, please keep in mind that it only extends to verified buyers and only to issues related to our template like bugs and errors. Custom modifications or third party module implementations are not included.

Don’t forget to Rate this template

Please Add your Review (Opinion) for Our template. It would be a great support for us.
Go to your Themeforest Profile > Downloads Tab > & then You can Rate & Review for our template.
Thank You.

Changelog

Version 1.0 (20 June, 2025)

Initial Release