Getting Started

General Information

Thank you for purchasing our theme. We are happy that you are one of our customers and we assure you won't be disappointed as well. We do our best to produce top notch themes with great functionality, premium designs and human readable code. Before you get started we highly encourage you to get familiar with this documentation file. Spending half an hour reading the manual may save lot's of your time and avoid questions with obvious answers.

We also recommend to check our video tutorials and articles.

Please Notice! Our support covers getting setup, trouble using any features, and any bug fixes that may arise. Unfortunately we cannot provide support for customizations or 3rd party plugins. If you need help with customizations of your theme then you should enlist the help of a developer.

IMPORTANT! Please be aware that we do not include theme related .PSD files in the theme package, because it might significantly increase the size of a downloadable archive and also because most of our customers often just do not request it.

WordPress Information

To use this theme you must have WordPress engine installed. We assume you have a working version of WordPress already up and running. If not you can check this great video by Woothemes guiding you through the process of WordPress installation.

How to install WordPress - A tutorial on how to install WordPress on your hosted domain.

We also encourage you to actively use the links below. These useful resources cover most of general WordPress questions you may have:

  • WordPress FAQ - Information and resources about WordPress including history, features, semantics, glossary, and information to help you determine whether or not WordPress is the blogging tool for you.
  • WordPress Lessons - Great source of knowledge for WordPress beginners
  • PHP Function References - Detailed information on WordPress PHP functions and usage examples

NOTICE! The theme is designed for free WordPress version downloaded at WordPress.org. We do not guarantee the theme full compatibility with installations on Wordpress.com due to limitations in website control and theme customization.

Installation Information

Theme Requirements

To use this theme you must be running WordPress 3.9 or higher, PHP 5.6 or higher, and mysql 5 or higher. If you use hosting with limited resources (for example GoDaddy and other lowcost shared hosting providers), you may experience issues with one-click demo data installation feature.

We recommend you to contact your web hosting service provider to make sure that your server PHP configuration limits are as follows:

  • max_execution_time 600
  • memory_limit (up to) 256M or 512M for creating custom color schemes with LESS CSS compiler.
  • post_max_size 32M
  • upload_max_filesize 32M

If you are running unmanaged dedicated server or VPS, you should check your php.ini file. Alternatively, you can edit .htaccess file in the root of your website and add the following values:

php_value max_execution_time 600
php_value memory_limit 256M
php_value post_max_size 32M
php_value upload_max_filesize 32M

Setting these values will ensure you will not get error messages during the installation. To safeguard your website, please use secure passwords and the latest version of WordPress and plugins.

IMPORTANT! To avoid any errors that might come up during the installation we recommend to have memory limit set up to 512M.

Here is the list of other recommended web hosting services:

Installation

Unpacking the theme

Before installing the theme please make sure you unpacked the archive and extracted theme files. After unzipping the archive you will see the following files.

If you try to install the wrong files you will get missing styles.css file error. This is the most frequent error meaning you are trying to install incorrect package.

To install "MODS" theme you must have a working version of WordPress already installed. For information in regard to installing the WordPress platform, please see the WordPress Codex - http://codex.wordpress.org/Installing_WordPress or check this great video tutorial.

Update WordPress: To ensure a positive user experience, we highly recommend you to update your WordPress to the latest stable version. This will help to ensure that you are able to utilize all of the latest features of WordPress.

NOTICE! The theme is designed for free WordPress version downloaded at WordPress.org. We do not guarantee the theme full compatibility with installations on Wordpress.com due to limitations in website control and theme customization.

You can install the theme in two ways:

  • via FTP:
    1. Log into your web server with FTP client software
    2. Unzip the mods.zip file and ONLY use the extracted /mods theme folder
    3. Upload the extracted /mods theme folder into /wp-content/themes folder
    4. Activate the newly installed theme. Go to Appearance > Themes and activate it.
  • via WordPress:
    1. Login to admin panel.
    2. Go to Appearance - Themes and click on the Add New button.
    3. Choose Upload theme option. Click on Browse... (Choose file in Safari/Chrome), select the "mods.zip" and click in Install Now button.
    4. After successful installation click on Activate or go to Appearance - Themes and click on Activate to activate the newly installed theme.
    5. After the theme's activation you will be prompted to install recommended plugins: MailChimp for WP, Revolution Slider, Themerex Utilities, WPBakery Page Builder and WooCommerce.



      All these plugins are included into the theme's archive or can be installed (optionally) from the WordPress.org repository on your own.

      The theme may function without any of these plugins. But if you want your website look precisely as on demo page, you should install all the recommended plugins and import demo content. This is a good idea if you are building your website from scratch.

      However, if you have an existing website, you should be very careful with plugin installation and importing demo data - this might affect your site content and structure. Please read the Demo Content article for more information.
    6. A new menu item Appearance -> T-REX Options. will appear.
    7. Attention! If you want to make changes in theme’s templates or functions, we recommend activating a child theme before demo data installation, otherwise the Theme Options will be lost. Please see the Child Theme section for more information.

Plugins Installation

In order to make the theme look exactly as at demo page you need to install recommended plugins. Click on Begin installing plugins link.

You will be redirected to plugins installation page. Check all listed plugins, select Install option and click on Apply button. Installation may take few minutes, please be patient and do not refresh the page.

After installation you will see this notification informing that plugins were installed successfully

Child Theme

Child theme is for developers willing to make changes to core functions and code. If you are not planning to dig that deep, you can easily skip this chapter.

IMPORTANT: If you want to make changes in theme’s templates or functions, we recommend that you install child theme and make changes there. To learn more about the purpose and basis of creation of child theme, visit WordPress Codex on http://codex.WordPress.org/Child_Themes.

In the theme pack you will see materials for the child theme. It’s located in the "mods-child.zip" archive. You can install the child theme the same way as you install the main theme (see above in the section "Installation").

A few recommendations on how to use Child Theme from AxiomThemes:

  • Almost all files from the main theme can be replaced in the theme. It doesn’t concern only .php-files with templates and basic logics, but also both .js, .css files from respective folders and files with images, icons etc..
  • If you want to change some of the theme-related functions or to add new ones, copy/add all the required functions into 'functions.php' in the "mods-child" folder. If our theme contains functions with such names, they will be replaced with yours, if not – your functions will complete our theme’s logics.

    IMPORTANT: If you want to replace some functions from other files (except functions.php), e.g. from _wp_utils.php or _utils.php, we strongly do not recommend you copy respective files into the child theme, but you should create the respective functions in functions.php in the child theme. This should be done so that when updating the theme, new functions from these files are available for use.

    As for other files - putout templates from the folder 'templates', images from the folder 'images' etc. - to make changes, copy theme into the folder 'child theme' and make changes there.

Demo Content

Our themes have simple One click demo data import tool. It's very easy to use and you can get precise copy of our demo website in just 1 click, really.

Before installing demo data be sure you have installed all required plugins, please refer to Plugins installation section of this document for details.

To import demo content into a WordPress site follow these steps:

  1. Log in to your site as an administrator.
  2. If you see a message prompting to install ThemeREX Utilities plugin - you can click on "Begin installing plugins" and install it on the corresponding page.
    IMPORTANT: The rest plugins supplied with the theme are recommended and not mandatory for installation of demo content.



  3. Go to Appearance -> Install Demo Data:



  4. On the page that showed up please set the required parameters.
    • Only pages, forms and sliders - Allows you to select the content you need to be imported for a definite page, slider, etc. It is recommended when the site is already built.



    • Whole demo-site content - Allows you to import whole demo content. It is recommended for new installations of WordPress.
      IMPORTANT: When installing whole demo-data ALL EXISTING CONTENTS of your website will be deleted and replaced with the new data! We highly recommend that you install demo data only on blank WordPress install.

  5. Click on "Start Import" button.
    IMPORTANT: Please wait while demo data is being copied from our server to your site. It may take a while and depends significantly upon Internet connection speed between your website and our server. Please wait patiently and do not refresh/leave the page.
  6. After the data is successfully imported you will see the "Congratulations" message:



    In 99.9% it works fine, but if something went wrong and data was not imported, please repeat the procedure described above. The system will find the last item imported successfully and you will be able to continue the import.

    In case "Demo Data" installation stuck, you can manually install it by downloading the demo.zip archive from our server and extract it in your Theme's folder root directory. If the issue persists, please contact your hosting provider to make sure that your server configuration meets the Theme Requirements.

Theme Update

IMPORTANT: Before you go ahead with the update please check theme changelog and make sure you backup your old theme folder. Download it to your computer locally.

It is the best practice to backup both your files and database regularly and especially before making some serious updates.

Update using FTP client

  1. Find the theme and download “Installable WordPress file”.
  2. Connect to your server using desktop client software (we recommend CyberDuck and Filezilla).
  3. Change directory to /wp-content/themes.
  4. Remove existing folder with old theme files.
  5. Unpack theme installable files and upload to themes folder
  6. Update the included plugins if you see a notification message letting you know the plugins have a new version.
    • Navigate to WP Dashboard > Plugins > Installed Plugins.
    • Update ThemeREX Utilities plugin. You can click on "Update" button (if available in a particular theme) or deactivate and delete this plugin. Then follow the prompt to install it again. This will load a new plugin version on the site.
    • Deactivate and delete the rest plugin(s) of old version.
    • Go to Appearance > Install Plugins and install the plugin(s) like it was described in the Plugins Installation section of this documentation.

Save T-REX Options

In case color styles/schemes, for some reason (for example after the theme update) fall back to their default settings/values, then you need to regenerate the styles and colors again. All you need to do is just navigate to Appearance -> T-REX Options -> Customization -> General tab and click on "Save" button.

Quick Start

After theme activation and demo content import we are ready to get started with basic theme settings like site title, logo, favicon etc.

To change your site title, go to Settings -> General. Please notice, these parameters are important for search engines.

Another great idea may be setting custom permalinks structure to make them more SEO friendly and human readable. Go to Settings -> Permalinks and make changes according to example below.

Now let's navigate to Appearance -> T-REX Options. It gives you control over most of theme settings from one place. There are quite a lot of parameters here, but luckily the majority of them have default values that suit most of the users. We will take a really closer look at them a bit later. Now just a few words about how it all works to give you an idea of our Settings Inheritance System

IMPORTANT: One of the most important theme features is Settings Inheritance System. You can flexibly control the appearance and behaviour of the whole website and individual pages, posts and categories. You can set individual display styles, sliders, output settings of page components (posts), and many more for the required category or for each post separately. In a couple of words you can set global styles and then change them for each page/post/category individually. These changes will override global styles affecting selected elements and their descendant elements.

How is works

First, you should navigate to Appearance - T-Rex options and set global options that will work throughout the whole site. These settings will be default for all categories, pages, and posts of the theme:

As we mentioned above most of global theme settings can be overridden in the categories, pages, and posts. For example, you need to change style of blog stream page for category that contains Portfolio type posts. Navigate to that category, click on edit button and in the bottom of the page change appearance settings according to your needs:

From now on, all the posts in this category and its subcategories will be displayed in the style of "CUBE big". However hover-effect "Dir" will be preserved for them. Posts of the rest of categories (unless individual settings were applied) will be displayed as defined in T-REX Options. By the way, the remaining settings of the category that were not changed (overridden) will also be inherited from the parent ones. If the settings were not changed here too - from T-Rex options.

If you want to change the appearance of individual post in the category you should find that post, click on "edit" button and set custom parameters. You can find "Post Options" in the bottom of the post edit page. These parameters will override both category settings and global settings defined in T-Rex options panel.

Homepage

Now, let's proceed with creating our home page. You can create as many options of the main page, as you want.

We will show you how to configure our Homepage (just the same one as on our demo). Feel free to create your own custom homepage layouts.

Home Landing

The picture below demonstrates the page style we are aiming at:

The algorithm of our actions would be as follows:

  1. Select Pages > Add New and create a new page.
  2. Specify a name for it (e.g. Home).
  3. Navigate to Post Options > Customization > Menu section and set the "Menu display" option to "Absolute position". See the example below.


  4. Go to Post Options > Customization > Slider section and enable the "Show Slider" option. Then select the necessary "Slider Engine" and the slider itself in the "Revolution Slider alias or Royal Slider ID" field.



  5. In the Body style tab choose "Fullwide" option for the "Body style".



  6. Now let's remove the main sidebar. To do this go to the Sidebars -> Main tab and choose "None" option for the "Show main sidebar".



  7. Once it's done go to the Blog > General and Blog > Single page sections and disable all the parameters like it is shown on the screenshots below.



Now the page is ready for further customization with WPBakery Page Builder. Before you start, please check these WPBakery Page Builder related tutorials. They will give you a basic understanding of how to build a page properly.

  1. Official WPBakery Page Builder FAQ page.

  2. WPBakery Page Builder: A Guide To Drag & Drop Page Building

  3. How to Add Row and Column with WPBakery Page Builder.

  4. How to Add Row or Column Background with WPBakery Page Builder.

  5. How to Create Empty Space Between Elements with Custom Height.

The whole page is build with the following elements: Rows, Block containers, Content blocks, Gaps, Columns and Blogger shortcode. All homepages consist of one block with several shortcodes prepent to it. On the screenshots below you can see which backend section corresponds to a frontend section.

Here is how it looks on the frontend:

And here is how it looks in the WPBakery Page Builder's backend editor:


If you are wondering what the raw Home page code looks like, here it is:

