Thank you for your purchase!
If you have any questions that you feel should have been in this document, please log in using the account used to purchase the file and email via my user page contact form here.
Thanks!
You can install this theme in 2 ways: via FTP or via WordPress theme upload function.
After the installation Impreza Theme must appear at Appearance > Themes page, where you can activate it.
If you are new to WordPress, you may find these links below useful:
You can quickly set up your theme same way as our demo site.
To do so, go to Appearance > Theme Options, General tab and press the "Import Demo Data" Button. Wait until import process is finished and that's it.
In case something went wrong with automatic import, follow the steps below:
In order to speed up the import process, or in case of upload fail, leave the "download images and attachments" box unchecked. That will give you all the pages and posts without the attachments. This is a good option because users will need to use their own images anyways.
Impreza has an advanced Theme Options panel that contains all needed settings. There are too many options to go over all of them in these docs but please take some time and navigate through each tab. Go to Appearance > Theme Options and take a look.
In sections below we will describe some of the Theme Options settings.
In this section we will describe widgets that will appear at header, when you enable Expanded Header at Appearance > Theme Options, Header Options tab
When you check Expanded Header setting, few more fields would appear. They can be divided into three groups:
The widget has 2 modes:
Let's take a closer look on the Widget options in Your own links mode:
We have created (or adjusted) following page types:
All shortcodes incorporated into theme are presented in Visual Composer and Shortcode Geneartor. You can find examples of usage at our Demo site under Shortcodes section. You can see how they work if you import theme's Demo Data XML.
Some of shortcodes attributes explained below.
The row itself is a very simple element. But it's attributes provide a lot of functionality.
To place a row into separate Page Section, open it's attributes in Visual Composer and check Separate Section checkbox. Three additional fields will appear:
Starting from 1.1 version of Impreza, we have added Full Width Sections. They may be used for placing Revolution Slider, Google maps and other elements. In order to place a row into Full Width section, open it's preferences in Visual Composer, check Separate Section checkbox, then check appeared Full Width Content checkbox.
When you check the Parallax Effect checkbox at Row's attributes, two more parameters appear below it:
When you set the right image and adjust the settings, you will achieve beautiful 3D Parallax effect
Both Accordion and Toggles elements presented with single shortcode - [vc_accordion]
You can switch between them by opening shortcode's properties and adjusting "Act as Toggles" checkbox.
Both Tabs and Timeline elements presented with single shortcode - [vc_tabs]
You can switch between them by opening shortcode's properties and adjusting "Act as Timeline" checkbox.
At the moment adding PricingTables possible only via text shortcodes - if you are using Visual Composer for page and want to add Pricing Tables, add a Text Block, erase all text there and press 'Add Pricing Table' icon in last row of editor's controls. Then you will be able to adjust the Pricing Table by adding/editing table columns shortcodes
You can create a google map widget for your Contact page (or any other, where you need it). Google Maps shortcode available both at Visual Composer and Shortcode Generator. It has a range of parameters:
Special case of map usage is when it's placed into full width section (like we have it at our Demo Contact page). In order to do so, add a map into row in Visual Composer. Then open row's preferences, check Separate Section checkbox, then check appeared Full Width Content checkbox.
Attributes:
Example:
[separator type="short" size="" icon="star"]
A link styled as button
Attributes:
Example:
[button url="#about" text="Learn More" size="big" type="primary" icon="" external="0"]
Single icon
Attributes:
Example:
[icon icon="star" color="primary" size="small" with_circle="0" link=""]
Attributes:
Example:
[iconbox iconpos="left" icon="puzzle-piece" with_circle="1" title="Strategy"] Creating a design it is not an end in itself, but a means... [/iconbox]
Displays grid of your Portfolio Projects
Attributes
Attributes and possible values:
Example:
[testimonial author="Anna Zuckerberg" company="(one of our clients)"] To anybody thinking of buying this theme – buy it! [/testimonial]
Attributes:
Attributes:
Attributes:
Attributes:
Displays contact information
Attributes and possible values:
Displays contact form. See respective Theme Options tab to adjust the form.
More info coming soon!
You can translate Impreza into your language using files located at Impreza/languages folder. In order to translate the theme, follow the steps below:
If you need a Multi-Language site, then we recommend using the WPML plugin. You would need to buy a license for it, then install it and set it up. All information and documentation can be found at plugin's website: WPML.org
You can read full documentation of the Revolution Slider in "Slider_Revolution_Documentation" folder of main file download.
In order to create slider that will fit into header section, please follow the instructions:
After that you can create (or edit) slides for your slider.
In order to place created Slider Revolution to your pages, you should place it's shortcode either via Shortcode Generator or Visual Composer.
Special case for it will be putting your slider into Full Width section at top of page as a teaser element (like we did on our Demo Home page). In order to do so, add a slider into row in Visual Composer. Then open row's preferences, check Separate Section checkbox, then check appeared Full Width Content checkbox.
The images included in preview are for demonstration purposes only. Some photos can be purschuased separately at PhotoDune and other sites. (If needed, particular links can be given at your email request).
In downloaded product folder placeholders are used instead of stock images.
Following plugins are used:
Thank you very much for purchasing this theme!
Regards,
UpSolution Team
A common issue that can occur with users new to installing WordPress themes is a “Broken theme and/or stylesheets missing” error message being displayed when trying to upload or activate the theme. This error message does not mean that the theme you have purchased is broken, it simply means it has been uploaded incorrectly. Luckily, there is a very easy fix.
You can download a new version of Impreza at your downloads page. After downloading there are 2 ways of upgrading the theme:
1) Recommended: upload contents of Impreza folder from downloaded archive to wp-content/themes/Impreza folder on your server overwriting all files (via FTP or other file transfer method)
2) If you have no access to the server, or you dont know where the theme folder is, you can go to Appearance > Themes at WP admin, then activate any other Theme (like Twenty Twelve from standard package) and delete current Impreza theme. Don’t worry, all posts, pages and other items will be saved at Database. Then go to Install Themes tab and Upload new .zip file with updated Impreza theme, then activate it. After that please go to Appearance > Theme options and verify that everything is up to date there and check if Menu is selected right (it must be OK, just make sure)
Full list of icons available at Font-Awesome site
First of all, if you want to use other Google Font - you can set it up without any coding job done - just see options at Theme Options -> Typography tab. But if you want to use your own font files, proceed reading.
We use 2 fonts in our Theme – Cuprum for headings and PT Sans for regular text. In order to replace fonts you have to do following simple steps:
add_action( 'wp_enqueue_scripts', 'us_fonts' );and comment it our or delete it.
if ($smof_data['body_text_font'] == '' OR $smof_data['body_text_font'] == 'none') { $smof_data['body_text_font'] = 'Open Sans'; } if ($smof_data['navigation_font'] == '' OR $smof_data['navigation_font'] == 'none') { $smof_data['navigation_font'] = 'Open Sans'; } if ($smof_data['heading_font'] == '' OR $smof_data['heading_font'] == 'none') { $smof_data['heading_font'] = 'Noto Sans'; }and change it to:
$smof_data['body_text_font'] = 'Your Wanted Font'; $smof_data['navigation_font'] = 'Your Wanted Font'; $smof_data['heading_font'] = 'Your Wanted Font';and set actual font-families names instead of 'Your Wanted Font' code.
<style id="us_fonts_inline">and add right after it following CSS code fore each font you are adding:
@font-face { font-family: 'Your Wanted Font'; src: url('<?php echo get_template_directory_uri(); ?>/fonts/Your Wanted Font.ttf'); }then change font-family and url value to your own.