Minterio - Theme Documentation

Thank you for purchasing our theme!
This guide provides instructions for installation. It is recommended you read it thoroughly to fully leverage the "Minterio" theme's capabilities. If you need any help or support please contact us through the ThemeForest Messaging system or Support Email: beshleyua@gmail.com

Check online Documentation

Installing WordPress

Before beginning the installation and configuring of your new theme, you must first have WordPress already installed on a server. Here is a very detailed guide at Wordpress Codex that will walk you through every step.

Installing Theme

Uploading Through WordPress

To upload through your Dashboard, select “Appearance” and then “Themes”. Next, select the “Add New” button at the top of the page and then select the “Upload Theme” button. Choose Minterio theme "mint.zip" file and select “Install Now”. Once the theme is fully uploaded and installed, click “Activate” to activate the WordPress theme.

When uploading your theme with the installer, please ensure you are uploading the theme .zip file, not the entire package you downloaded. In this case, you will be uploading "mint.zip".

FTP Upload

To manually upload your new WordPress theme, login with your credentials to your website and locate the wp-content folder in your WordPress install files. Upload the un-zipped Minterio WordPress Theme folder into the: wp-content/themes folder.
Once uploaded, activate the theme by heading to the “Themes” menu in the WordPress Dashboard.

Installing Plugins Required

Once you have installed and activated our theme you will be prompted to install required and recommended plugins for all theme features. Just click the link to Begin installing plugins and activate all plugins.

Import DEMO Content

Activate all plugins, next go to Appearance > Import Demo Data and import demo content from the list. (Video installation instructions below).

Elementor Builder

- To create/edit page with Elementor, please do the following:
1. Go to Dashboard > Pages > Add New (or Edit).
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)" and Save Changes.
3. In the tab "Page Options" > "Page Footer" you can show/hide footer on the page.
4. Click to "Edit with Elementor" button.
5. In Elementor builder panel drag and drop "Minterio Theme" elements & blocks and fill the fields.

WooCommerce Docs

Minterio Theme compatible with WooCommerce Plugin. For detailed documentation plugin, please go to: WooCommerce Docs

Plugins

Elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

For detailed information, documentation and support on this plugin, please go to: Elementor

Mint Plugin

This plugin it's designed for Minterio Theme.

WooCommerce Plugin

Minterio Theme compatible with WooCommerce Plugin. For detailed WooCommerce Documentation, please go to: WooCommerce Docs

ACF Pro

ACF PRO includes extra fields & features to better develop websites including repeatable blocks, page building layouts, intuitive galleries, custom settings pages and reusable fields!

For detailed information and support on this plugin, please go to: ACF Pro

ACF Pro: Font Awesome

Adds a new 'Font Awesome Icon' field to the popular Advanced Custom Fields plugin.

Contact Form 7

Contact Form 7 is one of the most popular form builders for wordpress.

For detailed information and support on this plugin, please go to: Contact Form 7

One Click Demo Import

Import your content, widgets and theme settings with one click.

For detailed information, please go to: One Click Demo Import

Theme Options

All global settings can be found in Dashboard > Theme Options. In addition, you can customize:

Styling

In "Styling" Tab you can edit: Theme Color, Background Color, Heading Color, Paragraphs Color, Menu Items Color, Heading Size, Paragraph Size, Menu Items Size, Heading Font, Paragraphs Font, Disable preloader, Preloader color.

Header

In "Header Template" Tab you can select header builder template layouts for site.

In "Footer Template" Tab you can select footer builder template layouts for site.

Blog

In "Blog" Tab you can edit: Blog Layout, Blog Page, Display categories, Disable post excerpt, Disable featured image, Social Share.

404

In "404" Tab you can edit: Title, Content.

Shop

In "Shop" Tab you can edit: Sidebar position, Background Image, Main Description, Category Description options.

Home Page

- To create Home Page, please do the following:
1. Go to Dashboard > Pages > Add New.
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
3. In the tab "Page Options" > "Page Footer" you can show/hide footer on the page.
4. Click to "Edit with Elementor" button.
5. In Elementor builder panel drag and drop "Minterio Theme" elements: "Main Section", "About Us", "Team", "Process", "Portfolio(Module)", "Testimonials", "Call to Action", "Blog (Grid)" and more.
6. In the field "Your homepage displays" > "A static page (select below)" > "Homepage:" select "Home"

Portfolio Pages

