Thank you for purchasing our theme. We are happy that you are one of our customers and we assure you will not be disappointed. We do our best to produce top notch themes with great functionality, premium designs, and clear code.
With ThemeForest regular license you are licensed to use this theme to create one single End Product (the final website customized with your content) for yourself or for one client.
What is allowed with the single regular license:
What is not allowed:
For more information regarding license regulations and policies, see the links below:
IMPORTANT! We do not include theme-related .PSD
files into the theme package, because it significantly increases the theme archive size. If you need those files, feel free to submit a support request.
All the clipart images included in this theme are supplied with a copyright sign on them. The original images belong to their owners and are not available for download with this theme. They can be purchased separately directly from these owners.
Nevertheless, you can request the clipart-related image IDs/references and .PSD files by contacting our support department.
The theme package contains a number of bundled plug-ins. Please click here to view the list of plug-ins that come included into the theme.
If a new version of a bundled plug-in is available, it will be included in the next theme release. You can also request it by submitting a support ticket.
Bundled plug-ins are fully functional without the activation using a registration license key. In case you are willing to receive automatic updates and support from the plug-in team, you will need to purchase the plug-in separately. Only the direct buyers get the plug-in license key.
In order to receive a technical support assistance, you need to have a valid purchase code. To get the code, please navigate to your ThemeForest "Downloads" page and click on the theme download link. Check this guide for more details.
PLEASE NOTE! As authors of this theme we do provide support only for the theme-related features.
We do not provide support for additional customization, 3rd party plug-ins integration or any other compatibility issues that might arise. Nevertheless, there is an exception that is only applied to the plug-in(s) we have developed and integrated ourselves.
If you have any questions that are beyond the scope of this help file, feel free to contact us. We will respond as soon as possible (within 24 – 48 hours, usually faster). We are open from 10am to 7pm (CET), from Monday till Friday.
Please be aware that some questions are posted on our website in "Common Questions" section. So, before submitting a new ticket, please try searching our website for an answer, as well as checking our Video Tutorials and Articles. Our website has its own inner search and also has been indexed by Google, so if you can not find your answer with our website search, it is worth typing it into Google too. Please make sure you have looked at all the available resources before submitting a support request.
Unfortunately, we do not provide support for third-party extensions. Please contact the author of the extension if needed. If you feel that you might have troubles with installing an extension, we advise you to order a professional installation service.
For more information regarding the theme's functionality, we suggest checking our Video Tutorials and Articles.
To install this theme you must have a working version of WordPress already installed. Below are some useful links regarding WordPress information.
To use this theme you must be running at least WordPress 6.5, PHP 7.2 or higher.
External plug-ins may require additional limitations, like WooCommerce - PHP 7.4+, etc.
If you use a hosting service with limited resources (e.g. GoDaddy!), you may experience issues with the "one-click" demo data installation.
We recommend that you contact your web hosting service provider to make sure that your server PHP configuration limits are as follows:
max_execution_time 600
memory_limit 128M
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 128M
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 plug-ins.
Here is the list of web hosting service providers we recommend:
Before installing the theme, please make sure you unpacked the archive and extracted the theme files. Some of the folders names may slightly vary. Treat the screenshot below as an example only.
The main package contains archives with the main theme, child theme and documentation.
If you try to install the wrong files, you will get the missing style.css error. This is the most common error that means you are trying to install an incorrect package.
In order to install the theme, you need to have a working version of WordPress installed on your server first. Check out this guide for detailed information on how to install WordPress. We also highly recommend updating your WordPress to the latest stable version.
There are 2 ways to install the theme:
gutentype.zip
file and ONLY use the extracted /gutentype
theme folder.
gutentype
theme folder into /wp-content/themes
.
gutentype.zip
folder and click Install Now button.
You can also watch our video tutorial on how to install a WordPress theme.
Attention! If you want to make changes in theme’s templates or functions, we recommend activating a child theme before demo data installation. Please see the Child Theme section for more information.
The theme license allows you to install the theme on ONE domain only! To connect the license to a different domain, first, click "Disconnect domain" (Theme Panel > Theme Dashboard > General) and then re-enter the purchase key on a different WordPress installation.
If you have accidentally removed your WordPress installation without purchase code disconnection, please use this 1-time disconnection service: https://deactivate.themerex.net/.
If you have any questions, please contact our support department.
Attention! Before any manipulations that will require re-entering the purchase key even on the same domain (e.g: WordPress reinstallation or cleaning the database), please FIRST disconnect the domain!
If you have accidentally removed your WordPress installation without purchase code disconnection, please use this 1-time disconnection service: https://deactivate.themerex.net/.
Below is the list of the plug-ins that come included into the theme.
Some of these plug-ins can also be installed from the WordPress.org repository.
IMPORTANT! This theme is compatible with The GDPR Framework plugin, though it is not provided with the theme.
You can find a detailed overview of each plug-in in the Plug-ins section of this documentation file.
There is only one required plug-in for proper theme functioning, and that is ThemeREX Addons. The rest of the plug-ins are recommended for installation, but not required.
To make the theme look exactly as on the demo page, you would need to install the recommended plug-ins:
PLEASE NOTE! Our theme is compatible with The GDPR Framework and CoBlocks plugins, though they are not included into the theme's package.
In case you are running a shared hosting with limited resources (e.g. GoDaddy), we do recommend enabling only the essential plug-ins (e.g. ThemeREX Addons) and disable the rest. Otherwise, it may significantly increase the memory consumption, which might lead to unwanted issues.
If you want to make changes to the theme's files and functions, we recommend installing a child theme. This ensures that your theme customizations stay in place after the theme update. If you are not planning to change the core theme files, you are free to skip this chapter.
IMPORTANT! Install the child theme before importing the demo data. Otherwise, all of your theme options will be reset.
A child theme is installed the same way you install a parent theme. Locate the gutentype-child.zip
file in the theme package and upload it via the WordPress admin panel. Alternatively, you can unzip it and upload via FTP (see main theme installation chapter).
Your child theme has its own functions.php
file. Use it to copy modified functions from the parent theme's functions.php
, or register new functions.
You can copy all files from the parent theme into the child theme except files located in the following folders:
/includes
/plugins
/theme-options
/theme-specifics
In the /front-page
folder, you can copy all files except front-page.options.php
.
If the file you want to edit is in one of these folders, you need to copy the required function from that file, and register it in the child theme's functions.php
.
The rest of the files can be copied and edited directly in the child theme folder.
When copying parent theme files into the child theme, preserve the original folder structure. Create respective folders and make sure that the file path is the same as in the parent theme.
Our theme includes a simple One-click demo data installation, which allows your site to look exactly as on the theme demo.
Before installing demo data, please make sure you have activated your theme copy (entered the purchase code in the Theme Panel (WP Dashboard) > Theme Dashboard > General tab) and installed all the required plug-ins. Check the Plug-ins installation section for more information about the required plug-ins.
In case you do not have your Purchase Code, please navigate to your ThemeForest "Downloads" page and click on the theme download link. Check this guide for more details.
IMPORTANT! Our theme supports RTL text direction! Please FIRST choose the correct language in your WordPress settings (Dashboard > Settings > General > Site Language), then proceed with the demo data installation.
In order to import the demo content go to Theme Panel (WP Dashboard) > Theme Dashboard > Demo Data.
On the page that showed up set the required parameters.
When choosing the partial demo data import, the new content will be added to your existing data.
Although this will not overwrite your existing content, we still recommend backing up your website before doing this.
Note, that the pages are imported without the original images. Instead, the image placeholders are used. This is done to keep your existing content intact.
When choosing this option, all the existing content of your website will be lost and replaced with the new data. We recommend using this option for new WordPress installations only.
Use the whole demo import option if you want to have an exact copy of the theme demo. It enables you to import all media files, pages, theme options, and plug-in settings.
Some plug-ins, like WooCommerce, increase the memory consumption. If you are having trouble installing the demo data, deactivate massive plug-ins and try again.
In case demo data installation is stuck and you see "Error load data from the file ... " error message, you can manually install it by downloading the demo.zip archive from our server: LTR version or RTL version. Extract the archive to demo/
folder and upload this demo/
folder to wp-content/themes/gutentype
directory.
Treat the screenshot below as an example only. The list of folders inside a theme package may vary.
If the issue persists, please contact your hosting service provider to make sure that your server configuration meets the Theme Requirements. Otherwise, please refer your request to our support department.
upload_max_filesize
to 32M
.wp-content/themes
directory.memory_limit
. You can increase memory_limit
on your server in several ways, namely by editing:
define('WP_MEMORY_LIMIT', '128M');
memory_limit = 128M;
php_value memory_limit 128M;
mbstring PHP
function in server settings. The function is needed for some languages, such as Japanese, Chinese etc. In case you can not enable the settings, please contact the support team to get assistance with disabling the function in the theme.
wp-config.php
file and add the following lines after database information:
define( 'FS_METHOD', 'direct' );
define('FS_CHMOD_DIR', 0770);
define('FS_CHMOD_FILE', 0660);
max_execution_time 600
memory_limit 128M
post_max_size 32M
upload_max_filesize 32M
This step is required if you received the notification that a new version of the theme is available. You can see this information in Changelog section at the bottom of the item's details page.
Before you go ahead with the update make sure to backup your old theme's folder. Download it to your computer locally.
/wp-content/themes
.
themes
folder.
Now let's navigate to Appearance (WP Dashboard) > Customize to flexibly control the appearance and behavior of the whole website as well as individual types of posts, pages and categories.
IMPORTANT! Please be aware that our theme provides a special inheritance hierarchy system for "Theme Options" settings. It means that individual settings of each page may override global settings made with Customizer Panel.
Settings of "Blog", "WooCommerce", "Plugins settings" (such as Team) and other groups may also override default/general settings available through Customizer.
Moreover, you can see the changes of the front-end right after the alterations - when the needed parameter is selected, without switching from admin to front-end each time. When you are done with the changes, you should click on Publish button at the top of the Customizer's side menu.
IMPORTANT! Please be aware that all the Customizer's settings are also available for editing through Theme Panel (WordPress Dashboard Menu) > Theme Options section.
Settings of this group are responsible for managing site identity features. This is the initial place where you should upload your logo.
The text entered into this field appears as the logo title (if the image logo is not uploaded) and as the website's title in your browser tab.
The text entered into this field appears as the website slogan under the logo. By default, the tagline is used if no image logo is selected.
You can modify the site title and tagline appearance by inserting special characters, e.g.:
||
- line break;{{
... }}
- modifies style and color of parts of the text;[[
... ]]
- makes the text bold;The site icon (favicon) is used as a browser and app icon for your site. Icons must be square, and at least 512 pixels wide and tall.
These settings allow managing your logo images (main, for mobile header and mobile menu), as well as their Retina versions (if "Allow retina display logo" option is checked). As a rule, the retina logo should be twice as big as the regular logo in order to be displayed properly.
Here you can also zoom the text logo (if the image logo is not uploaded). 1 - original size. Please note, that the maximum size of the text depends on the actual size of the image.
The logo uploaded in the Customizer can be overwritten by the logo image selected in the custom Header layout. This allows you to upload a different logo image for each page. Please see an example below, using the Elementor page builder.
Settings of this group are responsible for managing an overall look of the site.
Here you can choose the body style as well as set the page width (site content + sidebar) in pixels.
PLEASE NOTE! In the Theme Options section of a particular page additional body styles are available: fullwidth and fullscreen.
Page background color - enable and specify the background color for the content area of the page.
Show Social Side - this option enables the social icons on the left side of the page. The social icons inherit the links (URLs) to your social profiles specified in the Theme Panel > ThemeREX Addons > Socials tab. Please also check our video tutorial.
Here you can specify widget sets for such locations as top page, above content, below content, bottom page, top footer and middle blog belt. Check the Widgets section for more information.
Here you can specify images/buttons hovers.
Below you can find an example of image's hover effect with the option set to "Dots".
Post animation - choose one of the post animation styles to show posts in the blog.
This setting is responsible for specifying SEO-related parameters.
Specify the text for the checkbox in a comment form on single posts and in registration form (Layouts: Login Link Elementor widget). This text will be displayed before the Privacy Policy link.
In order to add/customize the Privacy Policy link, navigate to Settings (WP Dashboard) > Privacy and specify the page that will be used as a Privacy Policy one.
PLEASE NOTE! In case you are planning to use default forms without consent checkboxes, just leave the "Text with Privacy Policy link" option empty!
Settings of this group allow you to manage an overall look and behavior of the header elements.
You can set up header settings for a specific page in the Theme Options > Header section of that page.
These settings allow managing the style ("Default", "Side", "Featured", "Plain", "Extra", "Center", "E-Commerce", "Separate", "Featured under title" or "Custom") and position of the header area as well as zooming the header title. For custom header style you can specify the header layout (available only if the ThemeREX Addons plug-in is activated) and follow the direct link for editing the selected custom layout if needed.
Available Custom Header Layouts (for Elementor page builder):
If you are using Elementor Page Builder, please also see header-related layouts section of this documentation file. All the elements of custom header layouts can be edited in Dashboard > Layouts tab, using a user-friendly Elementor. Check the Layouts section for more information.
To avoid "Sticky Menu" behavior select "Don't fix" option in the Edit Section > panel > Custom Layout > Fix this row when scroll (for the section with the menu element). Check also the Layouts description.
Available Pre-built Header Styles:
The header areas in "Default", "Side", "Featured", "Plain", "Extra", "Center", "E-Commerce", Separate and Featured under title styles are created via the Global Customize settings (Appearance > Customize). You can also navigate to the .../wp-content/themes/gutentype/templates
folder and edit the corresponding template file header-default.php, header-side.php, header-featured.php, header-plain.php, header-extra.php, header-center.php, header-woo.php, header-separate.php and header-featured-under.php.
Header Position
The Header position setting controls the way your header behaves in regards to the main body area.
"Fix this header when scroll" option fixes the header to the top of the window when scrolling down.
"Show Header Title" option displays Page Title.
"Show Header Breadcrumbs" option enables breadcrumbs.
Here you can specify the widgets set for the header area.
"Header Subtitle" displays text below the page name in the header area (for "Side" header style only!).
These settings allow choosing menu position and behavior on mobile devices.
"Mobile menu fullscreen" - this setting displays mobile menu on full screen (if checked) or slide narrow nemu from the side (if not checked).
These settings allow selecting a header background image, alternative header background color as well as choose whether to override the header image with the page's/post's/product's/etc. featured image or not.
.../wp-content/themes/gutentype/templates
folder and edit the corresponding template file header-default.php, header-side.php, header-featured.php, header-plain.php, header-center.php, header-woo.php or header-featured-under.php.
Setting of this group is responsible for choosing the style of the footer area.
These settings allow choosing footer style: "Default", "Plain", "Simple", "Modern", "Center" or "Custom". Please note, that custom footer layouts are available only if the ThemeREX Addons plug-in is activated. You can also follow the direct link for editing the selected custom layout if needed.
Available Custom Footer Layouts (for Elementor page builder):
Available Pre-built Footer Styles:
The footer areas in "Default", "Plain", "Simple", "Modern" and "Center" styles are created via the Global Customize settings (Appearance > Customize). You can also navigate to the .../wp-content/themes/gutentype/templates
folder and edit the corresponding template file footer-default.php, footer-plain.php, footer-simple.php, footer-modern.php or footer-center.php in any text editor.
Additional options for Default/Plain Footer styles:
0
to autodetect the number of columns based on how many widgets you have got in the set.{Y}
or {{Y}}
symbols to indicate the current year.Settings of this group are responsible for managing Menus. Each menu location is available for filling with any of the predefined menu sets.
Menus are also available for editing through the "Appearance > Menus" options.
Below are predefined Menu locations:
Widgets are the blocks of content that can be placed into specifically designed widget areas.
You can find the list of available widgets and widget areas under Appearance (WP dashboard) > Widgets. Here it is possible to create additional widget sets that can be assigned to available default widget areas. This is useful when you have different widget sets for different pages.
IMPORTANT! Our theme supports both Classic Widgets Editor and New Block Widgets Editor (WordPress 5.8+). You can easily switch the Widgets Editors using the "Disable new Widgets Block Editor" option in Theme Panel (WP Dashboard) > ThemeREX Addons > General section.
You can add widgets into widget areas by simply dragging and dropping.
But in order to see them on your website, you need to make sure you have a particular widget set assigned to a particular default widget area. You can assign widget sets either for the whole website (in Appearance > Customize), or for a specific page (single Page > Theme Options > Widgets/Header/Footer).
Header widgets can be assigned in Appearance > Customize > Header section.
Body widgets (for sidebar, top of the page, above the content, below the content, and bottom of the page) are accessible in Appearance > Customize > General Settings section.
Footer widgets are available for managing in Appearance > Customize > Footer section. It works for Default/Plain Footer Style only! Otherwise, you need to customize footer widgets in the corresponding footer Layout.
If you want to specify a widget set for a separate page, open that page in your WordPress admin and in the Theme Options section choose the required widgets. The widgets assigned in Theme Options would be applicable only for that particular page.
Depending on the selected page that is available for editing with Customizer's tools, you can notice a different kind of widgets sets included to a particular page. The same can be done through Appearance (WP dashboard) > Widgets.
Below are options responsible for managing widgets/blocks.
After you reorder the position of the widgets/blocks in the sidebar, save your changes.
See the example of how the Sidebar Widgets Set may look like:
Moreover, our theme provides a few Custom Widgets that are available in Appearance > Widgets section (for New Block Widgets Editor - under "Widgets" group).
Settings of this group are responsible for selecting the way to display the homepage (front page), as a blog stream or a static one and specifying the pages to be set as a static homepage and as posts page.
IMPORTANT! Please be aware that these settings are also available for editing through Settings > Reading section.
As a free addition to this theme we provide it with The Front Page Builder. A special tool that helps you manage entire content of your website in just few clicks without using Gutenberg. You can enable the Front Page builder in the General tab.
The Page Builder provides a few different areas for customization. Feel free to discover them and make any changes to the content you want.
IMPORTANT! The Front Page Builder works only if the homepage (front page) is built using "Default template" page layout and the homepage (front page) is set as a static page in the "Your homepage displays" option. See the previous chapter of this documentation file.
Check the video below for more information on how to properly use The Front Page Builder.
Settings of this group allow you to manage an overall look and behavior of posts pages.
These settings are applied to all types of blog pages, including Posts pages defined in the WordPress settings (Posts, available post types), as well as pages created via the Blog Archive template (unless no custom settings are specified in the Theme Options panel of a particular page/post).
Please check our article or visit this video tutorial for more information on how to add/customize the Posts pages.
Here you can specify widget sets for such locations as top page, above content, below content, bottom page, top footer and middle blog belt. Check the Widgets section for more information.
If the page is created using the Blog Archive template, the post meta settings should be specified in the Theme Options > Content section of that page.
Settings of this group are responsible for managing an overall look and behavior of single posts' pages.
Settings of this group allow managing the overall look of the WooCommerce elements (works only if the WooCommerce plug-in is installed). The single products can be added/customized in WordPress Dashboard Menu > Products.
Here you can manage an overall look and behavior of shop-related pages.
Product List settings
These settings allow specifying the Shop style and assigning a hover effect to the products.
Single Product settings
These settings are responsible for arranging a proper output of related products.
Header-related settings
These settings allow selecting header style, position, specifying its widgets and choosing whether to override the header image with the post's featured image or not. For custom header style you can specify the header layout and follow the direct link for editing the selected custom layout if needed.
Sidebar-related settings
These settings are responsible for specifying the position of a sidebar and its widgets set (for left/right sidebar position) as well.
Footer-related settings
These settings allow specifying footer style. For "Default"/"Plain"/"Simple"/"Modern"/"Center" footer styles specify widgets sets and widgets' columns quantity. For "Custom" footer style "Select custom layout" option is available. You can also follow the direct link for editing the selected custom layout.
Additional Panels settings
Here you can specify widget sets for such locations as top page, above content, below content and bottom page. Check the Widgets section for more information.
This is how the default Shop page looks like with current settings. Shop style is set to "Grid".
Here you can upload fonts and adjust font settings for specific typography elements.
Check this article or video tutorials for more information on how to add new Google Fonts and Custom Fonts.
The theme enables you to use both Google Fonts and custom fonts in your design. You can load up to 5 different font families, including different styles and weights for each typeface.
IMPORTANT! To manage fonts quantity available for upload, edit 'max_load_fonts' => 5
variable in theme-specific/theme.setup.php
file.
The theme allows you to assign color schemes to specific parts of your website. This is useful for highlighting certain areas and giving them a distinctive look.
Check this video tutorial for more information on how to customize color schemes.
The theme supports 3 color schemes - default (light), dark and extra.
IMPORTANT! Due to specifics of CSS rules, you are unable to assign a light color scheme to any website part, if the dark color scheme is enabled.
Here are the website parts to which you can assign color schemes:
You can also assign color schemes for individual pages in the Theme Options > Colors panel of those pages.
Here you can customize the color schemes of your website.
Three additional buttons are available:
Select the color scheme you want to customize and choose one of 2 modes (editor types) - simple or advanced.
In a simple mode, you can customize the accent colors (link colors) of a theme. If you want to dig deeper, switch to the advanced mode. You can entirely change the theme colors.
Both modes contain the following groups of settings:
MAIN
The main color group of a website. Here you can find the following elements:
ALTER
Alter means alternative color group, mostly applied for sidebar and footer. Alter colors include the same elements as the Main color group, plus two additional hover colors for border and background.
EXTRA
An additional color group for extra elements such as dropdowns, price blocks, table headers, etc.
As a rule, the text and background colors from the Extra group should contrast against the respective colors from the Main color group.
INVERSE
Inverse elements are elements that use the theme accent color (usually the main one) as a background color. In this way, they get distinctive look and stand out from the rest of the content. You can apply these settings for blockquotes, dropdowns, etc.
INPUT (for advanced mode only)
Colors for input fields, text areas, select fields, etc.
In case the changes of the color schemes are not applied, please enable Debug mode (in Theme Panel > ThemeREX Addons > General tab) and save ThemeREX Addons settings.
Settings of this group allow editing the background color/image (the one behind the body's content when "Boxed" body style is on).
Just click on Select image button to upload the image from the Media Library or your computer. Right after this step, additional options appear, such as "Preset", "Image Position", "Image Size" and a few other.
Settings of this group are responsible for managing an overall look and behavior of team-related pages (all team members page and single team member posts).
IMPORTANT! The number of team posts displayed on all team members page is inherited from the Settings > Reading > Blog pages show at most option. The team posts can be added in WordPress Dashboard Menu > Team section.
Here you can enable/disable team post type and specify the style of the team archive.
Please check "Disable post type Team" option only if you do not want to use this post type.
Apply "Style" option only after you save the other options!
These settings allow selecting header style, position, specifying its widgets and choosing whether to override the header image with the post's featured image or not. For custom header style you can specify the header layout and follow the direct link for editing the selected custom layout if needed.
These settings are responsible for specifying widgets set for a sidebar and its position as well.
These settings allow selecting footer style. For "Default"/"Plain"/"Simple"/"Modern"/"Center" footer styles you can also specify widgets sets and columns quantity. For "Custom" footer style "Select custom layout" option is available. You can also follow the direct link for editing the selected custom layout if needed.
Here you can specify widget sets for such locations as top page, above content, below content, bottom page. Check the Widgets section for more information.
Settings of this group allow you to specify additional custom styles.
This section covers the information about Pages in your website: included page templates, how to edit existing pages and add new ones.
You can import required pages, along with the page settings, using the Importer tool. Learn more about it in the Demo Content chapter.
To create a new page navigate to "Pages" dashboard menu item in your WordPress admin panel and click on Add new button.
Choose either "Blog Archive" (blog page) or "Default Template" (regular page) option in the Summary > Template sidebar. Check Posts pages article to find out more information on how to customize them.
IMPORTANT! The pages on our demo are built using different page builders Gutenberg and Elementor ("Elementor Home Divided", "Elementor Home", "Food Elementor", "Dark Mode (Black) Elementor" pages and custom layouts ONLY!).
Please use one page builder for creating/customizing one particular page/post/layout.
PLEASE NOTE! Please be aware that all Homepages use the "Blog Archive" type of output. The exceptions are "Store" homepage, "Elementor Home Divided", "Elementor Home", "Food Blog Elementor" and "Dark Mode (Black) Elementor". They use "Default Template" type of output.
Usually, the page consists of Blocks, Columns and some other elements that can be edited via Gutenberg. Before you start, please check the following tutorials:
Usually, the page consists of Sections, Columns, Widgets and some other elements that can be edited via Elementor. Before you start, please check the following tutorials:
Each page has a Theme Options panel, where you can specify custom page parameters.
In Theme Options, you can assign a different header/footer style, widgets set, body style, as well as many other options for each individual page.
These settings are applied to the page you are editing, and will overwrite the global settings specified in the Customizer.
You can enable or disable the Theme Options panel in the Preferences > Panels in the top right corner of the WordPress admin.
Once you finished with building your page, assign it as a Homepage:
Alternatively, you can assign a page as a homepage in Appearance > Customize > Homepage Settings.
The theme comes with the following set of Homepages.
PLEASE NOTE! Gutenberg is the main page builder for the whole theme.
"Elementor Home", "Food Blog Elementor", "Elementor Home Divided" and "Dark Mode (Black) Elementor" are the only pages created using the Elementor page builder.
Below you can find the screenshots of "Elementor Home Divided" front-end with hotspots describing where you can customize content for a particular section and the "Theme Options" settings. This is a regular page.
The "Default Template" page template is used. This homepage is built through Elementor Page Builder.
The background color/image for the page blocks can be set or managed in the Edit Section/Column > Style > Background tabs in the Elementor widgets panel.
"Edit Column > Layout > Position" settings in the Elementor widgets panel let page blocks overlap each other, the following parameters are available:
You can also set the entrance animation for page elements in Edit Section/any element > Advanced > Motion Effects.
Theme Options settings (Elementor Home Divided):
This is a regular page. The "Default Template" page template is used. This page is built using Elementor page builder.
Additional CSS class .elementor-home-header
stylizes the slider for different screen sizes.
Theme Options settings (Elementor Home):
This is how the "Home Minimalist" page looks like. The "Blog Archive" type of output is used.
Theme Options settings (Homepage Minimalist):
This is how the "Home Masonry" page looks like. The "Blog Archive" type of output is used.
Theme Options settings (Homepage Masonry):
This is how the "Home Grid" version looks like. The "Blog Archive" page template is used.
Theme Options settings (Homepage Grid):
This is how the "Home Classic" version looks like. The "Blog Archive" page template is used.
Theme Options settings (Homepage Classic):
This is how the "Home Creative" version looks like. The "Blog Archive" page template is used.
Theme Options settings (Homepage Creative):
This is how the "Home Lifestyle" version looks like. The "Blog Archive" page template is used.
Theme Options settings (Homepage Lifestyle):
This is how the store homepage looks like. This is a regular page. The "Default Template" page template is used.
Theme Options settings (Homepage Store):
This is how the "Home News" version looks like. This is a blog stream page. The "Blog Archive" page template is used.
Theme Options settings (Homepage News):
This is how the agency version looks like. This is a blog stream page. The "Blog Archive" page template is used.
Theme Options settings (Homepage Agency):
This is how the crypto version looks like. This is a blog stream page. The "Blog Archive" page template is used.
Theme Options settings (Homepage Crypto):
This is how the startup version looks like. This is a blog stream page. The "Blog Archive" page template is used.
Theme Options settings (Homepage Startup):
This is how the traveling version looks like. This is a blog stream page. The "Blog Archive" page template is used.
Theme Options settings (Homepage Traveling):
This is how the "Public Health" version looks like. This is a blog stream page. The "Blog Archive" page template is used.
Theme Options settings (Homepage Public Health):
The "Default Template" page template is used. This homepage is built through Elementor Page Builder.
We have used the following additional CSS classes while creating the page:
.plain-style
- stylizes the output of Blogger widget in "Modern" style.
.align-left
- aligns post meta and post title left (for Blogger widget, "Default" style).
Theme Options settings (Food Blog Elementor):
The "Default Template" page template is used. This page is built using Elementor page builder.
We have used the following additional CSS classes while creating the page:
.plain-style
and .bg_transparent
classes stylizes the output of Blogger widget in "Modern" style without any background color.
.nav_transparent
- removes the background color from inactive pagination items (Blogger widget, "Train" style).
.sidebar_elementor
and .sidebar_inner
- stylize the elements of sidebar widgets and set custom paddings.
.subscribe
- stylizes the page block with subcsription form (sets custom paddings and text color).
Theme Options settings (Dark Mode (Black) Elementor):
PLEASE NOTE! We have used some additional custom CSS classes to make the page blocks look like on our demo.
Custom CSS Classes for Gutenberg Page Builder
.style-bg-left
- adds grey background behind the contact form and stretches it to the left side of the screen on Typography page.
<div class="style-bg-left">[contact-form-7 id="79" title="Contact form 1"]</div>
.style-bg-top
- stylizes the block with team members on About Us page.
[trx_sc_team title="Our Team" description="Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Ut bibendum lacus vestibulum maximus." count="4" columns="4" class="style-bg-top" title_align="center"]
.contact-info
- row class that stylizes the icons placed within this row. Please see Contact page for more information.
.plain-style
- stylizes blogger widget to output posts in-line on background. The class name is specified in the Appearance > Widgets > Startup Top Widgets section, at the bottom of Blogger widget. Please also see Startup page for more information.
Custom CSS classes for CoBlocks (plugin is not provided with the theme):
.alter_background
- alternative style of "Click to Tweet" block on blue background.
.centered
- centers a separator on "Features Block" page.
.use_background
- adds the background color to the row with a page element and stretches the background to the full screen width. This class name should be assigned to an element itself, like on the screenshot below.
Layouts is a tool that lets you create custom headers, footers, and other website sections.
Layouts are available after you activate the ThemeREX Addons plug-in. After the activation, a new menu item appears in your WordPress admin panel.
Your theme comes with a number of pre-built Layouts. If you've imported the whole demo content, they will be available for you from the start. Otherwise, you would need to generate them in Theme Panel > ThemeREX Addons > Theme Specific > Create Layouts.
Important! Please be aware that pre-built layouts are created using the Elementor Page Builder.
In order to create a layout, navigate to Layouts (WP dashboard) > Add New.
Layouts are built in a similar way you build regular pages with Elementor Page Builder or WordPress editor. For Elementor Page Builder, layouts expand the default list of widgets by adding layout-specific widgets and provide you with additional section settings.
Please check this article for detailed information regarding layouts customization using Elementor page builder.
You can also view our video tutorials about header and footer layouts customization.
When creating a Layout, first you need to specify the correct Layout type in the Item Options panel:
You can also choose a different Header/Footer Layout for a specific page. Simply open that page in the WordPress admin, and in the Theme Options > Header/Footer panel edit the Header Style and Footer Style settings.
Custom Layouts can be especially useful when you need to use the same section in different places on your website. Instead of building it from scratch on every new page, you can save it as a custom Layout and insert using a Layouts widget (available for Elementor Page Builder).
In order to add a custom Layout to a web page (for Elementor Page Builder):
In case there are some page fragments with more or less identical structure, you can create one layout using the Elementor Page Builder, save it as a template and use it as a foundation for your new Layout. Thus, there is no need to create a new layout or block each time. Please see this article for more information.
Open a Layout and click on the Add Template button from the editing screen (Elementor Page Builder's backend editor). Scroll down to view the available templates:
PLEASE NOTE! The demo content of the theme is assembled as separate pages that can be easily imported through Theme Panel (WP Dashboard) > Theme Dashboard > Demo Data > Partial Import. Our theme comes with empty Elementor library.
Layouts is a preferred way of creating a mobile header since it gives you flexibility and control over your elements. Creating a mobile header is similar to creating a standard header, except there are several features you should know about in order to use Layouts more efficiently. Please see the official elementor video tutorial or article for more information.
We recommend you to create separate custom header layout for mobile devices and specify it in the Appearance > Customize > Mobile section. This will improve the website loading speed on mobile devices.
Layout-specific widgets are additional widgets available for editing/creating layouts (available for Elementor Page Builder Only!). They are especially useful for building headers and footers. You can find layout-specific widgets under the ThemeREX Addons Layouts group in the Elementor widgets panel.
Displays a shopping cart icon (in case the WooCommerce plug-in is active). When clicked, the icon triggers a window with additional shopping details.
For narrow and normal row types, the cart displays the number of products in the cart, the sum total, and an icon label. The compact row type has a shopping cart with a product counter badge only.
Displays a currency button, in case the WooCommerce and WooCommerce Currency Switcher plug-ins are active.
Should be used for headers only. Displays a featured image of the current post/page. Often used in combination with the Title and Breadcrumbs widget.
The widget has to contain at least one element, otherwise the featured image would be hidden.
Inserts an icon and two text lines. It is possible to add a URL to the icon.
Inserts content in different ways, depending on the type of the layout:
Select which type of the layout to use in the layouts widget's content settings.
The algorithm of building a popup notification or panel:
example_popup
.
#
), as an address for the link or button that should trigger the popup/panel.In case the WPML plug-in is active, the widget displays button (drop-down list) that allows choosing the necessary language for the current page.
Displays a login/logout link with an icon.
The text for the checkbox "I agree..." (registration form) is set in Appearance > Customize > General > Text with Privacy Policy link.
In order to add/customize the Privacy Policy link, navigate to Settings (WP Dashboard) > Privacy and specify the page that will be used as a Privacy Policy one.
PLEASE NOTE! In case you are planning to use the registration form without consent checkbox, just leave the "Text with Privacy Policy link" option empty in the Appearance > Customize > General section!
Inserts a logo (any image). In case there is no logo (both in layouts and in the Customizer), the theme displays the website title and description specified in Appearance > Customize > Logo & Site Identity.
Uploading Logo
The algorithm of our actions would be as follows:
IMPORTANT! Logo is available for editing for each particular layout. If no logo is selected in the Layouts: Logo widget, the initial logo from the Appearance > Customize > Logo & Site Identity will be used.
Displays one of available menus. Specify a preferred menu in the Menu field by its name, like on the screenshot below.
The Layout parameter allows selecting the Menu Layout:
Direction of the menu items: Horizontal or Vertical.
Specify default behavior for a responsive menu in the Content tab:
Displays elements from meta data of the current post (categories, post author, post date, post counters, share links, edit link).
Adds a search button/input field. There are 3 styles available:
Displays a title and breadcrumbs of the currently opened page/post.
Displays one of the available widget sets (sidebars). You can choose the number of widget columns. In case 0
is chosen, the number of columns equals to the number of widgets in the selected widget set.
Layouts have an extended number of settings for Section, default Elementor element.
Important! Please be aware that section settings are available for the Elementor Page Builder ONLY!
Choose which section you want to edit, click on the Edit Section button and go to the panel > Edit Section > Custom Layout.
is_singular()
).
In this section you can find the examples of layouts that come with our theme. If you have imported the full demo content, they will be available for you from the start. Otherwise, you would need to generate them in Theme Panel > ThemeREX Addons > Theme Specific > Create Layouts. Feel free to create your own layouts.
You can view the list of available Layouts in Layouts (WP Dashboard) > All Layouts.
All layouts are divided into four types. For more information on how to add each type of layouts to the page, please view Creating Layouts section of this documentation file.
Important! Please be aware that this theme does not provide any examples of submenu and custom layouts. Feel free to create your own ones using Elementor page builder.
Header menu can be customized in Appearance > Menus > Edit Menus or Appearance > Customize > Menus.
In case no logo is selected in the "Layouts: Logo" widget, the initial logo from the Appearance > Customize > Logo & Site Identity will be used.
The social icons inherit the links (URLs) to your social profiles specified in the Theme Panel (WP Dashboard) > ThemeREX Addons > Socials tab.
The background color/image for the header sections can be set or managed in Edit Section/Column > Style > Background in the Elementor editor.
Footer menu can be customized in Appearance > Menus > Edit Menus or Appearance > Customize > Menus.
In case no logo is selected in the "Layouts: Logo" shortcodes, the initial logo from the Appearance > Customize > Logo & Site Identity will be used.
In order to make the current year change automatically in the copyright area, just paste {Y}
or {{Y}}
instead of the year.
The social icons inherit the links (URLs) to your social profiles specified in the Theme Panel (WP Dashboard) > ThemeREX Addons > Socials tab.
The background color/image for the footer sections can be set or managed in Edit Section/Column > Style > Background in the Elementor editor.
A custom post type is an additional type of posts that is tailored for a specific kind of content. Custom post types are a part of the ThemeREX Addons plug-in, and you can use them after the plug-in activation.
To display team members on your page, you need to create team posts first, and then output them using a shortcode. Add a new team member post by clicking Team > Add New.
Please find the screenshot below with the back-end view of a team post.
On a team member page, you can enter the team member's name, description, featured image, excerpt, and elements in the Item Options panel, which include:
The single team member posts as well as all team page inherit the general settings (for header, footer, etc.) specified in Appearance > Customize > Plugins Settings > Team.
The global settings for a single team member page can also be overridden in the Theme Options section of a particular team post. Here you can assign a different header/footer style, widget set, body style, etc.
Display the team member section on the front-end using the Team shortcode (Gutenberg page builder) or Team widget (Elementor page builder).
Shortcodes in WordPress let you add different kinds of functionality to your website.
PLEASE NOTE! The shortcodes described in this chapter are available for Gutenberg Page Builder only!
We have used some custom shortcodes that can be inserted to the page using standard Gutenberg's widget:
Custom Gutenberg widgets (with such functionality) support icons from standard Fontello icons set. You can expand the list of available icons by adding new ones from the fontello website. In order to add new icons proceed to wp-content/themes/your-theme/css/font-icons/config.json
. Watch this video guide for more information.
This shortcode displays category posts.
Example:
[trx_sc_blogger columns="2" count="2" type="divide" hide_excerpt="1" cat="56" order="asc"]
[trx_sc_blogger columns="3" count="3" type="default" hide_excerpt="1" class="align-left" cat="56"]
This shortcode displays the most recent news.
Example:
[trx_widget_recent_news columns="1" count="1" featured="1" style="news-portfolio" ids="1104"]
This shortcode displays the most recent posts.
Example:
[trx_widget_recent_posts id="unique_id" title="Recent posts" number="3" show_date="1" show_image="1" show_author="0" show_counters="0" show_categories="1"]
This shortcode lets you display your posts, pages, or custom post types in a form of a slider.
Example (Swiper Slider):
Enhance the slider by adding preview image thumbnails using Slider Controls shortcode.
[trx_widget_slider controls="1" titles="none" category="2"][/trx_widget_slider]
Slider Controls displays image thumbnails in the Slider shortcode.
Make sure to use the same ID
for the "Slider" and "Slider Controls" shortcodes.
Example:
[trx_widget_slider titles="lb" posts="3" id="go" height="600" category="54"] [trx_slider_controls pagination_style="thumbs" hide_next="1" hide_prev="1" slider_id="go"]
[trx_widget_slider controls="1" id="go" titles="none" category="2" posts="4"][/trx_widget_slider] [trx_slider_controls slider_id="go" pagination_style="thumbs" class="simple-thumbs" hide_next="1" hide_prev="1"]
This shortcode displays team members. To manage "Teams" proceed to the WordPress Dashboard Menu > Team post type. Use "Item Options" (for the position and social links) and "Featured Image" settings to customize the post.
Example:
[trx_sc_team title="Our Team" description="Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Ut bibendum lacus vestibulum maximus." count="4" columns="4" class="style-bg-top" title_align="center"]
This shortcode displays a video file.
Example:
[trx_widget_video link="https://vimeo.com/154709932" cover="95"]
Elementor Widgets in WordPress let you add different kinds of functionality to your website without writing a single line of code.
PLEASE NOTE! The widgets described in this chapter are available for Elementor Page Builder only!
Our theme comes with a number of custom Elementor widgets allowing you to add the information in a simple way.
Custom Elementor widgets (with such functionality) support icons from standard Fontello icons set. You can expand the list of available icons by adding new ones from the fontello website. In order to add new icons proceed to wp-content/themes/your-theme/css/font-icons/config.json
. Watch this video guide for more information.
All custom Elementor widgets are divided into the following groups of elements in the Elementor Editor:
The Anchor elementor widget inserts an anchor element that lets you link to specific parts of your page (or to other pages).
If you want to add smooth navigation between your anchors, check the Scroll to Anchor box in Theme Panel > ThemeREX Addons > Shortcodes > Anchor section.
This widget displays category posts/pages/custom posts types. Just specify the post type to show the posts from in the Edit Blogger > Content > Post type field in the Elementor panel.
Example:
You can edit the post excerpt text by opening the corresponding blog post, and adjusting text in the Excerpt field.
Enable the Excerpt field in the Preferences > Panels panel in the top-right corner of the post.
The length (in words) of the post excerpt text is inherited from the global setting in Appearance > Customize > Blog > Posts Page > Posts Page Settings.
We have used the following additional CSS classes while creating the pages:
.plain-style
- stylizes the output of Blogger widget in "Modern" style on white background. Please see "Food Elementor" page for more information.
.plain-style
with .bg_transparent
stylize the output of Blogger widget in "Modern" style on blank background. Please see "Dark Mode (Black)" page for more information.
.nav_transparent
- removes the background color from inactive pagination items (Blogger widget, "Train" style). Please see "Dark Mode (Black)" page for more information.
.align-left
- aligns post meta and post title left (for Blogger widget, "Default" style), like on demo "Food Elementor" page.
This elementor widget displays buttons.
Examples:
This elementor widget displays a Googlemap. Make sure there is a valid API key in the "Google API key" field on the Theme Panel > ThemeREX Addons > API tab.
Example:
This elementor widget displays image(s) or fontello icon(s) with title and description. You can expand the list of available fontello icons by adding new ones from the fontello website. Watch this video guide for more information.
Example:
This elementor widget lets you insert several types of sliders, namely:
Select which type of the slider to show in the Slider Engine option under content tab.
Example (Swiper Slider):
The Swiper Slider lets you display your posts, pages, or custom post types in a form of a slider. Enhance the slider by adding preview image thumbnails using Slider Controller, and navigation arrows using the Slider Controls or via the Slider widgets' settings under Layout > Controls tab.
Slider Controller displays image thumbnails and navigation arrows for the Swiper Slider engine in the Slider widget.
Slider Controls adds navigation pointers for the Swiper Slider engine in the Slider widget.
Make sure to enter the ID
of the Slider widget you want to control. Enter the ID first into the Slider widget settings (under the Advanced > CSS ID), and then copy it into the Slider Controller/Slider Controls settings into the Content > Slave slider ID field.
Example:
This elementor widget displays social icons. You can specify the necessary links (URLs) to your social profiles in the widget's settings under the content tab. If empty, the social icons will inherit the links (URLs) to your social profiles specified in the Theme Panel > ThemeREX Addons > Socials tab.
Example:
This elementor widget inserts a regular table.
Example:
This elementor widget inserts a regular title.
Example:
This Elementor widget inserts a block with an Audio Player. You can use a locally uploaded audio file (from your Media library) or an external one (through embed html code). The system ignores the "Audio caption" and "Author name" options, if the embed code is used.
Example:
This Elementor widget displays a regular banner image linked or not as well as any object inserted using html code (banner, iFrame for video, audio, etc.).
Example:
This Elementor widget displays a regular WP calendar. You can choose the way of shortening the weekday names: to one (first) letter or to three letters.
Example:
This elementor widget inserts a block with a logo, short description and contacts. Please specify the necessary links (URLs) to your social profiles in the Theme Panel > ThemeREX Addons > Socials tab. If you want to add a google map, make sure there is a valid API key in the "Google API key" field, specified in the Theme Panel > ThemeREX Addons > API tab.
Example:
This elementor widget inserts popular posts. The titles for tabs can be managed in Edit Widget: Popular Posts > Layout > Tabs. This widget is designed to be used in a sidebar.
Example:
This elementor widget displays the most recent news.
Example:
This elementor widget displays the most recent posts. You can set additional options in the "Details" section in the element's settings window. This widget is designed to be used in a sidebar.
Example:
This elementor widget displays social icons of the social networks you are subscribed to you are subscribed. Please specify the necessary links (URLs) to your social profiles in the Theme Panel > ThemeREX Addons > Socials tab. Works in a sidebar (as a widget) as well.
Example:
This elementor widget displays a video file.
Example:
This elementor widget displays team members. To manage "Teams" proceed to the WordPress Dashboard Menu > Team post type. Use "Team Groups", "Item Options" (for the position and social links), "Featured Image" and "Excerpt" (for the summary) settings to customize the post.
The summary is available for "Featured" layout ONLY!
Example:
This elementor widget inserts advanced search form for products.
Example:
Inserts content in different ways, depending on the type of the layout:
Select which type of the layout to use in the layouts widget's content settings.
The algorithm of building a popup notification or panel:
example_popup
.
#
), as an address for the link or button that should trigger the popup/panel.Example (Default layout):
Please be aware that this theme does not provide any examples of custom layouts. Feel free to create your own ones.
Example (Popup layout):
Example (Panel layout):
The rest widgets from this group are described in the Layouts Elementor Widgets section of this documentation file.
As a free addition to this theme, we have included a unique ThemeREX Addons plug-in. Once activated, it allows expanding the options of the theme noticeably. These add-ons allow you to show custom post types, set links to your social profiles as well as some advanced theme-specific settings.
After plug-in's installation, the "ThemeREX Addons" menu item should appear in the "Theme Panel" tab in WordPress dashboard menu panel.
Below is a brief description of all the available settings.
Settings of this tab define the general behavior of your theme.
.js
and style related .css
data. For better theme performance the system automatically re-compiles/re-merges these files into a single .js/.css
related one after every "Save Options" button click in Customizer (Appearance > Customize) and ThemeREX Addons settings (Theme Panel > ThemeREX Addons).
trx_addons.css
, trx_addons.js
, __colors.css
, __style.css
, __scripts.js
.
target="_blank"
to all external links.
Insert a generated Google API key (as well as analytics, remarketing-related information and marker & cluster icons) to make your Google map function properly. Follow this link for more information on how to properly obtain an API key.
Specify Facebook App ID.
Google Analytics code - Specify Google Analytics code or/and any other HTML
/JS
code to be inserted before the closing tag </head>
on each page of this site.
Google Remarketing code - Specify Google Remarketing code or/and any other HTML
/JS
code to be inserted before the closing tag </body>
on each page of this site.
PLEASE NOTE! Check this video tutorial for more information on how to setup Google Analytics 4, Google Tag Manager and add them to your website.
Here you can specify all the necessary links (URLs) to your social profiles. Just paste the permanent URL addresses into the needed fields and click "Save."
"Allow extended emotions" option allows you to enable extended emotions set for posts and "Recent Post" sidebar widget. It gives the users an opportunity to mark single posts with one nontypical emotion. Just specify the emotions' names, upload the necessary icons and click on "Save" button.
Blue layers icon duplicates the settings.
The icons are used from standard Fontello icons set. You can expand the list of available icons by adding new ones from the fontello website. In order to add new icons proceed to wp-content/themes/your-theme/css/font-icons/config.json
. Watch this video guide for more information.
Here you can define whether you want to use the Anchor shortcode and specify hover effects for form fields or not.
Settings of this section override the default theme's grid classes, and recreate layouts. We recommend leaving these settings intact.
Create Layouts setting is responsible for recreating the set of predefined layouts. It might become useful in case there are no layouts available after theme installation.
This section contains a brief description, as well as references, to some plug-ins available with this theme.
Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.
Check this link for more information. More guides are available here (video tutorial) and here.
The theme comes with a number of pre-built contact forms that can be customized in Contact (WP Dashboard) > Contact Forms.
[contact-form-7 id="79" title="Contact Form"]
[contact-form-7 id="416" title="Contact Form Green"]
To make your customization even easier we have added the Elementor Page Builder to this theme. Before you start, please check these Elementor-related tutorials. They will give you a basic understanding of how to build a page properly.
This is our self-made plug-in that allows you to use "Grid masonry related posts" widget to display related posts in your theme. You can find this widget under Appearance (WP dashboard) > Widgets.
"Grid Masonry Related Posts" widget provides you with a large number of options for each post item, including the block area form, post title/subtitle, the font size of the title/subtitle, post url, post background image, and many more. Please also view Traveling homepage for more information.
To make your customization even easier we have used Gutenberg as the main page builder in this theme. Before you start, please check these Gutenberg-related tutorials. They will give you a basic understanding of how to build a page properly.
MailChimp is a newsletter service that allows you to send out email campaigns to a list of email subscribers. MailChimp is free for lists up to 2000 subscribers, which is why it is the newsletter-service of choice for thousands of businesses.
This plug-in acts as a bridge between your WordPress site and your MailChimp account, connecting the two together.
Check this link for more information.
More guides are available here.
The backend settings can be found in the WP dashboard menu > MC4WP > MailChimp tab.
Please set the page/block contrasting background color/image before using MailChimp form.
[mc4wp_form id="378"]
This plug-in is responsible for displaying a completely customizable Instagram feed on your WordPress website. Check this link for more information.
This is our self-made plug-in that allows you to update the main theme as well as the bundled plug-ins through the WordPress admin panel. Once any plug-ins or theme updates are available for download, you will receive a corresponding notice in WP Dashboard > Updates. Please view the Theme Update chapter of this documentation file for more information.
WooCommerce is an industry leader e-commerce plug-in for WordPress. Our theme is fully compatible with this great tool, allowing you to turn your website into sales machine in just a few clicks. You simply need to install this plug-in and allow it to create a set of pages to display categories, products etc. Then you need to add a set of products.
We highly encourage you to read the great documentation files WooCommerce offers. These manuals help to create effective and reliable on line stores providing more features than you can imagine. Here is a list of really useful links helping you create and polish your shop.
This is a visual CSS style editor that allows you to customize your website without coding. You should click on an element to start visual editing it. You can adjust colors, fonts, sizes, positions and a lot more.
Please check the links below for more information about this plug-in:
We recommend using Poedit software for translation-related purposes.
To translate the theme to your language, please follow these steps:
theme/.../languages/
folder and locate .pot
file. Copy it to your desktop for editing.
.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."
.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..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.
.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.
.../wp-content/plugins/trx_addons/languages
directory. There is also a trx_addons.pot
file in this directory..po
and .mo
files according to your language. See the file names on the example below:trx_addons-pt_BR.po
,
trx_addons-pt_BR.mo
.
For more information on how to use Poedit, please check the following resources:
In this section you can find additional information regarding fonts, clipart, .PSD files used in this theme.
theme-specific/theme.setup.php
file for more detailed information on this matter.
'max_load_fonts' => 5
variable in the theme-specific/theme.setup.php
file.
wp-content/themes/your-theme/css/font-icons/config.json
. Watch this video guide for more information.
theme-specific/theme.setup.php
file.
.PSD files
into the theme package, because it might significantly increase the size of a downloadable archive. In case you need these files you can always request them by contacting our support department as well.
Custom Websites are usually the most important part of an online marketing campaign. A properly built custom website can help you get the most results from your marketing efforts. Our team can do it for you.
Please, find some of our offers below:
You can check the full list of offers here.
Thank you for purchasing our theme. We are happy that you are one of our customers.
If you come up with any theme-related questions that are beyond the scope of this help file, feel free to contact us. We will respond as soon as possible (within 24 – 48 hours, usually faster). We are open from 10am to 7pm (CET), from Monday till Friday.