[vc_row][vc_column width="1/1"][trx_content top="60"][trx_text size="14" uppercase="yes" color="#ec6c4f" align="center" spacing="3" bottom="10"]Recommended for you[/trx_text][trx_title type="2" align="center" bottom="80"]This is MODS[/trx_title][trx_blogger cat="3" count="14" visible="14" columns="5" offset="0" indent="yes" orderby="date" order="asc" style="portfolio_mini" info="no" bottom="15"][trx_text size="18" uppercase="yes" align="center" bottom="60" color="#999999" url="/?post_type=product" icon="icon-arrows_slim_right" position="right"]View all stuff[/trx_text][trx_line top="90" bottom="90"][trx_text size="14" uppercase="yes" color="#ec6c4f" align="center" spacing="3" bottom="10"]We recommend[/trx_text][trx_title type="2" uppercase="yes" align="center" bottom="70"]Featured Products[/trx_title][recent_products per_page="5" columns="5" orderby="date"][trx_columns indent="no" columns="3" top="40" bottom="100"][trx_column_item][trx_block background="#ffce67" style="padding: 30px;"][trx_icon icon="icon-logistics14" color="#ffffff" size="50" align="left" right="20"][trx_text color="#fff" weight="600" url="#"]FREE SHIPPING ON ORDERS*[/trx_text][trx_text color="#fff" style="italic" weight="300" url="#" icon="icon-right11-1" position="right"]*More info here[/trx_text][/trx_block][/trx_column_item][trx_column_item][trx_block background="#ec6c4f" style="padding: 30px;"][trx_icon icon="icon-circular250" color="#ffffff" size="50" align="left" right="20"][trx_text color="#fff" weight="600" url="#"]FREE RETURN[/trx_text][trx_text color="#fff" style="italic" weight="300" url="#" icon="icon-right11-1" position="right"]What is your US Returns Policy?[/trx_text][/trx_block][/trx_column_item][trx_column_item][trx_block background="#aadad3" style="padding: 30px;"][trx_icon icon="icon-telephone101" color="#ffffff" size="50" align="left" right="20"][trx_text color="#fff" weight="600" url="#"]FREE SUPPORT[/trx_text][trx_text color="#fff" style="italic" weight="300"]Mo-Fr, 10.00-19.00 CET[/trx_text][/trx_block][/trx_column_item][/trx_columns][trx_text size="14" uppercase="yes" color="#ec6c4f" align="center" spacing="3" bottom="10"]WE RECOMMEND[/trx_text][trx_title type="2" align="center" bottom="80"]FASHION NEWS[/trx_title][trx_blogger ids="398,105,107" count="3" visible="3" columns="3" offset="0" indent="yes" location="default" dir="horizontal" scroll="no" descr="130" bottom="50"][/trx_content][trx_section image="/wp-content/uploads/2015/01/23456d.jpg" style="padding: 80px 0 40px 0;"][trx_content width="840"][trx_testimonials style="3" controls="yes" pagination="no"][trx_testimonials_item name="Brandon Stone" photo="/wp-content/uploads/2015/02/14.jpg"]
Buy with confidence. This theme is top quality. Find an issue? Worry not, because the support that this team provides is amazing! I would definitely recommend this theme for your next project or any other theme from Axiom for that matter. Thanks Irvin!
[/trx_testimonials_item][trx_testimonials_item name="Mike Doe" photo="/wp-content/uploads/2015/02/13.jpg"]
Hi! I’ve just check and it work perfectly! Thank you very much for your kindness and for all the work you’ve done to solve this issue. I’ll write about your fantastic support wherever i can. Thanks again.
[/trx_testimonials_item][trx_testimonials_item name="Anna Doe" photo="/wp-content/uploads/2015/02/12.jpg"]
Hello All, Firstly, thank you so much for the great template! I have spent around 10hrs looking for a good template and yours was the best!
[/trx_testimonials_item][trx_testimonials_item name="John Doe" photo="/wp-content/uploads/2015/02/211.jpg"]
Awesome, thanks for looking out for us Axiom. Money well spent.
[/trx_testimonials_item][/trx_testimonials][/trx_content][/trx_section][trx_content][trx_columns indent="no" columns="6" top="60" bottom="60"][trx_column_item][trx_image src="/wp-content/uploads/2015/03/1a.png" url="#"][/trx_column_item][trx_column_item][trx_image src="/wp-content/uploads/2015/03/2a.png" url="#"][/trx_column_item][trx_column_item][trx_image src="/wp-content/uploads/2015/03/3a.png" url="#"][/trx_column_item][trx_column_item][trx_image src="/wp-content/uploads/2015/03/4a.png" url="#"][/trx_column_item][trx_column_item][trx_image src="/wp-content/uploads/2015/03/5a.png" url="#"][/trx_column_item][trx_column_item][trx_image src="/wp-content/uploads/2015/03/6a.png" url="#"][/trx_column_item][/trx_columns][trx_line][trx_sidebar name="custom-sidebar-1" columns="4" top="60" bottom="60"][trx_line][trx_columns indent="no" columns="3" top="90" bottom="90"][trx_column_item][trx_icon icon="icon-mobilephone20" align="center" size="30"][trx_text align="center"]+1 (44) 123-45-67[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-pin60" align="center" size="30"][trx_text align="center"][email protected] 176 W street name[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-envelope54-1" align="center" size="30"][trx_text align="center"][email protected][/trx_text][/trx_column_item][/trx_columns][/trx_content][/vc_column][/vc_row]

Once you finished with building your page you would need to assign it as Homepage. To do this:

  1. Select the menu item Settings - Readings



  2. In the Homepage displays section select "A static page (select below)" option, in the "Homepage:" dropdown list choose the page you have already created.

Below you can find another variation of the same Homepage we have described earlier.

Home Sale

This is how the second version of Homepage looks like.

Frontend.



Backend.



Raw code.

