ok, let me know if you need assistance anywhere else ๐ however, you also let me know if you want any new feature with the premium package add-on.
visitors can see the categories, for that you need to add categories in menu or as sidebar widget. If you want that custom way, you need the add-on.
please check if cURL is not active in your server, cURL need to be active. If cURL is already active, please give me temporary wp-admin login info in a private reply to check your issue.
It is working fine in chrome/opera in my side, anyhow I’ll do some extensive test on it.
No approval process there, anyhow user should receive email, please check in spam folder.
that is because fontawesome version conflict, anyhow I’ve adjusted it for next update
@halibutblue, I missed it in v4.2, however v4.2.1 is coming within next few days where we fixed all issues found in v4.2
If you are still using v3.0.0, please update to v3.0.1, we have fixed the issue and released v3.0.1 on Feb 9, 2015. But if you seeing the issue even with v3.0.1, I need to check it in your installation, please give me a temporary wp-admin login info in a private reply.
Volume discount option is not available with Premium Package, but we are releasing an add-on for this within next week.
Don’t worry, I didn’t change anything in code at all.
Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
Sorry, actually the sql should be:
UPDATE i74_postmeta SET meta_value = '54db19471149c' WHERE meta_key = '__wpdm_page_template'
@waldbauer, ok, please give me temporary wp-amdin login info to check
such issue only happens it server conn timeout or reset, but wpdm tries to set time limit to unlimited before start download, but sometimes server doesn’t allow that, however, please give me ftp access to check it in details. direct download from open url doesn’t affect here as there is no php timeout issue for direct url download.
Option is not available yet, however adding with with v4.2.1
sorry, not clear, may you please give me an example url where you seeing 404 error for this. However I certainly will adjust it with next update.
please give me an example URL to check
I see, in that case, to add those files easily, you simply need to set file browser base dir from download manager settings page. Use that full dir path for file browser root.
$wpdb->get_var
need to be called within WordPress scope. you can’t execute that file directly. Additionally that code will only work for wpdm v3, form wpdm v4 need to use following code:
<?php echo $wpdb->get_var("select sum(meta_value) from {$wpdb->prefix}postmeta where meta_key='__wpdm_download_count'"); ?>
You’re welcome ๐
That page showing a js error, but that is not form wpdm:
Thanks, We are adjusting the issue soon, placing custom icon location outside of wpdm directory.
Your theme is behaving strangely, when there is no content/description, it is skipping all filters, however I’ve added some description and everything is showing fine now. http://rediscoveryjt.wpengine.com/download/field-reports/
the classes pointed in screenshots are generating by WordPress, nothing to do from wpdm itself, the theme developer need to add support for wpdm if he is making the page designs post type specific.
Actually you don’t need to move location, may you please tell me why you are trying to change location?