ThemeForest

Posts by raybreaker

6 posts
  • Bought between 10 and 49 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
raybreaker says

I also want to know does it possible to change category of my following template http://themeforest.net/item/rider-multipurpose-responsive-html-template/4373054 from current “Home \ Files \ Site Templates \ Corporate \ Business\” to “Home \ Files \ Site Templates \ Creative\” ? I think it will be more appropriate here.

I contacted Support about 4 days ago but still don’t get the answer.

Thanks!

6 posts
  • Bought between 10 and 49 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
raybreaker says

Thanks all for answer I find my theme in “Hidden” tab :) Very happy it’s soft rejected :)

P.S. I checked my spam folder it’s was empty. When I update my Goodold theme recently I don’t receive any answer on email and spam folder was also empty.

6 posts
  • Bought between 10 and 49 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
raybreaker says

Hello everyone.

Yesterday I send my new HEAL WordPress theme (HTML version already was approved and may be found here: http://themeforest.net/item/heal-responsive-medical-and-health-html-template/2890724) on review. Today I found that load bar (one that indicate when your item will be reviewed) dissapeared but I still don’t get any messages on my mail from reviewer.

What should I do? Send it again?

Link to theme: http://raybreaker.ru/wpheal/

Thanks!

6 posts
  • Bought between 10 and 49 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
raybreaker says

Hello everyone! :)

I carefully read following page: http://support.envato.com/index.php?/Knowledgebase/Article/View/196/0/when-do-i-need-a-model-or-property-release but still have 2 questions:

1. Does I may use photo with Creative Commons licence from flickr that depict recognisable human beings (for ex. this photo http://www.flickr.com/photos/59632563@N04/6104068209/) in ThemeForest WordPress or HTML theme without Model Release?

2. Does I may use this photo if I don’t include it in main download file (i.e. use it only in live preview)?

Thanks in advance :)

6 posts
  • Bought between 10 and 49 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
raybreaker says


How to create checkbox that checked by default? I trying following but it won’t work:
array (
'label' => 'Something',
'id' => 'something',
'type' => 'checkbox',
'choices' => array (
  'label' => 'On',
  'value' => 'On'
),
'std' => 'On',
'section' => 'home_page'
)

your code should be:

array (
  'label' => 'Something',
  'id' => 'something',
  'type' => 'checkbox',
  'choices' => array (
    array(
      'label' => 'On',
      'value' => 'On'
    )
  ),
  'std' => 'On',
  'section' => 'home_page'
)
Try that and see if you get better results.

Still does not work.

6 posts
  • Bought between 10 and 49 items
  • Europe
  • Exclusive Author
  • Has been a member for 1-2 years
  • Sold between 10 000 and 50 000 dollars
raybreaker says

How to create checkbox that checked by default? I trying following but it won’t work:

array (
'label' => 'Something',
'id' => 'something',
'type' => 'checkbox',
'choices' => array (
  'label' => 'On',
  'value' => 'On'
),
'std' => 'On',
'section' => 'home_page'
)
by
by
by
by
by