Uhost

Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel free to ask via item's comments. Also please don't forget to give item ratings! Thanks so much! :)

Basics

HTML Structure
This template using Bootstrap framework. Main content is placed between header and footer area. The content is nested within <div id="content">.
... header area ...

<div id="content">
     <div class="container">
          <div class="row">
               <div class="col-md-4">
                    this is your content			
               </div>
               <div class="col-md-8">
                    this is your content
               </div>
          </div>
     </div>

     <section>
          <div class="container">
               <div class="row">
                    this is your content
               </div>
          </div>
     </section>

</div>


... footer area ...
        
Create Columns

For a simple two column layout, create a .row and add the appropriate number of .col-md-* columns. As this is a 12-column grid, each .col-md-* spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent).

Please read more for Bootstrap grid system here: https://getbootstrap.com/docs/4.0/layout/grid/

<div class="row">
<div class="col-md-6"> this is 1/2 columns </div>
<div class="col-md-6"> this is 1/2 columns </div>
</div> <div class="row">
<div class="col-md-4"> this is 1/3 columns </div>
<div class="col-md-8"> this is 2/3 columns </div>
</div> <div class="row">
<div class="col-md-3"> this is 1/4 columns </div>
<div class="col-md-9"> this is 3/4 columns </div>
</div>

General Settings

New: Change to dark mode

For each template page insert class below inside body tag

<body class="dark-mode text-light">

Change scheme color

For each template page, look at line 30 below

<link id="colors" href="css/colors/scheme-01.css" rel="stylesheet" type="text/css">

Then replace scheme-01.css with another value. You can choose one of below: scheme-01.css, scheme-02.css, scheme-03.css, scheme-04.css.

All premade color on this template can be found inside folder css/colors/.

Change navigation style

Open file designesia.js then change de_nav_style value.

Value: 1 - solid, 2 - transparent

Change navigation color

Open file designesia.js then change de_nav_color value.

Value: 1 - default, 2 - light

Change navigation color on scroll

Open file designesia.js then change de_nav_color_scroll value.

Value: 1 - default, 2 - light

Working with WHMCS Template

How to install WHMCS template?
  1. Open FTP and go to WHMCS root directory then enter folder name 'template'.
  2. Upload 'Uhost' folder (located inside folder UHOST_PACKAGE/WHMCS_THEME/uhost).
  3. Now go to WHMCS administrator panel.
  4. Navigate to Setup > General Settings > Set "Template" value to "Uhost".
How change logo on WHMCS template?
  1. Replace an image file logo.png by navigate to UHOST_PACKAGE/WHMCS_THEME/uhost/img/logo.png
How change color scheme on WHMCS template?
  1. Open file color-scheme.css by navigate to UHOST_PACKAGE/WHMCS_THEME/uhost/assets/css/color-scheme.css
  2. Select color scheme you want then save once it done.
How change content for Homepage on WHMCS template?
  1. Open file hompage.tpl by navigate to UHOST_PACKAGE/WHMCS_THEME/uhost/assets/homepage.tpl
  2. Edit anything you want then save once it done.
How change content for footer on WHMCS template?
  1. Open file footer.tpl by navigate to UHOST_PACKAGE/WHMCS_THEME/uhost/footer.tpl
  2. Edit anything you want then save once it done.
How change section background image on WHMCS template?
  1. Open file background.tpl by navigate to UHOST_PACKAGE/WHMCS_THEME/uhost/assets/css/background.css
  2. Edit anything you want then save once it done.
How to use Uhost Pricing Table?
  1. Open FTP and go to WHMCS root directory then navigato to folder 'template > orderforms'.
  2. Upload folder 'uhost_pricing_table' to 'orderforms' (located inside folder UHOST_PACKAGE/WHMCS_THEME/uhost_pricing_table).
  3. Now go to WHMCS administrator panel.
  4. Navigate to Setup > General Settings > Ordering
  5. Select 'Uhost Pricing Table' from the Default Order Form Template section.
  6. Click 'Save Changes'.

jQuery, CSS & Plugins

List of javascipt files
  • jquery.min.js - http://docs.jquery.com/Downloading_jQuery
  • bootstrap.min.js - bootstrap js file
  • designesia.js - custom js file
  • jquery.isotope.min.js - used in gallery page
  • jquery.magnific-popup.min.js - used to open popup image
  • easing.js - http://archive.plugins.jquery.com/project/Easing
  • jquery.ui.totop.js - used to scroll to top
  • validation.js - used for contact form validation
List of CSS files
  • animate.css - used to make animation
  • bg.css - used to set background for all section and subheader
  • bootstrap.css - main css framework for this theme
  • color.css - used to load color for template
  • magnific-popup.css - for maginfic popup jquery
  • owl.carousel.css, owl.theme.css, owl.transitions.css - for owl carousel jquery
  • plugin.css - overwrite default plugin css
  • rev-settings.css - custom css for Revolution Slider
  • style.css - main css file for this template
Animate object on scroll

Select an object that you want to animate. As example you want create animate for H1 element. You can see below:

<h1 class="wow fadeIn" data-wow-delay=".2s" data-wow-duration=".5s">Animate Text</h1>
  • You must add class name "wow" for object that you want to animate.
  • fadeIn: sample type of animation. You can see all animation available from: http://daneden.github.io/animate.css/
  • data-wow-delay: determine when animation will start (on second)
  • data-wow-duration: determine duration of animation (on second)
Create parallax background
  1. Create a section tag then give it an id name.
    <section id="my-section">...content here...</section>
  2. Add attribute data-stellar-background-ratio for scroll speed.
    <section id="my-section" data-stellar-background-ratio=".2">...content here...</section> 
  3. Open bg.css file, set background image for your section.
    #my-section{
         background-image:my-bg-image.jpg;
    }
  4. Done.
Change contact form email address
Open > email.php. Change $to value with your email.
Working with Slider Revolution
Please read complete documentation here: https://revolution.themepunch.com/jquery/