[vc_row][vc_column][trx_blogger style="portfolio_mini" ids="1656,1661,1667,1670,1673,1676" columns="6" info="no" bottom="100" indent="no"][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]sale up to 50% off[/trx_text][trx_title type="2" align="center" bottom="75" uppercase="yes"]Sale![/trx_title][trx_blogger style="portfolio_mini" cat="22" count="6" visible="6" offset="0" columns="5" info="no" bottom="36" indent="yes"][trx_text color="#999999" size="24" uppercase="yes" align="center" bottom="90" url="/?post_type=product" icon="icon-arrows_slim_right" position="right"]View all stuff[/trx_text][trx_line][trx_content top="100"][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]We recommend[/trx_text][trx_title type="2" align="center" bottom="70" uppercase="yes"]Featured Products[/trx_title][recent_products per_page="5" columns="5" orderby="date" order=""][trx_columns columns="3" indent="no" top="40"][trx_column_item][trx_block style="padding: 30px;" background="#ffce67"][trx_icon icon="icon-logistics14" color="#ffffff" align="left" size="50" right="20"][trx_text color="#fff" weight="600" url="#"]FREE SHIPPING ON ORDERS*[/trx_text][trx_text color="#fff" weight="300" style="italic" url="#" icon="icon-right11-1" position="right"]*More info here[/trx_text][/trx_block][/trx_column_item][trx_column_item][trx_block style="padding: 30px;" background="#ec6c4f"][trx_icon icon="icon-circular250" color="#ffffff" align="left" size="50" right="20"][trx_text color="#fff" weight="600" url="#"]FREE RETURN[/trx_text][trx_text color="#fff" weight="300" style="italic" url="#" icon="icon-right11-1" position="right"]What is your US Returns Policy?[/trx_text][/trx_block][/trx_column_item][trx_column_item][trx_block style="padding: 30px;" background="#aadad3"][trx_icon icon="icon-telephone101" color="#ffffff" align="left" size="50" right="20"][trx_text color="#fff" weight="600" url="#"]FREE SUPPORT[/trx_text][trx_text color="#fff" weight="300" style="italic"]Mo-Fr, 10.00-19.00 CET[/trx_text][/trx_block][/trx_column_item][/trx_columns][trx_columns columns="6" indent="no" top="70" bottom="60"][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/1a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/2a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/3a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/4a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/5a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/6a.png"][/trx_column_item][/trx_columns][trx_line bottom="60"][trx_block style="text-align:center;"][trx_title type="2" style="display:inline-block; vertical-align: top;" size="medium" right="20" height="48"]Sign up for mods style news[/trx_title][vc_column_text el_class="subscribe-form"][mc4wp_form id="2272"][/vc_column_text][/trx_block][trx_line top="60"][trx_sidebar name="custom-sidebar-1" columns="4" top="60" bottom="60"][trx_line][trx_columns columns="3" indent="no" top="90" bottom="90"][trx_column_item][trx_icon icon="icon-mobilephone20" align="center" size="30"][trx_text align="center"]+1 (44) 123-45-67[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-pin60" align="center" size="30"][trx_text align="center"][email protected] 176 W street name[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-envelope54-1" align="center" size="30"][trx_text align="center"][email protected][/trx_text][/trx_column_item][/trx_columns][/trx_content][/vc_column][/vc_row]
                        

Home Full Width

This is how the third version of Homepage looks like.

Frontend.



Backend.



Raw code.

[vc_row][vc_column][trx_columns columns="2" indent="no" bottom="90"][trx_column_item][trx_block style="padding: 20px;" background="#f1f1f3"][trx_blogger style="portfolio_big" ids="1770" columns="1" info="no" orderby="rand" indent="no"][/trx_block][/trx_column_item][trx_column_item][trx_block style="padding: 20px;" background="#e6e6e8"][trx_blogger style="portfolio_big" ids="1765" columns="1" info="no" orderby="rand" indent="no"][/trx_block][/trx_column_item][/trx_columns][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]inspiration from the community[/trx_text][trx_title type="2" align="center" bottom="30"]OUTFITS & LOOKS[/trx_title][trx_text color="#999999" align="center" bottom="100"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/trx_text][trx_blogger style="portfolio_mini" ids="902,425,907,423,420,416,905,37,35,899,402" scroll="no" bottom="100" indent="no"][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center"]The labels you love[/trx_text][trx_title type="2" align="center" bottom="70"]Brands[/trx_title][trx_columns columns="6" indent="no" top="70" bottom="100"][trx_column_item][trx_image url="#" left="12" right="12" src="/wp-content/uploads/2015/02/2.jpg"][/trx_column_item][trx_column_item][trx_image url="#" left="12" right="12" src="/wp-content/uploads/2015/02/3.jpg"][/trx_column_item][trx_column_item][trx_image url="#" left="12" right="12" src="/wp-content/uploads/2015/02/4.jpg"][/trx_column_item][trx_column_item][trx_image url="#" left="12" right="12" src="/wp-content/uploads/2015/02/5.jpg"][/trx_column_item][trx_column_item][trx_image url="#" left="12" right="12" src="/wp-content/uploads/2015/02/6.jpg"][/trx_column_item][trx_column_item][trx_image url="#" left="12" right="12" src="/wp-content/uploads/2015/02/1.jpg"][/trx_column_item][/trx_columns][trx_content][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]WE RECOMMEND[/trx_text][trx_title type="2" align="center" bottom="80"]FASHION NEWS[/trx_title][trx_blogger ids="398,105,107" columns="3" descr="130" scroll="no" bottom="70" indent="yes"][trx_block style="text-align:center;" bottom="70"][trx_title type="2" style="display:inline-block; vertical-align: top;" size="medium" right="20" height="48"]Sign up for mods style news[/trx_title][vc_column_text el_class="subscribe-form"][mc4wp_form id="2272"][/vc_column_text][/trx_block][/trx_content][/vc_column][/vc_row]
                        

Home - About

This is how the fourth version of Homepage looks like.

Frontend.



Backend.



Raw code.

[vc_row][vc_column][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" top="100" bottom="10"]hello[/trx_text][trx_title type="2" align="center" bottom="30"]welcome to mods[/trx_title][trx_text color="#999999" align="center" bottom="70"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[/trx_text][trx_section style="overflow: hidden;" image="/wp-content/uploads/2015/04/xx30.png" width="100%"][trx_block style="margin: 0; padding: 120px 20px;" align="right" background="#f5f5f5" width="923" responsive="yes"][trx_content width="635"][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" bottom="10"]THE mods STORY[/trx_text][trx_title type="2" bottom="30"]About mods[/trx_title][trx_text]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.[/trx_text][/trx_content][/trx_block][/trx_section][trx_section style="overflow: hidden;" image="/wp-content/uploads/2015/04/xx31.png" width="100%"][trx_block style="margin: 0; padding: 120px 20px;" align="left" background="#f5f5f5" width="920" responsive="yes"][trx_content width="435"][trx_title type="2" bottom="30"]our services[/trx_title][trx_text bottom="30"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.[/trx_text][trx_columns columns="6" indent="no"][trx_column_item][trx_icon icon="icon-iconmonstr-shipping-box-12-icon" align="center" box_style="square" bg_color="#ffce67" size="24" link="#" bottom="0"][trx_text color="#999999" align="center"]Shipping[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-update22" align="center" box_style="square" bg_color="#ec6c4f" size="24" link="#" bottom="0"][trx_text color="#999999" align="center"]Return[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-notes26" align="center" box_style="square" bg_color="#aadad3" size="24" link="#" bottom="0"][trx_text color="#999999" align="center"]Size info[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-gift84" align="center" box_style="square" bg_color="#85c3dc" size="24" link="#" bottom="0"][trx_text color="#999999" align="center"]Gifts[/trx_text][/trx_column_item][trx_column_item][trx_icon icon="icon-iconmonstr-lifebuoy-icon" align="center" box_style="square" bg_color="#bcb2a6" size="24" link="#" bottom="0"][trx_text color="#999999" align="center"]Support[/trx_text][/trx_column_item][/trx_columns][/trx_content][/trx_block][/trx_section][trx_section align="center" width="1395"][trx_columns columns="3" indent="no" top="80"][trx_column_item][trx_block left="30" right="30"][trx_title type="3" bottom="30"]featured SALE[/trx_title][trx_image url="no" bottom="20" src="/wp-content/uploads/2015/04/xx32.png"][trx_text color="#999999" bottom="30"]Enjoy seasonal deals, coupons, recipes and tips from The Healthy Farm value guide.[/trx_text][trx_button text="VIEW featured sales" style="shadow" fullsize="no" link="#" target="no" popup="no"][/trx_block][/trx_column_item][trx_column_item][trx_block left="30" right="30"][trx_title type="3" bottom="30"]mods STYLISTS[/trx_title][trx_image url="no" bottom="20" src="/wp-content/uploads/2015/04/xx33.png"][trx_text color="#999999" bottom="30"]Follow the MODS stylists for shopping edits and advice tailored to you.[/trx_text][trx_button text="VIEW mods stylists" style="shadow" fullsize="no" link="#" target="no" popup="no"][/trx_block][/trx_column_item][trx_column_item][trx_block left="30" right="30"][trx_title type="3" bottom="30"]OUTFITS & LOOKS[/trx_title][trx_image url="no" bottom="20" src="/wp-content/uploads/2015/04/xx34.png"][trx_text color="#999999" bottom="30"]These lightly spiced pillowy potato dumplings made with sweet potatoes are great with pesto or roasted veggies.[/trx_text][trx_button text="VIEW FASHION FINDER" style="shadow" fullsize="no" link="#" target="no" popup="no"][/trx_block][/trx_column_item][/trx_columns][/trx_section][trx_content][trx_line top="80" bottom="80"][trx_columns columns="6" indent="no" bottom="90"][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/1a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/2a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/3a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/4a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/5a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/6a.png"][/trx_column_item][/trx_columns][/trx_content][trx_section style="padding: 70px 0 40px 0;" background="#f6f6f5"][trx_content width="1230"][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]WHO WE ARE?[/trx_text][trx_title type="2" align="center" bottom="30"]meet our team[/trx_title][trx_team columns="4" info="yes" indent="yes"][trx_team_item user="admin" name="alfred coleman" position="Creative director" email="[email protected]" photo="1900"][/trx_team_item][trx_team_item user="admin" name="Brittany Hart" position="Creative director" email="[email protected]" photo="/wp-content/uploads/2015/04/xx36.png"][/trx_team_item][trx_team_item user="admin" name="milton armstrong" position="Creative director" email="[email protected]" photo="/wp-content/uploads/2015/04/xx37.png"][/trx_team_item][trx_team_item user="admin" name="Courtney Hudson" position="Creative director" email="[email protected]" photo="/wp-content/uploads/2015/04/xx38.png"][/trx_team_item][/trx_team][/trx_content][/trx_section][trx_block style="text-align:center;" top="60" bottom="60"][trx_title type="2" style="display:inline-block; vertical-align: top;" size="medium" right="20" height="48"]Sign up for mods style news[/trx_title][vc_column_text el_class="subscribe-form"][mc4wp_form id="2272"][/vc_column_text][/trx_block][/vc_column][/vc_row] 
                        

Home - Lookbook

This is how the fifth version of Homepage looks like.

Frontend.



Backend.



Raw code.

[vc_row][vc_column][trx_slider count="2" controls="yes" pagination="no" links="yes" width="1860" height="288" bottom="100" theme="dark"][trx_slider_item src="/wp-content/uploads/2015/02/45.jpg" theme="dark"][/trx_slider_item][trx_slider_item src="/wp-content/uploads/2015/02/876.jpg" theme="dark"][/trx_slider_item][/trx_slider][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]TRENDS & FEATURES[/trx_text][trx_title type="2" align="center" bottom="70"]lool book 2015[/trx_title][trx_blogger style="portfolio_medium" ids="1933,1945,1947,1952,1954,1956,1958,1960" scroll="no" bottom="100" indent="yes"][trx_content][trx_text color="#ec6c4f" size="14" spacing="3" uppercase="yes" align="center" bottom="10"]WE RECOMMEND[/trx_text][trx_title type="2" align="center" bottom="80"]FASHION NEWS[/trx_title][trx_blogger ids="398,105,107" columns="3" descr="130" scroll="no" indent="yes"][/trx_content][trx_content][trx_columns columns="6" indent="no" top="60" bottom="60"][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/1a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/2a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/3a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/4a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/5a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/6a.png"][/trx_column_item][/trx_columns][trx_line bottom="60"][trx_block style="text-align:center;"][trx_title type="2" style="display:inline-block; vertical-align: top;" size="medium" right="20" height="48"]Sign up for mods style news[/trx_title][vc_column_text el_class="subscribe-form"][mc4wp_form id="2272"][/vc_column_text][/trx_block][trx_line top="60"][trx_sidebar name="custom-sidebar-1" columns="4" top="60" bottom="60"][/trx_content][/vc_column][/vc_row] 
                        

Home with sidebar

This is how the sixth version of Homepage looks like.

Frontend.



Backend.



Raw code.

[vc_row][vc_column][trx_blogger style="portfolio_mini" cat="22" count="6" visible="6" offset="0" columns="5" info="no" top="50" bottom="15" indent="yes"][trx_text color="#999999" size="18" uppercase="yes" align="center" bottom="100" url="#" icon="icon-arrows_slim_right" position="right"]View all stuff[/trx_text][trx_content][trx_columns columns="3" indent="no" bottom="100"][trx_column_item][trx_block style="padding: 30px;" background="#ffce67"][trx_icon icon="icon-logistics14" color="#ffffff" align="left" size="50" right="20"][trx_text color="#fff" weight="600" url="#"]FREE SHIPPING ON ORDERS*[/trx_text][trx_text color="#fff" weight="300" style="italic" url="#" icon="icon-right11-1" position="right"]*More info here[/trx_text][/trx_block][/trx_column_item][trx_column_item][trx_block style="padding: 30px;" background="#ec6c4f"][trx_icon icon="icon-circular250" color="#ffffff" align="left" size="50" right="20"][trx_text color="#fff" weight="600" url="#"]FREE RETURN[/trx_text][trx_text color="#fff" weight="300" style="italic" url="#" icon="icon-right11-1" position="right"]What is your US Returns Policy?[/trx_text][/trx_block][/trx_column_item][trx_column_item][trx_block style="padding: 30px;" background="#aadad3"][trx_icon icon="icon-telephone101" color="#ffffff" align="left" size="50" right="20"][trx_text color="#fff" weight="600" url="#"]FREE SUPPORT[/trx_text][trx_text color="#fff" weight="300" style="italic"]Mo-Fr, 10.00-19.00 CET[/trx_text][/trx_block][/trx_column_item][/trx_columns][trx_block align="left" width="870" right="60" id="home_products"][recent_products per_page="12" columns="3" orderby="rand" order=""][/trx_block][trx_block align="left" width="310" right="0"][trx_sidebar name="custom-sidebar-2" columns="1"][/trx_block][trx_line top="100" bottom="60"][trx_columns columns="6" indent="no"][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/1a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/2a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/3a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/4a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/5a.png"][/trx_column_item][trx_column_item][trx_image url="#" src="/wp-content/uploads/2015/03/6a.png"][/trx_column_item][/trx_columns][trx_line bottom="60"][trx_block style="text-align:center;"][trx_title type="2" style="display:inline-block; vertical-align: top;" size="medium" right="20" height="48"]Sign up for mods style news[/trx_title][vc_column_text el_class="subscribe-form"][mc4wp_form id="2272"][/vc_column_text][/trx_block][trx_line top="60"][trx_sidebar name="custom-sidebar-1" columns="4" top="60" bottom="60"][/trx_content][/vc_column][/vc_row]  
                        

Main Slider

Now, let's set up the main theme's slider. The theme includes the following slider engines which are Swiper Slider and Revolution Slider. You can choose any of your choice.

Built-in Theme Swiper Slider

Built-in theme slider allows you to display Featured images from the posts of any category. You can select a category and specify the number of the posts displayed.

NOTICE! It's a good practice to prepare a category containing slider images beforehand and name it accordingly, like "Slider-Set-1" or sort of. Also we highly recommend to prepare post featured images thoroughly, it's good to make sure they all have similar dimensions and are large enough.

Revolution Slider

Also, the theme is fully compatible with an extremely powerful and beautiful plugins - Revolution Slider and Royal Slider. After installation, you can set any of them as the main slider in the menu Appearance -> T-REX Options -> Customization -> Slider. To do this, set Revolution slider or Royal slider in the field Slider Engine, and specify the alias (ID) of the slider in the Revolution Slider alias or Royal Slider ID field (before using a slider you should create it 1st and have its ID).

 

Here's how your Homepage 1 slider might look like.



Please check the following links for more information regarding the Revolution Slider functionality:

T-Rex Options

As we mentioned in our previous chapter the theme has Settings Inheritance System. Most of the settings defined in T-Rex options work throughout the website and can be overridden later for selected pages/posts/categories. Now, let's review in details each element of T-Rex options panel and see how it affects website behaviour and appearance.

NOTICE! In top right corner of T-Rex options panel you can see Save and Reset buttons. Using this menu you can save your changes, roll back to default settings.

Customization

This section gives you lot's of space for your creativity. You can make a really deep customization of the theme:

Since there are too many options they are subdivided logicaly into several subsections:

General

  • Theme/Accent color - main theme/accent color used for major design elements. Allows you to asjust theme easily to match your corporate colors.
User

  • Show user menu - Here you can choose whether to show custom menu located in the right upper corner of the page or not.

  • Show cart button - You can either hide the cart button through out the website, or show it on all pages, or show on shop pages only.
  • Show Login/Logout buttons - Here you can switch ON/OFF Login/Logout button.
Logo

  • Logo type - You can choose type of the logo - text logo or image.
  • Width of the logo block - Width of the logo block in pixels
There are additional settings for a text logo and for image.

    Customization logo type font

  • Logo text - Here you can set text logo - e.g. MODS.
  • Sub title - This field contains slogan to be displayed under the main logo.
  • Logo font - This field let you choose font for the logo.
  • Logo font style - You cn choose type of text style - regular or Italic
  • Logo font weight - Sets the font as blid. In case this option is not applied for the font used, the most similar will be used.
  • Logo font size - Size of the logo in pt.

  • Customization logo type images

  • Logo image - Here you can select logo image.
  • Logo image for footer - Here you can select logo image for footer.
Menu

  • Show main menu - Here you can show or minimize main menu
  • Menu display - You can choose whetherto display the menu type.
  • Smart scroll menu - Shows menu when scrolling to top (works with fixed menu when it's visible).
  • Submenu width - Here you set the width of submenu items.
  • Max width for responsive menu - Width of the screen in pixels for mobile menu enabling. This value in pixels affects the behaviour of responsive menu. When the value is reached the menu will switch to mobile mode.
  • Banner 1/2/3/4/5 - Upload advertising banner or some image to the menu.



  • Banner url 1/2/3/4/5 - Specify link for the banner.
Slider

  • Show Slider - Turns on/off slider on all ages by default(this can be overriden in custom page settings).
  • Slider display - You can select how display slider by default: fixed width or fullscreen width.
  • Slider engine - Here you can select engine to display slider.
  • Revolution Slider alias or Royal Slider ID - In case if you use Royal slider or Revolution slider - here, you can set id of slider
  • Slider: Category to show - Here you can select the category of posts which will be used to design the slider (ignored for Revolution and Royal sliders).
  • Slider: Number posts or comma separated posts list - Specify the number of posts displayed in slider or comma separated list of posts ID (in this case selected category will be ignored).
  • Posts Slider: Post's order by - (string). The way to sort posts:
    • date - posts ordering by publish date
    • alpha - posts ordering alphabetically
    • views - posts ordering by views count
    • comments - posts ordering by comments number
    • author_rating - posts ordering by review's author marks
    • users_rating - posts ordering by review's readers marks
    • random - posts ordering is random
  • Slider: Post's order - (string). The order to sort posts: asc|desc.
  • Slider: Show post's infobox - Do you want to show post title, reviews rating and description on slides in flex-slider?
  • Slider: Show slider controls - Shows arrows inside slider.
  • Slider: Show slider pagination - Shows bullets for slide switch.
  • Slider: Infobox fixed - Do you want to fix infobox on slides in slider or hide it in hover?
  • Slider: Show post's category - Do you want to show post's category on slides in flex-slider?
  • Slider: Show post's reviews rating - Do you want to show post's reviews rating on slides in flex-slider?
  • Review mark style - Review block display option: short review block or full review block.
  • Slider: Show post's descriptions - Choose whether you want to show post's description on the slides in the slider or not.
  • Slider: height - Specify the slider's height.
  • Slider: Navigation color scheme - Changes color scheme in the slider.
Media

Settings for additional processing of media content on the website: audio, video and galleries:

  • Pop-up's opening effect - Here you can select effect for openning pop-up windows.
  • Substitute standard WordPress gallery - Do you need to replace the original WordPress gallery in the body of the post with our slider?
  • Theme-styled Standard WordPress gallery - Substitute standard WordPress gallery with our theme-styled gallery
  • Substitute audio tags - Do you need to substitute tag <audio> in the post body with special iframe (used for audio files from the server soundclouds)
  • Substitute video tags - Do you need to substitute tag <video> in the post body with special iframe (used for audio files from the server youtube and vimeo)
  • Use Media Element script for audio and video tags - You can use this option to design tags <audio> and <video> with the popular script Media Elements?
Body Style

  • Body style - The way of page displayed:
    1. boxed - page body is located in zone of limited screen width, behind which the background image is seen (set in the fields below)
    2. wide - page body occupies entire screen width (background image is not seen behind it), and contents is placed in the zone of limited width by screen center.
    3. fullwide - page body occupies entire screen width (background image is not seen behind it), contents is stretched to the entire screen with small indents off the window edges.
  • Background color - Global background color for all pages of the theme
  • Background predefined pattern - One of the built-in theme images filling the background as tile (repeated both vertically and horizontally).
  • Background predefined image - One of the built-in theme images used as a fixed background (not repeated).
  • Background custom image - Here you can upload your own image to be used as a fixed background (not repeated).
  • Background custom image position for horizontal/vertical display - Select custom image position for horizontal/vertical display.
  • Background custom image repeat - Select custom image position repeat.
  • Background custom image position - Here you can select the position of the uploaded image.
  • Show user's header - Selects display options for the user's header area. 'Grey' and 'Global' - theme styled variants, 'Custom' - you must put all style properties in the inserted html-code and shortcodes.
  • User's header content background color - Sets the background color for the user's header.
  • User's header content - Paste header html-code and/or shortcodes here. You can use any html-tags and shortcodes.
  • Your CSS code - Put here your css code to correct main theme styles.
Typography

Typography settings for heading and paragraph text.

  • Theme font - Selects theme main font.
  • Heading font - Selects heading main font.
  • Heading 1...6 - Shows the settings for heading 1...6.
    • Font size - Font size (in pixels).
    • Uppercase text - Chooses whether to use uppercase or not.
    • Style - Font style: italic or normal.
    • Weight - Font weight: 100 - light (use it only for large font sizes), 400 - normal, 700 - bold, 900 - extra bold. IMPORTANT: Note that selected fonts support desired weight settings.
    • Line height - Inter line distance (in pixels).
    • Font spacing - Spacing in em.

Sidebars

This section will allow you to create and set any number of sidebars, that will contain different widgets, and assign them to certain areas. There are three areas to display these sidebars: upper, lower and main (side). You may assign its own sidebar to each of these areas. These values can be overriden in each page's settings which means you can create sidebars for each page of your website individually.

  • Custom sidebars - Here you can manage custom sidebars. You can use it with each category (page, post) independently.
Main sidebar

  • Show main sidebar - Here you can select main sidebar position on blog page - left, right or hide sidebar.
  • Select main sidebar - Here you can select one of custom sidebars for the main area.
Top sidebar

  • Show top sidebar - Here you can switch ON/OFF top sidebar.
  • Select top sidebar - Here you can select one of custom sidebars for the top area.
  • Number of columns in widgets - Sets the number of columns in widgets.
Footer sidebar

  • Show footer sidebar - Here you can switch ON/OFF top sidebar.
  • Select footer sidebar - Here you can select one of custom sidebars for the footer area.
  • Number of columns in widgets - You can set the number of columns in widgets for the footer.
  • Show socials - Here you can choose whether to show socials in the footer area or not.

  • Show copyright - Here you can switch ON/OFF copyright area.
  • Footer copyright - Paste here the copyright text to show in the footer area (bottom of the site) ([year] - is for current year).

Blog & Single Page

This section will let you to flexibly set up the appearance and behavior of the blog stream page and single pages.

IMPORTANT: You can override any settings of this section in the settings of the category (they will work with all posts of current category and sub categories contained in it), as well as to set them individually for each page and the post (in Post Options section then creating / editing a post (page).

Usually when creating/editing categories and/or posts you do not need to configure each of them! It would be very tedious. It is enough to once configure the display parameters of separate pages and blog in Appearance - T-Rex options - Blog and not to change the settings within categories (posts, pages) (in all fields leave the default value - "Inherit").

And only in those categories (posts, pages) that should not look like others, you can change these settings.

General parameters

  • Post link - Insert post link.
  • Show post format icon - Here you can enable/disable post format icons on the single post or blog streampage.
  • Show post title - Here you can enable/disable area with post title.
  • Show post info - Here you can enable/disable area with post info on single pages.
  • Post info set - Here you can build the own set of elements displayed in post info area(only for single page). You can change order of this elements and disable some of them.

Blog Stream page parameters

Below is a set of parameters that affects the display of the blog stream page:

  • Blog style - Display style of blog stream page:
    • Classic Blog style - show page title, post format icon, post info large image of the post and button "Read more" in the classic style.
    • Classic full-wide Blog style - as same as classic blog style, but for full wide style of the website.
    • CUBE mini - display posts located in columns as small pictures with description underneath and hover effect. All pictures are cropped by the height till the same size.
    • CUBE medium - displays post as pictures with different hover effects. This description shows up when you hover over the image. All pictures are cropped to the same size.
    • CUBE big - displays post as pictures with different hover effects. This description shows up when you hover over the image. All pictures are cropped to the same size.
  • Post style - Select desired post style:
    • CUBE mini - display posts located in columns as small pictures with description underneath and hover effect. All pictures are cropped by the height till the same size.
    • CUBE medium - displays post as pictures with different hover effects. This description shows up when you hover over the image. All pictures are cropped to the same size.
    • CUBE big - displays post as pictures with different hover effects. This description shows up when you hover over the image. All pictures are cropped to the same size.
  • Portfolio item size - By default post display will look like a cube. Rectangle will be 2x bigger.
  • Post item style - Predetermines blog stream page item's style for each post.
  • Style of excerpt - Choose the excerpt style.
  • Style of hover - Choose hover style.
  • Hover color - Select the color for hover. Only for colored style of hover.
  • Post's background color - Selects the background color for the post. This option will only work for blog style = Cube
  • Dedicated location - Select location for the dedicated content or featured image in the "excerpt" blog style.
  • Info block - display custom infoblock for category, post or page.
  • Info text - Addyour custom text to info block if enabled above.
  • Show filters - Show filter buttons (only for Blog style = Portfolio, Masonry, Classic).
  • Use as filter keywords - Select taxonomy that will be used as a filter for portfolio elements - categories or tags.
  • Blog posts sorted by - (string). Here you can select the desired sorting method for posts:
    • Date - posts ordering by publish date
    • Alphabetically - posts ordering alphabetically
    • Popular (views count) - posts ordering by views count
    • Most commented (comments count) - posts ordering by comments number
    • Author_rating - posts ordering by review's author marks
    • Visitors (users) rating - posts ordering by review's readers marks.
    • Random - posts ordering is random
  • Blog posts order - (string). The order to sort posts: asc|desc.
  • Blog posts per page - The number of posts per page (overrides the same setting from Settings - Reading).
  • Post excerpt maxlength - How many characters from post excerpt will be displayed in blog streampage (only for Blog style = Excerpt). 0 - don't trim excerpt.
  • Single Post link (Read more) - If the option is off, read more and single post link will not be displayed.
  • Show text before "Read more" tag - Whether to display the text of the post, located before tag "Read more"
Single post (page) parameters

Below is a set of parameters that affects the display of the single posts (pages):

  • Frontend editor - This option allows authors registered on your site, edit and delete posts directly on the website's pages.
  • Show featured image before post - Show featured image (if selected) before post content on single pages.
  • Show post title on links, chat, quote, status - Show area with post title on single and blog pages in specific post formats: links, chat, quote, status
  • Show post author details - Show post author information block on single post page.
  • Shows social icons in the author's block - Enables a display option for social icons in the author's block in single posts active if the option is enabled (Show post author details).
  • Show post counters - Enable/Disable "Counters" section (with buttons "Views", "Comments", "Likes", etc.) in single post
Related post

  • Show related posts - You can choose whether to display related posts block on single post page.
  • Related posts number - Paster the number of the related posts showed on single post page
  • Related posts order - Selects the desired ordering method for related posts: asc|desc.
  • Related posts sorted by - (string). Here you can select the desired sorting method for related posts:
    • Date - posts ordering by publish date
    • Alphabetically - posts ordering alphabetically
    • Popular (views count) - posts ordering by views count
    • Most commented (comments count) - posts ordering by comments number
    • Author_rating - posts ordering by review's author marks
    • Visitors (users) rating - posts ordering by review's readers marks.
    • Random - posts ordering is random
Comments post

  • Show comments - Shows comments block on single post page.
  • Show avatar - Shows avatars in comments.
Other parameters

  • Exclude categories - In this list, you can mark the categories that should not be displayed in a blog stream page and in the list of categories (Widget Categories). This may be, for example, some service category.
  • Blog pagination style - Block with page numbers style: as standard page buttons or scrollable block with page numbers.
  • Blog counters - Which counters to display on blog stream page, in the widget and a shortcode: post review counter or comments counter.
  • Post's category announce - Which category display in announce block (over posts thumb) - original or closest parental.
  • Show post date after - How many days after the publication of the post to display the date of its publication in the usual way. Until that time, instead of the date, it will display how many minutes (hours, days) have passed since the publication.

Google map

The section "Google map" provides the settings for the Google map:

  • Show Google Map - Here you can set switch ON/OFF Google map for all pages on your website.
  • Zoom with mouse wheel - Here you can set switch ON/OFF Map's zoom with mouse wheel.
  • Address to show on map - Here you can set address to show on the map.
  • Latitude and Longtitude to show on map - Or you can enter coordinates (separated by comma) to show on map center (instead of address).
  • Google map initial zoom - Here you can enter desired initial zoom for Google map.
  • Google map style - We have predefined set of the google map styles. You can selet one.
  • Google map marker - Here you can select or upload png-image with Google map marker.

Reviews

The section "Reviews" provides the settings for the reviews posts:

  • Show reviews block - Do you want to display a block with reviews rating and summary on single page and average reviews rating after post's title in stream pages
  • Max reviews level - Maximum level for reviews marks: 5 stars, 10 stars or 100%.
  • Show rating as - Select rating display option, you can choose either numerical output or display view in a form of stars, or both.
  • Reviews criteria levels - A word description of levels of evaluation for the "Reviews" (five words separated by commas).
  • Show first reviews - What reviews will be displayed first: by author or by readers. Also this type of reviews will display under post's title.
  • Review block's position - Here you can set the position of review block.
  • Hide second reviews - Do you want to hide second reviews tab in widgets and single posts?
  • What visitors can vote - What visitors can vote: all or only registered.
  • Description Length - Specifies the length of description for Review block.
  • Reviews criterias - Add the required number of evaluation criteria for the posts with Reviews. These criteria will be applied to all posts. You can override them in any category - the new list of criteria will apply to all posts in this category and its sub-categories.

Social

In this section, you can add any number of social networks, indicate their URL's (URL's of your profiles on these networks) and select icons for them. Icons of the networks you have added will be displayed in the widget "Social". Here you can also choose the social networks, whose icons will be displayed on the page of the post for sharing in the social networks.

  • Social networks - Popular social networks URL. Only icons with filled URL are displayed in widget "Social".

Contact info

This section controls company contact information and sets some important values for contact forms and comment forms.

  • Contact form email - Contact form messages and new user registration notifications will be forwarded to this email address. If left empty, default WordPress admin e-mail will be used.
  • Company address (part 1) - The first part of the address: house number and street
  • Company address (part 2) - The second part of the address: city, postal code and country
  • Phone 1 - Comma separated phone numbers set One.
  • Phone 2 - Comma separated phone numbers set Two.
  • Fax - Comma separated fax numbers.
  • Web site - Your web site address.

Service

In this section you can configure miscellaneous theme settings.

  • Show theme cutomizer - Here you can select to show Theme customizer or not.
  • Notify about new registration - Send notification about new user registration. The message will be sent to default admin email address(if contact email is empty).
  • Enable Demo Data Installer - Shows "Install Demo Data" in the menu "Appearance". Attention! When you install demo data all content of your site will be replaced!
  • Use update notifier in admin panel - Show update notifier in admin panel. IMPORTANT: Since to detect the latest version of the theme a third party plugin is used - it may cause building of pages in Dashboard! If you observe such an effect - please switch "Update Notifier" off (select "No" in this parameter).
  • Favicon - Here you can upload and set 16px x 16px image that will represent your website's favicon.
  • Image dimensions - Here you can select what dimensions use for uploaded image: Original or "Retina ready" (twice enlarged). Select Yes only if you expect to show your website on retina displays.
  • Responsive Layouts - Here you can select to use responsive layouts on small screen(mobile version of your website) or still use main layout?
  • Additional filters in admin panel - Whether to use extra filters for Post Format and Tags in admin panel when viewing the list of the blog posts.
  • Use AJAX post views counter - What type of counter should I use to count the number of page views: AJAX is applied if your site uses content caching system (in this case extra requests to the server are being generated). If you do not use caching - this option should be disabled.
  • Compose scripts and styles in single file - You can speed up page loading if compose theme scripts and styles in single file.
  • Custom scroller animation - Remolds standard page scroll.
  • Google API Key - Paste the necessary Google API Key to generate a Google Map. More information on how to generate an API key properly can be found here.
  • Clear cache - Clear WordPress cache data. For example, it recommended after activating the WPML plugin - in the cache leave are incorrect data about the structure of categories and your site may display "white screen". After clearing the cache the performance of the site is usually restored.

Page Options

Every page, post and category has Options panel allowing to override some of global T-Rex options and add custom look to these elements. To find ths panel simply click on Edit page link and scroll down the page, you will find this panel in the bottom of the page. As you can see on image below not all options can be overridden, just some of them. We wont focus much on this panel as we described it's features above. The main thing you should remember is that this panel sets custom styles and behavours for selected element and nested elements (if any, this can be applied mostly to subcategories in selected category).

Blog

Now, you have finished up the appearance of the homepage of your website. It is time to start a blog.

Please notice that blog is a very handy tool for company news and events page, so it's not just for bloggers. To use the blog's functionality in our theme, you need to create the blog stream page. To do this, you need to:

  • Go to Pages under the WordPress menu and then click on Add New.
  • Put your Title as usual ("Blog streampage" for example)
  • Choose "Blog streampage" as the page's template

  • Publish this page.

IMPORTANT: It was an optional step. Even if you do not create a separate page for your blog stream page - you will still use the correct template to display a list of posts. However, creating a separate page will give you an extra advantage - you can set up individual features for blog stream page (position and type of sidebars, color scheme for each element on the page, etc.)

Now, assign the newly created page as "Posts page" (blog streampage). To do this:

  1. Select the menu item Settings - Readings


  2. In the field homepage displays select "A static page (select below)", and in the list "Posts page:"choose the page you have created.

Blog Items

Now you can create blog posts.

  • Go to Posts under the WordPress menu and then click on Add New.
  • Put your Title as usual.
  • Put Content if needed.
  • Select one or more categories to the Categories.

  • Select desired Post Format.

    1. Standart - just set the featured image or without featured image.
    2. Gallery - add a gallery in the post with standard means of WordPress (with Add Media button located above the editor). In the theme settings, you can specify whether you want to replace the original gallery with the built-in theme slider.
    3. Video - Add the YouTube or Vimeo video in the post with the shortcode [video]
    4. Audio - Add the Audio in the post with the shortcode [audio]
    5. Link - Add a link to the body of the post.
    6. Quote - Add text of the quotes ( IMPORTANT: select it and mark as "Blockquote"), and after it - a link to the original source.
    7. Image - Add an image to the body of the post.
    8. Status - Add a one-row message to the body of the post.
    9. Aside - Add a short message to the body of the post.
    10. Chat - Normally, it contains a block of messages - correspondence of two or more people. For pretty formatting, you can use the shortcode [trx_chat].
  • For every post item it is needed to upload an image and to set it as a featured image. Click Set featured image on the right in the Featured Image section:

  • Click Select Files button and select image to upload (the full size image). WordPress will crop the image, depending on which portfolio template you will use.
  • After image was uploaded you need to set this image as featured. Click Set featured image.



  • IMPORTANT: In the Post Options section, you can flexibly customize the appearance and behavior of each of the post: select or hide the slider above the post, select and set sidebars and their position (or hide the unnecessary ones), set up the display of different parts of the page and the post (information about the author, related posts, a comment block and many more). There are default settings for each post that are specified in the category to which the post belongs. If the settings are not specified in the category, then they are inherited from the overlying category. If there is no settings specified in any of the parental categories, the settings indicated in Appearance - T-Rex options - Blog will be used.
  • Publish this post.

Reviews

We have a special rating system that can be easily integrated into any post or category. See how it works:

  1. In Appearance - T-Rex options - Reviews add the required number of evaluation criteria. These criteria will be available when editing any post in any category. If your website publishes reviews in only one direction (for example, "Movies"), then you may leave it like this.

  2. Of course, we understand that to rate different areas (music, movies, technology, etc.) you need a completely different rating criteria. Therefore, you can override the list of criteria in each category. To do this, open Posts - Categories, select a category you want to modify, click on Edit button and in the bottom of the page find "Custom settings for this category" on the tab Reviews add new criteria for evaluation.

    IMPORTANT: The criteria established for a category is valid for all the posts in this category and sub-categories in it.
  3. Now, in any post, you can assess the subject of the article in the section Post Options on the tab Reviews:



As a result you will see similar reviews panel on post pages

IMPORTANT: If you change the list of categories for the current post, first press "Update" ("Publish" if you save it for the first time) and then proceed with the installation of Review parameters. If your newly selected category is assigned a separate list of Review criteria, it will appear on the tab "Reviews" only after you save (update) the post!

IMPORTANT: In Appearance - Theme Options - Reviews you can choose the rating system for your posts: 5 stars, 10 stars or 100%. You can easily switch from one rating system to another at any moment!
Also you can choose how to display the rating - as text, as stars or bars or as As text & bars.

Filter Pages

Another great feature of the theme is built in post filters helping to sort posts according to their type of content in a simple and intuitive way. Among other posts you can select pages only containing reviews, Video only, Gallery Only, Audio Only.

Lets see an example how to create a page that contains only posts with reviews. To do that we will have to use "Reviews filter" . For pages Videos filter, Audios filter or Galleries filter (if needed) configuration should be done the same way.

Only Reviews

Let's set up an "Reviews filter" page. To do this, you need to:

  • Go to Pages under the WordPress menu and then click on Add New.
  • Add page Title as usual ("Only Reviews" for example)
  • Choose "Only Reviews" as the page's template
  • Publish this page.


Now you can add this page to the menu, and users of your website will be able to pick from the entire number of posts only those containing Reviews; as for you - you will be able to set individual style of the page display.

Only Videos

Video filter page is similar to "Only Reviews" (see above).

Only Audios

Audio Filter page is similar to "Only Reviews" (see above).

Custom Pages

Now we can prepare the other pages of our blog. This is not required, but if you want to change the display settings on Page 404, Archive pages or Search results - you have to create separate pages and customize them.

Consider the example of the Page 404. For pages Archive pages or Search results (if needed) configuration should be done the same way.

Page 404

Let's set up an error 404 page. To do this, you need to:

  • Go to Pages under the WordPress menu and then click on Add New.
  • Put your Title as usual ("Page 404" for example)
  • Choose "Page 404" as the page's template

  • In "Page Options" area we set up the display of this page:
    • We are hiding the header area of ​​the page - Customization -> Menu in the field "Show main menu" choose "No".

    • We are hiding right/left sidebars - Sidebars in the sections "Show main sidebar" choose without sidebars.

    • We are hiding the additional info of ​​the page - Blog and Single -> General in the field "Show post info" choose "No".

    • We are removing details of (author, related posts, comments) - Blog and Single -> Single Page select "No" in corresponding fields.

  • Publish this page.

As a result, when you try to open non existing page on your site you will see page containing this message:



NOTICE! You can not preview 404 page using wordpress View page or Preview changes button. You should type incorrect site URL to see 404 page.

To customize this page you should edit page template file in any text editor like Notepad or TextEdit. Open root folder of your theme and find /templates folder. This folder contains post-layout-404.php file. You can open it in any text editor and change HTML code according to your needs.

Archives

Archives Page Setup is similar to "Page 404"(see above).

Widgets

MODS theme comes with 3 default widget sidebars. Have a look in Appearance - Widgets.

  • Top sidebar - displays widgets as tabs in header of the page (under the main menu)
  • Main sidebar - displays widgets vertically on the left or right from the main contents
  • Footer sidebar - displays widgets horizontally in footer of the page (under Contents)

In Appearance - T-Rex Options - Sidebars you can create an unlimited number of additional sidebars.

MODS theme has 9 custom widgets. Have a look in Appearance - Widgets.



Here you should just populate selected sidebar with widgets and assign this sidebar to any page, post or category

To add a sidebar to page simply go to Pages -> Edit page you want to modify, in the bottom of the page find Sidebars and select a sidebar you want to associate with this page. Click on Update button in top right corner, this will save changes to the page.

Custom widgets:

  1. Mods - Advertisement block: Used to insert advertising blocks - images with links or arbitrary HTML-blocks. IMPORTANT: Be careful to use extraneous HTML-code inorder not to disrupt the design of the page.
  2. Mods - Flickr photos: Shows photos from Flickr account.
  3. Mods - Most Popular & Commented: Displays the most visited and most commented articles.
  4. Mods - QR Code generator: Displays VCard 3.0 with your personal data (address, phone, email, etc.) as QR Code. Also you can display as QR Code any text (or link).
  5. Mods - Recent Posts: Displays the most recent posts. Unlike the standard widget, it displays the post's featured image, author's name, comments or views number.
  6. Mods - Recent Reviews: Displays the most recent reviews. Unlike the "Recent posts" widget, it displays only posts with reviews marks.
  7. Mods - Logo and Social Links: Displays icons of social networks, the parameters of which are filled on the page Appearance - T-Rex options - Social. Also site logo and short description will be displayed.
  8. Mods - Top 10 posts: Displays the best Reviews (with the highest ratings) in the opinion of the authors and visitors.
  9. Mods - Twitter: This widget shows the last Tweets from your Twitter-feed using the API 1.1 (entered into force in June 2013)
    For its work, this version of the widget requires creating "Twitter Application" and obtaining the appropriate codes. Due to the fact that Twitter from June 2013 switched to the new API 1.1 and discontinued support of out-of-date API 1.0, now to get information out of this social network, you must create an account on the resource https://dev.twitter.com/apps. Then, click the "Create a new application", fill in the required fields and generate "Access token" and "Access token secret". As a result, you will get four important core values to work with Twitter API 1.1:
    • Consumer key
    • Consumer secret
    • Access token
    • Access token secret
    You will need these fields to configure the widget "Mods - Twitter" in Appearance - Widgets

Contact form: This widget is not supplied, but you can easily create it using the widget "Text": just add widget "Text" in the right sidebar and paste the shortcode [trx_contact_form] into this widget. That's all!

Here is an example of how the Main sidebar might look like:

Shortcodes

Shortcodes are a cool feature in WordPress that essentially allows you to do some pretty incredible things by just inserting a shortcode into a page or post. Using Shortcodes is a breeze, just insert one where you want the relevant content to show up.

The theme comes pre-packed with a number of shortcodes allowing you to add the info easier. Moreover, you can use WPBakery Page Builder to add new elements to the page. More information on how to use WPBakery Page Builder properly can be found here:

IMPORTANT: Please make sure to always start new shortcodes from new lines. Most of the time you won't encounter any errors if you don't do that but unfortunately WordPress does mess up the html sometimes. This is true for all shortcodes, but the inline ones like trx_highlight, those are the only ones that don't need a new paragraph.

Please note that almost all the shortcodes allow parameters:

  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.

Also, note that "on | off" and "yes | no" in values of the parameters are interchangeable! That is, if the shortcode's description indicates that the value of a parameter can be "on" or "off", it means that along with them you can use the "yes" or "no".

Here's a list of the shortcodes included into the MODS theme.

trx_audio

Inserts an audio file.

Parameters:
  • url or src or mp3 or wav - (string). URL of an audio file
  • title - (string). Title of this audios file.
  • author - (string). Author of this audio file.
  • controls - (number). Whether to display the playback controls. The value can be on or off.
  • autoplay - (number). Allow autostart playback. The value can be on or off.
  • width - (number). The audio container's width (in percent or pixels).
  • height - (number). The audio container's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_audio url="/wp-content/uploads/2014/02/laura.mp3" controls="show" autoplay="off" width="100%" top="50" title="Theme of Laura - Silent Hill OST" author="Akira Yamaoka" ]

trx_banner

Inserts a picture - banner with a title. Hovering over the image creates an illusion of movement and adds hover-effect.

Parameters:
  • url or src - (string). URL of an image file
  • title - (string). The text -title that appears when you hover over the image.
  • link - (string). URL of the link that leads you to the banner or header.
  • target - (string). Name the window or frame where the link opens.
  • rel - (string). Gallery Name: group of banners with the same parameter "rel" composes gallery when displaying in a popup window.
  • popup - (string). Opens full-size image in a popup window instead of clicking on the link. The value can be "yes" or "no".
  • align - (string). Press the image to the left or right, and the text following it will flow around it on the opposite side.The value can be "left" or "right".
  • width - (number). Banner's width (in percent or pixels).
  • height - (number). Banner's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_banner src="/wp-content/uploads/2015/01/image1xxl-81-1240x1240.jpg" popup="no" title="Title banner" link="/"]Sample banner content[/trx_banner]

trx_br

Inserts forced newline. Can be used where you can not use html-code. Also used to disable the flow around objects.

Parameters:
  • clear - (string). Disables flowing around objects created with any shortcode with parameter align="left|right" or means of CSS. The value can be "both" or "left" or "right".

trx_blogger

Well, we have arrived at the punch line of our collection - shortcode "Blogger". On the one hand, it is rather simple - it just displays the specified number of posts from a given category. But just look how it's doing that! It can do this in many different ways and styles. And by skillfully combining them you can easily create such blocks as Announce, ad units, interviews and much more. I think you had a chance to make sure of that by the example of creating of many different homepages.

Let's examine its parameters more carefully:
  • style - (string). Block display style:
    • regular
    • date
    • image_large or image_medium or image_small or image_tiny
    • accordion_1 or accordion_2 or accordion_3
    • list
    • excerpt
    • related
  • ids - (numbers). Comma-separated ID posts to be displayed.
  • cat - (number or string). ID or slug of the category, which puts out the most recent (or the first) posts added (unless ids parameter is specified). It is allowed to specify several ID's (or slugs) separated with commas.
  • count - (number). The number of posts queried from the category.
  • visible - (number). The number of posts displayed at once. The remaining posts will either scroll or be located in the following strings (depending on the style)
  • offset - (number). How many posts to skip before starting output.
  • orderby - (string). The way to sort posts:
    • date - posts ordering by publish date
    • alpha - posts ordering alphabetically
    • views - posts ordering by views count
    • comments - posts ordering by comments number
    • author_rating - posts ordering by review's author marks
    • users_rating - posts ordering by review's readers marks
    • random - posts ordering is random
  • order - (string). The order to sort posts: asc|desc.
  • descr - (number). The maximum length post description (excerpt). If 0 - description not showed.
  • readmore - (string). Show (on) or not (off) link "»" (read more) at the end of the post.
  • rating - (string). Show (on) or not (off) rating stars under the post title.
  • dir - (string). The direction of the output of the posts: horizontal | vertical
  • scroll - (string). Whether to create a scrolling section to display all selected posts: on|off or yes|no.
    IMPORTANT: Scrolling is created only if count > visible
  • controls - (string). The presence of a scroll controls: on|off or yes|no
  • info - (string). Whether to display the section with tags and buttons "More", "Connents", "Likes", etc. The value can be on or off.
  • date_format - (string). Format to display the posts date. For example, if we want display (on style="date") time at the top, and date below, it would be date_format="H:i+F d".
  • location - (string). Position of "dedicated" content or featured image. Used only for style="excerpt". The value can be center, left, right, alter or default. See detailed description in section "Blog" (parameter "Dedicated location")
  • width - (number). Section width (in percent or pixels).
  • height - (number). Section height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:

Style "Date" Direction "Vertical"

[trx_blogger count="4" orderby="date" order="desc" style="date" dir="vertical" descr="100" cat="52"]

Style "Date" Direction "Horizontal"

[trx_blogger count="4" orderby="date" order="desc" style="date" dir="horizontal" descr="100" cat="52"]

Style "Accordion 1"

[trx_blogger count="4" orderby="date" order="desc" style="accordion_1" descr="100" cat="52"]

Style "Accordion 2"

[trx_blogger count="4" orderby="date" order="desc" style="accordion_2" descr="100" cat="52"]

Style "image_small" Direction "Horizontal"

[trx_blogger count="4" visible="2" orderby="date" order="desc" style="image_small" dir="horizontal" rating="no" descr="300" cat="52" indent="yes"]

Style "image_large" Direction "Horizontal"

[trx_blogger count="4" visible="2" orderby="date" order="desc" style="image_large" dir="horizontal" rating="no" descr="300" cat="52" indent="yes"]

trx_button

Creates different types of buttons.

Parameters:
  • type - (string). The button type. It can take one of the following values: square|round. If this parameter is not specified - it gets 'square'
  • style - (string). The button style. It can take one of the following values: global|light|dark. If this parameter is not specified - it gets 'global'
  • size - (string). The button size. It can take one of the following values: mini|medium|big|huge|banner. If this parameter is not specified - it gets 'medium'
  • fullsize - (string). Indicates that the button should extend over the entire width available. It can take one of the following values: on|off. If this parameter is not specified - it gets 'off'
  • icon - (string). The button icon. It can take icon name from 'fontello' set. You can select a required icon with the shortcode builder or learn about a complete list of available icons by opening the page "/includes/fontello/demo.html" inside the theme folder.
  • color - (string). The button color. It can take color name (up to 140 names: red, green, blue, yellow, etc.) or color code (#ff0000 for example)
  • link - (string). The URL where the link from the button leads to.
  • target - (string). The window where the link leads to. If this parameter is not specified - URL will open in the same window.
  • rel - (string). Add the "rel" attribute to the link.
  • align - (string). The way to align the button left|right|center.
  • popup - (string). Do I need to open the contents in the popup window. In this case using the shortcode [trx_popup id="popup_name"]Popup content[/trx_popup] you create the required contents, and in the shortcode [trx_button link="#popup_name" popup="on"] you specify the name of the popup you have created in the parameter link (Be sure to place a sign "#" in front of the name of popup).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_button skin="global" style="bg" size="mini" fullsize="no" align="center" target="no" popup="no" icon="icon-thumbs-up-alt" bottom="10"]Button[/trx_button]
[trx_button skin="global" style="bg" size="medium" fullsize="no" align="center" target="no" popup="no" icon="icon-thumbs-up-alt" bottom="10"]Button[/trx_button]
[trx_button skin="global" style="bg" size="big" fullsize="no" align="center" target="no" popup="no" icon="icon-thumbs-up-alt" bottom="10"]Button[/trx_button]
[trx_button skin="global" style="bg" size="big" fullsize="yes" icon="icon-ok-1" target="no" popup="no" top="30" bottom="30"]Fullsize button[/trx_button]

trx_chat

Creates a chat elements

Parameters:
  • title - (string). The title of the chat element.
  • link - (string). URL for the current chat element.
  • width - (number). Section width (in percent or pixels).
  • height - (number). Section height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_chat title="Mike" link="#"]
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod temporincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
[/trx_chat]

[trx_chat title="Lisa" link="#"]
Vivamus nec quam nec elit porta dictum. Praesent dignissim eget ligula vel posuere. Proin sed mauris faucibus, euismod erat a, placerat odio.
[/trx_chat]

trx_columns

Creates columns in the text

Parameters:
  • count - (number). The number of columns in the generated block. IMPORTANT: Inside the block [trx_columns] ... [/trx_columns] the number of blocks [trx_column_item] ... [/trx_column_item] must correspond to the parameter count.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_columns count="3"]

[trx_column_item]
1/3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur
[/trx_column_item]

[trx_column_item]
1/3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur
[/trx_column_item]

[trx_column_item]
1/3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur
[/trx_column_item]

[/trx_columns]
[trx_columns count="3"]

[trx_column_item span="2"]
2/3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit
[/trx_column_item]

[trx_column_item]
1/3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur
[/trx_column_item]

[/trx_columns]

trx_column_item

Creates one column item in the columns block

Parameters:
  • span - (number). Indicates the number of the merged columns.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_contact_form

Display Contact form.
IMPORTANT: To activate the contact form, please paste your email address into the Appearance -> T-REX Options -> Contact info -> Contact form email field.

Parameters:
  • title - (string). The Contact form's title
  • description - (string). The Contact form's description. Displayed under the title.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_contact_form title="Send Us a Message"]

trx_content

Creates a block for contents (limited by width) on Fullscreen pages.

Parameters:
  • style - (string). Any additional CSS-rules for this block.
  • class - (string). CSS class name for this block.
  • id - unique id for element. Allow to address this element from javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom the value of which is the number - the margin in pixels from the top and bottom of the block respectively.

trx_dropcaps

Used to create the dropcaps effect - special highlighting of the first letter in a paragraph.

Parameters:
  • style - (number). Display style of the first letter. The value can be from 1 to 6. If not specified - use 1.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
Examples:
[trx_dropcaps]Lorem ipsum dolor sit amet, consectetur adipiscing elit...[/trx_dropcaps]
[trx_dropcaps style="2"]Lorem ipsum dolor sit amet, consectetur adipiscing elit...[/trx_dropcaps]
...
[trx_dropcaps style="6"]Lorem ipsum dolor sit amet, consectetur adipiscing elit...[/trx_dropcaps]

trx_googlemap

Displays Google map at the address you specified

Parameters:
  • address - (string). The address to which you want to display the map
  • latlng - (double,double). The latitude and longtitude coordinates for map center
  • zoom - (number). Initial map zoom (from 1 to 20)
  • style - (string). Map frame visual style: default|simple|greyscale|greyscale2|style1|style2|style3
  • width - (number). Map frame width (in pixels or percents)
  • height - (number). Map frame height (in pixels)
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_googlemap address="25 Broadway, New York" width="400" height="300" style="greyscale2"]

trx_hide

Hide any html block with desired selector (id and/or classes combination).

IMPORTANT: For advanced users only! Careless hide of objects can disrupt the design of your site. Be extremely careful.

Parameters:
  • selector - (string). Id and/or classes combination (CSS-selector)
Examples:
[trx_hide selector="#sidebar .calendar"]

trx_highlight

Used to highlight a text with the font's color and / or background.

Parameters:
  • type - (number). Type selection: accent theme color letters or white letters on a background of accent theme color. Possible values: 1 or 2. Instead, you can explicitly specify the text color and background color using the following parameters.
  • color - (string). The color of the text. You can specify the color (white|black|red|blue|green|brown|... - up to 140 styles) ot its code in format #rrggbb, where rr is a hexademical value of the red component, gg - a hexademical value of the green component, bb - a hexademical value of the blue component
  • backcolor - (string). The background color of the text. The same parameter as color.
  • style - (string). Arbitrary set of CSS-properties (for advanced users only)
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
Examples:
[trx_highlight type="1"]ullam sit explicabo vero[/trx_highlight]
[trx_highlight type="2"]repellendus assumenda[/trx_highlight]

trx_icon

Inserts an image into the text, pressing it (image) to the left or right edge of the text, and the next image text flows around it on the opposite side.

Parameters:
  • icon - (string). Icon name. It can take icon name from 'fontello' set. You can select a required icon using the shortcode builder, or you may learn about a complete list of available icons, opening the page "/ includes / fontello / demo.html" inside the theme folder.
  • size - (number). Font size for the icon (in pixels)
  • weight - (number). Font weight for the icon: 100-900 (step 100)
  • align - (string). Alignment of the icon. It can take one of the following values​​: left|right|center
  • color - (string). Color of the icon.
  • bg_color - (string). Background color of the icon.
  • background - (string). Background style for the icon: none|round
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_title type="4" align="center" bottom="0"]Default[/trx_title]
[trx_icon icon="icon-gallery" align="center" size="30" bottom="8" top="8"]
[trx_icon icon="icon-gallery" align="center" size="40" bottom="8" top="8"]
[trx_icon icon="icon-gallery" align="center" size="60" bottom="8" top="8"]
[trx_icon icon="icon-gallery" align="center" size="80" bottom="8" top="8"]


[trx_title type="4" align="center"]Circles[/trx_title]
[trx_icon icon="icon-gallery" align="center" box_style="circle" size="25" bottom="8" top="8"]
[trx_icon icon="icon-gallery" align="center" box_style="circle" size="35" bottom="8" top="8"]
[trx_icon icon="icon-gallery" align="center" box_style="circle" size="50" bottom="8" top="8"]
[trx_icon icon="icon-gallery" align="center" box_style="circle" size="70" bottom="8" top="8"]


[trx_title type="4" align="center"]Square[/trx_title]
[trx_icon icon="icon-gallery" color="#0a0a0a" align="center" box_style="square" bg_color="#f2f3f4" size="25" weight="100" bottom="8" top="8"]
[trx_icon icon="icon-gallery" color="#0a0a0a" align="center" box_style="square" bg_color="#f2f3f4" size="35" weight="100" bottom="8" top="8"]
[trx_icon icon="icon-gallery" color="#0a0a0a" align="center" box_style="square" bg_color="#f2f3f4" size="50" weight="100" bottom="8" top="8"]
[trx_icon icon="icon-gallery" color="#0a0a0a" align="center" box_style="square" bg_color="#f2f3f4" size="70" weight="100" bottom="8" top="8"]

trx_image

Inserts an image into the text, pressing it (image) to the left or right edge of the text, and the next image text flows around it on the opposite side.

Parameters:
  • src or url - (string). URL of the image
  • title - (string). Text at the bottom of the image.
  • align - (string). Alignment of the image. It can take one of the following values​​: left|right
  • width - (number). the image's width (in pixels).
  • height - (number). the image's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_image url="/wp-content/uploads/2015/02/DeathtoStock_NotStock10.jpg" title="This image aligned left" align="left" width="400"]

trx_infobox

Creates different types of messages.

Parameters:
  • style - (string). The infobox style. It can take one of the following values: regular|info|success|error|result. If this parameter is not specified - it gets 'regular'
  • closeable - (string). If this parameter is set to "yes" - right in the block there is a button "x" and the block may be closed (disappear) when you click on it. If this parameter is not specified - it gets "no".
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_infobox style="regular" closeable="yes" dir="horizontal" title="General" bottom="30"]Lorem ipsum dolor sit amet, ... [/trx_infobox]

[trx_infobox style="success" closeable="yes" dir="horizontal" title="Success" bottom="30"]Sed ut perspiciatis unde omnis ... [/trx_infobox]

trx_line

It creates the link of the set style

Parameters:
  • style - (string). The line style. It can take one of the following values: none|solid|dashed|dotted|double|groove|ridge|inset|outset
  • color - (string). The color line. You can specify the color (white|black|red|blue|green|brown|... - up to 140 styles) of its code in format #rrggbb, where rr is a hexademical value of the red component, gg - a hexademical value of the green component, bb - a hexademical value of the blue component
  • width - (number). The line width. It can be set in pixels (simply specify the number) or as a percentage of the page width (specify number with percents). If this parameter is not specified - it gets100%.
  • height - (number). Line width (in pixels)
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_line style="solid"]
[trx_line style="dashed"]
[trx_line style="dotted"]

