Qualta

Responsive WordPress Blog Theme


Thank you for purchasing our WordPress Theme. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our contact form on our profile page http://themeforest.net/user/awaiken or via email support@awaiken.com

This theme is designed for use with WordPress v4.8 or higher. If you are not using WordPress 4.8 or higher and can upgrade your site we recommend you do this before installation.
 
Although every effort has been made to ensure the theme is bug free and easy to use there is always a chance errors may occur. If you do find a problem please notify us immediately through the ThemeForest account page .
 

Theme Require​ments

  1. WordPress v4.8 or higher
  2. PHP 5.3.2 or higher and MySQL 5 or higher
  3. Memory limit (memory_limit) should be atleast 128MB
  4. Maxium File Upload size (upload_max_filesize) should be atleast 32MB

 

Extract the zipped package downloaded from ThemeForest to your computer. In the extracted package you will find qualta.zip which is the WordPress theme file.
 
Installing the theme can be done two ways. You can upload the theme ZIP file using the built in WordPress theme upload, or copy the files through an FTP client.
 

1) Using WordPress Theme Upload

  1. Login to your WordPress admin.
  2. In the "Appearance > Themes" menu click the tab "Install Themes"
  3. At the top of the page click, "Upload", then click the file input to select a file.
  4. Select the zipped theme file, "qualta.zip", and click "Install Now"
  5. After installation you will receive a success message confirming your new install.
  6. Click the link "Activate"
 

2) Uploading by FTP

  1. Login to your FTP server and navigate to your WordPress themes directory. Normally this would be "wp-content/themes"
  2. Extract the files from the zipped theme.
  3. Copy the folder "qualta" to your themes directory.
  4. After the files finish uploading, login to your WordPress admin.
  5. In the "Appearance" menu click "Themes"
  6. Click "Activate" for the theme "qualta"
After installing theme, you need to install required plugins. You will see a notice for install required plugins.
  1. Click on "Begin installing plugins". Or go "Appearance > Install Plugins". 
  2. You will see list of plugin need to be installed. Now, check all plugins & select bulk options "install" and click "Apply".
  3. All plugin will be installed. Now, Click on "Return to Required Plugins Installer".
  4. We need to active plugins. Now, check all plugins & select bulk options "Active" and click "Apply".
  5. Click on "Return to the Dashboard" .

IMPORTANT NOTE: If your site is running than you no need to import demo content. You have to Regenerate Thumbnails and for that install Regenerate Thumbnails plugin and go to admin > Tools > Regen. Thumbnails > Click button "Regenerate Thumbnails For All Attachments" and wait for it until it's done 100%

  1. Go to the admin area  "Appearance > Import Demo Data".
  2. Now, Click on "Import Demo Data" button.

This section provides overview of the theme options configuration. It will help you get started quickly by introducing the theme structure and settings. Theme Options are located in "Appearance > Customize"

Home page sections options, available in corresponding to the options  in "Admin > Appearance > Customize" . See the following image

 

Theme Options (Appearance > Customize)

  1. Site Identity
  2. General Options
  3. Typography
  4. Header


  5. Footer
  6. Slider
  7. Home page Options
  8. Page Options
  9. Blog Archive Page Options
  10. Blog Single Page Options
  11. Search Page Options
  12. Contact Page Options
  13. Additional CSS
  14. Social Media Links
  15. 404 - Not Found
Go to Appearance > Widgets and settings your widgets. You can drag & drop widgets on the left side to the sidebars on the right side.
 
Qualta comes with 5 different custom widgets.
 
1) Qualta:About Me - Displays an "About Me" widget. You can add an image, description and social network of any author.
 
2) Qualta:Random Posts - Displays random posts from all category or specified category.
 
3) Qualta:Recent Posts With Thumbnail - Displays an recent posts with thumbnails.
 
4) Qualta:Social Media - Displays your social networks ( Setup your social networks links in the Appearance > Customize > Social Media Links ).
 
5) Qualta:Email Subscribe (FeedBurner) - Allow people to subscribe to your blog via email (FeedBurner).
Qualta comes with 6 different post formats: Standard, Gallery, Link, Quote, Video and Audio. When you write a new post, you need to choose what format your post is and insert the necersary info.
 
We provide you 5 different layouts for Post listing.
 
For Home Page, you can control settings in "Appearance > Customize > Home Page Options"
 
For Archive Page, you can control settings in "Appearance > Customize > Blog Archive Page Options"
 
For Single Post, you can control settings in "Appearance > Customize > Blog Single Page Options"
 
Note: In order to get the best result, you should choose featured images for your posts with minimum width is 1366px and minimum height is 600px.

If you have imported demo

 
Change contact form shortcode on contact us page. First copy shortcode of "Contact us qualta" form from "Contact > Contact Forms", then open "Contact us" page from pages and edit it.
 

If you have not imported demo

 
For contact page, we recommend using the plugin "Contact Form 7" because we have done pre-styling form for this plugin. When you create your own form use the following code: 
 
<div class="row">
<div class="form-group col-md-6 col-sm-6">
[text* your-name class:form-control placeholder "Your Name"]
</div>
 
<div class="form-group col-md-6 col-sm-6">
[email* your-email class:form-control placeholder "Your Email"]
</div>
 
<div class="form-group col-md-12">
[textarea* your-message class:form-control x4 placeholder "Your Message"]
</div>
 
<div class="col-md-12">
[submit class:btn-contact "Send"]
</div>
</div>
 
And when you create contact us page don't forget to select "Contact Us" page template.
To setup your MailChimp, do the following steps:
 
1) Install the "MailChimp for WordPress" plugin and "Activate" it.
 
2) Now, go to "MailChimp for WordPress > MailChimp" and do the appropriate settings.
 
3) go to "MailChimp for WordPress > Forms" and copy the following code into the white box.
 
<p>Subscribe Newsletter for new blog posts, tips etc. Let's stay updated with us.</p>
<p><input type="text" name="NAME" placeholder="Your name" required /></p>
<p><input type="email" name="EMAIL" placeholder="Your email" required /></p>
<p><input type="submit" value="Subscribe" /></p>
 
4) Go to "Appearance > Widgets" then drag & drop "MailChimp Sign-Up Form" widget to sidebar.
 
Child theme are considered the best way to customize your WordPress themes. A child theme inherits all the features and appearance of its parent theme. You can customize it without affecting the parent theme. This allows you to easily update parent theme without worrying about losing your changes.
 
Always use a child theme if you are modifying core code . 
 
 
WordPress Codex on Child Themes