Sorry, may you please show this with an example URL.
You may add the code at the end of your active theme’s functions.php
.
May you please give me ftp access info too in a private reply, I shall do that for you.
Extremely sorry for your inconvenience.
The auto update/install feature may not work properly due to server firewall or proper dir access permission in your server file system, in that case, you need to download latest version from our site deactivate and delete old version install and activate new version.
The feature we just added very recently and we are still improving it.
I’ve updated wpdm v4.5.4 in your installation and everything is working fine now.
I see you are using v4.4, where download links should work fine. However we are releasing new update within in next hour.
We are releasing an update within next few hours, that should resolve the issue.
Sorry for your inconvenience, we have resolved the issue and update is coming within next couple of hours.
Ok now.
Sorry for your trouble, in this update we actually totally recoded the plugin using, but except very few case, it is working for everyone else smoothly. However, please give me temporary wp-admin login info in a private reply, I’ll check and take care of it.
ok now, for some reason, the custom cap access_server_browser
to allow server files access was not created, I’ve create it manually.
Probably you server is blocking this, however, please give me ftp and wp-admin login info in a private reply to check it in details.
This is because your server is blocking the request, please show the following screenshot to server/hosting support, they will adjust it:
https://www.evernote.com/l/AV1sNJ9OtbRLPpgaqeXnOKEvL3MjkA-3-4IB/image.png
Actually it has nothing to do with wpdm. If you read the error message again, even the files where error happening is our side of wpdm. However, as I suggested you, please contact with your server/hosting support.
The .po file I sent if english versin, you need to translate it or update your German .po file to add new strings from plugin.
Template options are in file /metaboxes/package-settings-front.php
you need copy the file from /download-manager/tpls/
to /{active theme dir}/download-manager/
to avoid overwrite on update
For now, you may use following code:
add_action("edit_package_frontend","wpdm_package_updated", 10, 2); function wpdm_package_updated($id, $package){ wp_update_post(array('ID' ► $id, 'post_status' ► 'pending')); //mail(.... if you want to get notification ... ); }
Dir attached files are working fine for me, please give me temporary wp-admin login and ftp info again in a private reply to check it i details.
Don’t worry, we shall adjust the conflict with the next update of the plugin 🙂
Please give me temporary wp-admin login info in a private reply , I’ll try to find a work around.
May you please give me temporary wp-admin login info in a private reply to check your issue. For faster response please post here http://www.wpdownloadmanager.com/support/forum/download-manager-pro/
Please check if you are using old php version, latest update required php v5.3 or upper. However you still can get old version from here https://downloads.wordpress.org/plugin/download-manager.2.8.3.zip
@blakeyman, is it possible to give me temporary wp-admin login info in a private reply to check this.