trx_list

Creates lists of different styles

Parameters:
  • style - (string). List display style. It can take one of the following values​​: iconed|regular|check|mark|error. Can be used both ih a shortcode [list] to set the style of all the elements of the list, and in the shortcode [list_item] to change the style of one item in the list.
  • icon - (string). Icon name. It can take icon name from 'fontello' set. You can select a required icon using the shortcode builder, or you may learn about a complete list of available icons, opening the page "/ includes / fontello / demo.html" inside the theme folder. This parameter can be used both in shortcode [trx_list] to specify an icon for the entire list as a whole, and for [trx_list_item] to change icons of a particular item in the list.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_list style="iconed" icon="icon-heart"]
[trx_list_item]3 Bramley apples, peeled, 2 cut into chunks.[/trx_list_item]
[trx_list_item icon="icon-twitter"]400g/14oz blackberries, 100g/3ВЅ reserved.[/trx_list_item]
[trx_list_item icon="icon-rss"]110g/4oz caster sugar.[/trx_list_item]
[trx_list_item icon="icon-post"]10 slices white bread, crusts removed.[/trx_list_item]
[trx_list_item icon="icon-volume"]100g/3ВЅoz butter, melted, plus extra for greasing.[/trx_list_item]
[/trx_list]

trx_list_item

