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 ADD A MOBILE DETECTION CODE AND REDIRECT FROM YOU DESKTOP WEBSITE TO THE MOBILE VERSION
2 easy steps:
- Go and download THIS mobile detection code and copy the file to your “desktop website” root folder.
- Open you “desktop theme” main file (this must be a php file, if not you must create it .php) and right at the top include this code:
<?php
include("Mobile_Detect.php");
$detect = new Mobile_Detect();
if ($detect->isMobile()) {
header('Location: http://yourmobilewebsiteurl.com'); }
?>
Make sure you write your mobile website url corectly here: “http://yourmobilewebsiteurl.com
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.

