I need hep for the following issue:
The file that is created using Download Manager has a pdf link. Only registered users are allowed to have access to the download.
The page template is such that, under the Abstract, there is Login button. When the user has to download the pdf file, he has to sign in. The login form is shown as Pop-Up. Ones the user is logged in the Login button gets replaced by Download button.
NOW I want to restrict the access the Download to certain countries. For eg. users from Country A, B & G will not have access to download. For this I purchased AIOS and Login/ signup page was listed for NO ACCESS for those countries. Now if the user is accessing the Login from the Menu, the restriction works. But when the user clicks on Login to Download button , the Login popup is not getting restricted.
Sociability and Dominance: Extraversion’s Competing Subdimensions
Please suggest a solution.
Example: https://livingroomconversations.org/download/communicating-with-care/
I am having a hard time getting the image centered(and would prefer for it to not be in a box)
Here is the template codes, currently:
<div align=”center”>
<div class=”row”>
<div class=”card mb-3 p-3 hide_empty [hide_empty:featured_image]”>[featured_image]</div></div>
<div class=”wpdm-button-area mb-3″>
[download_link]
</div>
</div>
<br>
<p> [description]</p>
<div class=”promo-section”>
If you find this guide valuable, please consider making a donation of $5 to help us continue offering free resources.</p>
</div>
<h3>Included in this download:</h3>
[file_list]
<p></p>
<p>Click here to see all topics</p>
</div>
</div>
</div>
Good afternoon,
I would like to remove the attribute from the button to download the tabs on wpdm. I tried searching in the settings but there is nothing about it. How can I do this? I also tried putting this code in function.php:
add_filter(‘wpdm_link_template’, ‘remove_nofollow_from_wpdm_links’, 10, 2);
function remove_nofollow_from_wpdm_links($template, $package){
// Removes “nofollow” from the rel attribute (double or single quotes, with other values)
$template = preg_replace(‘/\bnofollow\b\s*/i’, ‘’, $template); // removes word
// Se rel="" rimane vuoto dopo la rimozione, toglilo
$template = preg_replace(‘/\s*rel=(["\’])\s*\1/i', ‘’, $template);
return $template;
}
But it doesn’t work!!
My button is built like that:
<div class="pdf-wrapper">
<div class="pdf-text">Scheda tecnica</div>
<i class="fas fa-file-pdf pdf-icon"></i>
[download_link]
</div>
Any idea? Thanks!
Hello dear support team,
I am using WPML and WPDM together. Currently, I have the following situation:
We have created thousands of downloads in German with great effort. Now we want to make these available in English as well (and later also in French and Spanish), including an English description. Since these are mostly drawings and CAD files, the files themselves do not need to be translated. Additionally, we use the shortcode of the “file container” on the product pages.
However, when I translate these downloads (via automatic translation, duplication, etc.), the system unfortunately creates a new download container for e.g. “English.” Annoyingly, not only does the shortcode change (meaning we would have to edit all products), but the container also loses the link to the uploaded file and the icon.
This would mean we would have to manually revise all multilingual downloads over several days. Isn’t there a way to retain the same container with its shortcode and linked file, and only translate the description?
We truly hope you can help us. Thank you in advance!
I am currently using the WP Download Manager (WPDM) plugin, version 3.3.19, and I am interested in integrating it with a custom solution via the REST API. However, I am encountering an issue where the API route for retrieving package information is not accessible. When attempting to access the endpoint /wp-json/wpdm/v1/package/{id}, I am receiving a 404 – No route found error.
Could you kindly confirm if the WPDM plugin (version 3.3.19) supports REST API access? If not, could you provide any guidance on how I can retrieve download links and other package details programmatically using available WPDM methods?
Your assistance in resolving this issue would be greatly appreciated. I look forward to your response.
Thank you in advance for your support.
I currently suffer a severe trouble that the downlink is open free to download !
Your plugin has previously installed on our IP server at that time everything is fine , but after we Point the IP to our Domain then download link became free to download. Pls advice me how to fix it , many thanks !
Dear team,
Unfortunately I have been confronted with some scrapers that are trying to systematically download content from my platform despite various security measures. I already have the Download Limit set to 10 daily downloads but scrapers are using IP rotation. I already switched to “send download link to email” but I notice that scrapers can use the same email >10 times.
Is there a way to also limit the same email being used daily? This would help a lot.
Thanks,
Kees
Hi!
I have a bilingual site which I’m using Download Manager on. For the translations, Im using TranslatePress. I was wondering if it was possible to show different files depending on which language the site is being used on? For example, I have a file linked in English, but when the site is in another language, I would like the other file to be shown.
TranslatePress doesn’t create a new page for each language, which I think is why I’m struggling here as I can’t just link a different Download Manager shortcode..
Thanks in advance!