Hi,
Sorry for the confusion. Your key is not expired yet. It will expire on 08/27/2016. Renewal is not required now. You can renew after the expiration date. Thanks.
Hi,
The option marked in your screenshot manages individual file download in a package, which has multiple files attached to it. If it is disabled use can download the whole package but can’t download single files. Also this option is not related to category restriction.
Please send a package link that has multiple files and individual file download not allowed. I will check if the option is working or not.
Also send temporary wp-admin login info if you want me to check the admin area.
Thanks.
Download Manager uses your theme’s single.php template to show package details page. If you want it different that normal post details page, you need custom post template.
To create custom post tempate for WPDM,
1. Copy single.php of your theme and rename it single-wpdmpro.php
2. Remove related post code from single-wpdmpro.php ( PHP code knowledge required )
Let me know if need any help there.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue. However, this issue may be related to cache plugin. If you have any cache plugin installed try deactivating and cleaning all cache.
Hi,
This issue is related to your server PHP basedir protection feature. Please ask your server support to exclude wp-content/ path from basedir restriction. And set your wp-content path as ‘File Browser Root’ in WPDM basic settings.
Thanks.
@Mfd,
Please change following line of code ( download-manager.php line 171)
'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false),
to
'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', true),
That will fix the issue. Or send temp login info in private reply, i will do that for you.
Thanks.
That will require customization in code. You may use action hook register_form
or wpdm_register_form
, to add new field with reg form, and use hook user_register
( Docs: https://codex.wordpress.org/Plugin_API/Action_Reference/user_register ) to save the custom field data.
Please try clearing cache in your browser and site again.
Please give me ftp info in a private reply, the template file name you are trying to edit and the package url where I can check the output, I’ll try to make it work for you.
please tell me which option you are trying to change, I’ll give a try in your site.
Not possible for now, but noted for implementation.
Issue fixed, please update the add-on.
Actually it is an permission issue with amazon S3 api info, nothing to do from wpdm or wp. You need to allow full access for the api credential you are using there, also we released new update of AWS add-on, please update the add-on.
I’ve reeving email properly.
There are 3 way to show the download link with lock options: embedded ( [download_link_extended] ), popup ( [download_link_popup] ) and popover ( [download_link] ), all are explained here http://www.wpdownloadmanager.com/doc/templates/template-tags/#download_link .
You can change those texts from language file wpdmpro.po .
I’ve updated the add-on, bucket list are showing now, but some are not accessible due to permission issue, I’ve check those in details now.
Not yet, but we shall add a download history page with the next update.
Please give me temporary wp-admin login info in a private reply to check your issue.
Please give me temporary wp-admin login info in a private reply and also tell me which short-code you are trying there.
Added post category box in package page. Please check the screenshot,
https://www.evernote.com/l/AUfCQ5upMPpPJpuDn2VjYb2xbncvFRc-xyQ
wp pro membership doesn’t support stripe yet, but we shall add it with the next update of the add-on. But if you need it urgently, please give me temporary wp-admin login info, I’ll update it manually in your installation.
You need to use
<a href="[wpdm_acf-Infomodule-lien_demo]">Video</a><a href="[wpdm_acf-Infomodule-ex_sequence]">Sequence</a>
in your link template to add the 2 custom fields link.
You may use following css to hide the buttons when link is empty:
.w3eden a[href=""]{ display: none; }
Please install this add-on too:
Then you will be able to set price for items, and configure payment gateway from Admin Menu Downloads Settings Premium Packages Payment Gateways Tab
Unlocked.
language files are in /plugins/wpdm-archive-page/languages
dir