Bootstrap Templates Bundle

Showing posts with label Themeforest. Show all posts
Showing posts with label Themeforest. Show all posts

Sunday, January 31, 2016

Educampus - Education & University Joomla Template


Educampus – Education & University Joomla Template is a template specially designed for education, college, university website. You can add courses, department, teachers, events etc.

Main features:

  • Unique navigation & Design.
  • CSS3 Transition.
  • Revolution Slider (Value $25).
  • Quick start with sample data.
  • Powerfull HELIX 3 framework
  • Font Awesome Icon
  • Google Web Font
  • Based on Bootstrap
  • Well Documented
  • and much more…

Tuesday, June 16, 2015

Trics to approve psd templates on themeforest

1. Make more Pages
2. Make the design Unique
3. Make specific type of websites (not a multipurpose/generic ones) for easy approval
 u can get many free psd's on my official website
 http://premiumlayers.com/

Monday, June 8, 2015

Themeforest WordPress Soft-Rejection Reasons

1. Prefix all your custom functions/variables/classes. A good rule of thumb is to prefix everything with your theme initials and your own initials. http://nacin.com/2010/05/11/in-wordpress-prefix-everything/
Example: http://envato.d.pr/11iFB/2zF1qyXn

2. http://envato.d.pr/70LX/2xoO6dxY

3. http://envato.d.pr/17o9S/1UqGOmZs

4. http://envato.d.pr/1fL0r/2A22MSZv


