That will require code customization.
We are checking the issue, it will be adjusted with the next update.
Yes, you can change the placement from edit package window:
I’ve tested and watermark seems to be working fine for me:
Please try now.
May you please give me temporary wp-admin login info in a private reply, I shall update and set it up there for you.
Hi,
For user specific package access ( used by wpdm advanced access control add-on ), the post meta ( wp_postmeta ) name is __wpdm_user_access
, stored data is array of user mames ( user_login ) in serialized format, ex: a:2:{i:0;s:5:"TESTE";i:1;s:8:"TESTE123";}
Hi,
We shall add a default sorting order for the category page from the next update, but in that case, you will have the use the following options:
Hi,
wpdmpp-2co.zip
is available now with the pack.
Please update to v1.1.1
Please give me your order ID in a private reply..
User can do that from dashboard, for that, use shortcode [wpdm_user_dashboard]
BTW, please update to v1.1.1
Hi,
No worry, I’ve disabled your current subscriptions, from next cycle, you can use Stripe to pay with card.
As I checked now, download is working fine. For about the link sent to email, you set the expiration time 3 mins only.
After 3 mins they are going to expire.
I’ve activated auto-clean cache option to keep the session table clean. So, the issue should be resolved now.
Also, Your can configure a cron job from your hosting control panel using the url in privacy page for reliable cron execution.
please give me temporary wp-admin login info in a private reply to check your issue.
Looks like you tried multiple times, however, duplicate charge has been refunded now.
Hi,
Got it now, in that case, you can’t use the shortcode, instead you need to use shortcode https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/
Also, you need to use a link template with [file_list]
tag.
Finally, you will need another add-on for selective file download:
Hi,
You may also use like [wpdm_all_packages login=1]
, it will show login form when user is not logged in.
I’ve tested on your site, it is working fine for me:
Hi,
I’ve added the following css in your customizer to make the button vertically centered:
.link-template-default.card .wpdm-download-link.btn.btn-primary { margin-top: 7px; margin-right: 5px; }