Hi,
I will pass the details. Dev team will look into this issue before the next update.
Thanks
Hi,
Is it happening in the test mode payments or live transactions? Can you site login in private to check?
Thanks
Hi,
If there any error log available please share here in private.
Thanks
For this kind of custom request please send your details to customize@wpdownloadmanager.com
Thanks
Hi,
Direct download is working. Also, the file size is showing using package_size
.
Thanks
Hi,
This is a plugin. So you have to upload the zip file like the plugin from Dashboard Plugins Add new. Then, activate the plugin, it will show on the Downloads Settings.
Thanks
Did you have the problem before upgrading the WordPress core? seems like Our latest version is compatible with the latest version of WordPress. Then you should update your version to latest version as you updated the core WordPress.
You can post it in private reply in this thread. only admin can see the private posts.
Seems like the post navigation coming from the theme feature? can you send the login to check?
Thanks
Hi,
Do you want the demo design of the theme in your website? Please send login in private to check.
Thanks
Hi, Yes you can do that with this addon.
Thanks
Hi,
WordPress Digital Store Solution – Premium Package add-on adds pricing and licensing option with WordPress Download Manager Plugin. WordPress Digital Store Solution – Premium Package add-on helps you to setup prices for your digital products and sell it easily from your WordPress site. So, if you want to build a library and sell single books you can do this with this plugin.
Elase if you want to have membership in the library you can use the membership plugin.
If you want to make a public library then you can also do that with WordPress download manager pro easily. You just need to create package for books which user can read and download from the website.
Thanks
You can modify existing code.
$pack = array(); $pack['ID'] = get_the_ID(); $pack = wpdm_setup_package_data($pack); $audio_player = \WPDM\libs\FileList::Table($pack);
and echo $audio_player
this will generate the audio player with existing files, you can use this with the data table. Which comes from the Table
function from plugins\download-manager\libs\class.FileList.php
file.
Thanks
What is your download manager version? There was a bug which is updated in latest version.
For now you can add error_reporting(0); in download-manager.php file to hide these notices.
If that not works.
Then, You also add ini_set(‘display_errors’,0); under error_reporting(0); line.
If the problem still there send login in private to check.
Thanks
Hi, please ask custom request by sending details to support@wpdownloadmanager.com
Thanks
Hi Marc,
Seems like you are using the directory addon to show downloads on that page. You are using archive page templates which comes from directory addon plugin wpdm-archive-page.
Your second link is not the category page but the downloads archive page. It shows all downloads. The page template ( blog style ) is coming from your theme.
The archive page uses your theme’s archive template to show posts. Download Manager can modify them partially by inserting link template. But to control the view 100% ( to make it look like the first link ) you have to create a custom archive template for download manager posts. For the downloads archive the template file name is archive-wpdmpro.php
and for category archive, the template is taxonomy-wpdmcategory.php
Thanks
Hi,
Package locks have the OR relation, so unlocking one gives you access to the package. So it not possible to show it as single files while lock is active. However, you can set a password for single files without using lock options to achieve that.
And you create and modify the templates files from Downloads Templates. You can use link template with shortcodes and page template will work on single download package pages.
Thanks
Hi,
Really sorry to hear that. If the license is perfect there should be no issue. But sometime conflict happens. We will look into this issue to make it bug-free.
Thanks
Maybe after changing your domain, you forget to change the site email address. Please change the email address from Dashboard Settings general email address . If after the change, still the old email showing then change the existing saved email from templates files. Go to Downloads Templates Email Templates and click on edit to modify any email template, where you can modify the From email field there.
Thanks
Hi,
You can try giving hide everything
from the Downloads settings access settings When the user is not allowed to download , if the permalink of next/previous of download manager posts still showing which are password protected. let me know.
Or, If your theme generating the next/previous post or any plugin like WP Post Navigation
generating this than there nothing we can do to hide, as it queries everything.
Thanks
Hi,
There must be a user that a post has to assigned to. So it is not a good idea and possible for creating a package without any user role.
Thanks
Hi,
You can use the default values addon to bulk Update package settings. Please check details here https://www.wpdownloadmanager.com/download/wpdm-default-values/
But there no option to change require membership at once. Maybe it needs a script or we can think to implement this in future.
Thanks
Hi,
Can you send login details in private?
Thanks
Hi,
You can modify the signup page from plugins\wppromembership\pages\signup.php
and add the TOS page link there.
Thanks