-
AuthorSearch Results
-
Aug 19, 2021 at 9:22 am #160105
Topic: Download Link not working
in forum Download Manager Pro
Abhishek ShuklaParticipantHello,
Download manager plugin download link is not working.
My plugin version is 6.0.6.Aug 19, 2021 at 7:56 am #160099In reply to: Design Customization
HumayonSpectatorHello @ashishk,
Yes, you have to create a custom template and then use[download_link_extended]template tags which will show the form-lock form as static, not as a popup.
You will find more details about the template tag in the blow link.
https://www.wpdownloadmanager.com/doc/templates/template-tags/
However, about the WPDM Pro version issue please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Thank YouAug 19, 2021 at 6:51 am #160094In reply to: File not found Go to shop
ShahjadaKeymasterIt looks like, WPDM download link is working fine. But, not sure, how WC is handling it. It stopped worked probably due to any changes in WP updates.
Aug 19, 2021 at 6:38 am #160089In reply to: File not found Go to shop
Adam FletcherParticipantThis reply has been marked as private.Aug 19, 2021 at 6:23 am #160087In reply to: File not found Go to shop
ShahjadaKeymasterHi,
WPDM download links are working fine on your site, but not sure how you integrated them with wc. Please give me your wc product link where you added wpdm link to check the issue in detail.Aug 19, 2021 at 4:29 am #160080In reply to: Design Customization
HumayonSpectatorHello @ashishk,
Hope you are well.
First of all, you have to customize the individual pages with the theme settings/page builder.
After that create the form in the WP Forms or Gravity Forms. And, then it will be possible to integrate with the Form Lock add-on.
You will find the implementation procedure in the below link.Form Lock – Ask users to fill a form to get access to download
Hope you understand now.
Thank YouAug 18, 2021 at 11:45 am #160038
Kelli BoultbeeParticipantThis reply has been marked as private.Aug 18, 2021 at 10:41 am #160031
Kelli BoultbeeParticipantThis reply has been marked as private.Aug 18, 2021 at 8:55 am #160027In reply to: Download searching tag
TanvirSpectatorHello,
We are sorry to say that there is no option to set search by tags in WPDM directory addon.
However you can use this shortcode to show all tags:
[wpdm_tags btnstyle="link" icon="tag" showcount=1 cols=3]More details here about all the shortcodes:
Thanks
Aug 18, 2021 at 8:42 am #160026In reply to: Email Lock Submit Button Not Working
HumayonSpectatorHello @chesayscheryl,
I see email lock and download is working fine. Please check this screencast.
Also, please check now categories are fetching properly, as the shortcode was not correct. However, please keep the parameter valueitems_per_page="15". But, if you want to set more value on that parameter then you have to increase your server memory limit or the page might not save/ will crash.
Shortcode details can be found in the below link.
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
Thank YouAug 18, 2021 at 8:08 am #160019
WPDM userParticipantThis reply has been marked as private.Aug 17, 2021 at 10:55 pm #159990In reply to: Problem after installing update
Emily GriffinParticipant@Humayon … please help me with the following tickets:
https://www.wpdownloadmanager.com/support/topic/urgent-urgent-urgent-urgent-some-downloads-arent-showing-up/ (most important)Nayeem is currently working on it and isn’t doing a good job.
Aug 17, 2021 at 7:10 am #159937
Q3D ITMemberThis reply has been marked as private.Aug 17, 2021 at 6:28 am #159927In reply to: Problem after installing update
HumayonSpectatorHi @fscedfu,
Please update your WPDM Pro to the latest version6.0.6first and then use the updated shortcode mentioned in the below link. As you can see template parameter should be link-template ID and make sure it exists underDownloads ► Templates.
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
Please check this and it’s working fine.
Thank youAug 16, 2021 at 3:28 pm #159887In reply to: Open files in a new tab
ShahjadaKeymasterLOL, you meant tree view shortcode, we already documented it on https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/. Simply adding
newwin=1with shortcode shall open the link in a new window/tab.Aug 16, 2021 at 3:11 pm #159884In reply to: Open files in a new tab
ShahjadaKeymasterPlease give me an URL where the download link opens on the same tab for you. In my test ( https://flowersoapscoil.ipage.com/aitech/test/?search=p ), it is opening in a new tab.
Aug 16, 2021 at 7:09 am #159852In reply to: Default image size – Link templates
Guy MoxeyParticipantAug 16, 2021 at 4:33 am #159841In reply to: Displaying all downloads on single page
HumayonSpectatorHello @jennafurless,
I am sorry to say that you can’t make the entire table display due to your current theme layout. If you want to change the theme in the future then you can use our “Attire” theme instead which is optimized and works well with the WPDM.
https://wpattire.com/
Or, you can remove a column by using the below shortcode which should look like this.
[wpdm_all_packages items_per_page="20" categories="interventions,tools,promotion,socials" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]
Yes, you need to list all of the categories in the “slug” area.
However, in order to remove the “[free_download_btn]” code for the premium page template, please activate the
Premium Packages - Sell Digital Products Securelyplugin first and then remove this free download file.
Hopefully, your problem will be solved.
Thank youAug 15, 2021 at 8:03 am #159812In reply to: Broken Feature Image
HumayonSpectatorHello @
Hope you are well and sorry for the delay.
Please you the below code in order to show the featured image in the link template.
<img src="[preview]" alt="Preview" />
You will find more details in the below docus as well.
https://www.wpdownloadmanager.com/doc/templates/template-tags/
Thank youAug 15, 2021 at 6:55 am #159808In reply to: Filter “Download Link” not being called
ShahjadaKeymasterFilter hook
wpdm_download_linkanddownload_linkworks differently.
wpdm_download_linkaccept 2 parameters 1st parameter is download link html code, 2nd parameter is an array just contaiting package ID,['ID' ► {Package ID}], and inside the filter to can retrieve package date using the give ID,$packageObject = WPDM()->package->init($param2['ID']);and
download_linkfilter is documented here https://www.wpdownloadmanager.com/doc/filter-reference/download_link/However, please let me know what are you trying to do, so that I can explain your better :).
Aug 15, 2021 at 6:45 am #159807In reply to: error with customization code
mfirwanaMemberThis reply has been marked as private.Aug 14, 2021 at 7:43 am #159784In reply to: Total Downloads
TanvirSpectatorHello Guy,
Yes you can.
In order to show total downloads in a download package page, you have to use this template tag[download_count]in the link/page template that you are using.
For more template tags, you can check here:Also you can use shortcode and set link template there to show total downloads. To create templates you can follow this
https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/Thanks
Aug 14, 2021 at 7:14 am #159783In reply to: Open files in a new tab
TanvirSpectatorHello @hudi-webcart,
You just need to follow this:1. Copy page-templates directory from
/plugins/download-manager/src/package/viewsdirectory to your active theme directory.
2. Make a new directory asdownload-manageron your active theme directory.
3. Now remove all files from{active-theme}/download-mamager/page-templatesexcept the template files you need to update.
4. Update template file(s) in{active-theme}/download-manager/page-templatesdirectory as per your need. As you need to add open in a new tab you have to add this<a href="[download_url]" target="_blank">[link_label]</a>Let me know please if you still find any issues.
Thanks
Aug 13, 2021 at 5:50 pm #159770In reply to: Directory Add-On Advanced Search
TanvirSpectatorHello,
I think you require some customization work.
You can contact our customization team through this link.With Regards
Aug 13, 2021 at 4:58 pm #159766In reply to: Multiple Category Types or Filters
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Topic: Download Link not working
Hello,
Download manager plugin download link is not working.
My plugin version is 6.0.6.