Please send your login url too.
Did you edit the Download Manager ?
Where did you add the filter? It should be added from your theme’s functions.php file.
Removed the login/register tab from login page. Also redirected user to homepage after login. You can change the redirect url from your theme’s functions.php file by editing my code.
You need WPDM Directory addon to create a all downloads page with panel 1/3 template.
Activated Download Manager. You can use now without any issue. Thanks.
Looks like there is no error in your shortcode. Also worked fine in my test. Could you please send temporary wp-admin login info in private reply? So, I can take a look in your installation.
Hi,
Add following code in your theme’s style.css file. You won’t lose it after plugin update. If you edit add-on, your changes will be gone after add-on update. Here I added !important
to force the style over the default add-on style.
.w3eden .file-cart-list li em a{color: #f00 !important; }
Hi,
I think you missed part of my answer. Actually, You can add as many files as you want in a single package. And limit should work as you want ( e.g. 5 from 1000 )
The only thing we have to change is counting each file download as separate download. By default Download Manager counts multiple downloads of same package as single download. But it can be changed by minor code update.
Please send temporary wp-admin login info in private reply. I will create a sample package for you.
Thanks.
Please send temporary wp-admin login info in private reply to check the frontend upload issue.
Hi,
Here is the code, as you are using it inside loop, get_the_ID()
should return the package ID.
$download_url = wpdm_download_url( get_the_ID() );
<a class="" href="<?php echo $download_url; ?>">Download</a>
Thanks.
Hi,
I have replied to your mail too. You can continue this discussion there if you want. However, here are the answers in same order as appear in you query.
a) Password Lock and Email Lock are separate locks. You can connect this too. So, if you email lock a package; user will get download link after submitting email address. No password is associated in any step here.
b) Please send login info in private reply or to support email to check the issue with Form Lock.
Thanks.
Sorry for the issue. Please try now.
You have to add following css for each accordion. You can add this code in your theme’s style.css file. Change the id for each accordion. Following code is for the first accordion. For second one the id would be #accordion-groups-2
and change color as you want.
#accordion-groups-1 .panel.panel-info { border-color: #555; }
#accordion-groups-1 .panel.panel-info .panel-heading { background: #555; }
Please send temporary wp-admin login info in private reply. I will add a patch to fix this. This is coming from conflict with your Google Analytics plugin.
Hi,
We have made some changes in WP Pro Membership plugin. The old docs does not match with it. We will update the doc soon. However, please send temporary wp-admin login info in private reply.
I will set everything up for you.
Thanks.
Hi,
Send notification to users when files assigned to them is not an available feature. We do not have any add-on for that.
But we can build it for you as a custom service. Please mail to customize@wpdownloadmanager.com to get a quote from customization team.
Thanks.
No fixed date yet. But new version may be coming within next 2 weeks.
Hi,
You can use the wpdm_email_lock_heading
filter to change the “Subscribe To Download” text. It is coming from AskEmail function in /libs/class.PackageLocks.php file.
Thanks.
Now old download link ( link sent to email ) will expire only if you update the package, because after update new key is generated. However, instant download will work always. I have tested few times ( as logged in user and guest ) and download worked fine.
Please send login info in private reply to check the issue.
Hi,
You can use Link Template with [file_list]
tag. This tag will show list of files in your package. Each file can be downloaded separately from there.
Let me know if you need help in building the custom link template.
Thanks.
Added following css in /wpdm-archive-page/tpls/archive-page-with-sidebar.php
file to change loader position,
.w3eden .wpdm-loading{
background: #777;
color: #fff;
border-radius: 0;
padding: 8px;
position: absolute;
right: 15px;
z-index: 9;
}
Hi,
Sorry about the pre-sale mail. Maybe missed it somehow.
1. Create membership plans using WP Pro Membership addons. Your users can purchase Membership or you can assign membership manually.
2. When creating a package select the membership plans you want this package to be part of.
3. Send notification to only user who has access to the package is not possible yet.
4. User can access all membership files from their download area.
Thanks.