Forum Replies Created
I see order status is already completed, probably the there was a delay because of paypal IPN
Sorry for the confusion, there was an issue, please update the webhook add-on. Now you can receive passed data using following code:
$data = json_decode($_REQUEST['data']); // $data object will have everything password by wpdm hook action print_r($data); // print all data, you can check
Sometimes it depends on server, however try using [audio_player] tag in page template
You need to edit following file:
/wp-content/plugins/wpdm-email-notification/tab-content.php
did you move /uploads/download-manager-files/ dir.
Fixed and updated, please download wpdm pro again and update your copy.
Many other wpdm pro user using avada and for no one we saw any such issue, didn’t modified the theme.
From edit package window, I see no files are attached with any package.
don’t worry I’ll add it as short-code parameter with next update
please open index.php and remove line #284 wp_enqueue_style('bootstrap-membership', WPPM_USER_SUBSCRIPTION_URL . '/css/bootstrap.min.css');, however releasing fixed update within tomorrow.
for that you need to change code in wpdm-my-download.php, the page using datatable.js, you need to add additional parameter "iDisplayLength": 100; after line 163
it is not broken actually, bread crumb doesn’t work in the logic you explained above, default, it shows “Home tag / category post”, so your custom ‘wpdm-all-packages’ page is not actually part of site breadcrumb, but if you want that with breadcrumb, you need to customize the breadcrumb code. But you may try enabling archive page from download manager settings and user the ‘wpdm-all-packages’ page slug for archive page.
About the url path, actually your logic not right, the package url format is “[site-url]/[package-url-base-slug]/[package-slug]”, so there is no way to put “[category-url-base-slug]”, for custom post type wordpress doesn’t work in that ways.
using Google doc preview tool there. Google doc preview supports docx, but if you are using any lock option preview will fail.
not sure exactly, may you please ask to WPML
if you don’t want to keep the file in download-anager-files dir, please use full path of file in your csv file.
1) you will get all package data within $_REQUEST['package'] variable in your URL
2) the hook doens’t sent IP address, however we will extend it in future.
Got it, the issue is with your theme. Try changing another theme or reinstall fresh copy of current theme.
From Admin Menu Settings , change admin email address
SQL: select uid,count(*) as totalDownloads from wp_ahm_download_stats group by uid