-
AuthorSearch Results
-
Sep 12, 2021 at 11:15 am #161446
In reply to: WPDM Archive Page Problem
HumayonSpectatorHello,
Sorry for the inconvenience.
In our test, it’s working fine. Make sure that you have copied the shortcode with proper quotes by following this method from the below page.
If, still the problem exists then please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
It helps me to quickly figure out the issue and squash it immediately.
With RegardsSep 12, 2021 at 5:07 am #161424In reply to: Can’t Save Setting
HumayonSpectatorHello @dionassydqi,
Hope you are well.
First of all, make sure that you are using the latest version of the WPDM and Premium Packages add-on.
If, still the problem exists then please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
With RegardsSep 10, 2021 at 9:51 am #161344In reply to: Massive problems – help needed
TanvirSpectatorHello @mth72,
Sorry for this inconvenience.
Could you please share the related page/file/package URL with us?
However, it will be very cooperative if you record me reproducing your issue using a tool like this?Make sure that WPDM and all add-ons you are using of WPDM are in the latest version. If you can’t update it directry from WordPress dashboard, Please update from here.
If, still the problem exists then please share your admin login credentials with us in a private reply so that we can debug and give you a better solution about it?Best Regards
Sep 9, 2021 at 3:03 pm #161302In reply to: Download link open in a new window
Nayeem RiddhiModeratorHello @wendell,
Hope you are well. We have introduced a new option from
Download > Settings > Basicfor Open in browser and Open in new window. But now you can also make it for as I described below,by default, you are using
link-template-default.phpfor link template andpage-template-default.phpfor the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files.For opening in new windows, please add this code replacing
[download_link]in page/link templates PHP file as i described below,<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>thank you and regards
Sep 9, 2021 at 5:13 am #161235In reply to: Purchased Add-On Not Working
HumayonSpectatorHi @eizorugged,
Hope you are well. And sorry for the inconvenience.
Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download and install any add-on from the below link.
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank youSep 7, 2021 at 5:48 am #161085In reply to: Error for Spesific Administrator
HumayonSpectatorHello @way-saputraa,
In my inspection, I found that lots of plugin required files are not getting loaded properly due to your server, that’s why the admin panel is breaking.
Please check this.
So, in order to solve the issue.
1. Make sure to increasePHP memory limit, post_max_size and upload_max_filesize. If you don’t know how to do it then contact hosting provider support.
2. Go toDashboard Settings Generalpage and look for the WordPress Address and Site Address option. Make sure both the URL are correct and the same. Once done, click on the “Save Changes” button to save the editing like this
3. Try using the default WordPress.htaccess.
4. There can be a conflict with another plugin, can you please enable/disable other plugins for checking, you may also switch the theme to another for checking.
Please let me know then.
If still, the problem exists then please provide us with your super admin access in a private reply as well as second admin account admin privilege.
Thank YouSep 6, 2021 at 3:22 pm #161056In reply to: Use the API to create packages
TanvirSpectatorHello Cedric,
Did you check this
You need to send request like this:
curl -X POST \ https://yorusite.com/wp-json/wpdm/v1/packages \ -H 'Authorization: Bearer 613efe9acb0d5c2b' \ -H 'Content-Type: application/json' \ -d '{ "title": "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.", "status": "publish", "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" ] }'then you will get json response.
Authentication is done via the API key which you can find in your WPDM REST API settings. Pass the API key as a bearer token in an Authorization header.
Authorization: Bearer {key}Alternatively you can also use Basic Auth over https by sending username, password.
Authorization: Basic {base64("username:password")}In both Authentication procedure what you can do via API depends on the associated user capabilities. Unauthenticated requests will return an HTTP 401 response.
To get a package you have to follow this
You can check the details in the doc.Thanks
Sep 2, 2021 at 6:35 pm #160883In reply to: Issue with Category Restrictions
5H ManagerMemberThis reply has been marked as private.Sep 2, 2021 at 2:29 pm #160861Topic: Download manager view more setting
in forum Download Manager Pro
Wendell LawrenceMemberHi,
We have bulk uploaded documents using your import/export plugin, which links to our server.
We have added the short cods on pages we would like documents to show via categories. Please see example below:[wpdm_category id="annual-reports-2016-2017" operator="IN" title="2016 Annual Reports" desc="Download all 2016 Annual Reports Below" toolbar="1" order_by="date" order="asc or desc" item_per_page="10" template="cwdm_template" cols=1 colspad=1 colsphone=1]
The issue is that we see the “10 downloadable items per page” but there should be an option to view page 1-5 OR a “load more” option which is not showing on the live website. It worked with a different template previously but for some reason it does not display on this site. URL: http://cwdm3.swey.co.za/tenders-submitted-and-closed/
Can this please be fixed ASAP?
Thanks.
Aug 31, 2021 at 3:56 am #160729In reply to: MIME text/plain won’t upload to downloads
HumayonSpectatorHello @dngretsch,
Sorry for the inconvenience.
In our test environment .txt files are getting uploaded properly without any error.
Can you please elaborate a bit more with some screenshots or it will be very cooperative if you record me reproducing your issue using a tool like this?
If possible, please, provide us with your temporary wp-admin login details in a private reply for checking the issue.
Also, share the related page/file/package URL with us?
It helps me to quickly figure out the issue and squash it immediately.
In the mean time, have you tried this setting?
We have a nice doc on adding custom MIME type as well.
With RegardsAug 29, 2021 at 5:28 am #160654
HumayonSpectatorHi @strigga,
Sorry for the inconvenience.
Make sure that you are using the latest version of the plugin and its related add-on. However, if any caching plugin is there then deactivate or reconfigure it properly.
If, still the problem exists then please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
Please open a separate forum topic in the future by describing your issue there properly. So, that we can better track and give you a solution ASAP.
Thank YouAug 27, 2021 at 2:59 pm #160597
TanvirSpectatorHello,
Have you checked the shortcodes of WPdm?
If you check the shortcode pages, you will also able to see the demo there. Maybe you can get that you are looking for.
Also you can check this addon of wpdm:If the issue still persists, please also share more details about your requirements and also provide me related urls of your website.
Thanks
Aug 27, 2021 at 5:09 am #160583In reply to: Link to archive not work
HumayonSpectatorHello @martaop,
Hope you are well. And sorry for the inconvenience. We have released the latest version6.0.6of the WPDM PRO plugin and add-ons. According to the latest update of WPDM PRO, you also need to update the other add-ons as well. Please update them, or you can download them from here.
I hope it will work fine then. The latest version comes with lots of cool features and stability as well.
If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank youAug 27, 2021 at 5:04 am #160582
HumayonSpectatorHello @chanieuniversalnyc-com,
Hope you are well. And sorry for the inconvenience. According to the latest update of WPDM, you also need to update the other add-ons as well. Please update them, or you can download them from here.
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank youAug 27, 2021 at 4:58 am #160581In reply to: Archive download not working
HumayonSpectatorHi @welswebmaster,
Hope you are well.
Can you please let us know which shortcode you are using?
Also, please provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
However, please share the related page/file/package URL with us where the issue exists.
Meantime make sure that you are using the valid shortcode with its parameter from the below link.
Thank YouAug 26, 2021 at 9:11 am #160516In reply to: WPDM – Extended Short-codes not working
HumayonSpectatorHello @tsungyu,
Sorry for the inconvenience.
According to the latest update of WPDM PRO, you also need to update the other add-ons as well. Please update theWPDM Extended Short-codesto the latest version which is right now3.0.1. Hopefully, your problem will be solved.
If, still the problem exists then please share the related page/file/package URL where the problem exists?
Thank YouAug 25, 2021 at 7:57 am #160447In reply to: block users to Copying My Direct Downloads Links
TanvirSpectatorHello @mfirwana,
Hope you are well. Have you tried these options? please let me know

