-
AuthorSearch Results
-
Mar 3, 2018 at 4:33 pm #70858
In reply to: Pro plugin won't activate
Hasibul Amin HemelBlockedHi,
I have defines the cols in the shortcode. Now, the download count will not appear.
[wpdm_all_packages items_per_page="10" jstable=1 order="DESC" cols="title,file_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]Thanks
Mar 3, 2018 at 11:50 am #70853In reply to: Pro plugin won't activate
Mark ShipleyParticipantThanks for the reply. Update php to 5.6 on the dev site and seems to have sorted activation issue. Main reason we’ve purchased pro is the customer doesn’t want the number of downloads showing on the download page: http://jenxdev.com/files/
Made a copy of the default link template, removed the [download_count] downloads bit, pointed the package to this link template but it’s still showing. How can I remove that and the number of files?
Mar 3, 2018 at 6:45 am #70838In reply to: Define Email for Sending Link To Subscribers
ShahriarModeratorHi,
Are you using email lock to send the download link?
In that case, You can edit the template
Email Lock Notificationfrom Downloads Templates Email Templates page.Thanks.
Mar 2, 2018 at 7:39 pm #70812Topic: Define Email for Sending Link To Subscribers
in forum Download Manager Pro
Simon NewtonMemberHow do you edit the email address used when sending out a download link for a package and how to prevent the download package from opening unless the subscriber has used the link that was emailed
Mar 2, 2018 at 8:35 am #70792In reply to: Download Button Text
Hasibul Amin HemelBlockedHi,
You need to change the link name from package settings to
download all. Then it will show on the package. If you many packages then you can try default values addon to bulk change the link name for all packages.Thanks
Mar 1, 2018 at 5:20 pm #70758In reply to: Download link not working
Scott KolbeMemberThis reply has been marked as private.Mar 1, 2018 at 7:53 am #70739In reply to: Download link not working
Scott KolbeMemberThis reply has been marked as private.Mar 1, 2018 at 6:31 am #70732In reply to: Download link not working
Hasibul Amin HemelBlockedHi,
You can select different link/page template for a different package from package setting. Or you can add template id with the shortcode where you are using the package, then the package settings link/page template get overridden. You can try Advanced TinyMCE button for easily insert the shortcode.
Thanks
Feb 28, 2018 at 8:19 pm #70698In reply to: Download link not working
Scott KolbeMemberThis reply has been marked as private.Feb 28, 2018 at 7:57 pm #70695In reply to: Download link not working
Scott KolbeMemberThis reply has been marked as private.Feb 28, 2018 at 7:42 pm #70691In reply to: Error with pdf download
Hasibul Amin HemelBlockedHi @scottkolbe,
Please create a new thread and post temporary login credential in private reply to check. Or try using direct download URL in the template
<a class="wpdm-download-link" href="[download_url]">Download</a>to see if the download works.Thanks
Feb 28, 2018 at 7:33 pm #70690In reply to: Error with pdf download
Scott KolbeMemberThis reply has been marked as private.Feb 28, 2018 at 6:51 pm #70680In reply to: CSS Change Template
ShahriarModerator1 ) Not possible to link to your post category archive
2 ) Select
AuthorforAutorThose are core WP roles, you shouldn’t delete those.3 ) You can edit the
Download Limit Exceededtext from/wp-content/plugins/wpdm-daily-download/wpdm-daily-download.phpfile ( line 180 ).4 ) Building custom template is out of support scope. We can provide custom upgrade service in such cases.
5 ) You need User Review add-on to add rating feature.
6 ) To put ads between downloads, Requires code customization. Have to modify theme archive template for that.
Feb 28, 2018 at 6:27 pm #70678In reply to: Show text for certain categories only
ShahriarModeratorsingle-wpdmpro.php is different then WPDM page/link templates. WPDM page/link templates contains WPDM template tags. single-wpdmpro.php should only contain PHP code.
If you have a working solution by editing default WPDM page template then you can just place this modified copy in
/active-theme/download-manager/page-templates/dir ( this is the correct way of adding new page template without cloning builtin templates )Feb 28, 2018 at 6:05 pm #70670In reply to: Google Drive can not get direct Link with Large File
Hasibul Amin HemelBlockedHi,
Sorry, Google API does not provide the direct link to download a large file without virus scan. This is a security feature of google so you do not inveterately become responsible for infecting another computer.
Thanks
Feb 27, 2018 at 9:27 pm #70605In reply to: file-not-found.txt
Hasibul Amin HemelBlockedHi,
I have created test package which is working fine. https://h2020robox.eu/download/test/
You may re-export the downloads post type from Tools Export and then upload it in Tool Import in new domain site.
Or there might be subdomain link still exist in the database. So you may try the search and replace plugin to find out the link with subdomain and replace with the main domain.
Thanks
Feb 27, 2018 at 8:11 pm #70593In reply to: No download link sent
The DotsMemberDear Hasibul, thank you for replying. Strangely the pop-up’s are visible now, but an email is not sent, I checked several times. So I select to instandly download the file instead. If you are able to solve this email problem I would be grateful.
http://www.dutchdesignpressdesk.nl/edward-van-vliet-bn-m18/ (this is one example, but we use many download links like this)
Thank you, David
Feb 27, 2018 at 2:16 pm #70556In reply to: CSS Change Template
Michael K.ParticipantThis reply has been marked as private.Feb 27, 2018 at 11:27 am #70542Topic: WPDM Downloadlink-Button does not reload page
in forum Download Manager Pro
lmobileMemberDear support
we use at several pages the Downloadlink-Button. As example there: https://www.l-mobile.com/referenz/ms-schramberg-gmbh-und-co-kg/ Iy Button is used, it should refresh the page new. But if Button is used Download starts and page is going to be refreshed, but ends within the loading icon and freeze. Page is not reloaded. You can test on several pages here also https://www.l-mobile.com/referenzen/
Downloadbutton within archiv pages in our downloadcenter works https://www.l-mobile.com/interaktiv/downloadcenter/ without issues. What could be the root of this behaviour.
First time it is loading, if you hit Button a second time, site is not reloading.
Best Regards Marc
Feb 27, 2018 at 10:12 am #70539In reply to: CSS Change Template
ShahriarModerator1 ) Save only the image URL in the custom field. Then use this URL in your custom template to show the image via the img tag.
2 ) Sory, Not sure what you meant. If you want you can activate the download archive ( from the option in your screenshot 1 ).
Yes, you can show only the category. Add following code in your theme’s functions.php to add a custom template tag for categories with no link,function wpdm_comma_separated_tax_terms($post_id){ $args = array('orderby' ► 'name', 'order' ► 'ASC', 'fields' ► 'all'); $terms = wp_get_post_terms( $post_id, 'wpdmcategory', $args ); $terms_array = array(); foreach ($terms as $term): $terms_array[] = $term->name; endforeach; return implode(', ', $terms_array); } function wpdm_custom_tags($vars){ $vars['categories_nolink'] = wpdm_comma_separated_tax_terms($vars['ID']); return $vars; } add_filter( 'wdm_before_fetch_template', 'wpdm_custom_tags', 10, 1 );3 ) If you use the custom categories tag then there will be no link to category archive.
4 ) Great
5 ) Multiple downloads of the same file in single session is counted as one. The limit will apply only when the user tries to download another file.
6 ) Select ‘Subscriber’ in package settings to allow Abonnent
https://www.evernote.com/l/AUdCkW2j-_dGv7sYlVYXE_zobM6kUFQnXVcB/image.png
7 ) You can modify the message from
/wpdm-daily-download/wpdm-daily-download.phpfile. There is no filter yet to modfiy it from outside.Feb 27, 2018 at 8:36 am #70531In reply to: Conditional Link in Template
ShahriarModeratorWhen a field is empty you can hide that by adding a class in the template code. example: adding this [hide_empty:version] class in the wrapping element/div of version will hide the element if the version is empty. Please check the “Single Column, Flat ” page template code for reference.
Or you can just all of you files ( the main download and other supporting files like EULA, old versions etc ) in the same package. Pro version has the support for multiple files in the single package. Then you can use
[file_list]template tag to show all files with individual download links.Here is the demo of multi-file package https://demo.wpdownloadmanager.com/wpdmpro/download/multi-file-package/
Feb 26, 2018 at 8:44 pm #70492In reply to: Show text for certain categories only
MichaelParticipantI’m not sure what’s wrong with my install, but the only way I can do this is to edit the template files directly.
I altered the page-default template (making a backup of the original first). Got the functionality I wanted, but when I follow the instructions in your link, doesn’t seem to work if I create a single-wpdmpro.php file in a subfolder of my theme called download-manager? Should it be in a sub folder of the download-manager folder?
Feb 26, 2018 at 7:16 pm #70474In reply to: CSS Change Template
Michael K.ParticipantThis reply has been marked as private.Feb 26, 2018 at 5:11 pm #70466In reply to: How to set up Email Lock
ShahriarModeratorHi,
You have to add the
[download_link]template tag in your custom link template. Because this tag is used to replace the download link with lock feature.Best regards.
Feb 26, 2018 at 4:58 pm #70465In reply to: CSS Change Template
ShahriarModerator– Category archive page URLs look like
https://www.site.com/downloads/package-category/Heredownloadsis category URL base. I meant before you can change this URL base if you want from Dashboard Settings Basic URL Structure Panel.-You can set login required or permission denied message ( when the user can’t access the package ) from settings. But your link/page template should have
[download_link]tag for that.https://www.evernote.com/l/AUdDu_AO60dA8K3RJab03IANkt0XK3o5e0UB/image.png
– You need Download Limit add-on to apply download limit based on user role
– Just update the package where you see the empty author. That should hide the author when it is empty.
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
How do you edit the email address used when sending out a download link for a package and how to prevent the download package from opening unless the subscriber has used the link that was emailed
Dear support
we use at several pages the Downloadlink-Button. As example there: https://www.l-mobile.com/referenz/ms-schramberg-gmbh-und-co-kg/ Iy Button is used, it should refresh the page new. But if Button is used Download starts and page is going to be refreshed, but ends within the loading icon and freeze. Page is not reloaded. You can test on several pages here also https://www.l-mobile.com/referenzen/
Downloadbutton within archiv pages in our downloadcenter works https://www.l-mobile.com/interaktiv/downloadcenter/ without issues. What could be the root of this behaviour.
First time it is loading, if you hit Button a second time, site is not reloading.
Best Regards Marc