You can password protect these package using Password Lock.
Or
Create a page template without download link and assign it to all packages.
You need to select upload page in WPDM Settings Front Page. It was empty, after updating the option it is working now.
Menu breaks because you have used many items there, i have decreased padding between menu items. It should be okay now.
https://www.evernote.com/l/AUfZzqVNmH1D_Lw_67nRPBZUAOvmBbpsODIB/image.png
Hi,
Can’t check plugin files. Provided user doesn’t have permission. However, try removing marked line from /download-manager/wpdm-functions.php
file, That should solve the issue,
https://www.evernote.com/l/AUc9Qfqb2cxC84A9xhw0G6YJhT74GH_AvVoB/image.png
If you can’t do it, allow plugin editor access to temporary user.
Thanks.
Hi, Add download_link=1
parameter in your shortcode to initiate download on click. Thanks.
add_filter('wdm_before_fetch_template','my_fetch_template',10,1);
function my_fetch_template($vars){
$your_terms = 'Assign your terms in this variable';
$vars['versicherer'] = $your_terms;
return $vars;
}
Please send temporary wp-admin login info in private reply. I have to check it there.
If you want to show latest packages at the top of your page use following shortcode,
[wpdm_packages template="link-template-panel" order_by="date" order="desc" paging="0" items_per_page="5" cols=1 colsphone=1 colspad=1 title="New Packages" desc=""]
Change the items_per_page
value as your requirement.
To get more advanced archive system you can check out Directory addon.
TheNext has different kind templates than AppMarket. So, you can’t make it look like AppMarket.
Hi,
Looks like there is some kind redirect applied to requested url. Please send temporary wp-admin login info in private reply. I have to check it there.
Thanks.
You need WPDM Newsletter addon to add this feature.
That means you Ninja login didn’t work. If login was successful WPDM won’t show login form to a logged in user. So, you should make sure Ninja form login working.
Hi,
Your theme has it’s own Bootstrap JS which conflicting with WPDM’s Bootstrap. Disable WDPM scripts from WPDM Settings Basic Misc Settings Panel. That should fix this this issue.
Thanks.
Hi,
Sorry for delayed reply. Somehow missed your post.
WP Pro Membership does not support stripe yet. We will add stripe support on next update of WP Pro Membership. Update will be released within next week.
Thanks.
Hi Greg,
Your customization specification was all about building a package table with sidebar filter for site and document type. When we delivered it, you asked for category filter in sidebar, which was not part of specifications. But anyway, we did it too.
Now in your last query, you wrote multisite package shortcode ( for a package from another site ) not working, which was never part of customization.
And now i added this part too, a test page ( This package is from Baltic Sea ) for package from another site. You can use following shortcode to show a singe package from another site,
[wpdmms_package id=464 template="link-template-panel.php" site_id=8]
Shortcode parameters are self explaining. Please test it yourself to get clear idea how it works.
Before starting the customization we made deal about how payment should be made. But we still didn’t get the remaining payment. We hope you will clear the payment as soon as possible.
Thanks.
Hi,
I see you license is okay. Please send me an screenshot of the prompt if you see it next time. Also check license key in WPDM settings and make sure it is not empty.
Thanks.
Got the mail. Will reply you there after testing translation file. Thanks.
Do you have latest version of WPDM? This issue was fixed in a previous version.
Check /download-manager/wpdm-hooks.php
file and remove following line is it is not commented,
add_filter("wpdm_render_custom_form_fields", 'wpdm_render_custom_data', 10, 2);
Did you follow steps listed here http://www.wpdownloadmanager.com/download/google-drive-explorer/ to setup google drive.
Maybe you didn’t activate Drive API’ and ‘Google Picker API’ ( step 3: Check this step again)
Unlocked your license key.
Hi,
Yes, it is possible. You can use the code as password and set password usage limit in package settings.
But only limitation here is you can use one password per package only ( multiple password available if you have multiple files in a package, you can set unique pass for each of the file).
Thanks.
This warning is shown when you have a package that has no file attached to it. However, Updated version of Extended Shortcode addon available. This issue has been fixed there.
Hi,
This feature is not available in frontend yet. But we have plan to extend it in future release of WPDM.
Thanks.