Forum Replies Created
Make a copy of wpdm-all-downloads.php file and place it in /active-theme/download-manager/wpdm-all-downloads.php location.
Could you please send me the PHP error log file? That should indicate where the issue originated from.
Currently, package locks are independent ( OR relation ). The user can access the download by unlocking any of the locks.
You don’t need the custom add-on to show create date and update date. Those come from built-in template tags as shown in your screenshot.
Trash Icon in “Attached FIles” meta box working on my side. Could you please send temporary login info in private reply so I can check this on your site?
Found a bug which is causing the file-not-found error. I have added the patch in your site to fix it. We will add it in our next release too. Downloads are working now on your site.
You can use the Tree View to make it look like FTP folders. Each folder represents a WPDM category. Here is the tree view demo https://demo.wpdownloadmanager.com/wpdmpro/tree-view/
If you want more extensive download archive with sear and category filtering then I suggest using Archive Page add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) There are many variations of Archive View and you can use link template to control the view of each package there. Archive Demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
You have to create the categories and packages. But you can use bulk import ( CSV ) feature. This is faster than manually creating all packages. Create a CSV file where each row represents a package. Your categories, tags etc will be created automatically when importing the CSV. I have attached a sample CSV below.
For now, You can enable instant download. That will show a download button when the user submits the email. No way yet to hide the form when using the “Email Download Link” option.
Please send temporary wp-admin login info in private reply to check the issue.
In that case, use a template that has the [download_link_extended] template tag. The built-in “Single Column, Image Top, Extended” page template includes this tag.
If you are using a custom template then just replace [download_link] tag with [download_link_extended]. This tag embeds the form in the page.
Released an update to fix this issue. Please try this new version. You can download it from your download area.
You can show only single captcha in a page when using the embedded lock ( shows the reCAPTCHA without clicking any button ). Use the popup lock if you want more than one captcha in a single page.
Embedded reCAPTCHA comes from [download_link_extended]. You have to use a link template with [download_link] template tag which shows the lock in a popup/iframe. The reCAPTCHA lock appears after clicking the download button in this case.
Hi,
We are using custom template there. You can build your own custom link template from Downloads Templates page. This tutorial explains how to create custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/
You can copy the template code from the tutorial and edit on top of it. Link and Page templates use template tags to show various package info. Template tags are listed in the template editor sidebar. You can check the tag list here too https://www.wpdownloadmanager.com/doc/templates/template-tags/
Use the following code in your template to show the package title with a link to the details page,
<a href="[page_url]">[title]</a>
Thanks.
Replied to the previous ticket about this issue here https://www.wpdownloadmanager.com/support/topic/bulk-importer-not-showing-subfolders/ Please check my last reply.
Please send temporary wp-admin login info in private reply to check the issue.
Are you using one of our themes? Please send login info in private reply to check the issue.
Please replace the_permalink(); with echo get_the_permalink($file->ID); at line 59 in /wpdm-custom-access-level/wpdm-my-downloads.php file. Or send login info in private reply. I will make the change for you.
Hi,
The error comes from your custom add-on ( WPDM show created date ). It calls a deprecated function \WPDM_Crypt::Decrypt($ind); This function doesn’t exist in the latest version. Please check the new related functions \WPDM\libs\Crypt::Encrypt or \WPDM\libs\Crypt::decrypt
I haven’t activated the custom add-on as it causes a fatal error.
Thanks.
After creating a pacakge you can access it from package details like any regular WordPress posts. You can also use the shortcode to show the package anywhere you want. The view of shortcode is controlled by link template. There are lots of built-in templates. And you can build your own custom template too.
Please install the Advanced TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcodes. It saves you the hassle of copy/pasting or remembering shortcodes.
You can check our documentation here for further info about any feature https://www.wpdownloadmanager.com/docsfor/download-manager-pro/
Also, we are always here to answer any question you might have.
Hi,
If you are hosting on Siteground add following rule in your .htaccess file to fix the issue,
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
Otherwise please send temporary wp-admin login info in private reply.
Thanks.
You can check the trash from “All downloads” page. It is visible only when there are packages in the trash.
https://www.evernote.com/l/AUf5xPFQXo5KAatj9wjJRfxbecCxG3L_eWgB/image.png
If you send admin login info I can check this issue more closely.
You can set URL structure from Settings Basic URL structure panel. To show all your downloads in yoursite.com/store page, enable the “WPDM Archive Page” and set store as “Archive Page Slug”.
If you want, You can build a custom archive page for that store page. The template file name should be archive-wpdmpro.php This template file gives you full control over how the store page will look like. If you do not create this template an archive template from your theme will be used.
Are you deleting the directory from Amazon S3 meta box in “Edit package” screen? Please send login info in private reply if you want me to check the issue on your installation.