<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Envato Marketplace Wiki &#187; Rejections</title>
	<atom:link href="http://wiki.envato.com/category/selling/selling-rejections/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.envato.com</link>
	<description>Everything you ever wanted to know about the Envato Marketplaces</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:09:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GraphicRiver: Visual Rejection Guide</title>
		<link>http://wiki.envato.com/selling/tips-selling/graphicriver-visual-rejection-guide/</link>
		<comments>http://wiki.envato.com/selling/tips-selling/graphicriver-visual-rejection-guide/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 20:05:30 +0000</pubDate>
		<dc:creator>Amanda</dc:creator>
				<category><![CDATA[GraphicRiver]]></category>
		<category><![CDATA[Rejections]]></category>
		<category><![CDATA[Selling Tips]]></category>
		<category><![CDATA[authors]]></category>
		<category><![CDATA[resubmission]]></category>
		<category><![CDATA[reviewing]]></category>
		<category><![CDATA[Selling]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=4258</guid>
		<description><![CDATA[GraphicRiver's community of helpful authors got together and compiled their experiences revising rejected files into a "Visual Guide" in order to help other authors who wish to improve their work. Check out the examples below to understand what kind of improvements reviewers may ask for before you resubmit your work.]]></description>
			<content:encoded><![CDATA[<p>Getting a file rejected is hard. No one likes to receive critical feedback on their work. However, frequently files must be rejected that can be improved with some small changes or revisions. GraphicRiver&#8217;s community of helpful authors got together and compiled their experiences revising rejected files into a &#8220;Visual Guide&#8221; in order to help other authors who wish to improve their work. Check out the examples below to understand what kind of improvements reviewers may ask for before you resubmit your work. To check out the full list of examples and details from our author&#8217;s experiences, you can visit the <a href="http://graphicriver.net/forums/thread/minicompetition-visual-rejection-guide-submissions/37129?page=1">original forum thread.</a></p>
<p><img class="aligncenter size-full wp-image-4262" title="visualrejection" src="http://wiki.envato.com/wp-content/uploads/2011/01/visualrejection-ben26-01-112.jpg" alt="" width="580" height="1984" /></p>
<p>Special thanks go to <a href="http://graphicriver.net/user/Dzinc">Dzinc</a> for suggesting the idea of a Visual Rejection Guide and providing a helpful template for the summary. Special thanks go to the users who contributed work to the Guide, including <a href="http://graphicriver.net/user/NechitaPaulFlavius">NechitaPaulFlavius</a>, <a href="http://graphicriver.net/user/kimi1122">kimi1122</a>, <a href="http://graphicriver.net/user/agodesa">agodesa</a>, <a href="http://graphicriver.net/user/magnoworks">magnoworks</a>, <a href="http://graphicriver.net/user/kozmica">kozmica</a>, <a href="http://graphicriver.net/user/ToivoMedia">ToivoMedia</a>, and many, many more!</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/tips-selling/graphicriver-visual-rejection-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeCanyon: Common Rejection Factors</title>
		<link>http://wiki.envato.com/selling/selling-rejections/codecanyon-common-rejection-factors/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/codecanyon-common-rejection-factors/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:03:04 +0000</pubDate>
		<dc:creator>jeffrey</dc:creator>
				<category><![CDATA[Rejections]]></category>
		<category><![CDATA[CodeCanyon]]></category>
		<category><![CDATA[rejection]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=3130</guid>
		<description><![CDATA[Before submitting your first template to CodeCanyon, consider the following factors, which frequently contribute to rejected submissions. Please note that this list should only be used only as a guideline. ]]></description>
			<content:encoded><![CDATA[<p>
Before submitting your first template to CodeCanyon, consider the following factors, which frequently contribute to rejected submissions. Please note that this list should only be used only as a guideline.
</p>
<p><span id="more-3130"></span></p>
<h2> CSS Rejections</h2>
<ul>
<li><strong>Low Quality:</strong> The most obvious: sometimes, the design simply isn&#8217;t of a high enough quality to warrant being sold as a Premium item. </li>
<li><strong>Too General:</strong> Because many CSS files are available around the web for free, items must distinguish themselves, and go above and beyond what&#8217;s typical. </li>
<li><strong>Similarity: </strong>If a new submission is far too similar to items that are already available on the marketplace, it will be rejected. To be accepted, yours must be either unique, or of a higher quality than the currently existing items. </li>
<li><strong>Inline CSS:</strong> Do not use inline CSS. Export all styling to an external stylesheet. </li>
<li><strong>Validation:</strong> Excluding any vendor-specific prefixes, all of your code must validate. Otherwise, it will be rejected. </li>
<li><strong>Inline -> Block:</strong> Do not place block level elements (div, h2, etc.) within inline elements (span, em). </li>
</ul>
<h2>JavaScript Rejections </h2>
<ul>
<li><strong>Degradation: </strong>If an item requires JavaScript to work, you MUST provide an operable degraded version as well. For example, picture sliders should still be functional, at a minimal level, even when JavaScript is disabled. The practice of progressive enhancement should be employed to ensure that the script gracefully degrades in such a way that it remains minimally accessible to all users (or at least, the vast majority).</li>
<li><strong>Complexity: </strong>The item is not of sufficient complexity or features to warrant approval. It&#8217;s important to us that items we approve are unique and do not offer more of what is already abundantly available online. It&#8217;s best to look at what scripts are already online and then possibly improve on what you find, possibly by adding unique features or even a superior implementation &#8212; anything to differentiate your item from what&#8217;s already available online.</li>
<li><strong>Implementation: </strong>The item&#8217;s implementation is simply not up to the level of quality expected. There seems to have been only minimal thought given to application design. I can&#8217;t see much abstraction or any intuitive API for the buyer. It seems somewhat rushed and a buyer would find it difficult to customize this or integrate with it their own design and preferences. I suggest looking into design-patterns in JavaScript and abstraction.</li>
</ul>
<h2>PHP Rejections </h2>
<ul>
<li>
<strong>Is it Unique: </strong>There are plenty of open source solutions available for nearly everything out there. We&#8217;re really looking for unique functionality, or items which provide a unique twist to an existing functionality.</li>
<li>
<strong>Implementation: </strong>We expect code that&#8217;s top notch, secure and well commented. A clean application design and proper abstraction is implicitly expected.</li>
<li>
<strong>Features: </strong>Less is more, sure; but when it comes to, say, a utility class, buyers are going to appreciate more features. There is such a thing as being too focused. Providing just a single, very simple feature isn&#8217;t going to get you far unless its implementation is spectacular.</li>
<li>
<strong>Ease of Integration: </strong>The code must be easy for the purchaser to include in his existing projects relatively painlesslessly. Provide a more intuitive API, document your code better so that the user knows where he can hook into; provide separate config files to make it easier and provide a sample mini codebase to show them how it&#8217;s done.</li>
<li>
<strong>Documentation: </strong>With code, documentation is king. Even for a very spartan utility class, we expect a well written, thorough help file expounding on the various methods it exposes, its signature and so forth. With a user script, take your time to create an installation guide and a quick start guide explaining all the features it provides. Please try to be as pictorial as possible in these guides. Our purchasers need not be tech savvy to use our scripts and being visual gets the point across quickly. Extra cookies for screencasts.</li>
<li>
<strong>Lack of Market Prospects: </strong>This doesn&#8217;t happen often but, at times, we receive items that are generally well written, but have zero sales prospects. Before starting to write some code, please take a moment to think whether purchasers will pay money for such a functionality. </li>
</ul>
<h2>.NET Rejection Factors </h2>
<ul>
<li><strong>Lack of Code, Binary, or Project: </strong>.NET is a rather unique category here at CodeCanyon in that .NET-based code can be compiled and distributed as a binary. However, CodeCanyon is a marketplace for selling code, and all submissions must include the source code, the compiled binary, and the project and/or solution of your component.
 </li>
<li>
<strong>Failure to Follow Submission Instructions: </strong>Following the submission instructions is not only vital, but it saves time for everyone involved. They can be found <a href="http://wiki.envato.com/selling/upload-instructions/codecanyon-net-upload-instructions/">here</a>.
 </li>
<li>
<strong>Design: </strong>A critical part of every piece of code is its design, and the folks at Microsoft authored a set of design guidelines for developers to follow to encourage consistency and predictability. It is expected to be designed according to the information found <a href="http://msdn.microsoft.com/en-us/library/czefa0ke(VS.71).aspx">here</a>.
 </li>
<li>
<strong>Configuration:</strong> The best location for configuration settings is the web.config or app.config file &#8211; not in code. While the &lt;appSettings/> configuration section is useful for individual settings, components or libraries that need more complex configuration should incorporate the use of custom configuration sections. You can find a primer to custom configuration sections on <a href="http://net.tutsplus.com/tutorials/asp-net/how-to-add-custom-configuration-settings-for-your-asp-net-application/.">Nettuts+</a>.
 </li>
<li>
<strong>Too General: </strong>You can find code freely available on the web. So, your item must distinguish itself from free code by providing features well beyond those free items.
 </li>
<li>
<strong>Packaging: </strong>Non-visual components should be packaged as class libraries. Visual components (UI) should be packaged according to how they&#8217;re developed. ASP.NET user controls should be packaged as ASCX files (with code-behind if necessary), and UI controls developed as inheriting Control or WebControl should be packaged as class libraries.
 </li>
<li>
<strong>Documentation: </strong>All public data types and their public members should be properly documented using XML documentation. This ensures that Intellisense gives the consumer appropriate information as they use your component in their project.</li>
</ul>
<h2> Other Rejection Reasons</h2>
<ul>
<li>
<strong> Browser Testing: </strong>Have you tested your design in IE6 (optional), IE7, IE8, Firefox, Safari, Chrome, and Opera? While we do allow for alternative displays for older browsers &#8212; think simplified layout for IE6 users &#8212; your design must not break in any of these. If they do, your item will be rejected, with a request from the reviewer to make the necessary updates.
</li>
<li>
<strong>Documentation: </strong> Every template on CodeCanyon must include documentation to make the installation process as simple as possible for the purchaser. While you don&#8217;t have to teach the reader how to code, you should absolutely discuss any unique aspects of your template, which require further explanation.
</p>
<p><a href="http://themeforest.s3.amazonaws.com/108_helpFile/Template.zip">We encourage you to use the documentation template, found here</a>. </p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/codecanyon-common-rejection-factors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoHive: Common Rejection Factors</title>
		<link>http://wiki.envato.com/selling/selling-rejections/videohive-common-rejection-factors/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/videohive-common-rejection-factors/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 05:00:17 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Rejections]]></category>
		<category><![CDATA[VideoHive]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=3140</guid>
		<description><![CDATA[This post outlines some of the most common factors that lead to a rejection during file review.]]></description>
			<content:encoded><![CDATA[<p>Before submitting your first file to VideoHive, consider the following factors, which frequently contribute to rejected submissions. Please note that this list should only be used only as a guideline.</p>
<p><span id="more-3140"></span></p>
<h2>Documentation</h2>
<p>Every Project File on VideoHive must include documentation to make the customization process as simple as possible for the purchaser. While you don&#8217;t have to teach the buyer how to use After Effects, you should absolutely discuss any basic changes every buyer must make, and the process to make such changes..</p>
<p>For example, if your file is a video display, the buyer will obviously need to replace your placeholders with their own assets. Your documentation should guide the buyer through the steps necessary to make this change. Other things you might want to talk about are how to change colors, how to add or remove placeholders, which layers contain important elements, which compositions contain important elements, etc.</p>
<p>The medium you choose is also important. We accept a wide variety of help file formats, but you should try to stay away from basic TXT files. As they are generally hard to read, and any formatting can easily become messed up. It&#8217;s all about making it as easy as possible for the buyers, so try to use one of the following formats.</p>
<ul>
<li>Rich Text</li>
<li>PDF</li>
<li>Video Tutorial (FLV or MOV)</li>
</ul>
<hr style="display: block; margin-bottom: 20px;" />
<h2>Watermark</h2>
<p>We employ a watermark that we require to be present on every preview video. The watermark comes in three resolutions, and the resolution of your preview video should match the resolution of the watermark you choose. You can download the watermark file here: <a href="http://videohive.s3.amazonaws.com/watermark/videoWatermark.zip">VideoHive Watermark</a>.</p>
<hr style="display: block; margin-bottom: 20px;" />
<h2>Non-Standard Codecs</h2>
<p>While Divx is a very popular codec for digital video playback. It&#8217;s not a standard codec for video assets. Rendered video and footage must be in the Quicktime MOV format, and must make use of only standard industry codecs. Some of the more popular codecs include Quicktime PhotoPNG, or Quicktime PhotoJPEG.</p>
<hr style="display: block; margin-bottom: 20px;" />
<h2>Messy Project File Structure</h2>
<ul>
<li>
<h3>File Management</h3>
<p>When a buyer decompresses your ZIP file, the folder structure should tell the buyer how to begin using the file. For example, the main project file should always be in the root directory. Along with the project, you should have two folders. One for any assets used, and another containing your help file/documentation. Other folders can be used if you have more to add. And sub-folders can also be used to further organize larger folders containing assets. You&#8217;ll want to name these folders obvious names like &#8220;Assets&#8221; and &#8220;Help File&#8221;.</li>
<li>
<h3>Project Management</h3>
<p>Projects need to be organized properly as well. Messy projects make it harder to move around within, and more difficult for the buyer to customize. In your project panel make sure to group similar assets or compositions in folders, with direct and easy names. Name the layers in your time line, and even feel free to add notes and markers to the time line to better explain to your buyers how and where to customize.</li>
<li>
<h3>Remove Assets That Don&#8217;t Belong</h3>
<p>When you finish your project, make a copy of the whole folder and ZIP it up. Then with the original render out your preview video. We often see projects come in with the VideoHive watermark layer still on the time line from when you made your preview. Sometimes the watermark is not in the ZIP, so After Effects throws an error when the file is opened because it&#8217;s missing assets. Make sure to remove anything that isn&#8217;t intended for the buyer. Remember to give the buyer the most polished product possible.</li>
</ul>
<ul>
<li>
<h3>Keep Your Folder Structure Intact</h3>
<p>If you make any changes to your folder structure after your final save in After Effects, this will cause errors when the file is opened. For example, lets say your working out of a folder with every asset in the root. You save your project the final time. But then after saving you organize all of these assets into a clean folder structure. Since they have all moved, when the project is opened it causes errors, because After Effects cannot locate the assets. Buyers can easily locate the assets, but they shouldn&#8217;t have to. Also, buyers with less experience may interpret these errors as genuine file issues, and write in to support.</li>
</ul>
<hr style="display: block; margin-bottom: 20px;" />
<h2>Poor Description and/or Attributes</h2>
<p>The description and attribute sections are provided for your benefit. They help buyers locate your file, and once found they explain to buyer what it is they will be purchasing. It&#8217;s important to keep these section as descriptive and accurate as possible.</p>
<ul>
<li>
<h3>Descriptions</h3>
<p>Descriptions should be used to accurately describe your file. YES, the preview video will show the viewers what the end result looks like. But you should use this field as an opportunity to explain what you&#8217;re providing (what comes with the file), what it can be used for, duration, if you included any variations, etc. You have comments for questions, but if you use the description wisely, you can answer many common questions before the people need to ask.</li>
<li>
<h3>Attributes</h3>
<p>Attributes explain the common aspects of your file. The most common mistake is the category selection. To ensure authors find your file, you should select the bottom-most category possible. The top level describes the type of file your uploading, and the second level describes the style of the file.</li>
</ul>
<hr style="display: block; margin-bottom: 20px;" />
<h2>Improper Use of Assets</h2>
<p>When you use external assets its important to ensure they are all properly licensed and properly credited. It&#8217;s also important to remove any assets that cannot be distributed commercially from your ZIP file.</p>
<ul>
<li>
<h3>External Assets</h3>
<p>Any assets you use that you didn&#8217;t create yourself need to be specifically licensed for commercial distribution. If a file is submitted that contains another person&#8217;s assets, you&#8217;ll need to provide a link where the reviewer can view the license to verify it can be distributed. We often see files that include assets that can be used, but because we couldn&#8217;t located the license, we have to reject it. So always make sure your assets can be commercially distributed, and then make sure to provide us with the license location.</li>
<li>
<h3>AudioJungle Files in your Preview</h3>
<p>The easiest and most recommended method to find high quality audio for your preview is through AudioJungle. Many AudioJungle authors will gladly provide you with a free copy of their music in exchange for a little promotion. A few things to remember when using an AudioJungle file in your preview.</p>
<ol>
<li><strong>NEVER</strong> include the file within the actual download.</li>
<li><strong>ALWAYS </strong>give the author credit. All you have to do is explain who made the audio used in your preview, and provide a link to the file&#8217;s page on AudioJungle.</li>
<li>You must seek permission from the AJ author before you use their audio.</li>
<li>Only the watermarked version of the audio can be used in the preview,  UNLESS you purchase the file.</li>
</ol>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/videohive-common-rejection-factors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThemeForest: Soft Rejections</title>
		<link>http://wiki.envato.com/selling/selling-rejections/themeforest-soft-rejections/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/themeforest-soft-rejections/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 03:37:56 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Rejections]]></category>
		<category><![CDATA[rejection]]></category>
		<category><![CDATA[soft rejection]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=3137</guid>
		<description><![CDATA[This article explains ThemeForest's soft-rejection process. ]]></description>
			<content:encoded><![CDATA[<p>Each file uploaded to ThemeForest goes through a strict reviewing process. Ideally, all your files will be accepted, though some may be rejected or soft-rejected. When a file is rejected outright, it&#8217;s completely removed from the reviewing queue. The only way to get it back is to fix the problem(s) and upload it again. Soft-rejections work a little differently than normal rejections.</p>
<p>The soft-rejection system was built for otherwise great files with minor issues preventing them from being accepted. For example, a file that would normally have been accepted, but the preview.swf was named incorrectly may be soft-rejected. In cases like this, the author would just need to fix the minor issue rather than re-uploading everything from scratch.</p>
<p>If your item has been soft-rejected, you&#8217;ll receive an email letting you know. Follow these steps to get your soft-rejected file re-reviewed.</p>
<ol>
<li><strong>Follow the link </strong>found in the email.</li>
<li>Click the <strong>edit button</strong>. The edit page is split up into two parts, &#8220;Update Description&#8221; and &#8220;Update Item and Tags.&#8221;<br />
<img class="alignnone size-full wp-image-2095" title="2parts" src="http://wiki.envato.com/wp-content/uploads/2009/12/2parts.png" alt="2parts" width="260" height="167" style="padding-top: 10px;" /></li>
<li><strong>Make the changes</strong> outlined in the email.
<ol style="padding: 10px;">
<li> If you change anything under <strong>&#8220;Update Description</strong>&#8221; like the description, published size, or resolution, be sure to click  <img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /> and return to the edit tab to complete the final steps.<br />
<span style="color: #ff0000;">Note: Just clicking </span><img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> will not put your item in the soft-rejection queue!</span></li>
<li>Under &#8220;<strong>Update Item and Tags</strong>,&#8221; re-upload anything you&#8217;ve changed. Be sure to re-upload the preview, whether it changed or not.</li>
</ol>
</li>
<li style="margin-top: -20px;">In the <strong>notes to the reviewer</strong>, outline the changes you&#8217;ve made.</li>
<li>Click <img class="alignnone size-full wp-image-2099" title="submit" src="http://wiki.envato.com/wp-content/uploads/2009/12/submit.png" alt="submit" width="133" height="18" />.</li>
</ol>
<p>Once you&#8217;ve completed these steps, your file will enter the soft-rejection queue, which moves along more quickly than the normal queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/themeforest-soft-rejections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeCanyon: Soft Rejections</title>
		<link>http://wiki.envato.com/selling/selling-rejections/codecanyon-soft-rejections/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/codecanyon-soft-rejections/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:34:32 +0000</pubDate>
		<dc:creator>jeffrey</dc:creator>
				<category><![CDATA[Rejections]]></category>
		<category><![CDATA[CodeCanyon]]></category>
		<category><![CDATA[rejection]]></category>
		<category><![CDATA[soft reject]]></category>
		<category><![CDATA[soft rejection]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=3115</guid>
		<description><![CDATA[This article explains CodeCanyon's soft-rejection process. ]]></description>
			<content:encoded><![CDATA[<p>Each file uploaded to CodeCanyon goes through a strict reviewing process. Ideally, all your files will be accepted, though some may be rejected or soft-rejected. When a file is rejected outright, it&#8217;s completely removed from the reviewing queue. The only way to get it back is to fix the problem(s) and upload it again. Soft-rejections work a little differently than normal rejections.</p>
<p>The soft-rejection system was built for otherwise great files with minor issues preventing them from being accepted. For example, a file that would normally have been accepted, but the preview.swf was named incorrectly may be soft-rejected. In cases like this, the author would just need to fix the minor issue rather than re-uploading everything from scratch.</p>
<p>If your item has been soft-rejected, you&#8217;ll receive an email letting you know. Follow these steps to get your soft-rejected file re-reviewed.</p>
<ol>
<li><strong>Follow the link </strong>found in the email.</li>
<li>Click the <strong>edit button</strong>. The edit page is split up into two parts, &#8220;Update Description&#8221; and &#8220;Update Item and Tags.&#8221;<br />
<img class="alignnone size-full wp-image-2095" title="2parts" src="http://wiki.envato.com/wp-content/uploads/2009/12/2parts.png" alt="2parts" width="260" height="167" style="padding-top: 10px;" /></li>
<li><strong>Make the changes</strong> outlined in the email.
<ol style="padding-top: 10px;">
<li> If you change anything under <strong>&#8220;Update Description</strong>&#8221; like the description, published size, or resolution, be sure to click  <img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /> and return to the edit tab to complete the final steps.<br />
<span style="color: #ff0000;">Note: Just clicking </span><img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> will not put your item in the soft-rejection queue!</span></li>
<li>Under &#8220;<strong>Update Item and Tags</strong>,&#8221; re-upload anything you&#8217;ve changed. Be sure to re-upload the preview, whether it changed or not.</li>
</ol>
</li>
<li style="margin-top: -20px;">In the <strong>notes to the reviewer</strong>, outline the changes you&#8217;ve made.</li>
<li>Click <img class="alignnone size-full wp-image-2099" title="submit" src="http://wiki.envato.com/wp-content/uploads/2009/12/submit.png" alt="submit" width="133" height="18" />.</li>
</ol>
<p>Once you&#8217;ve completed these steps, your file will enter the soft-rejection queue, which moves along more quickly than the normal queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/codecanyon-soft-rejections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThemeForest: Common Rejection Factors</title>
		<link>http://wiki.envato.com/selling/selling-rejections/themeforest-common-rejection-factors/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/themeforest-common-rejection-factors/#comments</comments>
		<pubDate>Wed, 26 May 2010 01:24:00 +0000</pubDate>
		<dc:creator>jeffrey</dc:creator>
				<category><![CDATA[Rejections]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=2723</guid>
		<description><![CDATA[
Before submitting your first template to ThemeForest, consider the following factors, which frequently contribute to rejected submissions. Please note that this list should only be used only as a guideline.


 Documentation 

 Every template on ThemeForest must include documentation to make the installation process as simple as possible for the purchaser. While you don&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>
Before submitting your first template to ThemeForest, consider the following factors, which frequently contribute to rejected submissions. Please note that this list should only be used only as a guideline.
</p>
<p><span id="more-2723"></span></p>
<h2> Documentation </h2>
<p>
 Every template on ThemeForest must include documentation to make the installation process as simple as possible for the purchaser. While you don&#8217;t have to teach the reader how to code, you should absolutely discuss any unique aspects of your template, which require further explanation.
</p>
<p><a href="http://themeforest.s3.amazonaws.com/108_helpFile/Template.zip">We encourage you to use the documentation template, found here</a>. </p>
<hr style="display: block; margin-bottom: 20px;" />
<h2> Typography </h2>
<ul>
<li>
<h3> Line-Height </h3>
<p>
Generally, a line-height of 1.3-1.6em (depending on font size and usage) is most appropriate. While this isn&#8217;t set in stone, make sure that you have a specific reason to choose beyond this range. A great resource on this can be found <a href="http://webtypography.net/Rhythm_and_Proportion/Vertical_Motion/2.2.2/ ">here</a>.
</p>
</li>
<li>
<h3> Visual Hierarchy </h3>
<p>
We recommend that designers research this topic and spend time refining your skills in this area. It will dramatically help your template aesthetics.
</p>
</li>
<li>
<h3> Text Alignment </h3>
<p>
Though we don’t generally reject templates specifically for text alignment, if it seriously contributes to poor aesthetics, we will. Justified alignment on the web should be used appropriately, though it&#8217;s unfortunately often misused.
</p>
</li>
</ul>
<hr style="display: block; margin-bottom: 20px;" />
<h2> Validation </h2>
<p>
There is no reason your template should have unnecessary validation errors, unless you happen to be working within the confines of a particular CMS or framework which limits your control over the code output. HTML5 and CSS3 “errors” <strong>will not</strong> count against your template, so feel free to progressively enhance as much as you wish! With all that said, ALWAYS validate before submitting.
</p>
<hr style="display: block; margin-bottom: 20px;" />
<h2> Lacking Code Quality </h2>
<ul>
<li>
<h3> Poor List Mark-up </h3>
<p>
A list of links should be written with the link elements, not a series of anchor tags. This is called semantics, and is essential to your upload. A general rule of thumb is: if you would describe a particular section of your mark-up as a list of links, images, advertisements, etc., then you should appropriately use a &#8220;ul,&#8221; &#8220;ol,&#8221; or &#8220;dl.&#8221;
</p>
</li>
<li>
<h3> List Separators </h3>
<p>
Do not separate links with the ”|” character. This is bad form, and should instead be accomplished with CSS.
</p>
</li>
<li>
<h3> Browser Testing </h3>
<p>
Have you tested your design in IE6 (optional), IE7, IE8, Firefox, Safari, Chrome, and Opera? While we do allow for alternative displays for older browsers &#8212; think simplified layout for IE6 users &#8212; your design must not break in any of these. If they do, your item will be rejected, with a request from the reviewer to make the necessary updates.
</p>
</li>
</ul>
<hr style="display: block; margin-bottom: 20px;" />
<h2> Category-Specific  </h2>
<ul>
<li>
<h3> WordPress </h3>
<p>
You must include the WordPress GPL license within your &#8220;main files&#8221; zip file. Please <a href="http://blog.themeforest.net/site-news/important-change-to-wordpress-license-takes-effect-today-please-read/">refer to our original blog posting</a> for more information. </li>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/themeforest-common-rejection-factors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AudioJungle: Soft-Rejections</title>
		<link>http://wiki.envato.com/selling/selling-rejections/audiojungle-soft-rejections/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/audiojungle-soft-rejections/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 02:57:03 +0000</pubDate>
		<dc:creator>lance</dc:creator>
				<category><![CDATA[Rejections]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=2135</guid>
		<description><![CDATA[This article explains AudioJungle’s soft-rejection process. ]]></description>
			<content:encoded><![CDATA[<p>Each file uploaded to AudioJungle goes through a strict reviewing process. Ideally, all your files will be accepted, though some may be rejected or soft-rejected. When a file is rejected outright, it’s completely removed from the reviewing queue. The only way to get it back is to fix the problem(s) and upload it again. Soft-rejections work a little differently than normal rejections.</p>
<p>The soft-rejection system was built to prevent authors from having to reupload all files again and instead, just fix the minor issues reviewers discover during the submission/reviewing process. For example, a submission that has everything present and correct except for a missing AudioJungle watermark on the preview file may be soft-rejected. In cases like this, the author would just need to fix the minor issue rather than re-uploading everything from scratch.</p>
<p>If your item has been soft-rejected, you’ll receive an email alerting you of the soft-rejection status. Follow the following steps to fix and resubmit your soft-rejected file:</p>
<p>1. Follow the link found in the email.<br />
2. Click the edit button. The edit page is split up into two parts, “Update Description” and “Update Item and Tags.”<br />
3. Make the necessary changes the reviewer outlined in the email.</p>
<p style="padding-left: 30px;">3.1. If you change anything under “Update Description” like the description or audio files included, be sure to click  saveChanges and return to the edit tab to complete the final steps.<br />
Note: Just clicking saveChanges will not put your item in the soft-rejection queue!<br />
3.2. Under “Update Item and Tags,” re-upload anything you’ve changed.</p>
<p>4. In the notes to the reviewer, it is important that you outline the changes you’ve made.<br />
5. Click submit.</p>
<p>Once you’ve completed these steps, your file will enter the soft-rejection queue, which moves along more quickly than the normal queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/audiojungle-soft-rejections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3dOcean: Soft-Rejections</title>
		<link>http://wiki.envato.com/selling/selling-rejections/3docean-soft-rejections/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/3docean-soft-rejections/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 17:32:13 +0000</pubDate>
		<dc:creator>lance</dc:creator>
				<category><![CDATA[Rejections]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=2117</guid>
		<description><![CDATA[This article explains 3dOcean’s soft-rejection process. ]]></description>
			<content:encoded><![CDATA[<p>Each file uploaded to 3dOcean goes through a strict reviewing process. Ideally, all your files will be accepted, though some may be rejected or soft-rejected. When a file is rejected outright, it&#8217;s completely removed from the reviewing queue. The only way to get it back is to fix the problem(s) and upload it again. Soft-rejections work a little differently than normal rejections.</p>
<p>The soft-rejection system was built for otherwise great files with minor issues preventing them from being accepted. For example, a 3D file that would normally have been accepted, but some textures were missing may be soft-rejected. In cases like this, the author would just need to fix the minor issue rather than re-uploading everything from scratch.</p>
<p>If your item has been soft-rejected, you&#8217;ll receive an email letting you know. Follow these steps to get your soft-rejected file re-reviewed.</p>
<ol>
<li><strong>Follow the link </strong>found in the email.</li>
<li>Click the <strong>edit button</strong>. The edit page is split up into two parts, &#8220;Update Description&#8221; and &#8220;Update Item and Tags.&#8221;<br />
<img class="alignnone size-full wp-image-2095" title="2parts" src="http://wiki.envato.com/wp-content/uploads/2009/12/2parts.png" alt="2parts" width="260" height="167" /></li>
<li><strong>Make the changes</strong> outlined in the email.<br/><br/>
<ol>
<li> If you change anything under &#8220;<strong>Update Description</strong>&#8221; like the description, category, geometry type, or poly count, be sure to click  <img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /> and return to the edit tab to complete the final steps.<br />
<span style="color: #ff0000;">Note: Just clicking </span><img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> will not put your item in the soft-rejection queue!</span></li>
<li>Under &#8220;<strong>Update Item and Tags</strong>,&#8221; re-upload anything you&#8217;ve changed.</li>
</ol>
</li>
<li>In the <strong>notes to the reviewer</strong>, outline the changes you&#8217;ve made.</li>
<li>Click <img class="alignnone size-full wp-image-2099" title="submit" src="http://wiki.envato.com/wp-content/uploads/2009/12/submit.png" alt="submit" width="133" height="18" />.</li>
</ol>
<p>Once you&#8217;ve completed these steps, your file will enter the soft-rejection queue, which moves along more quickly than the normal queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/3docean-soft-rejections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoHive: Soft-Rejections</title>
		<link>http://wiki.envato.com/selling/selling-rejections/videohive-soft-rejections/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/videohive-soft-rejections/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:12:27 +0000</pubDate>
		<dc:creator>lance</dc:creator>
				<category><![CDATA[Rejections]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=2114</guid>
		<description><![CDATA[This article explains VideoHive’s soft-rejection process. ]]></description>
			<content:encoded><![CDATA[<p>Each file uploaded to VideoHive goes through a strict reviewing process. Ideally, all your files will be accepted, though some may be rejected or soft-rejected. When a file is rejected outright, it&#8217;s completely removed from the reviewing queue. The only way to get it back is to fix the problem(s) and upload it again. Soft-rejections work a little differently than normal rejections.</p>
<p>The soft-rejection system was built for otherwise great files with minor issues preventing them from being accepted. For example, a file that would normally have been accepted, but the preview video was not properly watermarked may be soft-rejected. In cases like this, the author would just need to fix the minor issue rather than re-uploading everything from scratch.</p>
<p>If your item has been soft-rejected, you&#8217;ll receive an email letting you know. Follow these steps to get your soft-rejected file re-reviewed.</p>
<ol>
<li><strong>Follow the link </strong>found in the email.</li>
<li>Click the <strong>edit button</strong>. The edit page is split up into two parts, &#8220;Update Description&#8221; and &#8220;Update Item and Tags.&#8221;<br />
<img class="alignnone size-full wp-image-2095" title="2parts" src="http://wiki.envato.com/wp-content/uploads/2009/12/2parts.png" alt="2parts" width="260" height="167" /></li>
<li><strong>Make the changes</strong> outlined in the email.<br/><br/>
<ol>
<li> If you change anything under &#8220;<strong>Update Description</strong>&#8221; like the description, published size, or resolution, be sure to click  <img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /> and return to the edit tab to complete the final steps.<br />
<span style="color: #ff0000;">Note: Just clicking </span><img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> will not put your item in the soft-rejection queue!</span></li>
<li>Under &#8220;<strong>Update Item and Tags</strong>,&#8221; re-upload anything you&#8217;ve changed.</li>
</ol>
</li>
<li>In the <strong>notes to the reviewer</strong>, outline the changes you&#8217;ve made.</li>
<li>Click <img class="alignnone size-full wp-image-2099" title="submit" src="http://wiki.envato.com/wp-content/uploads/2009/12/submit.png" alt="submit" width="133" height="18" />.</li>
</ol>
<p>Once you&#8217;ve completed these steps, your file will enter the soft-rejection queue, which moves along more quickly than the normal queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/videohive-soft-rejections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveDen: Soft-Rejections</title>
		<link>http://wiki.envato.com/selling/selling-rejections/activeden-soft-rejections/</link>
		<comments>http://wiki.envato.com/selling/selling-rejections/activeden-soft-rejections/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 01:15:37 +0000</pubDate>
		<dc:creator>lance</dc:creator>
				<category><![CDATA[Rejections]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[soft reject]]></category>
		<category><![CDATA[soft rejected]]></category>
		<category><![CDATA[soft rejection]]></category>

		<guid isPermaLink="false">http://wiki.envato.com/?p=2064</guid>
		<description><![CDATA[This article explains ActiveDen's soft-rejection process. ]]></description>
			<content:encoded><![CDATA[<p>Each file uploaded to ActiveDen goes through a strict reviewing process. Ideally, all your files will be accepted, though some may be rejected or soft-rejected. When a file is rejected outright, it&#8217;s completely removed from the reviewing queue. The only way to get it back is to fix the problem(s) and upload it again. Soft-rejections work a little differently than normal rejections.</p>
<p>The soft-rejection system was built for otherwise great files with minor issues preventing them from being accepted. For example, a file that would normally have been accepted, but the preview.swf was named incorrectly may be soft-rejected. In cases like this, the author would just need to fix the minor issue rather than re-uploading everything from scratch.</p>
<p>If your item has been soft-rejected, you&#8217;ll receive an email letting you know. Follow these steps to get your soft-rejected file re-reviewed.</p>
<ol>
<li><strong>Follow the link </strong>found in the email.</li>
<li>Click the <strong>edit button</strong>. The edit page is split up into two parts, &#8220;Update Description&#8221; and &#8220;Update Item and Tags.&#8221;<br />
<img class="alignnone size-full wp-image-2095" title="2parts" src="http://wiki.envato.com/wp-content/uploads/2009/12/2parts.png" alt="2parts" width="260" height="167" /></li>
<li><strong>Make the changes</strong> outlined in the email.
<ol>
<li> If you change anything under <strong>&#8220;Update Description</strong>&#8221; like the description, published size, or resolution, be sure to click  <img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /> and return to the edit tab to complete the final steps.<br />
<span style="color: #ff0000;">Note: Just clicking </span><img class="alignnone size-full wp-image-2097" title="saveChanges" src="http://wiki.envato.com/wp-content/uploads/2009/12/saveChanges.png" alt="saveChanges" width="94" height="18" /><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> will not put your item in the soft-rejection queue!</span></li>
<li>Under &#8220;<strong>Update Item and Tags</strong>,&#8221; re-upload anything you&#8217;ve changed. Be sure to re-upload the preview, whether it changed or not.</li>
</ol>
</li>
<li>In the <strong>notes to the reviewer</strong>, outline the changes you&#8217;ve made.</li>
<li>Click <img class="alignnone size-full wp-image-2099" title="submit" src="http://wiki.envato.com/wp-content/uploads/2009/12/submit.png" alt="submit" width="133" height="18" />.</li>
</ol>
<p>Once you&#8217;ve completed these steps, your file will enter the soft-rejection queue, which moves along more quickly than the normal queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.envato.com/selling/selling-rejections/activeden-soft-rejections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

