Forum Replies Created
Hi,
You can add CSS in a custom template to control the icon size. Icon css class is .wpdm_icon.
<style>.w3eden .wpdm_icon{ width: 25px; }</style>
Thanks.
Download Manager works on multisite. Could you explain the issue little more? Are you trying to view WPDM packages on the frontend and getting the “not found” error?
You can also send temporary wp-admin login info in private reply so I can take a look at your multisite installation.
Hi,
There is no link between package details page and shortcode page in this situation. SO, it is not possible to get back to the shortcode page when clicking the category or tag link.
You can try the Archive Sidebar view. It shows package details on the same page and category links remain in the sidebar. Close to what you are trying to implement.
Thanks.
Premium Package update is coming within this week 🙂
WPDM packages ( downloads ) are custom posts ( wpdmpro ). If it is unchecked as shown in the screenshot it should be checked in add new package page. This may be a Jetpack bug.
WPDM can’t control this option as it is coming from Jetpack.
Hi,
What you are trying to build looks like a membership site. You need WPDM Pro + Pro Membership add-on to set it up. Users pay an amount to access downloads. Also, you can set up the download limits for a period of time.
Thanks.
Fixed the email from name issue.
There are many columns when you activate Premium Package. Show the columns that are important to you. Hide/Uncheck others.
https://www.evernote.com/l/AUffbmimRahA8YG8_oxwBvxPSngifLQkKZoB/image.png
Please send temporary wp-admin login info in private reply to check the issue.
Keep a backup of this email_link function. You have to add this code again after Form Lock update.
Do you want to control which download info ( Stock, File Size, Create Date etc. ) is visible in the page? If that’s what you meant, use the page template to control the page design and content.
Please check this documentation about Page Template https://www.wpdownloadmanager.com/doc/templates/page-templates/
It requires some custom coding to change the default behavior of that checkbox. But there might be some kind option from Jetpack to control the checkbox’s default status based on post type.
Hi,
You can enable WPDM Archive Page from Downloads Settings Basic Pane. This archive shows all Download Manager posts.
https://www.evernote.com/l/AUfsscE3osRLpae1Wel6vExd2B9aJnXGmpMB/image.png
With above archive settings http://yoursite.com/downloads is the archive URL.
This archive uses your theme’s archive.php template to show packages. You have to create a new archive template archive-wpdmpro.php in your theme if you want to display downloads in a customized design.
Thanks.
Hi, Assigned Prosper to your account. You can download from purchase tab in your dashboard. Thanks.
Please check the last reply here https://www.wpdownloadmanager.com/support/topic/error-500/
I have added the code in your customizer option.
https://www.evernote.com/l/AUetwsI7RtBK4LckSwNl52zvokAA7gxn1eEB/image.png
Looks like captcha is working too.
https://familytherapytrainingplatform.blog/document-download/registration-form/
Sorry for the delay.
Form Lock is not fully compatible with WPDM Free version. That’s why send email link option was having some issues. However, I have added required code in Form Lock to make it work with the free version. Everything is working now.
Code Changes: Added the marked code and commented the code above it,
https://www.evernote.com/l/AUcyjrgBTihAxaa9UTbgxael6-pYAE-QRhwB/image.png
We suggest using Pro version of WPDM, you will have email template option then. Current sending a plain email.
1. Use the following CSS to fix overlapping issue. This is coming from CSS conflict with your theme.
.w3eden .login-form .row { margin: 15px -15px; }
2. Just save site key and secret key. There are no other settings for ReCaptcha.
https://www.evernote.com/l/AUfeOt1QrBxPUrsONfv-8dWhbhosyLfKYkkB/image.png
3. It should work now.
Create a page with [wpmp-membership-plans cols=3] shortcode. Users will be redirected to that page. It shows all available plans.
Hi,
We will look into this issue and add a patch to fix this in next release of WPDM.
Thanks.
Still not working.
Please check your /wp-content/plugins/ directory in FTP browser. There should be a folder named download-manager. Delete it.
The upload a fresh copy of Download Manager from your WP Admin Dashboard Plugins Add New Upload page.
Make a copy of /download-manager/tpls/wpdm-login-form.php file and removed marked code from there.
https://www.evernote.com/l/AUfh3O-R18hMMKOMmE9MY8Z80Z8LlPdHl8AB/image.png
Then place that file in /active-theme/download-maanger/ directory.
Related Doc: Check 3rd step here https://www.wpdownloadmanager.com/doc/template-files/
Getting following error although cookie is enabled. Is there any custom login plugin?
ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
You’re welcome!
We have added this code in our side for the next update so no worries.
1. Yes, It sends package name, downloader’s IP, email address. And you can set custom message too.
2. You have to add it in your theme’s functions.php file Or create a new add-on which utilizes this hook.
It is not possible through CSV upload. We haven’t scheduled the Frontend Category Manager update yet. Hopefully coming within next 1-2 weeks.
Yes, Fow now you have to create those from the admin menu.