Forum Replies Created
Please send temporary wp-admin login info in private reply to check the issue.
Yes, WPDM will link new files automatically.
Do you mean you can’t add new files? Please send temporary wp-admin login info in private reply so I can check the issue.
You can enable the email lock when creating or editing pacakge. Go to Package Settings Metabox Lock Option Tab and check the “Email Lock”.
https://www.evernote.com/l/AUf6XKyqiU1PDK6mEL2eHd6j9j5SZvSIV7QB/image.png
Please send temporary wp-admin login info in private reply if you want me to setup a package for you.
Add the following code ( visit the link to copy the code ) at the bottom active theme’s functions.php file. This code should hide “Upload” and “URL” tab and activate the “Browse” tab.
Please edit the sale-notification template from Templates Email Templates page. You have to add a recipient address there.
https://www.evernote.com/l/AUcrMJCOrttPGppvhFe9eK3cvZFXkO-HryoB/image.png
Tested from Chrome too. However, you can use the embedded form instead of popup as you are facing the issue. You have to use a page template with [download_link_extended] to show the embedded form.
The built-in ” Single Column, Image Top, Extended ” uses the embedded form. Or you can clone the current template and replace [download_link] with [download_link_extended]
Here is a sample shortcode with card template. The template id is link-template-bsthumnail
[wpdm_package id=53 template="link-template-bsthumnail"]
Some link templates in Free version shows the featured image i.e. Card. But to make the exact template like the demo you need Pro version. Using Pro you can build custom templates.
You can use a SEO plugin to add the meta description.
Please re-check your app credentials. Getting the “Client Authentication failed” error on console. Save the sandbox id and secret too.
Download Manager is using your post template single.php which is displaying the first thumbnail. And the second one is coming from WPDM Page Template.
To remove the second image, use a custom page template. Clone the page template you are using from Downloads Templates Page Templates Tab page. Then remove the thumb template tag from your custom template and set this new custom template in Package settings Page template option.
At first, I got the expired link error because your “Private Download Links Usage Limit:” was set to 0 I have increased it to 10.
https://www.evernote.com/l/AUcPLgjhf7dL8723txj2zlf5ZcXPt7uHanAB/image.png
Now downloads are working fine for me. Please test the download and let me know if still having an issue.
https://www.evernote.com/l/AUcFCVe9CHFF-oOJjTSFH7U7wbzVKHLHMV0B/image.png
Could you please check which PHP version is installed in your server? Or send temporary wp-admin login info in private reply. I will check the issue there.
Please check the Downloads Templates page to be certain about the missing templates. However, restoring a backup should restore the custom template considering they existed when the backup was created.
Custom templates are saved in wp_options table under _fm_link_templates and _fm_page_templates name. So, you can check those entries in your backup DB in case don’t want to restore the whole site.
1 ) Add the following CSS in Customize Additional CSS to remove uppercase,
.wpdm-cat-link.btn {
text-transform: none;
}
2 ) Use a custom link template with [icon] tag to show package icon. You can clone the current template and edit on top of it.
3 ) Use [description] tag in your custom link template to show package details.
Please check this tutorial to understand how to create custom templates https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/
Authors can edit/update their own packages only from the frontend. It is possible to allow editing other’s packages but requires the following code customizations,
1 ) Remove the following line from savePackage function in /download-manager/libs/class.Apply.php file,
if($current_user->ID != $p->post_author && !current_user_can('manage_options')) return;
2 ) Remove author parameter from $params array in /download-manager/tpls/list-packages-table.php file.
https://www.evernote.com/l/AUeV9lhNqtJKfbS_qW0elTjC6zBpgjHUkMcB/image.png
Hi,
Please replace line 97 in /download-manager/admin/menus/class.Subscriber.php with the following code,
if( isset( $_GET['lockOption']) && wpdm_query_var('lockOption') != 'email'){
That should fix the issue. Send login info in private reply if you want me to do it for you. We will also add the patch in the next version of the Download Manager.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
How did you create your custom templates? Updating plugin doesn’t delete the custom templates if you used the Template editor. There is no way to recover ( unless you keep periodic backups in your server ) template files after update if you placed those inside plugin folder.