Creates one list item in the list

Parameters:
  • icon - (string). Icon's name. It can take icon name from 'fontello' set. You can select a required icon using the shortcode builder, or you may learn about a complete list of available icons, opening the page "/ includes / fontello / demo.html" inside the theme folder. This parameter can be used both in shortcode [trx_list] to specify an icon for the entire list as a whole, and for [trx_list_item] to change icons of a particular item in the list.
  • title - (string). Indicate the title of the item in the list.
  • link - (string). URL for the link of the item in the list.
  • target - (string). Target for URL.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_popup

Creates a block that opens in a popup window. Surrounds the selected text to the block and gives it the properties of a given class from the style table.

Parameters:
  • id - (string). ID of the block. Used in the shortcode [trx_button] parameter link="#popup_id" to show this block.
  • class - (string). The name of class of the block
  • style - (string). CSS-style for the generated block
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_popup id="popup1" width="50%"]Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis, aspernatur, ab, voluptatibus ipsum corporis pariatur assumenda doloremque accusantium optio repudiandae reprehenderit culpa incidunt odit repellendus accusamus eveniet beatae a suscipit ratione necessitatibus!
Aperiam, ...
... [/trx_popup]

trx_price_table

Create a table with prices:


Parameters:
  • align - (string). The table alignment: left|right|center.
  • count - (number). Columns count
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_section width="275" right="30" align="left"]
[trx_price_table count="1" indent="yes" style="1"]
[trx_price_item animation="no" type="light"]
[trx_price_data type="title"]Basic[/trx_price_data]
[trx_price_data]Starting from[/trx_price_data]
[trx_price_data type="price" money="18.99" currency="$" period="monthly"][/trx_price_data]
[trx_price_data]1 Website[/trx_price_data]
[trx_price_data]Unlimited Bandwidth[/trx_price_data]
[trx_price_data]100 GB Disk Space[/trx_price_data]
[trx_price_data]10 MySQL Databases[/trx_price_data]
[trx_price_data]100 Email Addresses[/trx_price_data]
[trx_price_data type="footer"][trx_button skin="global" style="bg" fullsize="no" align="none" link="#" target="no" popup="no"]Sign Up[/trx_button][/trx_price_data]
[/trx_price_item]
[/trx_price_table]
[/trx_section]

