Unlocked your key. Sorry for the delay.
Copy the original registration form template from plugin and edit on top of it. Do not remove any hidden input field. That should fix your captcha error.
You can create temporary download link from all downloads page and share the link with your customers.
https://www.evernote.com/l/AUcVpWVYLaZCKpuRxDcQkrRr30aqvZ0RWCUB/image.png
https://www.evernote.com/l/AUcEDzHY8pBAW6AaFlyorV1sVejCkUtZKUsB/image.png
Hi,
Compact view doesn’t have template support yet. We will add this to next version of add-on.
Thanks.
Clear stats clears the user download stats. It doesn’t affect the package info.
You can reset all package info using Default Values add-on https://www.wpdownloadmanager.com/download/wpdm-default-values/
1 )If you want users to register before download then allow downloads only to ‘Subscribers’ role in Package Settings Allow access option. If someone is not a subscriber they can only see the posts. But won’t have access to download.
2 ) Maybe you are confusing the email lock feature with the subscriber access. Email lock doesn’t require registration, a guest can download the file by submitting their email address. All collected email addresses are listed on Downloads Subscribers page. Option (1) is the better choice for you.
3 ) If you want to sell downloads then install Premium Package add-on https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/
Working now. I have added some code to your active theme’s functions.php file to fix the conflict with Relevanssi plugin.
Unlocked your key.
You are using a custom template for registration for which is missing required code to check if the captcha is enabled or not. Add following code
<input type="hidden" name="phash" value="<?php echo isset($regparams)?$regparams:''; ?>" />
in your custom reg form template. Please check the original template file to understand where ( inside form ) to add this line.
Do you have FTP? Please send the FTP info if possible. Can’t edit plugin file from plugin editor. The server is not allowing it.
Hi,
Custom templates that you create using our Template editor are stored in the database. Using Bootstrap in the template is your choice. If you don’t want to use Bootstrap, that’s okay too.
You can also use a file to add custom templates. In that case template files will be stored in /your-theme/download-manager/link-templates
or /your-theme/download-manager/page-templates
dir based on template type. Just add the template info above the file
<!-- WPDM Link Template: Custom Template from File -->
You can use template tags in link/page template file to show package data. List of template tags.
Please take a look at Archive Page ( Directory ) add-on demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/ Maybe that will meet your specifications.
If you need something different, We can also build that for you as custom upgrade service. Please check the archive demo first, then let me know if you something more customized.
Thanks.
Please use the TinyMCE button add-on to insert the shortcode. id
parameter actually uses the category slug instead of id. TinyMCE add-on has nice UI to insert all shortcodes easily without any error.
Please send the login url too.
Login not working. Please re-check the login info.
You will find the solution for Button problem in my reply above. It happens when there is a JS conflict with another plugin.
Found not cache issue there. Also, Download Manager or Premium Package doesn’t send no-cache hearer. Please let me know if I missed something.
So, you don’t want to limit the download access only to subscribers? That’s your choice. You can follow the approach that is better for your users.
A notification email is sent to the user after registration. You can edit that from Downloads Templates page. But the notification is not for the site admin and it does not have the option to add custom data from signup page.
It is possible to implement this solution as you want. Requires some code customization. If you are interested we can provide custom upgrade service.
The purchased list is synced now. Log out and Log in refreshed the list.
https://www.evernote.com/l/AUd8RzMF48BOPq9fJjdO_Am3ygm6CUmdUQMB/image.png
Updated the add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ Please try the new version.
We haven’t added the fix yet. Will add a patch in next release. But there is a workaround, just put different category slugs in the first position of id
parameter.
Following shortcodes have slugone
in common but starting slug is different.
[wpdm_category id="slugone" cols="1" toolbar=1 item_per_page=2 template="link-template-default" order_by="modified"]
[wpdm_category id="slugtwo, slugone" cols="1" toolbar=1 item_per_page=2 template="link-template-default" order_by="modified"]
Sorry, It was actually related to TinyMCE compatibility with latest WordPress. Releasing an add-on update soon to fix it.
Please send WPDM login info in private reply to check the issue.
Please install the latest version of Download Manager if you are using a version older then 4.6.8, then save the license key in settings. That should fix the license error.
Send you key in private reply if getting license error in latest version 4.7.2
Best Regards.
It is impossible to have same package ID for all packages. WordPress uses a unique id for each post/custom post. Not sure how your packages had the same id, however glad to know that issue has been resolved.