Hi,
Add Package Info widget in your widget area from Appearance Widgets page. You don’t have to do anything else. This widget will only be shown on download page.
Thanks.
User does not have access to plugin editor. Super Admin role required to edit plugin from network dashboard.
Yes, it is possible to use this file from active theme. Please check related doc here http://www.wpdownloadmanager.com/doc/template-files/
Hi, Just added convertkit to all addons pack. You can download it now of you have access to all addons pack. Thanks.
Please send temporary wp-admin login info in private reply to check the issue. May be there are some js errors in your page.
Looks like there is an issue in single file password. We will add a patch in next release to fix it. Thanks.
It is not possible without editing plugin code. You can edit the button class in wpdm-archive-page.php file. It is located in Categories function ( around line 190 ).
Are you using the latest version of Directory /Archive Page add-on? This shortcode should sort posts by title. Please send login info in private reply if issue is not resolved in latest version.
Hi,
Please use following code in your custom link template and use that custom template in package settings or shortcode.
<div><a href="[download_url]">[title]</a></div>
Let me know if you face any difficulty there.
Thanks.
Hi, Image size exceeded the upload limit. WPDM Demo site upload limit is 1 MB. But your image is 2.8 MB. That’s why upload failed.
Hi,
After expiration the download won’t work for a package. But package will still be there. Download expired notice is shown in frontend if user visits download page.
https://www.evernote.com/l/AUeWGhrzdVFHXqvzovMivPA03CmZhGWLCtwB/image.png
Thanks.
Hi,
You need Premium Package addon to add price to your packages.
But lock features won’t work with Premium Packages. Because after completing payment user can download without any password. There is no option to apply both lock and price in a package.
Thanks.
Hi,
You can use custom template to define thumbnail width and height. Clone the template you are using now and change the [thumb_WxH]
template tag to suit your requirements.
Clone templates from Downloads Templates page.
You will find template tag info in editor sidebar.
Thanks.
Please send me the page url to check. Looks like a css issue.
It requires some changes in code. Please send temporary wp-admin login info in private reply.
Or if you can, remove the marked line from /wpmd-archive-page/wpmd-archive-page.php
file
https://www.evernote.com/l/AUdkVFgWFNJIS6Lb6SM-ZkiwRn_xwGZe7YUB/image.png
Add marked code from following screenshot, That should auto check your specified category.
https://www.evernote.com/l/AUfe2bGiTo1F2am64etsT_YGNPaMKuO-reYB/image.png
Do you want to remove the download icon from button?
It can be done by removing <i class="fa fa-download"></i>
from /download-manager/libs/Class.Filelist.php
file.
Please send login info in private reply if you want me to do this for you.
Hi,
You can use different mailchimp lists for different campaigns. Mailchimp addon has option to select package specific list.
No option yet to make Name field required. We will look into this in next release.
You can use Advanced Custom field to add extra fields in email lock. But those extra data are not sent to mailchimp. You will find these data in Downloads Subscribers page.
Thanks.
Hi, Downloading same package is counted only once. As your guest limit is 10, any user have access to 10 different package downloads. Is this a possible reason in your issue?
Hi,
Found a minor in audio player. Will fix it in next release.
Thanks.
Hi,
Did you edit Download Manager code? How did you add menu item?
Please send temporary wp-admin login info in private reply to check this issue.
Thanks.
Hi,
You need File Cart add-on to implement the feature you want. It does exactly what you explained.
Multi-file package means you can add more than one file in a package. And by enabling single file download user can download those file individually. But you need File Cart if you want to package chosen files in package, so user can download all selected files as a zip.
Thanks.