[trx_section width="275" right="30" align="left"]
[trx_price_table count="1" indent="yes" style="2"]
[trx_price_item animation="no"]
[trx_price_data type="title"]Premium[/trx_price_data]
[trx_price_data]Starting from[/trx_price_data]
[trx_price_data type="price" money="113.99" currency="$" period="Monthly"][/trx_price_data]
[trx_price_data type="regular"]50 Websites[/trx_price_data]
[trx_price_data type="regular"]Unlimited Bandwidth[/trx_price_data]
[trx_price_data type="regular"]Unlimited Disk Space[/trx_price_data]
[trx_price_data type="regular"]100 MySQL Databases[/trx_price_data]
[trx_price_data type="regular"]5000 Email Addresses[/trx_price_data]
[trx_price_data type="footer"][trx_button skin="global" style="bg" fullsize="no" align="none" link="#" target="no" popup="no"]Sign Up[/trx_button][/trx_price_data]
[/trx_price_item]
[/trx_price_table]
[/trx_section]

[trx_section width="275" right="0" align="left"]
[trx_price_table count="1" indent="yes" style="3"]
[trx_price_item animation="no"]
[trx_price_data type="title"]Gold[/trx_price_data]
[trx_price_data]Starting from[/trx_price_data]
[trx_price_data type="price" money="260.99" currency="$" period="Monthly"][/trx_price_data]
[trx_price_data type="regular"]Unlimited Websites[/trx_price_data]
[trx_price_data type="regular"]Unlimited Bandwidth[/trx_price_data]
[trx_price_data type="regular"]Unlimited Disk Space[/trx_price_data]
[trx_price_data type="regular"]Unlimited MySQL Databases[/trx_price_data]
[trx_price_data type="regular"]Unlimited Email Addresses[/trx_price_data]
[trx_price_data type="footer"][trx_button skin="global" style="bg" fullsize="no" align="none" link="#" target="no" popup="no"]Sign Up[/trx_button][/trx_price_data]
[/trx_price_item]
[/trx_price_table]
[/trx_section]

