ThemeForest

Support for Studio8 minimalist html template

An introduction to support on the Marketplaces

  • Envato staff look over every item before it can be sold on the Marketplaces.
  • Technical items contain help files to introduce you to the item and its components.
  • Authors can choose to support their items but this is optional and may vary.

Hands-on support for this item is provided by UDTHEMES

They will respond to buyers' questions via their own support system.

Go to item support

Additional information from UDTHEMES:

All our products come with free Basic Support.

Our staff works Monday through Friday. We try to answer questions within 48 hours.

Item support does not include:
* Customization and installation services. These services can be purchased separately if required.
* Support for third party software and plug-ins

Frequently Asked Questions

How do I change background slider images?

Open the html file of your choice, index_white.html or index_black.html. Look to line 60 where its marked //Slides.

Add your image by modifying the following:

{image : ‘YOUR IMAGE URL’, title : ‘INITIAL TITLE’, title2:LARGE TITLE’},

Keep in mind that if you add more images, terminate the array by adding a comma ’,’ at the end, unless its the last image in the array.

How do I modify the slider caption color?

Open the stylesheet of your selected theme, either style_white.css, or style_black.css. Look to line 45, and modify the color as follows:

#slidecaption, #slidecaption-grande,.comment,#sideBar #toggle,.sendForm,h1,#fancybox-title{color:YOUR COLOR;}

If you would like to use a unique color for the slider captions, seperate them as follows:

#slidecaption, #slidecaption-grande{color:YOUR COLOR;}

How do I add an image in the folio?

Open the html file of your choice, refer to the folio section start line 211. Add an image by pasting the following code snippet:

<div class="thumb_holder" style="margin-right:0px;">
   <a class="_logoThumb" rel="folioGroup" href="images/gallery/1.png" title="Lorem ipsum dolor sit amet"></a>
 <img class="_rollover" src="images/black/f_hover.png" alt="" />
<img class="_original" src="YOUR THUMB URL" alt="" />                        
</div>

Change only the section labeled YOUR THUMB URL, the rest refers to the hover effect, change this only if you know what you are doing as this will require modification of the css of the theme as well.

The contact form isn’st sending, or I am getting an error message

Keep in mind that when testing the contact form to :

  1. Open the php files and change the e-mail address to your e-mail address
  2. Upload the theme and test online, as locally it will not work

When I test the contact form online the js does not seem active, or when I click send, it opens a new window

This is likely to happen if you have deleted one of the social network variables in the setup.js file as the social networking code that handles effects and links appear before the contact form script in the jScript.js file. A such, if there is a social networking icon that you would like to remove, leave the variable in the setup.js file blank, and simply delete the html of your selected theme.

The social icons do not appear in the footer?

This is because they need to be downloaded and can be found here:

http://www.komodomedia.com/download/#social-network-icon-pack

How do I configure the twitter account?

Open the setup.js file that comes with the theme and look to line: 31 where you’ll see the following:

/twitter details------------/

var tweetUsers = [‘udfrance’];

set your twitter name by changing the above to [‘yourTwitterName’]. Keep in mind it loads tweets from the last 7 days and max 50 tweets. Call multiple accounts by adding [‘yourTwitterName1, yourTwitterName2’]

How do I get the form to send to multiple recipients?

Open your submit-form-ajax.php file and enter on line 13:

$to = ‘yourmail1@yourdomain.com, yourmail2@yourdomain.com’;

How do hide large caption for some image only

Open supersized.shutter.css, set #controls-wrapper width to 100%, thereafter leave the title2 option of your preferred images blank as so:

{image : 'images/gallery/1.jpg', title : 'Image title 1', title2:''}

How do I hide all large captions of the background slideshow?

Open supersized.shutter.js, look to line 244 and uncomment the following:

$(vars.slide_caption_grande).delay(300).animate({opacity:0.8});

If i have scrolled a page and click another page link, it does not scroll to the top of that page, how do ensure that each page is position at the top or scrolls to the top using animation?

open jScrip.js and paste the following on line 237,

For animated scroll to the top use:

$('#wrapper').animate({scrollTop:0}, 'slow');

To make it appear directly at the top use:

$('#wrapper').animate({scrollTop:0}, 0);

How do I pause the slide show when the content opens, and resume it when content is closed?

Open jScript.js and paste the following on line: 167 and 182, this will toggle play/pause of the slideshow when content is opened/closed.

api.playToggle();

When to contact Envato Support

Authors are experts on their own items, but if you're having trouble using the Marketplaces you should come straight to Envato Support.

by
by
by
by
by