Niobe Install and Config WordPress Theme


We would like to thank you for purchasing our theme! We are very pleased you have chosen our theme for your website, you will not be disappointed! Before you get started, please be sure to always check out these documentation files. We outline all kinds of good information, and provide you with all the details you need to use our theme.

The our team are always happy to help you with any questions or recommendations you have about the our theme.

If you need any help or support please contact us through forum: https://ovatheme.ticksy.com/


Then open file and find "Item Purchase Code" like

Item Purchase Code: cdf581e0-ed42-41a2-ab3f-26bb5fb9c874

 

WordPress Information

To install this theme you must have a working version of WordPress already installed.

To install this theme you must have a working version of WordPress already installed. If you need help installing WordPress, follow the instructions in WordPress Codex or you can watch the Instructional Video. Below are all the useful links for WordPress information.

 

WordPress Codex – general info about WordPress and how to install on your server

Instructional Video – How To install wordpress

• First Steps With WordPress – general information that covers a wide variety of topics

• FAQ New To WordPress – the most popular FAQ’s regarding WordPress

• WP101 Basix Training videos – some great videos from WPTuts on WordPress

 

 

After purchasing our theme from Themeforest, you will need to download theme package for your use. To download the package, please login to your Themeforest account, navigate to “Downloads”, click the “Download” button in the left of the theme, choose “All files & documentation” to download our theme package to your computer. The theme package includes:

Theme File: Includes niobe.zip file that consists of everything you need to install the theme.

Child Theme File: Includes niobe-child.zip file 

Plugins Folder: Include all local plugins file

Changelog Folder: Includes readme.txt file - all changes in each version

Document Folder: Includes Documentation file that helps you get to know about theme and guides you to build your site with our theme.

Licensing Folder: Includes the licensing files of Themeforest purchase.

- To use theme, you must be running WordPress 4.4 or higher, PHP 5.6 or higher, and mysql 5 or higher. Follow below checklist to ensure your host can work well with theme: 

+ Your web host has the minimum requirements to run WordPress.

+ They are running the latest version of WordPress.

+ You can download the latest release of WordPress from official WordPress website.

+ You did create best secure passwords FTP and Database.

 

 

 

1: Automatically updated the theme when a new version is released:

Read more : http://www.wpexplorer.com/envato-market-plugin-guide/

 

2: Update theme by manually via FTP or via WordPress Admin Panel :

a, Re-download theme package from https://themeforest.net/downloads
b, Download "All files & documentation" : 

c, Extract the package .ZIP file.
 
d, Open file: Changelog/readme.txt to know plugins, file changed.
 
e, Use FTP client software (FileZilla, SmartFTP, CuteFTP, etc...) to upload theme or plugins to your hosting.
 
+ If It is update theme: upload and override new theme to folder wp-content/themes on your host
+ if it is update plugin, delete old plugin and find new plugin in Plugins folder

 

 

 

Then Download Theme Package, you can follow video to install & import demo data:

https://www.youtube.com/watch?v=OgBRZU09wfs

 

- You don't have to active license visual compsoer to use because we purchased extend license for this theme.

- Config visual compsoer: Go to Visual Composer >> Role manager

 

- Row in visual composer

https://vc.wpbakery.com/video-academy/category/row/

 

Go to Settings >> Reading

 

Edit Page:

Frem Left Sidebar click  Pages >> All Pages >> Choose a page to edit.

- Make Group

Treatments price >> Price Group

- Make Price

Treatments price >> Add new price

 

- Display Treatments

Use Treatments element to display

 

 

 

- From left sidebar click FAQ >> Add New faq

 

- Display use FAQ element to display

- Go to Contact >> Contact Form >> Choose Contact 1 and edit

In FORM tab insert like

 

Code:

 

<div class="col-md-10 col-md-offset-1">
     <div id="form-contact">
         <div class="row">
               <div class="col-sm-6 position-relative" data-mh="mh-col-contact">
                    [text* name id:name class:required class:email placeholder "* Your Name"]
                    [text* email id:email class:required class:email placeholder "* Your Email"]
                    [text phone id:phone class:number placeholder "Your Phone"]
                    
               </div>
               <div class="col-sm-6 position-relative" data-mh="mh-col-contact" style = "height: 193px;">
                   [textarea* message id:message class:required placeholder "* Your Message"]
                </div>
          </div>
          <div class="row">
                 <div class="col-sm-6 col-sm-offset-6">
                     <button id="btn-form-contact" type="submit" class="btn btn-color-black btn-hover-transparent btn-medium">Send Message</button>
                  </div>
           </div>
      </div>
</div>
 
 
In Mail Tab insert like