trx_price_item

Creates a single column in a table with prices. It's inserted inside shortcode [trx_price_table].

Parameters:
  • animation - (string). Whether to enlarge the column when you hover over it: yes | no.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_price_data

Creates a single cell in a column in the table with the prices. It's inserted inside shortcode [trx_price_item].

Parameters:
  • type - (string). Type of a cell:
    • regilar (or empty) - regular cell
    • title - cell with column's header
    • price - cell with price
    • image - cell with image
    • footer - cell in table footer
    • united - merged cell (occupes two cells - current and the next cell in this column)
    • id - unique id for element. Allow to address this element form javascript or CSS
    • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • image - (string). Image URL (only if type="image")
  • money - (number). Dot separated price value (only if type="price")
  • currency - (string). Currency symbol (only if type="price")
  • period - (string). Period name (only if type="price")

trx_quote

Used to emphasize the big and small quotes in the text.

Parameters:
  • link - (string). URL of the site with the original.
  • author - (string). Title for link to the site with the original.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom the value of which is the number - the margin in pixels from the top and bottom of the block respectively.
Examples:
[trx_quote author="Steve Jobs" link="#"]Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.[/trx_quote]

trx_section and trx_block

Surrounds the selected text to the block and gives it the properties of a given class from the style table. These two shortcodes are absolutely identical! They are created in order to overcome the restriction of WordPress due to which the same shortcodes can not be inserted into each other.

Parameters:
  • style - (string). CSS-style for the generated block
  • align - (string). Block alignment: none|right|left|center
  • columns - (string). Block width in "columns" equivalent: 1_2, 1_3, 1_4, 2_3, 3_4
  • dedicated - (string). Do I need to create "selected" block from the contents. If this parameter is set for "yes", the contents of the block is "cut out" of the place where it's mentioned and is displayed at the beginning of the page's contents (before the title) instead of "Featured image".
  • scroll - (string). Do I need to create a container with a scrollbar and an option to scroll content using swipe gestures. Possible values: yes | no
  • controls - (string). Whether to display buttons with arrows to control scrolling. Possible values: yes|no
  • dir - (string). Scroll type: horizontal|vertical
  • width - (number). The block's width (in pixels or percents).
  • height - (number). The block's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_section align="right" dedicated="yes" columns="1_2" bottom="0"]
[trx_block style="border:1px dashed #ddd; padding: 20px; background-color:#fafafa; font-weight:400;"]
Lorem ipsum...
[/trx_block]
[/trx_section]
Lorem ipsum...
[trx_section style="border:1px dotted #d0dfca; padding: 20px; background-color:#f0ffda; color: #61763f; font-weight:400; font-style: italic;" bottom="30"]
Lorem ipsum...
[/trx_section]
Lorem ipsum dolor sit amet...

trx_skills

Shows the levels of your abilities in many different styles.

Parameters:
  • type - (string). Type of the skills block: bar|pie|counter|arc
  • style - (number). Style of the skills blocks (only for type="counter"): from 1 to 4
  • dir - (string). Direction: horizontal|vertical
  • layout - (string). Skills block's layout: rows|columns
  • count - (number). Number of skills items in the block.
  • maximum - (number). Max value for each skills element. Default value is 100
  • title - (string). Skills block's title.
  • subtitle - (string). Skills block's subtitle - showed in the center (only if type="arc").
  • align - (string). Alignment of the skills block: left|right|center
  • color - (string). Color for the skills elements. The main color of accented theme's elements is used by default.
  • width - (number). The skills block's width (in pixels or percents).
  • height - (number). The skills block's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_skills maximum="100" type="bar" dir="horizontal" layout="rows" count="5"]
[trx_skills_item title="English" level="98%"]
[trx_skills_item title="Spanish" level="66%"]
[trx_skills_item title="French" level="87%"]
[trx_skills_item title="Latin" level="82%"]
[trx_skills_item title="Others" level="76%"]
[/trx_skills]

trx_skills_item

Shows one item of the skills block. Used only in the [trx_skills] shortcode.

Parameters:
  • title - (string). The name of the current element.
  • level - (number). Ability level for the current element (up to maximum)
  • color - (string). Color for the current item. The main color of accented theme's elements is used by default.
  • style - (number). Style of the skills item (only for type="counter"): from 1 to 4
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_slider

And one more feature of our theme - shortcode "Slider". It can display all posts from a specific category or the slideshow of the Revolution slider you have prepared beforehand, as a slider (if you have previously installed this plugins).

Let us examine its parameters:
  • engine - (string). The engine of the slider: swiper|revo. "Revo" option are available if the plugin revslider.zip is installed. The default parameter is "swiper".
  • alias - (string). Name of the slide show, prepared in Revolution sider.
  • interval - (numbers). Slides change interval (in milliseconds: 1000ms = 1s). Default: 5000 (if engine=swiper).
  • ids - (numbers). Comma-separated ID posts to be displayed in the slider (if engine=swiper).
  • cat - (number or string). ID or slug of the category, which puts out the most recent (or the first) posts added (unless ids parameter is specified). If parameter "cat" is not specified - posts from any category will be displayed (if engine=flex|swiper). It is allowed to specify several ID's (or slugs) separated with commas.
  • count - (number). The number of posts displayed from the category (if engine=swiper)
  • offset - (number). How many posts to skip before starting output (if engine=swiper)
  • orderby - (string). Posts order by (if engine=swiper):
    • date - posts ordering by descending of publish date
    • views - posts ordering by descending of views count
    • comments - posts ordering by descending of comments number
    • author_rating - posts ordering by descending of review's author marks
    • users_rating - posts ordering by descending of review's readers marks
    • random - posts ordering is random
  • order - (string). Posts order: asc|desc
  • controls - (string). The presence of the buttons with arrows in the slider: yes|no
  • pagination - (string). The presence of the circles (to switch between slides) at the bottom of the slider: yes|no
  • border - (string). The presence of the border (phone image) around the slider: none|dark|light
  • titles - (number). Show or not post infobox on each slides (if engine=flex|swiper): none|fixed|slide. If titles='slide' - infobox hide on hover, if titles='fixed' - infobox position is fixed.
  • description - (number). Posts excerpt max length. If 0 - excerpt not showed.
  • links - (string). Make each slide as link to the correspond post (if engine=swiper): yes|no
  • align - (string). The alignments of the slider: left|center|right
  • width - (number). The slider's width (in pixels or percents).
  • height - (number). The slider's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_slider engine="swiper" theme="dark" count="3" offset="0" orderby="date" controls="yes" pagination="no" titles="no" links="yes" height="500" bottom="60"]
[trx_slider_item src="/wp-content/uploads/2015/02/6940343109_18689b760a_o.jpg" theme="dark"]
[trx_slider_item src="/wp-content/uploads/2015/02/hGibbjg0Rb2fUIoMtU5l__DSC8099.jpg" theme="dark"]
[trx_slider_item src="/wp-content/uploads/2015/02/x6YzbWWRq2sRhAacMjnl_Bangkok-Indra-market.jpg" theme="dark"]
[/trx_slider]

trx_slider_item

Create one item of the slider. Used only in the [trx_slider] shortcode.

Parameters:
  • src or url - (string). URL of the image for current slide.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_table

Displays the table

Parameters:
  • style - (number). The table style from 1 to 4.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_table align="left" bottom="0" style="2"]Paste here table content, generated on one of many public internet resources, for example: http://html-tables.com/ or http://tablegen.nfshost.com/ or http://www.impressivewebs.com/html-table-code-generator/ [/trx_table] [trx_table align="center" bottom="0"]
Paste here table content, generated on one of many public internet resources, for example:
http://html-tables.com/
or http://tablegen.nfshost.com/
or http://www.impressivewebs.com/html-table-code-generator/
[/trx_table]
[trx_table style="3" align="right" bottom="0"]
Paste here table content, generated on one of many public internet resources, for example:
http://html-tables.com/
or http://tablegen.nfshost.com/
or http://www.impressivewebs.com/html-table-code-generator/
[/trx_table]

trx_tabs

Creates blocks with tabs

Parameters:
  • tab_names - (string). Headlines tabs listed per the sign "|" (vertical bar)
  • initial - (number). The number of previously open tabs (from 1 to the number of tabs)
  • scroll - (string). Create a scrollable area in the each tab: yes|no
  • width - (number). The block's width (in pixels or percents).
  • height - (number). The block's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_tabs style="1" initial="1" scroll="yes" height="230" tab_names="Tab 1|Tab 2|Tab 3" bottom="0"]