In additton it may need to add some changes for the task. Please also share related url of the packages/pages that you want to hide.
Thank you and regardsAug 24, 2021 at 12:06 pm #160409
HumayonSpectatorHi @nidorn65,
Hope you are well. And sorry for the inconvenience. We have released the latest version6.0.6of the WPDM PRO plugin and add-ons. According to the latest update of WPDM PRO, you also need to update the other add-ons as well. Please update them, or you can download them from here.
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share front-end user login credentials as well.
It helps me to quickly figure out the issue and squash it immediately.
Thank youAug 24, 2021 at 11:13 am #160408In reply to: Private message plugin issues
HumayonSpectatorHello @bbp1963,
Hope you are well.
Make sure that you are using the latest version of the WPDM Pro and Private Message add-on.
If still, the problem exists then will you please share the related page/file/package URL with us?
If possible, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank YouAug 24, 2021 at 10:30 am #160403Topic: Private message plugin issues
in forum Download Manager Pro
Tim GillParticipanthi there
We are seeing the following issues with the message body:
1. An image which has broken URL but called “Card Image Cap” appears inside a div called “card” – not sure what its purpose is, but sometimes this is repeated 6 or more times below the message body. Can this be hidden/removed?
2. The system is adding random links to random words in the message that the user did not add. How can this be suppressed?thanks
Aug 23, 2021 at 7:30 am #160299
ShahjadaKeymasterHi,
It looks likeparse_urlfunction is not working properly in your server, please give me temporary wp-admin login info to check your issue in detail. However, we also added an exception handler there for that next update. So, nothing to worry about :).Aug 23, 2021 at 4:30 am #160282In reply to: Download error url option for subscribers
HumayonSpectatorHi @justonecookbook,
Hope you are well.
Will you please share the related page/file/package URL with us where the issue exists?
If possible, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, make sure that you are using the latest update of WPDM PRO and its related add-ons as well.
Thank YouAug 20, 2021 at 5:24 am #160168
HumayonSpectatorHello @mperia,
Sorry for the inconvenience.
On which email address you have sent the email?
Please, provide us with your temporary wp-admin login details and site URLherein a private reply for checking the issue.
With RegardsAug 19, 2021 at 9:40 pm #160163In reply to: Problem with Search Terms
Alliance for HOPEParticipantThis reply has been marked as private.Aug 18, 2021 at 6:14 am #160003In reply to: Category management form frontend crashes the page
HumayonSpectatorHello @tectic,
Hope you are well. And sorry for the inconvenience. We have released the latest version6.0.6of the WPDM PRO plugin and add-ons. According to the latest update of WPDM PRO, you also need to update the other add-ons as well. Please update them, or you can download them from here.
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Thank you -
AuthorSearch Results
Search Results for 'Add Url'
-
Search Results
-
Hi,
We have bulk uploaded documents using your import/export plugin, which links to our server.
We have added the short cods on pages we would like documents to show via categories. Please see example below:[wpdm_category id="annual-reports-2016-2017" operator="IN" title="2016 Annual Reports" desc="Download all 2016 Annual Reports Below" toolbar="1" order_by="date" order="asc or desc" item_per_page="10" template="cwdm_template" cols=1 colspad=1 colsphone=1]
The issue is that we see the “10 downloadable items per page” but there should be an option to view page 1-5 OR a “load more” option which is not showing on the live website. It worked with a different template previously but for some reason it does not display on this site. URL: http://cwdm3.swey.co.za/tenders-submitted-and-closed/
Can this please be fixed ASAP?
Thanks.
hi there
We are seeing the following issues with the message body:
1. An image which has broken URL but called “Card Image Cap” appears inside a div called “card” – not sure what its purpose is, but sometimes this is repeated 6 or more times below the message body. Can this be hidden/removed?
2. The system is adding random links to random words in the message that the user did not add. How can this be suppressed?thanks