5.04 Adding categories to menu

First, go to Appearance > Menus. Then make sure that Categories are selected on the Screen Options panel. Now on the left sidebar, you will find a new item called Categories. You can select one or more items and click to Add to Menu. Last, remember to save the menu clicking […]

5.05 Managing comments

You can enable/disable comments on future posts or already published posts by going into your Discussion settings. You can find details on WordPress support website: Enable and Disable Comments for Future Posts Enable and Disable Comments for Published Posts and Pages

4.01 Title, tagline and favicon

This theme is customizable using the standard WordPress theme customizer function. You can access the customizer visiting Appearance->Customize. Then to add the Site Title, tagline and Site Icon go to Site Identity section. Adding the Site Title Fill the field Site Title and Tagline and click Publish. The tagline in this theme is […]

1.02 Plugins in bundle

This theme has several bundled plugins that allows to perform special tasks, as custom fields, theme options, special layout, shortcodes and so on. Some are free plugins from the repository, some are original theme plugins, and some are premium plugins from third party developers. Premium bundled plugins are provided with […]

1.01 General information

Thank you! You are now the proud owner of the most innovative Events WordPress theme on the market. This theme is very powerful and comes with many premium features. Please be sure to check this manual to enjoy all of its features. Product license and usage The license covers the […]

10.1 Contact Form 7

Bundled with the theme comes Contact Form 7: it can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on. Official documentation: https://wordpress.org/plugins/contact-form-7/ Html formatting In order to achieve a nice […]

10.2 Mailchimp for WordPress

This theme offer optionally Mailchimp for WordPress. It’s useful for adding a newsletter subscription form in your pages, while using MailChimp. If you use other newsletter providers you have to look for your own plugins, we offer support for the most widely supported because we tested all of the newsletter […]

11.01 Theme Core plugin (Required)

The “Theme Core plugin” is required to add support for customizer, custom post types, taxonomies and shortcodes. It doesn’t have any option, setting, menu links or anything else, just “activate and go”. There are no settings pages, menu links or anything else.

12.1 How to translate theme and plugins

VERY IMPORTANT: Translation files will be deleted when you update the theme, you have to keep the translation file in your computer to reupload it when updating the theme. HOW TO TRANSLATE Language translation is possible using the standard WordPress translation function. This theme is very easy to translate as […]

3.07 Demo Contents

Demo import requirements: If prompted, be sure to enter the purchase code Be sure to have all of the required plugins Make very sure you do NOT have any third party plugin active that was NOT provided with the theme Be sure that that you actived the Child theme (as […]

13.01 Copyright information

Javascript Libraries jQuery https://jquery.org/license/ MaterializeCSS framework Materialize v0.97.5 (http://materializecss.com) Copyright 2014-2015 Materialize MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) Kirki options framework https://github.com/aristath/kirki License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html VelocityJS.org VelocityJS.org (1.2.3). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License Swipebox Swipebox v1.2.9 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */ jQuery […]

3.04 Plugins installation

Once you activate the theme, you’ll see the a notification asking to install the required plugins. You will be directed to an activation page. The theme purchase code is required to use the automated plugins installation. You can get your purchase code from https://themeforest.net/downloads Where is my purchase code Log […]

3.05 Theme update

Automatic theme update: Make a website backup. We suggest All In One Migration plugin, or you can do a manual backup. Download your .po and .mo translation files from the /languages theme subfolder, if any is used Be sure to have the Envato Market plugin installed Create your API key […]

3.06 Plugins update

How to update the plugins: Go to Appearance >Install Plugins Click “Click here to refresh” if prompted Select all Select “Update” from the dropdown and run the procedure Errors troubleshooting In case of any error, you will generally get as well the instructions for the resolution. If nothing works, please […]

3.03 Theme Installation

First of all, please be sure your server meets the system requirements and that your WordPress installation is correctly performed. IMPORTANT NOTE BEFORE INSTALLING THE THEME: We strongly recommend to follow this guide in order to ensure the correct functionality. 90% of our support requests comes from a wrong installation […]

2.01 Support

Support terms of service This theme comes with 6 months of official support. Once expired you can purchase the service again. IMPORTANT The support covers only questions concerning this theme and QantumThemes custom plugins. The support doesn’t include any code customizations or compatibility issues with any third party plugin not provided with the theme. More […]

3.01 System Requirements

Hosting Please be sure to have a Linux PHP + MySql WordPress hosting. Any good provider will do, but if you don’t have one or want a better one on a tiny budget, we recommend https://wphost2go.com/qantum who tested all of our themes and guarantees top speed and high level security for […]

3.02 WordPress installation

This product is a WordPress Theme. This means that you need a valid and updated installation of WordPress to get started. As this manual regards only the the Theme product itself, if you are new to WordPress, you can find useful information in the official WordPress Codex: Installing WordPress [http://codex.wordpress.org/Installing_WordPress] If […]

Increasing maximum file size upload limit in WordPress

1. add this in the .htaccess file of your server php_value memory_limit 128M php_value post_max_size 128M php_value upload_max_filesize 128M php_value max_execution_time 1800 2. add thiss to wp-config.php define(‘WP_MEMORY_LIMIT’, ’64M’); 3. create a text file, call it php.ini and put this text in it: upload_max_filesize = 64M post_max_size = 64M then […]