Forum Replies Created
Hi,
Please contact support@wpdownloadmanager.com for changing auto-renew payment
Thanks.
Hi,
There maybe didn’t clone the WordPress wp-content\plugins\download-manager properly. you may need to copy those manually from the existing server if the files are available.
thanks.
If you want to limit the login member download link for a specific page. it may need an add on assistance, are you using this add on?
https://www.wpdownloadmanager.com/download/wp-pro-membership/, let me know.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Hi,
For now, you can use this option as I image attached,

Hi,
Your provided link is broken, you can provide your link inside the code tag also.
Hi,
First, you say,
when I test upload from the front-end with a user profile, the file doesn’t show anywhere.
then you have said,
it was documents category tree
and your provided link should have
category=”category-slug”
which category is there you have used it will show the related files/packages.
however, when you create a package from the frontend, the allow access option should have All Visitors or other roles for showing in the documents category tree. please let me know if something help you with this information.
Thanks.
I shall try to adjust and update you today. but it may take some time.
Thanks.
Please now check, I have just checked from the Facebook browser, it is working. I have just adjusted the script from Downloads > Settings > User Interface.
Thanks.
Hi,
Can you enable/disable style/scripts from Downloads > Settings > User interface for checking. it may help you. otherwise, Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Hi,
Please update to the latest one, it was giving fatal error while installing. and let me know.
Thanks.
Hi,
Are you talking about
Private Download Link Expiration Period:
it is based on,
Private download links ( package with any lock option active ) will expire after the period starting from it’s generation time
let me know,
Thanks.
This feature is not still available now, but if we add this feature you shall be updated or you shall find it WPDM Change Log or add on update changelog.
Thanks.
-
This reply was modified 5 years, 11 months ago by
Nayeem Riddhi.
Hi,
I think you are talking about locking any packages with a password lock which will be based on price. please clarify your query in more detail.
Thanks.
Hi,
Sorry for the late reply. if you create a package and it is under Pending for Review option from Frontend Access from Settings. It has to be approved first. Then the shortcode you are using, when a new package created from the frontend, it should be set the same as the packages are in the page now. like categories, id, etc. please check and let me know.
Thank.
Hi,
You can put your WPDM Paypal Return URL form Downloads > Premium Package > Payment > Paypal > Return URL. please put the return URL as you assigned on the purchases page. please check and let me know.
Thanks.
Hi @Roham,
You can put your WPDM Paypal Return URL form Downloads > Premium Package > Payment > Paypal > Return URL. please put the return URL as you assigned on the purchases page. please check and let me know.
Thanks.
Hi,
You can also switch to Bootstrap version checking if it works for you, from Bootstrap 4 to Bootstrap 3. it may also help you.
Thanks.
Hi,
Sorry, Premium items can’t be locked, this feature is not till available now.
Thanks.
Ok, I have adjusted it with some CSS, now PayPal Checkout button is showing properly,
I have put this code in your child theme style.css,
.zoid-outlet {height:60px !important;}
.paypal-button-context-iframe { height:60px !important}
#wpdm-paypal-button-container {min-height: 45px !important;}
Thanks.
OK, glad to hear that, your problem has been solved
Hi,
Please adjust the below code from your plugins > wpdm-archive-page > wpdm-archive-page.php in line number 607-608
$order = isset($_GET['order']) ? esc_attr($_GET['order']) : 'title';
$order_by = isset($_GET['order_by']) ? esc_attr($_GET['order_by']) : 'asc';
also, you have to adjust plugins > wpdm-archive-page > tpls> archive-page-extended.php in line number 27-45 for the design appearance,
` <span class=”col-md-6″>
<label for=”order_by”><?php echo __(‘Order By:’,’wpdm-archive-page’); ?></label>
<select name=”order_by” id=”order_by” class=”form-control wpdm-custom-select”>
<option value=”title”><?php echo __(‘Title’,’wpdm-archive-page’); ?></option>
<option value=”date”><?php echo __(‘Publish Date’,’wpdm-archive-page’); ?></option>
<option value=”modified”><?php echo __(‘Last Updated’,’wpdm-archive-page’); ?></option>
<option value=”view_count”><?php echo __(‘View Count’,’wpdm-archive-page’); ?></option>
<option value=”download_count”><?php echo __(‘Download Count’,’wpdm-archive-page’); ?></option>
<option value=”package_size_b”><?php echo __(‘Package Size’,’wpdm-archive-page’); ?></option>
</select>
</span>
<span class=”col-md-6″>
<label for=”order”><?php echo __(‘Order:’,’wpdm-archive-page’); ?></label>
<select name=”order” id=”order” class=”form-control wpdm-custom-select”>
<option value=”ASC”><?php echo __(‘Ascending Order’,’wpdm-archive-page’); ?></option>
<option value=”DESC”><?php echo __(‘Descending Order’,’wpdm-archive-page’); ?></option>
</select>
</span>`
you can also follow this doc for settings the templates,
Thanks.