Shahriar

Forum Replies Created

Viewing 25 posts - 10,376 through 10,400 (of 12,513 total)
Jun 17, 2016 at 5:56 pm
#46549
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jun 17, 2016 at 5:51 pm
#46547
Moderator
Shahriar
Staff OP

You need to use following code here:

<?php
add_filter('wpdm_after_prepare_package_data','wpdm_modify_package_data',10,1);
function wpdm_modify_package_data($vars){
//your code here
$vars['email_heading'] = "Enter email to download"; 
return $vars;
}
?>

Docs:
http://www.wpdownloadmanager.com/doc/filter-reference/wpdm_after_prepare_package_data/

Jun 17, 2016 at 5:34 pm
#46545
Moderator
Shahriar
Staff OP

Please give me the URL where you trying this and a temporary wp-admin login info in a private reply, I’ll check that for you.

Jun 17, 2016 at 4:55 pm
#46541
Moderator
Shahriar
Staff OP

It looks like working fine:

https://www.evernote.com/l/AV0TcGjPXclC7ZdDWAA7QWVoEK3VgfEQxCUB/image.png

It is also working fine from emailed link:

https://www.evernote.com/l/AV2a_gU9LGJF5LcaHfyZDz67HkyeM5ISHRcB/image.png

But, the link will expire after it is used for 3 times.

Jun 17, 2016 at 4:46 pm
#46540
Moderator
Shahriar
Staff OP

If you click on download link, it will ask for password.

https://www.evernote.com/l/AV1VCffMi7pHeaAKyHvQoRjrp_jMd5a_iycB/image.png

Jun 17, 2016 at 4:43 pm
#46539
Moderator
Shahriar
Staff OP

Probably your theme and other plugin removing it, you may try changing theme temporarily.

Jun 17, 2016 at 4:42 pm
#46538
Moderator
Shahriar
Staff OP

It is released today.

Jun 17, 2016 at 4:41 pm
#46537
Moderator
Shahriar
Staff OP

If you see template tag like this [acf_PersonalInfo_email] in custom field list, you need to use following php code:

<?php echo get_post_meta(get_the_ID(), '__wpdm_acf_PersonalInfo_email', true); ?>

 

Jun 17, 2016 at 4:36 pm
#46536
Moderator
Shahriar
Staff OP

@19wpeden63, Actually you will never have to reattach file except they are deleted manually from the source location. However if you reupload missing files using ftp in their original source from where they were attached, all downloads will work fine again.


@eltonbean
, thanks 🙂

Jun 17, 2016 at 4:25 pm
#46534
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jun 17, 2016 at 4:18 pm
#46533
Moderator
Shahriar
Staff OP

After upload new version, thumb cache will be cleared automatically, you need to clear site/page cache to see it correctly.

Jun 17, 2016 at 4:17 pm
#46532
Moderator
Shahriar
Staff OP

Yes, it is.

Jun 17, 2016 at 4:14 pm
#46531
Jun 17, 2016 at 4:08 pm
#46530
Moderator
Shahriar
Staff OP

you need to replace “YYYYMMDD” with proper date

Jun 17, 2016 at 4:07 pm
#46529
Moderator
Shahriar
Staff OP

Yes, you can use it in dev site but pro license key will work in any single site at a time, so when you need to move it production site, please give us your license key in a private reply, we shall unlock it for you.

Jun 17, 2016 at 4:05 pm
#46528
Moderator
Shahriar
Staff OP

Got it, ok now, auto play was disabled in last update.

Jun 17, 2016 at 3:56 pm
#46527
Moderator
Shahriar
Staff OP

no, it will require to build a custom add-on.

Jun 17, 2016 at 3:54 pm
#46526
Moderator
Shahriar
Staff OP

Please delete currently installed plugin, download latest version from http://www.wpdownloadmanager.com/user-dashboard/purchases/ , then install and activate.

Jun 17, 2016 at 3:51 pm
#46523
Moderator
Shahriar
Staff OP

Sorry, not clear, what do you meant by correctly styled?

Now short-code shows like this

https://www.evernote.com/l/AV1nf6EiAQNGv5Ep48G5wN6ixDD5PyZQXd8B/image.png

Also this was not part of our original customization deal.

Jun 17, 2016 at 3:49 pm
#46522
Moderator
Shahriar
Staff OP

I found remote ftp is causing problem sometimes for non-ASCII file names, but, as all those files are in same server, I tried attaching the file here http://www.vinhedo.sp.gov.br/download/ata-registro-prec%cc%a7os-rp-09-j-2016-eli-lilly-do-brasil-ltda/ using server file browser and it worked.

Jun 17, 2016 at 1:08 pm
#46518
Moderator
Shahriar
Staff OP

a) If you want to assign a membership level to an user, there is no way to do it from front-end, except you use short-code [wpmp-membership-plans]

b) you only can do that from admin side

c) Sorry, no.

FYI, sometimes to make things work in a custom way there may need customization, so, if you want to use our service in such case, we have very special customization team for you.

Jun 17, 2016 at 12:29 pm
#46517
Moderator
Shahriar
Staff OP

Sorry, no such option there, but you may use following css:

#edit_profile .panel:first-child .row .col-md-6:nth-child(2) {
    display: none !important;
}
Jun 17, 2016 at 12:20 pm
#46516
Moderator
Shahriar
Staff OP

It is released today.

Jun 16, 2016 at 4:40 pm
#46481
Moderator
Shahriar
Staff OP

For now, please open /wp-content/plugins/download-manager/widgets/class.TopDownloads.php, remove  the comment (//) at line # 69

Jun 16, 2016 at 4:38 pm
#46480
Moderator
Shahriar
Staff OP

I received email properly:

https://www.evernote.com/l/AV3QUBO9lH5BI7jB6YGOuyu0zSg3aXFpZp0B/image.png

Please check your spam folder.

Viewing 25 posts - 10,376 through 10,400 (of 12,513 total)