[trx_tab]
[trx_image url="/wp-content/uploads/2014/04/bigstock-American-Staffordshire-Terrier-37968568.jpg" align="left" width="150" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[trx_line style="solid" align="center" width="30%"]
[trx_image url="/wp-content/uploads/2014/06/408992_517289948307618_512041772_n.jpg" align="left" width="150" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[trx_line style="solid" align="center" width="30%"]
[trx_image url="/wp-content/uploads/2014/06/7c51fcf23700e961d4928834a33dd731.jpg" align="left" width="150" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[/trx_tab]
[trx_tab]
[trx_image url="/wp-content/uploads/2014/04/bigstock-American-Staffordshire-Terrier-37968568.jpg" align="right" width="150" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[trx_line style="solid" align="center" width="30%"]
[trx_image url="/wp-content/uploads/2014/06/408992_517289948307618_512041772_n.jpg" align="right" width="150" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[trx_line style="solid" align="center" width="30%"]
[trx_image url="/wp-content/uploads/2014/06/7c51fcf23700e961d4928834a33dd731.jpg" align="right" width="150" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[/trx_tab]
[trx_tab]
[trx_image url="/wp-content/uploads/2014/06/7c51fcf23700e961d4928834a33dd731.jpg" align="center" width="250" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[trx_line style="solid" align="center" width="30%"]
[trx_image url="/wp-content/uploads/2014/06/408992_517289948307618_512041772_n.jpg" align="center" width="250" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[trx_line style="solid" align="center" width="30%"]
[trx_image url="/wp-content/uploads/2014/04/bigstock-American-Staffordshire-Terrier-37968568.jpg" align="center" width="250" height="100"]
Lorem ipsum dolor sit amet

Consectetur adipisicing elit. Necessitatibus, soluta eos cupiditate nisi alias laborum quod esse a quibusdam ullam?
[/trx_tab]
[/trx_tabs]

trx_tab_item

Creates one tab item (with tab content) in the tabs block

Parameters:
  • title - (string). Headline for current tab (instead tab_names in parent shortcode [tabs])
  • id - (string). ID for the current tab content (optional)
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_teams

Displays the members of your team (photo with description)

Parameters:
  • count - (number). Number of items in the team block
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_team indent="yes" columns="3" info="yes"]
[trx_team_item user="trx_user" name="alfred coleman" position="Creative director" email="[email protected]" photo="/wp-content/uploads/2015/04/xx35.png"][/trx_team_item]
[trx_team_item user="trx_user" name="Brittany Hart" position="Creative director" email="[email protected]" photo="/wp-content/uploads/2015/04/xx36.png"][/trx_team_item]
[trx_team_item user="trx_user" name="milton armstrong" position="Creative director" email="[email protected]" photo="/wp-content/uploads/2015/04/xx37.png"][/trx_team_item
[/trx_team]

trx_team_item

Displays one member of your team

Parameters:
  • user - (string). Contains the user login to your blog. The user's data contains the description and links to the user profile in popular social networks. If team member is not registered in your blog - you can put name, photo, email and socials links directly in parameters below.
  • name - (string). The team member's name.
  • photo - (string). The team member's photo url.
  • email - (string). The team member's email.
  • socials - (string). The team member's socials links, separated with character '|'.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_testimonials

It generates a block with the statement of any person (you must also specify its parameters)

Parameters:
  • style - (number). Display style of the block: 1 to 3
  • title - (string). Title of the block
  • controls - (string). The presence of the buttons with arrows in the block: yes|no
  • width - (number). The block's width (in pixels or percents).
  • height - (number). The block's height (in pixels).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_testimonials style="1" controls="yes" pagination="no"]
[trx_testimonials_item name="Brandoncarr" position="Purchaser" photo="/wp-content/uploads/2015/02/14.jpg"]
Buy with confidence. This theme is top quality. Find an issue? Worry not, because the support that this team provides is amazing! I would definitely recommend this theme for your next project or any other theme from ThemeREX for that matter. Thanks Irvin! [/trx_testimonials_item]
[trx_testimonials_item name="Waldo Orlandini" position="Purchaser" photo="/wp-content/uploads/2015/02/13.jpg"]
Hi! I’ve just check and it work perfectly! Thank you very much for your kindness and for all the work you’ve done to solve this issue. I’ll write about your fantastic support wherever I can. Thanks again. [/trx_testimonials_item]
[trx_testimonials_item name="dominikhopko.com" position="Purchaser" photo="/wp-content/uploads/2015/02/12.jpg"]
Hello All, Firstly, thank you so much for the great template! I have spent around 10hrs looking for a good template and yours was the best! [/trx_testimonials_item]
[trx_testimonials_item name="Giggles666" position="Purchaser" photo="/wp-content/uploads/2015/02/211.jpg"]
Awesome, thanks for looking out for us ThemeREX. Money well spent. [/trx_testimonials_item]
[/trx_testimonials]
[trx_testimonials controls="no" pagination="yes" style="2" title="Testimonials"]
[trx_testimonials_item name="Brandoncarr" position="May 11, 2014"]
Buy with confidence. This theme is top quality. Find an issue? Worry not, because the support that this team provides is amazing! I would definitely recommend this theme for your next project or any other theme from ThemeREX for that matter. Thanks Irvin! [/trx_testimonials_item]
[trx_testimonials_item name="Waldo Orlandini" position="May 11, 2014""]
Hi! I’ve just check and it work perfectly! Thank you very much for your kindness and for all the work you’ve done to solve this issue. I’ll write about your fantastic support wherever I can. Thanks again. [/trx_testimonials_item
[trx_testimonials_item name="dominikhopko.com" position="May 11, 2014"]
Hello All, Firstly, thank you so much for the great template! I have spent around 10hrs looking for a good template and yours was the best! [/trx_testimonials_item
[trx_testimonials_item name="Giggles666" position="Purchaser"]
Awesome, thanks for looking out for us ThemeREX. Money well spent. [/trx_testimonials_item]
[/trx_testimonials]

trx_testimonials_item

It generates one item for testimonials slider.

Parameters:
  • photo - (string). The displayed photo (unless user parameter is specified).
  • name - (string). The displayed name (unless user parameter is specified).
  • position - (string). The position (unless user parameter is specified).
  • email - (string). E-mail (unless user parameter is specified)
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_title

Generates standard html title tag.

Parameters:

  • type - (number). The title level from 1 to 6
  • style - (string). The title style: regular|iconed.
  • weight - Font weight - 100-900 or normal|bold
  • align - Title alignment: left|center|right|justify.
  • icon - Only used for style="iconed". Contains the icon name.
  • image - Only used for style="iconed". Contains the small image name (from folder "/images/icons").
  • picture - Only used for style="iconed". Contains the any image url.
  • position - Only used for style="iconed". Position of the icon or image: left|right|top.
  • size - Only used for style="iconed". Size of the icon or image: small|medium|large|huge.
  • background - Type of background under the icon or image: none|circle|square.
  • bg_color - Type of background under the icon or image.
  • width - (number). The block's width (in pixels or percents).
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:

[trx_title type="2" align="left" position="left" icon="icon-thumbs-up"]Amazing title[/trx_title]

[trx_title type="3" align="center" color="#eb413e" size="large" icon="icon-cog" bottom="10"]Custom color & style[/trx_title]

[trx_title type="3" align="center" bottom="10"]Text positioning[/trx_title]

[trx_title type="3" align="center" size="huge" position="top" box_style="circle" icon="icon-technical" bottom="10"]5 icon sizes[/trx_title]

[[trx_title type="3" align="center" size="huge" position="top" icon="icon-paper-plane" bottom="10"]Icon's placement toward the title[/trx_title]

[trx_title type="3" align="center" size="huge" position="top" box_style="circle" image_url="/wp-content/uploads/2014/04/6327aa9ed539721c6534a39831057cc3.jpg" bottom="10"]Custom fonts / image icon[/trx_title]

trx_toggles

Creates blocks of type "toggles" or "accordion". In the accordion block only one of the blocks can be open at a time. Comparing to the accordion in the toggles you can close all the blocks or open more than one.

Parameters:
  • type - (string). You can select between toggles and accordion: toggles|accordion
  • style - (number). Toggles style from 1 to 3
  • icon - (string) You can set the icon(+/-) position: left|right|off
  • initial - (number). The number of the initially open accordion block (from 1 to the number of blocks). Attention: if you want to make all accordion items to be closed initially, just write parameter initial greater, than items count!
  • counter - (string). Enumerate headings of elements: on|off
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_toggles type="toggles" bottom="0"]

[trx_toggles_item title="Lorem ipsum 1" id="q1"]
Lorem ipsum dolor sit amet, consectetur adipisicing...
[/trx_toggles_item]

[trx_toggles_item title="Lorem ipsum 2" id="q2" open="yes"]
Lorem ipsum dolor sit amet, consectetur adipisicing...
[/trx_toggles_item]

[trx_toggles_item title="Lorem ipsum 3" id="q3"]
Lorem ipsum dolor sit amet, consectetur adipisicing...
[/trx_toggles_item]

[/trx_toggles]
[trx_toggles style="2"]

[trx_toggles_item title="Lorem ipsum dolor sit amet" open="yes"]
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.
[/trx_toggles_item]

[trx_toggles_item title="Consectetur adipisicing elit"]
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.
[/trx_toggles_item]

[trx_toggles_item title="Sed do eiusmod tempor" open="yes"]
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.
[/trx_toggles_item]

[/trx_toggles]

trx_toggles_item

Creates one item of the toggles block.

Parameters:
  • open - (string). The initially open this block: yes|no
  • title - (string). Contains the title for the current element as favorite.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.

trx_tooltip

Used to create pop-up tips that appear when you hover over a given piece of text.

Parameters:
  • title - (string). Tooltip text.
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
Examples:
... [trx_tooltip title="Tooltip title"]harum fugit suscipit[/trx_tooltip] ...

trx_video

Inserts a video file from one of the most popular video hosting services - youtube or vimeo.

Parameters:
  • url or src - (string). URL of a video file
  • image - (string). URL of the cover image for the video. For video from Youtube picture is retrieved automatically.
  • title - (string). Show title bar above the video frame
  • autoplay - (string). Allow autostart playback. The value can be "on" or "off".
  • width - (number). Video frame width in pixels or percent.
  • height - (number). Video frame height in pixels
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.
Examples:
[trx_video url="http://www.youtube.com/watch?v=636Dp8eHWnM" autoplay="off" title="on" image="/wp-content/uploads/2014/02/video_post.jpg"] [trx_video url="http://www.youtube.com/watch?v=636Dp8eHWnM" height="315"] [trx_video url="https://vimeo.com/39371780" autoplay="off" image="/wp-content/uploads/2015/02/bigstock-Smiling-fashionable-blonde-dri-52169263.jpg"]

trx_zoom

Inserts a picture with "zoom" or "lens" effect.

Parameters:
  • url or src - (string). URL of a original image.
  • image - (string). URL of the cover image. If cover image is larger then original image we'll get a "zoom" effect. If the cover image is of the same size, but differ only with сlearness or coloration - we'll get a "lens" effect.
  • border - (string). Whether to display image fringing as a mobile gadget: none|dark|light
  • align - (string). Alignment for the zoom block: left|right|center
  • width - (number). Video frame width in pixels or percent.
  • height - (number). Video frame height in pixels
  • id - unique id for element. Allow to address this element form javascript or CSS
  • class - class name for element. Allow set up additional decorations for element in CSS stylesheets.
  • top, bottom, left, right the value of which is the number - the margin in pixels from the top, bottom, left and right of the block respectively.

WooCommerce

Woocommerce is an industry leader e-commerce plugin for WordPress. Another good news is that our theme is fully compatible with this great tool, allowing you to turn your website into sales machine in just few clicks. You simply need to install this plugin and allow it to create a set of pages to display categories, products etc. Then, you need to add a set of products.

A few words should be also said about how to set a page set created with WooCommerce. After you created these pages using the plugin, please open the menu "Pages" and set the display parameters for each of the pages. Setting of the the pages for WooCommerce is similar to the settings of Home pages and is described in this section.

Please, remember that amongst all pages of the WooCommerce set, the page "Shop" has a priority status. It is a sort of a 'blog stream page' for the list of your products and categories. That is why, you can set your store's display by changing parameters of the page "Shop" in menu "Pages" (main theme color, availability and position of sidebars, etc).

Since Woocommerce has great documentation we don't have much to add, just a few links you should be aware of:

Products list:



Product page:



Cart page:



Mass e-mail distribution and collection of subscription lists

There is a great tool helping you keep in touch with your customers and site visitors. It's a small addon that collects emails and send newsletters. We recommend to use MailChimp or Sendgrid.

WARNING: Before using mass email tool please check if your web hosting provider allows to send mass email. Most of shared web servers strictly prohibit sending mass emails and can block your account.

WARNING: If you have more than 1000 subscribers, we highly recommend using professional mass email services to ensure high deliverability, high open/click rate. Always make sure you are using double opt-in email list, getting too many abuse reports may affect your site SEO.

ADVICE: To keep your list healthy and up to date we recommend using Email validation service, this is a great tool to filter junk emails if you purchased emails list elsewhere!

Mailchimp

This plugin helps you add subscribers to your MailChimp lists using various methods. You can create good looking opt-in forms or integrate with any other form on your site, like your comment form or WooCommerce checkout.

More information on how to properly use this plugin can be found here.

Below you can find some of the backend settings (WP dashboard menu > Mailchimp > Forms) and the newsletter sign-up form as well.

Mark-up code

<div class="sc_eform_button sc_button sc_button_skin_dark sc_button_style_bg sc_button_size_medium ico oswald"> <input type="submit" value="Subscribe" class="sc_eform_button sc_button sc_button_skin_dark sc_button_style_bg sc_button_size_medium ico oswald" /> </div> <div class="sc_eform_wrap"> <input type="email" name="EMAIL" placeholder="Enter Email Address." required class="sc_eform_input" /> </div>

With the shortcode ("Get the Shortcode option" right above the main mailchimp form field) below you can display the newsletter sign-up form on any page you want.

[mc4wp_form id="2272"]



Theme Translation

We recommend using Poedit software for translation-related purposes. To translate the theme to your language, please follow these steps:

  1. Download and install Poedit software.

  2. Navigate to the theme/.../languages/ folder and locate .pot file. Copy it to your desktop for editing.

  3. Double click on the .pot file. In the Poedit window click on the "Create New Translation" button, choose the necessary language of the translation from the dropdown list and click "OK."

  4. Now select the constant text string you need to translate from the "Source text - English" field and type in the necessary translation into the "Translation" field. You can translate as much as you want, just go through the file and click on each string in Poedit and add your translation.

  5. Next, you have to save the changes to your .po file using the naming convention based on the language code (e.g. pt for Portuguese) followed by the country code (for instance _BR for Brazil).

    To do that click on the "sheet" icon (you can also use hotkeys CMD+Shift+S in OS X or Win+S in Windows) and type in the name according to the screenshot below. The first lower-case letters define the language, whereas the second upper-case letter defines the country. In most cases, the language and country are the same, like “de_DE” for Germany. However, there is a difference for languages like English or Portuguese, which are spoken in several countries natively. In this case, the difference is in the first and second letter pairs; for the UK, the code would be en_GB, whereas the en_US stands for the USA. If you are not familiar with the codes for your native language and country, then visit the GNU website.

    See Language Codes and Country Codes for the lists of codes.

    Please note, if you use the wrong naming convention WordPress can not process your translation.

  6. When saving your .po file, Poedit automatically creates a new .mo file, with the same naming convention. According to the example above, the file would be called pt_BR.mo.

  7. Upload the .po and .mo files you just created to the .../languages/ folder. Make sure these files are in the same directory as the default.pot one.
  8. OPTIONAL! Only for themes with WordPress version 4.0 or lower.

    The last step is to tell WordPress what language to display. Open your wp-config.php file in a text editor and search for: define ('WPLANG', ''); string. Edit this line according to the .mo file you should already have downloaded (e.g. for the Portuguese spoken in Brazil you need to add define ('WPLANG', 'pt_BR');).

In case you still have questions on how to use Poedit, please check the following resources:

Sources and Credits

This section discloses the sources of various files used within the theme and describes their function. Use this section to gain an understanding on how the theme functions behind the scenes if considering any type of modification.

  • Fonts:
    • Google fonts
    • Fontello (non standard, icons set)

All non standard fonts are from Google Web Fonts and Fontello icons set

We have used the pictures from:
http://www.bigstockphoto.com/

IMPORTANT! Please be advised that all clipart images included in this theme are the copyrighted to their respective owners and are not available for download with this theme.
Clipart images can not be used without express permission from the owner and/or need to be purchased separately.

Once again, thank you so much for purchasing this theme. As it was said at the beginning, we'd be glad to help you if you have any questions relating to this theme. Thank you so much!

AxiomThemes