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.
Frequently Asked Questions
How to change address on the map which is on the contact page?
1. Open custom.js file.
2. In line 574, find the parameter address (Google Maps section)
3. Replace the text Madison ST, New York with yours.
if($(’#map’).length
$(’#map’).gMap({
address: ‘New York, USA’,
zoom: 13,
markers: [
{
‘address’ : ‘Madison ST, New York’
}
]
});
}
How to replace the email address in the contact form?
1. Open file contact-send.php.
2. In line 5 replace your@mail.com with yours.
I would like to keep the Social Links visible in the header without having to click the ”+” sign. What in the code needs to be changed?
1. Open index-slider-1.html file with Dreamweaver.
2. Find #header-top and delete the link with ID #more (you need to do this in all html files).
3. Open style.css file.
4. Find #header-top .container in line 817 and remove two lines: display: none, opacity: 0.
5. Find filter: alpha(opacity=0) and remove it.
How to change the layout type, skin and pattern?
All changes in the template (layout type, skin and pattern) occur through the addition of the class in the tag body.
class liquid – activate template liquid
class fixed – activate template fixed
- l-pattern-1
- l-pattern-2
- l-pattern-3
- l-pattern-4
- l-pattern-5
- l-pattern-6
- l-pattern-7
- l-pattern-8
Class name for fixed layout type:
- f-pattern-1
- f-pattern-2
- f-pattern-3
- f-pattern-4
- f-pattern-5
- f-pattern-6
- f-pattern-7
- f-pattern-8
- f-pattern-9
- f-pattern-10
- f-pattern-11
- f-pattern-12
Example:
<body class=”fixed light f-pattern-9”>

How to replace the twitter name on the twitter section?
1. Open custom.js file.
2. In line 1158 find the parameter username and replace ” fanfbmltemplate ” with yours
if($(’.tweet’).length) {
$(”.tweet”).tweet({
username: “fanfbmltemplate”,
page: 1,
avatar_size: 40,
count: 4,
loading_text: “loading …”
}).bind(“loaded”, function() {
var ul = $(this).find(”.tweet_list”);
});
}
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.

