ThemeForest

Posts by digitalimpact

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

From my experience with (mt), their database performance isn’t that good; I’ve found it to be rather slow actually.

If I were looking at hosting that many items, I’d look into getting a solid VPS.

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

^ Yeah, on that note… March was a disaster for me in terms of affiliate registrations :( Seems the market has reached a saturation level; or maybe I fell behind… But I see you have 5 times more clicks than I do, while only 1 registered, just like me…

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

If you cleared his cookies before he registered, then this is proof that Envato has their own data regarding visitors; there’s a rule that says something like “if your referred customer previously visited an Envato marketplace, your referral doesn’t count”.

I thought they are doing that with cookies, but it seems there’s more to it…

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

I might be wrong, but that site doesn’t look very trustworthy… I’ll see about that, that site is not the point.

My post, since it’s in Item Requests, was more of a suggestion/inspiration for CodeCanyon authors, should any of them consider developing such a plugin :)

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

^ if you need to only rename the “Posts” menu item label to “News”, don’t duplicate WordPress functionality by using custom post types for what they are not. Instead, simply rename them:

function my_change_post_menu_label() {
    global $menu, $submenu;
    $menu[5][0] = 'News';
    $submenu['edit.php'][5][0] = 'News';
    $submenu['edit.php'][10][0] = 'Add News';
    $submenu['edit.php'][16][0] = 'News Tags';
    echo '';
}
function my_change_post_object_label() {
    global $wp_post_types;
    $labels = &$wp_post_types['post']->labels;
    $labels->name = 'News';
    $labels->singular_name = 'News';
    $labels->add_new = 'Add News';
    $labels->add_new_item = 'Add News';
    $labels->edit_item = 'Edit News';
    $labels->new_item = 'News';
    $labels->view_item = 'View News';
    $labels->search_items = 'Search News';
    $labels->not_found = 'No News found';
    $labels->not_found_in_trash = 'No News found in Trash';
}
add_action( 'init', 'my_change_post_object_label' );
add_action( 'admin_menu', 'my_change_post_menu_label' );

As mentioned above, if you want it to show up in your site’s main RSS feed, then it’s probably not a custom post type.

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

Been searching CodeCanyon for such a WordPress plugin, but couldn’t find any.

I was looking for a WP plugin that can upload post attachments to a Facebook album, pretty much like this plugin does.

Maybe I’m not the only one looking, so this could be an idea for a new plugin? :)

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

I flagged your comment since it’s not nice naming names for these matters.

I think you misunderstood the purpose of that flag button; the guy was only trying to get help on how to prove Obox that he’s a customer…

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

... although html5 is coming up with interesting effects but flash is all the way awesome because of its smooth animation.

I give up….

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

Go to your downloads section here on ThemeForest and click Licence Certificate for the item you purchased:

You’ll get a text file with the purchase code – that’s what they’re asking for.

2358 posts
  • Has been a member for 4-5 years
  • Exclusive Author
  • Europe
  • Bought between 10 and 49 items
  • Referred between 100 and 199 users
  • Sold between 100 and 1 000 dollars
  • Microlancer Beta Tester
digitalimpact says

Looking forward to the day people will stop using HTML5 as a term for everything. It’s a freaking markup language, nothing more, nothing less.

If you meant to ask FLASH or JS/CSS3, I think it really depends on your goals, but for most cases, yeah, the latter; just because of mobile users.

(and yeah, flashedge is right)

by
by
by
by
by