- To create Portfolio Items, please do the following:
1. First your need to create Portfolio categories, go to Portfolio > Portfolio categories, enter category name in fields Name & Slug. Click to "Save Changes" button.
2. Go to Portfolio > Add Portfolio.
3. In the tab "Featured Image", select image from Library or Upload new.
4. Fill Title, Categories, Description, Subname and click to "Edit with Elementor" button. 5. In Elementor builder panel drag and drop "Minterio Theme" elements: and more.

- To create Portfolio Page, please do the following:
1. Go to Dashboard > Pages > Add New.
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
3. Click to "Edit with Elementor" button.
4. In Elementor builder panel drag and drop "Minterio Theme" elements: "Started", "Portfolio" and more.

About Page

- To create About Page, please do the following:
1. Go to Dashboard > Pages > Add New.
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
3. In the tab "Page Options" > "Page Footer" you can show/hide footer on the page.
4. Click to "Edit with Elementor" button.
5. In Elementor builder panel drag and drop "Minterio Theme" elements: "Started", "About Description", "Numbers", "Services", "Testimonials" and more.

Services Page

- To create Services Page, please do the following:
1. Go to Dashboard > Pages > Add New.
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
3. In the tab "Page Options" > "Page Footer" you can show/hide footer on the page.
4. Click to "Edit with Elementor" button.
5. In Elementor builder panel drag and drop "Minterio Theme" elements: "Started", "Team", "Services (List)", "Services (Table)", "Call to Action" and more.

Contact Form

- To create Contacts Form, please do the following:
1. Go to Dashboard > Contact > Contact Forms > Add New.
2. In the tab "Form" you can use default form layout or enter this code lines:

<div class="row">
	<div class="col-sm-6">
		<div class="form-group">
			<label>Name</label>
			[text* cf_name class:form-control class:name placeholder "Daniel"]
		</div><!--form-group end-->
	</div>
	<div class="col-sm-6">
		<div class="form-group">
			<label>What city are you from?</label>
			[text* cf_city class:form-control class:city placeholder "Los Angeles"]
		</div><!--form-group end-->
	</div>
	<div class="col-sm-6">
		<div class="form-group">
			<label>E-mail</label>
			[email* cf_email class:form-control class:email placeholder "Example@gmail.com"]
		</div><!--form-group end-->
	</div>
	<div class="col-sm-6">
		<div class="form-group">
			<label>Phone Number</label>
			[tel* cf_tel class:form-control class:phone placeholder "44 20 7700 0055"]
		</div><!--form-group end-->
	</div>
	<div class="col-sm-10">
		<div class="form-group">
			<label>Message</label>
			[textarea* cf_message class:form-control placeholder "Hello! I have this question..."]
		</div><!--form-group end-->
	</div>
	<div class="col-sm-2">
		<div class="form-submit">
			<button type="submit"></button>
		</div><!--form-submit end-->
	</div>
</div>
				

3. In the tab "Mail", enter this your email address. Save Changes.

- To create Contacts Page, please do the following:
1. Go to Dashboard > Pages > Add New.
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
3. In the tab "Page Options" > "Page Footer" you can show/hide footer on the page.
4. Click to "Edit with Elementor" button.
5. In Elementor builder panel drag and drop "Minterio Theme" elements: "Started", "Contact Us" and more.

Blog List Page

- To create Blog Pages, please do the following:
1. Go to Dashboard > Pages > Add New.
2. In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
3. Click to "Edit with Elementor" button.
4. In Elementor builder panel drag and drop "Minterio Theme" elements: and more.

Update Our Themes

Update via Envato Market Plugin

To easy and fast update theme and plugins you can use Envato Market Plugin (I added this plugin in recommended list in the theme):
1) Install Envato Market Plugin: https://envato.com/market-plugin/ and activate.
2) On admin panel go to Envato Market -> Settings -> Generate an Envato API Personal Token -> Click on link -> Login to your Envato Account -> Checked “Permissions ( https://gyazo.com/8a94c801e8197207d3d37467aa8587fb )” on list -> Create Token.
3) Use plugin “Envato Market -> Themes” to install all future updates. (in a few clicks).
Thanks!

Manually Update (Appearance -> Themes)

You can update our theme via WordPress Panel, Go to Dashboard > Appearance > Themes. Click "Add New" -> "Upload Theme". Choose Minterio theme "mint.zip" file and select “Install Now”.

Manually Update (FTP or Cpanel)

You can update our theme using via FTP or Cpanel.
Download the latest version of the theme on ThemeForest download page and you rename the folder contain the old theme and create a new folder and insert the latest theme in here.

Support

If you need any help or support please contact us through the ThemeForest Messaging system or Support Email: beshleyua@gmail.com