Shahjada

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 4,776 through 4,800 (of 15,655 total)
Jul 17, 2016 at 1:43 pm
#47410
Keymaster
Shahjada
Staff OP

Sorry for delayed reply, Please check now. It looks like working fine after I’ve updated plugin.

Jul 12, 2016 at 11:07 am
#47272
Keymaster
Shahjada
Staff OP

Sorry, not clear, may you please give me the example url where you trying this.

Jul 8, 2016 at 6:58 pm
#47183
Keymaster
Shahjada
Staff OP

No need to pay, it is simple change, if you want to remote the link completely from title for all user and keep download link only, otherwise, please contact customize@wpdownloadmanager.com

Jul 8, 2016 at 6:55 pm
#47181
Keymaster
Shahjada
Staff OP

No private note here yet.

Jul 8, 2016 at 6:54 pm
#47180
Keymaster
Shahjada
Staff OP

Sorry for the confusion, actually the module is developed in that way, following play store:

https://www.evernote.com/l/AV3RxVhEsYtOHYoxXtVepNjH-R190e_Mgd8B/image.png

Jul 8, 2016 at 6:48 pm
#47179
Keymaster
Shahjada
Staff OP

If you change field type, old values may not work properly due to internal variable name change, means, you can’t change field type if you need to keep old values.

Jul 8, 2016 at 6:45 pm
#47178
Keymaster
Shahjada
Staff OP

The process is like regular plugin installation:
Admin Menu Plugins Add New Upload Plugin Upload the zip file you have Activate plugin

Jul 8, 2016 at 6:43 pm
#47177
Keymaster
Shahjada
Staff OP

@minerva-solutions, yes, please give me your order ID or license key in a private reply.

Jul 8, 2016 at 6:42 pm
#47176
Keymaster
Shahjada
Staff OP

Please give me the license key in a private reply to unlock it.

Jul 8, 2016 at 5:57 pm
#47174
Keymaster
Shahjada
Staff OP

About the picture:
#1. That is not possible without editing code
#2. To sort category your will need to use plugin like this https://wordpress.org/plugins/taxonomy-terms-order/ , category links are generated by wp itself, wpdm has nothing to do with that.

Jul 8, 2016 at 5:53 pm
#47173
Keymaster
Shahjada
Staff OP

All docs are available here:

http://www.wpdownloadmanager.com/docs/

To show all packages in a page either you need to use this short-code:

http://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

Or use this add-on:

WPDM Directory Add-on

Jul 8, 2016 at 5:40 pm
#47172
Jul 8, 2016 at 5:39 pm
#47171
Keymaster
Shahjada
Staff OP

Except email lock with “Mail Download Link” option, all other options downloads the file instantly.

Jul 8, 2016 at 3:37 pm
#47165
Keymaster
Shahjada
Staff OP

Yes, Please try updating. If you still see the issue after update, please give me temporary wp-admin login info and aws login info in a private reply.

Jul 8, 2016 at 3:26 pm
#47164
Keymaster
Shahjada
Staff OP

Sorry, not clear, which template did you mean there? May you please give me a screenshot to check.

Jul 8, 2016 at 3:22 pm
#47163
Keymaster
Shahjada
Staff OP

Please give me your search page to check.

Jul 3, 2016 at 8:49 am
#47018
Keymaster
Shahjada
Staff OP

Please give me ftp access to, I need to rename the wpdm plugin dir before activate it.

Jun 27, 2016 at 7:11 pm
#46841
Keymaster
Shahjada
Staff OP

Please use short-code like [wpdm_user_dashboard flaturl=0]

Jun 24, 2016 at 10:33 am
#46793
Keymaster
Shahjada
Staff OP

Noted for implementation 🙂

Jun 24, 2016 at 10:31 am
#46792
Keymaster
Shahjada
Staff OP

Please check the reply #46644

Jun 24, 2016 at 10:30 am
#46791
Keymaster
Shahjada
Staff OP

Add following code at the end of /plugins/wpdm-prepaid_credit/wpmp-deposit.php:

    function wpdm_ppc_modify_user_table( $column ) {
        $column['storecredits'] = 'Store Credits';
        return $column;
    }
    add_filter( 'manage_users_columns', 'wpdm_ppc_modify_user_table' );

    function wpdm_ppc_modify_user_table_row( $val, $column_name, $user_id ) {
        switch ($column_name) {
            case 'storecredits' :
                $credit =  get_user_meta($user_id, 'prepaid_credits',true);
                $credit = $credit?doubleval($credit):0;
                return $credit;
                break;
            default:
        }
        return $val;
    }
    add_filter( 'manage_users_custom_column', 'wpdm_ppc_modify_user_table_row', 10, 3 );

You will need new column in Admin Menu Users page showing users store credit. However it also will be available with next update.

Jun 24, 2016 at 10:04 am
#46787
Keymaster
Shahjada
Staff OP

It doesn’t looks like that class.Templates.php on line # 137 is not matching, please give me temporary wp-admin login info in a private reply to check.

Jun 24, 2016 at 9:52 am
#46785
Keymaster
Shahjada
Staff OP

Please give me the url where you trying this so that I can check the current state.

Jun 24, 2016 at 9:21 am
#46782
Keymaster
Shahjada
Staff OP

@ruditrip, you don’t need to hack anything, see here now:

http://www.mastermaths.co.za/login/memos-by-category

you had to use order_by="title" order="asc"

Jun 23, 2016 at 8:32 pm
#46769
Keymaster
Shahjada
Staff OP

Actually if any type of page cache is not active in your server, it won’t happen ever, wpdm check if old cache already exist before creating new thumbnail, if there is old one, then use it or create new one. That’s how it work, but in your site it is still showing old html even after updating plugin.

Viewing 25 posts - 4,776 through 4,800 (of 15,655 total)