ThemeForest

WP Themes Requirements - Message to TF Reviewers

98 posts
  • Elite Author
  • Sold between 250 000 and 1 000 000 dollars
  • Most Wanted Bounty Winner
  • Exclusive Author
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Referred between 200 and 499 users
+1 more
mad_dog says

You might look at VT Image Resize instead of TimThumb – https://core.trac.wordpress.org/ticket/15311 / https://gist.github.com/seedprod/1367237 Aqua looks pretty similar in usage as well, so that’s another one to consider.

I know, but please note that it can be also rejected by the reviewer.

805 posts Don't Worry, Be Happy
  • Elite Author
  • Romania
  • Sold between 100 000 and 250 000 dollars
  • Has been a member for 2-3 years
  • Referred between 10 and 49 users
  • Most Wanted Bounty Winner
  • Exclusive Author
  • Bought between 10 and 49 items
FinalDestiny says

No, they use the built-in wordpress functions so they won’t be rejected.

220 posts
  • Exclusive Author
  • Has been a member for 0-1 years
crossroad says

No, they use the built-in wordpress functions so they won’t be rejected.

Yes but they use the deprecated functions, for example image_resize, so it would be rejected.

46 posts
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Exclusive Author
  • Has been a member for 2-3 years
  • Europe
  • Referred between 10 and 49 users
  • Bought between 10 and 49 items
maarcin says

Aqua resizer will be accepted. I use it in my themes, works just fine. It has image_resize function just for fallback. If you’re using WP 3.5 and higher it uses wp_get_image_editor. This script is great, no problems at all with it. And in case of something bad happen Syamil will probably release a fix in minutes :)

281 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Sold between 10 000 and 50 000 dollars
ChapterThemes says

Why are a lot op people using those resizers anyway? What’s wrong with the add_image_size function from WP itself?

220 posts
  • Exclusive Author
  • Has been a member for 0-1 years
crossroad says

Why are a lot op people using those resizers anyway? What’s wrong with the add_image_size function from WP itself?

The only advantage I see is resizing the existing images. The WordPress function will only resize the images which are added to the post after installing the theme, it does not resizes the previous images.

3 posts
  • Sold between 50 000 and 100 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Exclusive Author
  • Referred between 10 and 49 users
WebLionMedia says

Why are a lot op people using those resizers anyway? What’s wrong with the add_image_size function from WP itself?

My theme was rejected also because of use of timthumb (today). The reason, I’m using the timrhumb, “add_image_size” works perfectly, only, when you set image as featured in the post or page.

300 posts
  • Elite Author
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 50 000 and 100 000 dollars
  • United Kingdom
  • Microlancer Beta Tester
  • Referred between 10 and 49 users
  • Bought between 1 and 9 items
TommusRhodus says


Why are a lot op people using those resizers anyway? What’s wrong with the add_image_size function from WP itself?
The only advantage I see is resizing the existing images. The WordPress function will only resize the images which are added to the post after installing the theme, it does not resizes the previous images.
http://wordpress.org/extend/plugins/force-regenerate-thumbnails/

Gets around that problem though, if at all possible it’s better to stick with add_image_size—but of course there’s situations where this just wouldn’t be the case.

17 posts
  • Exclusive Author
  • Has been a member for 0-1 years
jk000jk says


No, they use the built-in wordpress functions so they won’t be rejected.
Yes but they use the deprecated functions, for example image_resize, so it would be rejected.
You can check if a image of the desired size exists and re-size it if not.
805 posts Don't Worry, Be Happy
  • Elite Author
  • Romania
  • Sold between 100 000 and 250 000 dollars
  • Has been a member for 2-3 years
  • Referred between 10 and 49 users
  • Most Wanted Bounty Winner
  • Exclusive Author
  • Bought between 10 and 49 items
FinalDestiny says

image_resize is used just in case the user uses an old version of WP, in wp 3.5 it uses the latest media manager

by
by
by
by
by