Please send temporary wp-admin login info in private reply to check the issue. We have to look closely to find reason behind this.
Found no such issue. All packages are shown in category page http://www.reseau-vocare.com/downloads/documents-vocare/
Did i miss something?
Maybe you server blocking connection to wpdownloadmanager.com
Please ask your server support to allow connection to wpdownloadmanager.com, it is required to verify license.
Removed link from breadcrumb. Edited file /tpls/archive-page-with-sidebar.php
Just removed the marked code block.
https://www.evernote.com/l/AUe0ASgIMIVKd4cUx0xkUhe16MbHS8OunKMB/image.png
Do you have the latest version 2.8.5 ? If not download latest version from your download area.
Please send login info in private reply if issue exists in latest version.
Hi, Uploaded files are stored in /wp-content/uploads/download-manager-files/
directory.
Sorry about that. Please try again. It should work now.
Hi,
This conflict is related to a developer test function, we will take a look in this issue before next release.
Thanks.
You will get notification in your dashboard about the new version.
Hi,
Preview does not work on files that has a price. However, we are working on a huge update of Premium Package, preview file feature will be added there.
Thanks.
You have to use this code in PHP template file. You can read more about custom template here http://www.wpdownloadmanager.com/doc/template-files/
Hi, It could happen when there are multiple files with same name. From WPDM Settings Basic Upload settings panel set “Rename new file” When File Already Exists. This will rename new files instead of overwriting.
User can save those fields from Edit Profile page in User Dashboard ( http://www.ousialex.eu/user-dashboard/ ) You can use Authorize.net method to accept eCheck payment.
Hi,
Latest version requires PHP >= 5.4
I have installed 5.3 compatible version of Download Manager there.
If you can please update PHP version, ask your server support to help you with this. After updating php version you can use the latest version of Download Manager.
Thanks.
Use following css to change the width of product card. You can add this code at the bottom of theme’s style.css file.
.app-card{width:170px !important;}
Hi, Sorry for the delay. Maybe you have disabled pop-ups in your chrome settings. Worked fine in my test.
Hi, Login info not working. Please check again.
Send login info in private reply..i will add the code. Also i will send you a link to the edited file so you can change the text there.
Yes, it is possible. You can skip email lock for logged in user from WPDM settings ( Basic File Download Panel ).
https://www.evernote.com/l/AUfyTzC2pOtNParypDaIOZZ8mkdNbfnaJF4B/image.png
Undo any edit you have done in Download Manager ( Or just disable and delete current installation, then install a fresh copy )
Add following code in your theme’s functions.php file, edit the translated text as it fits your requirement.
add_filter(‘wpdm_email_lock_heading’, ‘wpdm_modified_email_lock_header’);
function wpdm_modified_email_lock_header(){
return ‘Translated text here’;
}
You can change the mail download button text from package settings. Just change the label.
https://www.evernote.com/l/AUdjndF_lYhL-J_zioYsA3pLk4_Rnq1d-kEB/image.png
[ Preferred Approach ] If you want to change the label of single file download button ( this is when there are multiple files in a package ), there is a filter to change the single file download link. You can use single_file_download_link_label
filter hook to change the “Download” text.
If you want to change it manually then you will find the code at /download-manager/libs/class.FileList.php
. [ You already know this is not suggested approach. ]