FAQ

Freqently Asked Questions

This page contains solutions for general questions

Questions List


Q1: How to set Contact Forms alike Demo site ?


A1: You can easily set Contact Form alike form shown on our demo site. Here are list of forms used on our demo site.

  • Sample code for Form used on Contact Me Page of demo site.
    <div class="row tm-break-colum-992">
    
    <div class="col-md-4 col-sm-4 col-xs-12 vc_column_container">
    <div class="field-group">
    [text* your-name  placeholder "Your Name"] 
    </div>
    </div>
    
    <div class="col-md-4 col-sm-4 col-xs-12 vc_column_container">
    <div class="field-group">
    [email* your-email  placeholder "Your E-Mail"] 
    </div>
    </div>
    
    <div class="col-md-4 col-sm-4 col-xs-12 vc_column_container">
    <div class="field-group">
    [text* your-subject  placeholder "Subject"] 
    </div>
    </div>
    
    <div class="col-md-12 col-sm-12 col-xs-12 vc_column_container">
    <div class="field-group tm-textarea-con">
    [textarea * your-message  placeholder "Your Message"] 
    </div>
    
    <div class="tm-con-submit">
    [submit class="tm-full-bt" "SEND MESSAGE"] 
    </div>
    [response]
    </div>
    
    </div>

Q2: How to update Revell theme ?


A2: We are providing regular bug fixes, enhancements and also features to all our buyers. So we are releasing new version frequently.

  • First download latest version of Revell theme package from Mojo Server. The file name would be revell-elite-blogger-theme.zip.
  • Unzip this ZIP file on your local pc. After unzip you will get some files. Our main theme file is revell.zip
  • Now unzip revell.zip on your local pc. This will extract revell folder. This is our main theme folder. Now we need to upload this folder via FTP on the server.
  • Connect to your server by FTP and upload this extracted revell folder on your server at /wp-content/themes/ folder. There would be already a folder named revell. Make sure you overwrite the folder and all files inside it.
  • Done


Q3: How to disable comments from PAGES (and also other post types) ?


A3: There are two steps to disable comments.
  • First, disable comments from existing pages
  • Second, disable comments from new pages so comments would be disabled on new pages too.

Here are steps to disable comments from existing pages:


Here are steps to disable comments from new pages (so comments would be disabled on new pages too) :

Q4: Message shows "The following plugin needs to be updated... : WPBakery Visual Composer" after updating the theme ?



A4: The old version of Visual Composer is not compatible with WordPress v4.1 So we updated the plugin. So this message shows that you should update the Visual Composer plugin.

You can follow steps given below:

  • First go to Admin > Plugins section.
  • Deactivate the WPBakery Visual Composer plugin:

  • Now, delete the WPBakery Visual Composer plugin:

  • It will ask you for conformation, just click on the "Yes, Delete these files" button to remove the plugin:

  • Now the top message shows message to install the WPBakery Visual Composer plugin. Click on the Begin installing plugin link:


    NOTE:- If this message shown above doesn't appear on your screen. Just go to Admin > Appearance > Install Plugins section and follow the steps below.
  • Now click install link

  • Now you will see conformation message like this:

  • Done

Q5: How to find Revell theme Purchase Code ?

A5: The purchase code is a code that verifies that you are a genuine buyer. Here are steps to find your purchase code:
  • To find your licence key/purchase code you need to log into your MOJO Marketplace account.
  • Now go to Your Account > My Purchases > Find Revell Theme from the list of purchased items. Copy the purchase code see screen shot below.

  • Done

Q6: How to set responsive menu breakpoint (from which window size the menu will become responsive) ?


A6: You can set it from Admin > Appearance > Theme Options > Menu Settings section. Just go to this section and select window size (or set pixel) under "Responsive Menu Breakpoint" option. See screenshot below:



Q7: How to border to social box same as demo ?


A7:


To get same border style as on Contact page, you just need to add a class in it. Just edit the text box which contains the social shortcode and add tm-border-social-icon class in the "Extra Class Name" box. Like this: