-
AuthorSearch Results
-
Nov 9, 2021 at 5:07 am #164325
In reply to: Direct download link
Nayeem RiddhiModeratorHello @corigen,
Hope you are well. Yes, I have got your requirements. you can use other link/page templates too from
Downloads > Templatespanel. otherwise, you can use your own custom link/page template creating from Templates menu panel. And use the link/page template related to your packages thereby. for template tags, you can check this doc,https://www.wpdownloadmanager.com/doc/templates/template-tags/
please check
Thank you and regards
Nov 9, 2021 at 3:35 am #164322
HumayonSpectatorThis reply has been marked as private.Nov 8, 2021 at 4:44 pm #164309In reply to: Direct download link
Greg SchoutenParticipantI’m gonna retry to explain it. I don’t want an automatic download. I want to make a button or a textlink wherever I want and link it to a file. At the moment I can link it to a file but then it will go to a screen first that shows the quantities of downloads, number of files, size of the files etc…etc.. I don’t want that. I want to klik on a button or a textlink and the file download to start immediately. Do you understand what I mean?
Nov 8, 2021 at 12:03 pm #164294In reply to: Direct download link
Greg SchoutenParticipantI don’t understand what you are saying Nayeem, both don’t have the solution to my problem. I want to be able to link to a download and instant-download the item. No steps inbetween.
Nov 8, 2021 at 8:59 am #164284In reply to: Search bar widget, show results on new page
Luuk BouwParticipantThis reply has been marked as private.Nov 7, 2021 at 4:36 am #164263In reply to: Strange behavior using CAPTCHA Lock
Nayeem RiddhiModeratorHello @min999,
Hope you are well. And sorry for the inconvenience. For #1, Preventing starting download until download button press, you may comment out, line number
27-30as I have given following code,wp-content\plugins\download-manager\src\Package\views\lock-options\recaptcha-lock.phpif(window.parent == undefined) location.href = res.downloadurl; else window.parent.location.href = res.downloadurl;And for making a backup file, you may follow this doc,
And for #2, Blank dropbox page, can you please elaborate more on your issue, if possible, please share the related URL link
Thank you and regards
Nov 5, 2021 at 4:55 am #164231In reply to: WordPress tags instead of DM tags
Nayeem RiddhiModeratorHello @recwap,
Hope you are well. Can you please elaborate on how you are using WP tags with Download Manager? you share screenshots, related links, or a short video too for your requirements
Thank you and regards
Nov 4, 2021 at 2:28 pm #164219In reply to: Direct Link to File
TanvirSpectatorHello @Taraistara,
Hope you are well.For that you have to use
[download_url]as button url in link template for direct download link.
Example:
<a href="[download_url]" class="btn btn-primary">[link_label]</a>More details:
https://www.wpdownloadmanager.com/doc/templates/template-tags/However if you provide me related package/page/file url where you want this, it will be helpful to me to provide specific solution. You can also share temporary admin access of your website in a private reply to resolve the issue quickly.
Thanks
Nov 4, 2021 at 1:56 pm #164212Topic: Direct Link to File
in forum Download Manager Pro
Tara MacParticipantIs there a way to link directly to a file instead of displaying the package?
I want to add a button that directly downloads a file inside a package without having the user directed to the packages page
Nov 4, 2021 at 9:54 am #164200
HumayonSpectatorThis reply has been marked as private.Nov 4, 2021 at 8:51 am #164195
David Silvestre GimenoParticipantHi,
Sorry for the delay, I was compiling all the changes and seeing if I saw any more.
These are all the changes I have:
/tpls/wpdm-login-form.php in line 60 change the text “Forgot Password?” to “Reset Password?”.
/tpls/userdashboard/profile.php in line 145 change the text “Package Name” to “Document Name” and in line 148 and 160 hide the “IP” column.
/tpls/already-logged-in.php in line 19 hide the text “You are already logged in.” and in line 29 change the text “Download History” to “Publications” and change the link from “
echo get_permalink(get_option('__wpdm_user_dashboard'));” to “https://www.alcazar-im.com/resource-centre/”/tpls/wpdm-dashboard.php in line 42 change the text from “
echo $menu_item['name'];” to “Dashboard”./tpls/lost-password-form.php in line 20 hide the text “Lost Password?”.
Changes that i dont kwon exactly that they made:
/tpls/wpdm-dashboard.php in line 32 i have the coment “Remove ‘Download History’ and put ‘Documents’” but i didn’t see that modification:if($menu_item['name']=="Download History"){ ?> <a class="udb-item <?php echo $udb_page == $page_id?'selected':'';?>" href="https://www.alcazar-im.com/resource-centre/"><i class="far fa-file-alt color-info mr-3"></i><?php _e('Publications', 'wmdpro'); ?></a> <?php } else {Note that the lines I indicate are indicative because I have seen that in many of the changes have been added space above and below to see it better and this varies the line with respect to the original file.
Nov 4, 2021 at 4:02 am #164189
HumayonSpectatorHello @mel123488,
Greetings and welcome.
In that case, you can apply restrictions on that file by following this reference.
More details can be found in the below link.
Hope that answers your query.
Regards
HumayonSpectatorHi,
In that case please use[tags]in the related page/link-template in order to show tags.
More details can be found in the below link.
https://www.wpdownloadmanager.com/doc/templates/template-tags/
RegardsNov 3, 2021 at 8:43 pm #164184
MarcMemberWe had a company name change and when moving Download Pro to the new server everything cam over but the links do not work. When you try to download I get a file not found. Not sure if the link extensions are wrong or what. Do I need to change something on the new server? Any help is appreciated.
Nov 3, 2021 at 1:47 pm #164179In reply to: Cache Zip File and it’s location
Branislav VuinovicMemberThis reply has been marked as private.Nov 3, 2021 at 11:59 am #164175In reply to: Cache Zip File and it’s location
TanvirSpectatorHello,
If you have “cache zip” option enabled, when another user downloads the same package, it serves the zipped file created earlier. But if you have the option disabled, every time a user clicks on the download link, it creates the zip again from the attached files, which is required when you attach dir with a package and upload files to that dir using FTP.By default, Cache files of WPDM are stored in
wp-content/uploads/wpdm-cachedirectory
You can check this options fromAdmin Menu ► Downloads ► Settings ► Privacyto clear cache

I hope it will solve the issue.If still the issue persists, please also provide temporary admin access of your website in a private reply with details about the issue.
Thanks
Nov 2, 2021 at 6:28 am #164111In reply to: Question about Private Message Plugin
HumayonSpectatorHello @infoadvermarketing-com-au,
Greetings for the day!
You can try with other third-party plugins however it might not be compatible/functional as we haven’t tested with other third-party plugin integration yet.However, in order to implement the above-mentioned functionality, you can mail your requirements to our customization team through
customize@wpdownloadmanager.com
or
You may knock to the customized team through the below link as well.Hope that helps.
Best Regards
Nov 2, 2021 at 6:00 am #164110In reply to: WPDM PRO CREATING PROBLEMS IN GOOGLE SEARCH ENGINE
Nayeem RiddhiModeratorHello @ikram_dirujii,
Hope you are well. Are there all page templates you have made in the same format, the page template format also can cause the issue with the download link URL. if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Nov 2, 2021 at 4:39 am #164104In reply to: Direct download link
Nayeem RiddhiModeratorHello @corigen,
Without pressing the download button, we have such an add-on called, https://www.wpdownloadmanager.com/download/lazy-download-add-on/ and pressing immediate download you may check our template tags from here, https://www.wpdownloadmanager.com/doc/templates/template-tags/, you can use template tags in your related page or link templates. and get it to work thereby
Thank you and regards
Nov 2, 2021 at 2:40 am #164097In reply to: Email Entry Access
HumayonSpectatorHello @searchbarmarketing,
Hope you are well and doing great.
We are sorry to say that currently, your requested functionality is not possible.
However, you can request it in the feature request section below.
If you need it urgently, then you can contact our customization team as well by mailing it throughcustomize@wpdownloadmanager.comor through the below link.
RegardsOct 31, 2021 at 7:07 pm #164071
ArunParticipantHi Team,
I don’t know when you guys update it almost 4 months completed I m still waiting for the update. No response from your end. I even send emails to support mail. https://www.wpdownloadmanager.com/support/topic/disable-recurring-payment-for-wp-membership-plan-lifetime-plan-not-working/
I already asked for I don’t want recurring subscription option for my users. I want users to pay for 1 year that’s it and cancel the membership after a year by default.
For onetime subscription plan customer will be paying just one times and their will no cycle period. For One-time subscription Payment
Even lifetime option is also still in recurring option for users while making payment. screenshots – frontend payment user – https://prnt.sc/1xz14vx and backend settings of the plan – https://prnt.sc/1xz0xc4. Credentials are already in the above ticket link if you want to check the backend.
Oct 30, 2021 at 5:07 am #164041In reply to: upload file remote URL
HumayonSpectatorHi,
In order to use the photography demo please download the Attire and its child theme first. Then follow the procedures described in the below link.
https://scripteden.com/download/wordpress-portfolio-photography-theme/
Also, that’s not a tab filter, it’s Download tags.
Also, you can try accordion instead.
Hope it answers your query.
RegardsOct 29, 2021 at 4:27 pm #164033In reply to: Sir Tanvir Please Read this
Ikram DirujiiParticipantRespected Sir thanks for the Code. The Pagination problem is fixed now.
But the toolbar search feature is not like the wpdm all package responsive table Search.
It’s not ajax feature.
If you will add ajax function in this toolbar it would be amazing.Toolbar Example Link is here Sir
https://khandishnetwork.com/2020/06/25/satellite-receiver-dump-flash-files-for-free-download/
Oct 29, 2021 at 12:10 pm #164018In reply to: Use the API to create packages
TanvirSpectatorHello @noomia,
Hope you are well. If you have already created a package. Then you will also be able to upload/attach files for that package. If you have kept just the file name you should keep the files in
wp-content/uploads/download-manager-filesdir too. And for local files, you will not be able to attach files from the local PC drive directly.After applying the previous codes, The JSON response looks like the following example:
{ "id": 6488, "title": "The Alchemist", "slug": "the-alchemist", "description": "The Alchemist follows the journey of an Andalusian shepherd boy named Santiago.", "excerpt": "The Alchemist is a novel by Brazilian author Paulo Coelho.", "author": 1, "status": "publish", "parent": 0, "tags": [ "novel", "paulo-coelho" ], "categories": [ 16 ], "thumbnail": "https://example.com/wp-content/uploads/2019/01/the-alchemist.jpg", "additional_previews": [ "https://example.com/wp-content/uploads/2019/03/the-alchemist-cover.jpg", "https://example.com/wp-content/uploads/2019/03/the-alchemist-map.jpg" ], "version": "3.0.0", "link_label": "Download", "quota": 0, "download_limit_per_user": "100", "view_count": 80, "download_count": 14, "package_size": "811.84 KB", "access": [ "guest", "subscriber", "administrator" ], "user_access": [ "admin" ], "individual_file_download": "1", "cache_zip": "-1", "template": "link-template-calltoaction1", "page_template": "page-template-1col-flat", "files": { "1": "The Alchemist.pdf" }, "fileinfo": { "1": { "title": "The Alchemist", "password": "", "license_price": { "statdard": "", "extended": "", "unlimited": "" }, "price": "" } }, "package_dir": "", "publish_date": "2019-04-01 12:00 am", "expire_date": "2019-08-31 12:00 am", "terms_lock": "1", "terms_title": "Agree to terms", "terms_conditions": "You can't redistribute without prior authorization.", "terms_check_label": "Checkbox Label", "password_lock": "1", "password": "[123][456]", "password_usage_limit": "2", "linkedin_lock": "1", "linkedin_message": "LinkedIn Share Lock message", "linkedin_url": "https://www.wpdownloadmanager.com/", "tweet_lock": "1", "tweet_message": "Custom tweet message", "twitterfollow_lock": "1", "twitter_handle": "Shahriar", "facebooklike_lock": "1", "facebook_like": "", "email_lock": "1", "email_lock_title": "Subscribe To Download", "email_lock_msg": "", "email_lock_idl": "0", "icon": "https://example.com/wp-content/plugins/download-manager/assets/file-type-icons/arrow.png", "base_price": "12.00", "sales_price": "10.00", "sales_price_expire": "2019-08-31 12:00 am", "pay_as_you_want": "0", "license": { "statdard": { "active": "1" }, "extended": { "price": "22", "active": "1" }, "unlimited": { "price": "32", "active": "1" } }, "discount": { "subscriber": "10", "contributor": "20", "author": "30", "editor": "40", "administrator": "50" }, "enable_license": "1", "enable_license_key": "1", "free_downloads": [ "/Applications/XAMPP/wpdm/wp-content/uploads/2019/04/The-Alchemist-free-sample.pdf" ], "meta_input":{ "meta_key" : "Hello" } }Thank you and regards
Oct 29, 2021 at 10:39 am #164011In reply to: Bulk CSV Import Not Working
Webmaster CioindexMemberThanks, Nayeem.
Yes, I have spend the better part of yesterday investigating this issue using Sample.csv as the import file. I have also run tests with files we have successfully used in the past. And many other permutations and combinations.
The latest version 6.0.9 doesn’t work with an existing installation’s database structure. It works on a clean install.
Prior versions all work on the existing installation.
Please send me a link to download version 6.0.8 so I can upgrade to that while you investigate this issue.
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Topic: Direct Link to File
Is there a way to link directly to a file instead of displaying the package?
I want to add a button that directly downloads a file inside a package without having the user directed to the packages page
We had a company name change and when moving Download Pro to the new server everything cam over but the links do not work. When you try to download I get a file not found. Not sure if the link extensions are wrong or what. Do I need to change something on the new server? Any help is appreciated.
Hi Team,
I don’t know when you guys update it almost 4 months completed I m still waiting for the update. No response from your end. I even send emails to support mail. https://www.wpdownloadmanager.com/support/topic/disable-recurring-payment-for-wp-membership-plan-lifetime-plan-not-working/
I already asked for I don’t want recurring subscription option for my users. I want users to pay for 1 year that’s it and cancel the membership after a year by default.
For onetime subscription plan customer will be paying just one times and their will no cycle period. For One-time subscription Payment
Even lifetime option is also still in recurring option for users while making payment. screenshots – frontend payment user – https://prnt.sc/1xz14vx and backend settings of the plan – https://prnt.sc/1xz0xc4. Credentials are already in the above ticket link if you want to check the backend.