Support

If you have any questions or problems that aren't answered here, please feel free to email us

Theme View

Theme view

WordPress Information

Since WordPress is constantly being updated information about how to install WordPress may become out of date, so you always can read official guide HERE

Below are all the useful links for WordPress information:

Theme Installation

Once you've downloaded the installation file on ThemeForest, extract it and locate a file called rafo.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 rafo.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 Paragon 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.

When you use first or second method, please make sure that you're uploading the rafo.zip file, not entire package you downloaded. If you upload the wrong file you will get an error stating “Error: missing style.css stylesheet.”

Once installation is complete, your Ember Theme will be ready to use. You should now see Ember Theme as active.

Installing Required Plugins

When you first install the Theme you'll see a popup on your dashboard from the Theme asking you to install a number of plugins.

You must install and activate all plugins

Demo Install

Install Plugin rafo-toolkit and go to Appearance > Import Demo Data

Install and Activate all required plugins and click to Install. The upload process can take up 5 minutes. So please, be patient and do not close the page.

If the server is not available and the demo import does not work

I have created a folder labeled Demo data which contains demo data.

  1. Log-in to your WordPress backend and open your WordPress importer Tool>Import>WordPress.
  2. Install and Run WordPress Importer
  3. Click on Choose file and select the rafo-demo.xml from folder Demo-data
  4. Check the box Download and import file attachments. This will download attachments for images included in the Live Preview demo.
  5. Click Upload file and import.

You now just need to wait for the importer to finish. This might take a few minutes depending on your hosting server speed.

Theme Settings

Ok, so far we have installed the Theme, we have installed the plugins and imported the demo data, whats next?

The final step in getting your new Theme setup and ready for you to edit as you wish is to setup your home page and menu. To begin, head to Settings > Reading, here you will need to set your Front Page.

How to Set Up Menus

To create and activate your new menu follow the steps below:

  1. Log in to that site as an administrator.
  2. Go to Appearance > Menus panel.
  3. Give your menu a name and click Create Menu button.
  4. Add few simple links form Links tab.
  5. Save your menu.
  6. Navigate to Manage Locations tab (at the top of the screen).
  7. Choose your new menu as Header Menu.
  8. Save changes.

Theme Options

The main Theme settings are in Theme Options Panel

  1. Log in to that site as an administrator.
  2. Go to Appearance > rafo Options

Genarel Options

Header Setting

Breadcrumb

Typography Settings

404 page Settings

Footer Setting

Script Setting

Custom Css

BackUp

King Composer

How To Use Premade Sections

Contact Form

For the form, we use the plugin Contact Form 7

Contact Form 7 is our recommended form plugin for WordPress. It is a simple but powerful form creator for WordPress. Here we will show you how to use Contact Form 7 to create and edit a basic form.

After Contact Form 7 is installed, you will find a new menu item in your WordPress admin area called Contact, here is where your forms and created and edited.

<div class="row">
        <div class="rafo-comment-filed col-md-4">
            <div class="input-group">
                [text* NickName class:form-control placeholder "Nickname:"]
            </div>
        </div>
        <div class="rafo-comment-filed col-md-4">
            <div class="input-group">
                [email* gmail class:form-control placeholder "Gmail:"]
            </div>
        </div>
        <div class="rafo-comment-filed col-md-4">
            <div class="input-group">
                [text* Subject class:form-control placeholder "Subject:"]
           </div>
        </div>
    </div>
    <div class="rafo-comment-filed">
        <div class="input-group">
             [textarea* Message class:form-control rows:8 placeholder "Message:"]
        </div>
    </div>
    <div class="rafo-comment-filed">
        <div class="rafo-cm-btns">
            <div class="input-group">
                   [submit "Submit" class:btn btn-danger ]
            </div>
        </div>
    </div>

Translation

Theme is ready for translation and included .pot file. rafo/language/rafo.pot
You can translate Theme with Poedit or install plugin Locotranslate

More Information here