Forum Replies Created
The key was linked to an IP address. I have unlocked it from there. Please try again, it should work this time.
Working on it. Could you please delete the plugin from network admin? I want to try a fresh installation. The network admin is too slow from my side.
Please send temporary wp-admin login in private reply. I have to check your installation.
Both login page will work. The solution above just stops the redirect to WPDM login page. Please try that.
Hi,
Our File Cart add-on does exactly what you are looking for. Please check the details here https://www.wpdownloadmanager.com/download/wpdm-file-cart/
Thanks.
Please set ‘None Selected’ in Downloads Settings Frontend Front-end Settings Login Page option. That should fix the issue.
Sorry, Could you please explain little more. What do you mean by ‘lost the link’? And which subscription are your referring to?
Please re-activate the temporary login. It is not working.
Please check my reply above. It’s on the second page of the ticket.
Please try now. License key should work this time.
Please set None Selected in Downloads Settings Frontend Front-end Settings Login Page option to disable the login redirect.
Sorry for the delayed reply. Facebook Share Lock is working now. It was a compatibility issue with the latest version of Download Manager Pro.
1 ) You can use the Add Custom Field option from the dropdown to map data with any custom field.
2 ) How many rows were in your CSV file? If CSV file is too big it might take some time to complete the import process.
If you are facing the same issue please add the following code in line no 157 in /download-manager/wpdm-start-download.php file,
$filepath = str_replace('\\','/', $filepath );
The release date is not final yet.
Please use the template editor from Downloads Templates page to create a custom template. Those will be visible in template selection drop-down.
Using [download_link] template tag in your custom template you can directly download/open a file without visiting the details page. There are lots of built-in link templates which already has this feature. These built-in templates link the title to the details page and there is another link with Download text to directly download/open the file.
If you want you can remove the details page link from the title.
1 ) Download works fine here https://integrations.cathexisvideo.com/manuals/ If you are facing any issue it is your browser cache, as I said before. I tested it again and download worked fine. Please check this screenshot,
https://www.evernote.com/l/AUfCd0NPA-BMnILxxCvSv_hljnLPWpPtiwMB/image.png
2 ) I see you are using a custom link template here ( https://downloads.cathexisvideo.com/software/official-releases/cathexisvision-2018/ ) Your download button here has some extra classes which are triggering facybox script. Please check my last reply in this thread https://www.wpdownloadmanager.com/support/topic/file_list-shortcode-duplicating/page/2/
That should solve the issue.
Please check now. I have added a patch to fix the naming issue in single file download. Will add this patch in next release of the plugin too.
If you see the following text in the error,
You have not filled out your merchant profile. Please enter your information.
That means, Coinbase has not yet approved your Merchant account. Please contact Coinbase support to approve it.
It was an issue with your email template. I just saved the Email Template from Downloads Settings Templates Email Template tab. Now, email lock feature is fully functional.
Hi,
You are right about the IP address and guest cart relation. Currently, We track guest cart based on IP. But I see your point about multiple users on the same IP.
We will implement a different approach to handle this case so multiple users on the same IP can have a unique cart. If it is possible we will ship it in next release of Premium Package.
Thanks.
That’s how it is working now. Please check this package https://bec-gmbh.de/download/magnetische-eigenschaften-des-werkstoffes-rs-28-180
If the user is not logged in, a custom message ( you can set it from WPDM Settings Messages Login Required Message ) will be shown there instead of the download button. When the user logs the download button will be visible.
To allow download access only to logged user, you have to set user roles in package settings when creating the package.
https://www.evernote.com/l/AUfs_jK0pxFPD6Sq2Fc5WSj1POF09yeQQzMB/image.png
Please add the following code after line no 250,
$data['download_url'] = wpdm_download_url($data['ID']); $download_link = 'Download';
In WPDM settings you have to check the Open file in the browser option. I have used plain text Download instead of a button. You can replace it with a button if you want.
Maybe the builder is disabled for wpdmpro custom post type. Please check the builder settings to be sure.