Forum Replies Created
Oh, that where the problem is. Currently, Default Values works with [wpdm_frontend flaturl=0] only. Soon, we will add support for the [wpdm_package_form] shortcode too.
The button issue is related to the Tab component of the visual composer. It is removing the action from the download buttons.
I have inserted the same shortcode here https://greatthingsgrowhere.co.nz/link-template-test/The button is working fine there. Please contact visual composer support about the issue. Or use the shortcode without tabs.
Hi,
Please send login info in private reply. I will set it up for you.
Thanks.
Hi,
Sorry for the delayed reply.
WPDM API doesn’t have the write feature yet. But noted for implementation.
Thanks.
Hi,
You can add the following CSS in Customizer Additional CSS to hide the search input in all packages table.
.dataTables_filter { display: none; }
If you want more advanced search and filtering features please check the Directory Add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ). Here is a demo of the add-on https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Thanks.
Maybe Plugin Update Notice: is disabled from WPDM Basic Settings page. You have to update the core plugin from the WordPress plugins page.
There is a built-in page template ( Single Column, Extended, PlayList ) with [file_list] tag. You can clone that template and edit on top of it.
However, if you need further help on this please send temporary wp-admin login info in private reply. And let me know how do you want to add this on your custom template. Do you have any specific design requirement?
No need to worry about the individual file id ( screenshot 1 ). You can use the shortcode to serve the download. However, please send temporary wp-admin login info in private reply if the download is not working.
Where have you stored your files? The default file location is /uploads/download-manager-files/ for Download Manager.
Hi,
Yes, social locks work with Amazon S3 files.
Thanks.
Possible but requires code customization. Replace all svg instances in /download-manager/libs/class.FileList.php file. But the icons actually match with the file type. From your screenshot, I see that the SVG icon has DOC label in it.
Please send temporary wp-admin login info in private reply to check the issue. This is settings related issue. Maybe user doesn’t have access to the package. Text file content or name should indicate where the issue is.
Hi,
Does your membership levels create user role? If you have unique user role for each membership, that can be used to control access to downloads.
You have to create separate packages with JPG and Photoshop files. When creating the packages assign the premium role in access settings if the files are Photoshop. Otherwise, assign the standard role.
We have a Membership Add-on which handles this smoothly. You can check details here https://www.wpdownloadmanager.com/download/wp-pro-membership/
Thanks.
Right now it is not possible to modify it from outside. But we have the plan to add a filter there to modify the license using a hook.
1 ) Maybe user doesn’t have access to the package. Please check package access settings.
https://www.evernote.com/l/AUf_obIUmclN8bIXUdUV_PbAPy7QnTEwQqoB/image.png
2 ) We will fix it in next release. For now, you can use another page template. The code is shown in Single Column, Flat page template.
3 ) Yes, you can use category shortcode to downloads from the selected category or categories. Or you can use all packages table to show all downloads.
Use TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcode easily.
Hi,
The sign-up form is coming from your theme or another plugin. The theme/or plugin might have an option to remove/add the form is selected post types.
However, I have to check your installation to find where it is coming from. Please send login info in private reply if you want me to check there.
Or you can try to find the related option to disable it from the download page.
Thanks.
Have you enabled the email lock? That should ask users email before serving download. Are you using another email add-on?
Or Are you trying to serve download with 2 options,
1 ) Download and opt in to a mailing list
2 ) Download but do not opt in to a mailing list
Sorry for the delayed reply.
Please send temporary wp-admin login info in private reply of your test server. I will check the issue there. Don’t worry about the license there. I will add an extra license for the time being.
Thanks.
Hi Alesia,
Download Manager files data are stored in __wpdm_files post meta as serialized value.
By the way, did you try WPDM’s bulk import options? If you did, which feature do you think it lacks? Your input will be much appreciated.
Thanks.
Maybe you have missed some characters when copied the code. Please send FTP info. I will add the code for you. Send me a site URL too So I can check if it works.
Please login to your WPDM account from Downloads Settings Updates tab to get the update right from your plugins page.
Hi,
How are you importing files? CSV or Directory Import? The import process creating packages mean it is also creating package/post IDs. A post can’t exist without ID.
You will find the ids in shortcode column of all packages page.
https://www.evernote.com/l/AUeVtWpl_T1FepX_GSsCD7N12d6RlxLBI7QB/image.png
Let me know if you need further assistance on this. You can send temporary wp-admin login info in private reply if you want me to check the issue in your installation.
Thanks.
Hi,
Default Values works in frontend too. Maybe you are using an older version of WPDM.
Please check if you have WPDM ( 4.7.8 ) and Default Values ( 1.7.0 ). You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Thanks.