2.15 Debug settings

If you are experiencing javascript errors or you want to customize the javascript, this theme has a PRO feature for you. By enabling the DEBUG setting, the theme will load 5 separate unminified libraries instead that one single js file. For the normal usage, in terms of performance and SEO, […]

2.6 Social networks

Add your social network icons in footer and header. Available social icons: Twitter username Beatport Amazon Facebook Blogger Behance Bebo Flickr Pinterest RSS Triplevision Tumblr Twitter Vimeo WordPress Whatpeopleplay Youtube Instagram Soundcloud Myspace Googleplus Itunes Juno Lastfm Linkedin Mixcloud Resident-advisor Reverbnation

2.5 ReAktions settings (views, likes, share, ratings)

These are the settings to manage how to display the ReAktions elements. ReAktions is a plugin bundled with this theme, which allows yout o add Love, share icons, rating and views to various post types and sections, like this:       You need to have the T2G ReAktions plugin […]

2.4 Typography

You can set 4 font families and variants for: Baisc font [Family, Variant, Subset, Font size] Bold font [used for the STRONG tag] Headings  [Family, Variant, Letter Spacing, Text Transform] Menu (sets also buttons, metas and widget headers) [Family, Variant, Letter Spacing, Font Size, Text Transform]

2.3 Colors customization

This theme is based on a Material Design Framework. Please check the video to understand more: This means that a same color is applied to multiple elements, and sometimes is not possible to assign a specific color to a specific elements without changing other parts of the site. This is called […]

2.2 Header customization

1. Logo header Click “Select file” and upload your logo or choose a file from the library. Better if is a PNG with transparent background. Best size: 70PX height. You should leave some transparent pixels around it for a perfect fit. 2. Menu layout Logo and normal menu: Logo on […]

2.1. Site identity

You can edit the title and tagline of the website. It will be visible to the search engines and the title will be used instead of the logo, if no image is uploaded in the “Header” section. The tagline doesn’t appear in the frontend but can be used from search […]

2.0. Customizations

This theme is customizable using the standard WordPress theme customizer function. You can access to the customizer visiting Appearance->Customize. Here you can find all the list of available style customizations. For options not contained in the list, you may need to hire a developer. The support service doesn’t provide CSS, PHP, […]

1.7 Demo Contents

IMPORTANT: Do not run this procedure on websites that contains already articles and contents, as they will be rewritten. If you have a pre-existing website, create a new site and run the demo setup on the new site, then import your old contents in the new website. To perform the […]

Copyright informations

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 […]

Translating the theme

This theme is very easy to translate as the .mo .po (pot) files are provided within the language sub folder of the theme. In the main theme folder in wp-content/themes/lifecoach you’ll find a “languages” folder. It contains a model to translate the theme using Poedit or other .mo .po translation softwares. […]

1.4 Required plugins installation

This theme features special functions like custom post types and custom post meta fields. To add such functions, you need to install all the required plugins. This theme contains a plugin called T2G Theme Dashboard that will assist you during the plugins installation, demo contents installation, documentation and support. Once […]

1.6 How to update the theme

Automatic theme update: Be sure to have the Envato Market plugin installed Click on Envato Market on the left column and follow the instructions for obtaining your API key Once you add the API key in the settings page, you can update your theme from the main Envato Market page […]

1.5 Plugins updates

Bundled plugins update When you update the theme, go in Plugins. If any plugin needs an update  you’ll see a notice at the top of the page. Just follow the instruction for the automatic procedure. If this procedure is not allowed on your server, please find the most recent version of […]

1.3 Theme Installation

You can install your new theme in the following ways: From the admin dashboard, using the WordPress theme installer (easiest method). or manually via FTP Please make sure that you start from a fresh WordPress installation, without any content or plugin(s). Once the theme is installed, you can import your content from […]

1.2 Support

This theme comes with 6 months of support and free updates. After 6 months you can extend the support coverage. For more details about the official Envato support policy please check the document at:  http://themeforest.net/page/item_support_policy And more details here: SUPPORT POLICY To provide support in the most efficient way, we provide an online Helpdesk forum, […]

1.1 Requirements

This theme requires the following: WordPress 5.7 or higher MySql 5.6 or higher PHP 7.4 or higher The theme also requires the following PHP libraries for an optimal performance: CURL enabled .htaccess ModRewrite ON upload_max_filesize: 512M (to support upload of mp4 videos) memory_limit: 256M post_max_size: 512M (to support upload of mp4 […]

1.0 Getting started

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 […]