First of all, thank you for buying this theme. To make your experience pleasant, we've added as much info as needed in this documentation.
While we have tried to keep an easy-to-use user interface, we understand that you might have some questions about installing and using our theme. Following is a detailed step-by-step guide to help you with most of the questions or issues that you may be experiencing.
To help you quickly locate what you are looking for, we have created an extensive menu for this document at your left side. Please use it to navigate to the desired section.
Can't find what you need? Contact us via this form. We will respond in the shortest time possible.
There are two methods to install the theme. If the normal installation method (a) is not supported by your web host, you will have to use the alternate option (b).
/wp-content/themes/
and
place the theme folder inside it.Important After activation, you will be presented with several plugins that you have to activate. Do not forget to activate them all or not all of the theme features will be available.
TrueReview recommends a few plugins to extend it's functionality. These plugins can be installed automatically from the notification in WordPress Administration Panel (Dashboard). Although, TrueReview will work perfectly without any of these plugins, you may want to extend the theme's features with them.
We strongly recommended you to install this plugin. This is the main plugin to enable the review and coupon functionality.
This plugin allows you to build a custom page with drag and drop feature.
Create a contact form with the easiest way.
If you need some custom content like columns, button or tabbed content, please install this plugin.
If you need to add custom styles to your website, you can use this plugin.
Add custom post type 'Team' to display your site or team members.
We have included the exported XML file from our demo, which allows you to quickly set up your theme with TrueReview's demo content.
dummy-data.xml
(located in the theme folder under readme folder)
and upload it.Predefined skins is an alternative color you can use for the theme. TrueReview comes with 6 predefined skins you choose.
WordPress child theme allows you change the functionality of the theme without having to edit the original/parent theme template files. If you plan to making any customization, we recommend to create a child theme instead of editing the theme template files. Since the child theme is stored separately, you don't need to redo the changes next time you upgrade the theme.
There's a plugin you can use that will create a child theme from within the WordPress dashboard: http://wordpress.org/plugins/child-theme-configurator/or you can download TrueReview blank child theme.
You can read more about Child theme on WordPress Codex →
If you are migrating from another theme, then upon activating TrueReview you may find previously added images display strangely with weird aspect ratios and sizes. Don't worry. It is normal. The image thumbnails are required to be recreated using TrueReview's presets.
There is a very easy fix to this issue. Just install Force Regenerate Thumbnails plugin.
The Site Icon is used as a browser and app icon for your site. Icons must be square, and at least 512px wide and tall.
By default, TrueReview styles the site title with pre-defined styles and displays it as Text Logo. If you'd like to upload your custom logo for your site, please follow the steps below:
By default, TrueReview uses Open Sans and Lato font as default theme font family. But TrueReview provides an option to change it if you dont like Work Sans font family. It is easy to change it, please follow the steps below.
Container layouts is a variation of the theme container. TrueReview provides 3 option to choose:
Breaking news is set of posts based on post tag you choose on Customizer. You can display important post or something like editor's choice posts.
Featured Posts is set of posts based on post tag you choose on Customizer. You can display important post or something like editor's choice posts. It displayed on Home page and category page.
Setting up category for this theme is no different than standard category setup in WordPress, however, we provide some additional settings.
Please go to Posts > Categories and fill in the info required.
There are 4 layout styles to choose for: (click to view demo)
There are 3 list layout styles to choose for: (click to view demo)
On category page you can display featured posts to make your category page more attractive. Just checked the option then click the Customizer link to setup the featured posts.
There are 2 featured posts style to choose for: (click to view demo)
Post formats is a custom presentation of a post and TrueReview offers 4 post formats you can choose.
ImportantYou need to install and activate Advanced Custom Fields Pro plugin to see the post format metabox. Please see Installing Recommended Plugins section for more information.
Standard format is just a standard post withouth any extra data you can display. In other words this is just a normal post.
If you have post and you want to embed an audio, you can use this Audio format. There are 2 methods to embed your audio to your post (please refer to the picture above):
If you have post and you want to embed an video, you can use this Video format. There are 2 methods to embed your video to your post (please refer to the picture above):
TrueReview will automatically convert your images you uploaded to the metabox to a gallery slider. Please see the demo to see it in action.
The review system is pretty self-explanatory. You only have to enable it for post that are supposed to contain to be a review.
ImportantYou need to install and activate Advanced Custom Fields Pro plugin to see the review metabox. Please see Installing Recommended Plugins section for more information.
The coupon system is pretty self-explanatory. You only have to enable it for post that are supposed to contain to be a coupon.
ImportantYou need to install and activate Advanced Custom Fields Pro plugin to see the review metabox. Please see Installing Recommended Plugins section for more information.
We integrate TrueReview with Page Builder by SiteOrigin plugin to build the home page. It makes easier to build complex home page. Before you create your custom home page with this plugin, please familiarize yourself with it by reading their official documentation.
TrueReview comes with 6 custom blocks for the page builder, we include it to help you to build your custom home page. If you already read the Page Builder documentation, to add block or content to the page builder you need to click the + Add Widget button.
When the pop up modal appear, please click the True Review Widgets to see TrueReview's built-in blocks.
Info if you need more custom widgets for the page builder, you can install SiteOrigin Widgets Bundle.
For the home page we created a prebuilt builder layout to get you quickly learn how the page builder works.
Once you have created a page that you would like to use as your home page, please follow the next steps below:
TrueReview comes with optional About page template to display your website description and team. Please check the demo to see it in action. But, to display the team data you need to install our Team plugin.
We included custom Contact page template for you to create custom contact page with maps and contact form. Please see the demo to see it in action.
Just type in your address then it will automatically find your address in the map.
We recommended you to install Contact Form 7 plugin, install it, setup it then paste the shortcode here.
You can setup the layout per post or page. This is done when you add or edit the post or page. There are 4 types layout you can choose:
You can use these shortcodes by installing our Shortcodes plugin which available for free! You can see the shortcodes in action here.
All of our themes include a language file to make translating to a different
language easy. Inside the theme folder /wp-content/themes/themename/languages
,
you'll find a language file named themename.pot
. Or in this
theme file named truereview.pot
Before translating the theme, you'll need to make sure WordPress is setup
correctly with your locale. Open wp-config.php
and modify the
line below.
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to "de_DE" to enable German
* language support.
*/
define( 'WPLANG', '' );
truereview.pot
in Poedit. Translate as needed.de_DE.po
.