Getting Started

Introduction

Thank you for purchasing our theme. We are happy that you are one of our customers and we assure you won't be disappointed. We do our best to produce top notch themes with great functionality, premium designs and human readable code.

Solariss is a responsive and clean HTML template, made by a team of creative professionals here in ThemeRex. ThemeRex is a place to buy premium WordPress themes and HTML templates covered by effective and helpful support. Creative, crazy about details and innovative. We are a small and customers oriented company aiming to exceed your expectations!

Rate This Theme

DON'T FORGET to rate this theme on ThemeForest – it's good to know what others think about our work. You can rate it in the download area of your account:

How To Use This Document

Before you get started we highly encourage you to get familiar with this documentation file. Spending half an hour reading the manual may save a lot of your time and avoid questions with obvious answers.

Use our built-in Search tool (top right corner in the header of this file) or the search tool in your browser (click CTRL+F - works in most browsers) to quickly find all the keywords which you are looking for:

License

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. In short:

What is allowed with single regular license:

  1. You can create one website for yourself or for your client and you can transfer that single website to your client for any fee. This license is then transferred to your client.
  2. You can install the theme on your test server for testing/development purposes (that installation shouldn't be available to the public).
  3. You can modify or manipulate the theme, you can combine it with other works to create the End Product.
  4. Theme updates for that single End Product (website) are free.

What is not allowed:

  1. With single regular license it is not allowed to create multiple websites. For multiple websites you will need multiple regular licenses.
  2. To resell the same website (Single End Product) to another clients. You will need to purchase an extended license for this.

For more information about licenses, please refer to ThemeForest:

Help & Support

Support Policy

Please read this user guide carefully, it will help you eliminate most of potential issues with incorrect configuration or using of this template.

IMPORTANT! Please note that as authors of this template we are able to provide support only for the features which we created and for the issues related strictly to this template. We do not provide support for configuration, installation, maintenance, customization, any kind of 3rd party plugins etc.

If you have any questions that are beyond the scope of this help file, feel free to post them on our support message board at https://themerex.ticksy.com/.
We will respond as soon as possible (within 24 – 48 hours, usually faster). Please make sure you take a look at the available resources before submitting a support request.

Customization

As we have mentioned above customization/modification is beyond the scope of our support. Nevertheless, if you in need of such services you can always stick with our partners from MockingBird Customization Studio. They provide all kinds of services from template/theme installation to deep coding customizations.
All you need to do is follow this link https://mockingbird.ticksy.com/ and submit a ticket with detailed explanations of what needs to be done.

As for the minor CSS tweaks the best way is to use Firebug (an add-on for Firefox: http://getfirebug.com/), Chrome Developer Tools (available in Google Chrome) or other similar tools.
See these short video tutorials about Firebug:

Here you can find more information about CSS:

Customizer

Components

On the the screenshot below you can see how the Customizer panel looks like.

Files responsible for the Customizer's output/initialisation, styles and settings can be found here:

root directory.../custom_tools/...

To turn the panel on/off you need to uncomment/comment the following lines in your index.html file:

Index File Code
<script type='text/javascript' src='custom_tools/js/front.customizer.js'></script>
<script type='text/javascript' src='custom_tools/js/skin.customizer.js'></script>

PLEASE NOTE! Changes made via Customizer panel will be active until you refresh the page. To save the changes you'd need to edit the source files. Such "on-the-go" customization functionality was made for a demonstration purposes only.

Body Styles

There are 3 body styles available: Boxed, Wide, FullWide.

While setting the necessary style an extra attribute is being added to the <body> class. Check the screenshot below.

Body Class Code
<body class="home page body_filled article_style_stretch top_panel_opacity_transparent top_panel_over menu_right sidebar_hide body_style_boxed">

Custom Colors

Here you can choose any custom color to act as theme's Main and Accent one.

Background Image

This option allows you to set one of the available images to act as your background image.

To change background image add one of the classes below into the <body> tag:

Image Body Classes
<body class="home page body_filled article_style_stretch top_panel_opacity_transparent top_panel_over menu_right sidebar_hide custom_options_opened bg_image_2 body_style_boxed">

Pattern

You can also apply one of the available patterns to your background.

To change background pattern add of one the classes below into the <body> tag:

Pattern Body Class Code
<body class="home page body_filled article_style_stretch top_panel_opacity_transparent top_panel_over menu_right sidebar_hide custom_options_opened bg_pattern_3 body_style_boxed">

Widgets Sidebar

This is how the standard widgets sidebar looks like.

Widgets Sidebar Code
<div class="sidebar widget_area bg_tint_light sidebar_style_light">
...
</div>

Standard Post

Below is an example of a Standard Post.

Standard Post Code
<div class="page_content_wrap container">
...
</div>

Portfolio

The example of portfolio-like page can be seen on "Grid Alternative" page.
Please note that animation effects are made with Isotope script. See the screenshots below for more information.

The snippet below belongs to the "Portfolio (2 Columns)" page which can be found in root directory.../gallery-grid-alternative.html file.

Portfolio Page Code
<div class="page_content_wrap container">
...
</div>

Main Isotope Class.

Special Isotope filtering classes.

Please note that filtration in portfolio block works only if an element contains filtering class, for example "flt_136".

There are 2 files responsible for the Isotope script:

root directory.../js/vendor/__packed.js

root directory.../js/vendor/jquery.isotope.min.js

Social Icons

This is how the social icons look like.

To add a link to your social icon paste the necessary URL into the <a href> tag. See the example below:

Social Icons Code
<a href="https://twitter.com/Theme_REX" target="_blank" class="social_icons social_twitter icons">
	<span class="icon-twitter"></span>
	<span class="sc_socials_hover icon-twitter"></span>
</a>

Typography

Below you can find some of the Typography elements used in this template.

Headings

Columns

Check the features-typography.html file for more information.

Shortcodes

Below are an examples of a few shortcodes available for this template.

Skills

You can customize the skills bar by changing width and data-ed values as well as their styles. Check the screenshot below.

Skills Code
<div class="sc_skills_count sc_skills_count_style_2" style="width: 94%;">
	<div class="sc_skills_total" data-start="0" data-stop="94" data-step="1" data-max="100" data-speed="29" data-duration="2726" data-ed="%">94%</div>
</div>

Contact Form

Here is the main Contact Form.

There are several files responsible for contact form functionality:

root directory.../include/contact-form.php

root directory.../js/custom/_form_contact.js

Your email address should be specified in the contact-form.php file. See the screenshot below.

Email Address Code
$your_email = 'your@email.net';

Google Map

This is how the standard map looks like.

Files responsible for Google map functionality:

root directory.../js/custom/core.googlemap.js

root directory.../contact-us.html

Address/coordinates should be specified in the root directory.../contact-us.html file.

Map's Code
<div class="">
	<div id="sc_googlemap_527874862" class="sc_googlemap sc_googlemap_style_2 margin_bottom_40" data-address="San Francisco, CA 94102, US" data-description="San Francisco, CA 94102, US" data-latlng="" data-zoom="16" data-style="default" data-point="images/google_map_marker.png"></div>
</div>

Extra Plugins & Features

There are several additional plugins that were stylized according to the main color scheme of this template. In this section we will talk about a few of them.
As for the rest, all the necessary files that are responsible for plugins styles & functionality can be found in the root directory.../js/vendor/... and root directory.../css/... folders.

PLEASE NOTE! Full functionality is not supported/provided for some of the additional plugins (some of the plugins were just stylized to match the template's color scheme) as it is just an HTML template.

Revolution Slider

Files responsible for the Revolution Slider functionality:

root directory.../js/vendor/revslider/...

root directory.../index.html

Check the index.html file for more information.

Swiper Slider

This is how the Swiper Slider looks like.

Files responsible for the Swiper Slider functionality:

root directory.../js/vendor/swiper/...

root directory.../features-shortcodes.html

Check the features-shortcodes.html file for more information.

Sources and Credits

In this section you can find an additional information regarding fonts and clipart (.psd files) used in this theme.

  • Fonts:

    • Check the style.css file for more information.
    • Fontello (non standard, icons set). Specified in every .html file.

  • Clipart:

    • Images were taken from here.

  • PSD Files:

    • All the related .PSD files can be found in the theme's archive. Otherwise you can always request them by contacting our support team.

IMPORTANT! All the images used in this theme are the property of their respective owners and should be purchased separately.

Troubleshooting

We are happy that you are one of our customers and we assure you won't be disappointed. If you come up with any questions that are beyond the scope of this help file, feel free to post them on our support message board at https://themerex.ticksy.com/.

We are open from 10am to 7pm (CET), from Monday till Friday.

PLEASE NOTE! Our support policy covers getting setup, trouble using any features, and any bug fixes that may arise.
Unfortunately, we cannot provide support for installation, any customizations or 3rd party plugins. You also need to have a valid purchase code to request an assistance from our support team.

How to find a purchase key (check the screenshot):

  • Log in to your themeForest account.
  • Click on the "Downloads" tab.
  • Find our theme in the products list.
  • Click the "Download" button and select "License certificate & purchase code" in the drop down menu.