5. http://envato.d.pr/1iP7G/1X6FL8kV -
How to test the blog/posts layout/functionality - Import the Theme Unit Test [http://codex.wordpress.org/Theme_Unit_Test] file and make sure that:

- Posts display correctly, with no apparent visual problems or errors.
- Posts display in correct order.
- Page navigation displays and works correctly.
- As "sticky posts" are a core feature, the theme should style and display them appropriately.
- Lack of body text should not adversely impact the layout.
- Theme must incorporate both the "Tag" and the "Category" taxonomies in some manner.
- Floats are cleared properly for floated element (thumbnail image) at the end of the post content.



Reference link: https://wpthemetestdata.wordpress.com/

6. Make sure the CSS file is well documented with proper table of contents. ex:http://www.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/

7. Data Validation issues have been found in your theme. All dynamic data must be correctly escaped for the context where it is rendered.

http://codex.wordpress.org/Data_Validation
http://developer.wordpress.com/themes/escaping/
https://vip.wordpress.com/2014/06/20/the-importance-of-escaping-all-the-things/

8.Please perform a global search for "echo $" and escape ALL outputs. This will ensure there are no security issues.

9. wp_reset_query - if you’re not using query_posts(), then you really shouldn’t be messing with the main $wp_query variable, as wp_reset_query() does.

10.query_posts() will change your main query and is not recommended. Only use if absolutely necessary
http://codex.wordpress.org/Function_Reference/wp_reset_query

11.Try wp_reset_postdata() instead.


12. http://envato.d.pr/1exQQ/2CmMfYiq

13. http://envato.d.pr/19YIF/5oxYvi8p

14 Prefix all your custom functions/variables/classes. A good rule of thumb is to prefix everything with your theme initials and your own initials. http://nacin.com/2010/05/11/in-wordpress-prefix-everything/

15. wp_reset_query - if you’re not using query_posts(), then you really shouldn’t be messing with the main $wp_query variable, as wp_reset_query() does.

16. query_posts() will change your main query and is not recommended. Only use if absolutely necessary
http://codex.wordpress.org/Function_Reference/wp_reset_query

17. Try wp_reset_postdata() instead.

18.  Make sure all the WP default widgets display properly in all widgetized areas. You can check with monster widgets plugin.

19.  Custom widget areas must use the safety condition “is_active_sidebar” to ensure no naming conflict with other plugins.


20. Please perform a global search for "echo $" and you will see several issues.




22. http://envato.d.pr/1b4st/Zxkry5eR

23. index.php should be reserved for default blogroll and if there is no static page being set as front page, it should display the blogroll on homepage. You can use a custom page template for homepage.

http://codex.wordpress.org/Theme_Development#Index_.28index.php.29

24. Display a list of posts in excerpt or full-length form. Choose one or the other as appropriate.
Include wp_link_pages() to support navigation links within posts.
http://envato.d.pr/1jlxA/5HWBWlOx

25. Logo should link to blog feed/index page.

26. No space between paragraphs. http://envato.d.pr/1d4O6/5z2D59V8

27. Data Validation issues have been found in your theme. All dynamic data must be correctly escaped for the context where it is rendered.

http://codex.wordpress.org/Data_Validation
http://developer.wordpress.com/themes/escaping/
https://vip.wordpress.com/2014/06/20/the-importance-of-escaping-all-the-things/

Please perform a global search for "echo $" and you will see several issues.

28. Your theme does not support drop down menus. Please state this in your item description.



30. All dynamic data must be correctly escaped for the context where it is rendered.

- http://developer.wordpress.com/themes/escaping/
- https://vip.wordpress.com/2014/06/20/the-importance-of-escaping-all-the-things/
- https://css-tricks.com/introduction-to-wordpress-front-end-security-escaping-the-things/

31. wp_footer needs to be immediately before the end of the body tag. http://codex.wordpress.org/Function_Reference/wp_footer

32. All theme logic belongs in functions.php

33. Remove this: http://envato.d.pr/16VqL/5G9XtcGy

34. Prefix all your custom functions, variables, classes, etc. A good rule of thumb is to prefix everything with your theme initials and your own initials. Read more: http://nacin.com/2010/05/11/in-wordpress-prefix-everything/

35. Import the Theme Unit Test [http://codex.wordpress.org/Theme_Unit_Test] file and make sure that:

- Posts display correctly, with no apparent visual problems or errors.
- Posts display in correct order.
- Page navigation displays and works correctly.
- The search results page displays properly, with search query results displayed.
- As "sticky posts" are a core feature, the theme should style and display them appropriately.
- "Read More" link works properly (links to single post at "<!--more-->" tag location).
- If theme supports post format type, post displays as intended in the index view.
- Lack of body text should not adversely impact the layout.
- Theme must incorporate both the "Tag" and the "Category" taxonomies in some manner.
- Floats are cleared properly for floated element (thumbnail image) at the end of the post content.
- Look for potential overflow issues if the theme has a small title area matched with a long non-breaking string.

37. Comments do not appear. http://envato.d.pr/17RFs/500q8jOw



Tuesday, May 19, 2015

Themeforest HTML Soft-Rejection Reasons

1. Please avoid trailing commas at the end of JS Objects. For example: { value_1: 5, value_2: 5, };

2. Make sure the CSS file is well documented with proper table of contents. ex:http://www.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/


3. There is a lot of redundant code in your JavaScript. For example, the following:

http://envato.d.pr/1hm91

There are multiple uses of SEAFs that all pass in the $. These can all be remove and replaced with a single SEAF.

4. http://envato.d.pr/1baOJ Avoid trailing commas in JS objects
http://envato.d.pr/15n6U
There are multiple version of jquery included in this item, please only include a single version of jquery.

5. Some of your files contain validation errors that will need to be fixed. Please be sure that all files validate before resubmitting.
You can validate HTML at http://validator.w3.org

6. Your jQuery code can benefit from some performance tweaks. Please read:http://code.tutsplus.com/tutorials/10-ways-to-instantly-increase-your-jquery-performance--net-5551

7. 404 error in any link.  Check Browser Console. http://envato.d.pr/1hwqh/2fZnA9LU

8. Please use "nav" tags for all navigation in the template.
http://www.html-5-tutorial.com/nav-element.htm

9. Parts of your design are either difficult to read or have contrast issues. Please make sure all sections of your design have adequate contrast and all text is easily readable.

10. Please delete the images from the main file and replace them with placeholders. http://placehold.it - Please mention this in the item description so buyers understand that they are not included in the download.

11. JavaScript files need to be placed at the bottom, barring critical exclusion. [Modernizr, for instance]

12. There are currently redundant events in your JavaScript. For example, you have multiple $(document).ready() events or multiple $(window).load() events. Please consolidate all code that should occur within a single event.

13. Consider using the preferred .on() rather than .click(), .bind(), .hover(), etc.

14. All JavaScript should be written with “use strict” mode on.

15. Your jQuery code can benefit from some performance tweaks. Please read: http://code.tutsplus.com/tutorials/10-ways-to-instantly-increase-your-jquery-performance--net-5551

16. Please have the original author open a support ticket to verify the partnership. Reference the ticket ID when resubmitting. (If the original item author is different person)

17. There is excessive blank space between your code blocks. Please fix this. http://envato.d.pr/1fwqV/5GdnjUPA

18. Inline CSS is not permitted. Please remove all inline CSS.




For WordPress Soft rejection: http://hasibtutorial.blogspot.com/2015/06/themeforest-wordpress-soft-rejection.html

Saturday, July 5, 2014

nillplay theme tutorial

Add Audio / Music Post 



Add Gallery Post 




Add Video Post 




Add Biography Post 




Add Event Post 

Wednesday, June 18, 2014

Wokiee React eCommerce Template