-
AuthorSearch Results
-
Oct 19, 2021 at 12:01 pm #163494
In reply to: PDF viewer // Preview image // Link template
TanvirSpectatorHello,
Hope you are well.
1. The name iswpdm-pdf-viewerYou can also find all the downloads here
2. Different format has different file formats. You can use this link templatelink-template-default-iconfor that. You can also set thumbnail image for packages and use[thumb_WidthxHeight]template tag on link templates to show.
3. Next update will come in this month I hope. It is on development. Changelog here
ThanksOct 19, 2021 at 9:43 am #163483Topic: Plugin conflict UM
in forum Download Manager Pro
Edouard BoissetParticipantHello,
Would you be willing to look into a conflict between your plugin and Ultimate Member plugin ?
when both are installed on the same wp, the ‘forgotten password’ > ‘password reset’ link doesn’t work.
It is because of the ‘key’ param in the url.
The problem is fixed by renaming the parameter in two files \plugins\download-manager\src\User\Login.php Line 226 from
$reseturl = add_query_arg(array('action' ► 'rp', 'key' ► $key, 'login' ► $user_login), wpdm_login_url());To
$reseturl = add_query_arg(array('action' ► 'rp', 'wpdm-key' ► $key, 'login' ► $user_login), wpdm_login_url());and the file download-manager\src\User\views\reset-password-form.php Line 15 from
$user = check_password_reset_key(__::query_var('key'), $login);To
$user = check_password_reset_key(__::query_var('wpdm-key'), $login);I know it’s not really a bug on your side, but it would be really kind if you could add this small change 🙏
Thanks
Regards
Oct 18, 2021 at 11:42 am #163448In reply to: How can I set the standard Link and Page Template
TanvirSpectatorHello,
I am sorry Could you please clarify the question? It is not clear to me.
However you can check the related doc about page/link templateand you can check here our addon which will help you setup/populate default values for package settings so that you don’t have to repeat those every time you create a new package and you can clone existing package in one click to create another, which could save your time significantly 🙂
Thanks
Oct 16, 2021 at 8:18 pm #163371
kevin elliottParticipantthere is no download provided for the “Download Limit” addon in the all access download links. I purchased yesterday and it isnt there. Please provide it.
Oct 15, 2021 at 8:11 pm #163351
midihead7ParticipantThis reply has been marked as private.Oct 15, 2021 at 7:01 pm #163350
dshankParticipantIs it possible to generate a download link for paid package so that users with the link could use it to download the file without having to pay or go thru a checkout process?
If it is not possible, what’s the best way to offer a paid file free for select users?
Thanks.
Oct 14, 2021 at 10:30 am #163258In reply to: PDF preview in the category overview
Nayeem RiddhiModeratorHello @thomas-sator,
Hope you are well. you can create a new link-template and use this template tag,
[pdf_thumb_WxH]in your link-template, it will show Image thumbnail from the attached PDF file with specifiedWidth ( W )andHeight (H). If you are trying from Downloads > Categories, you can use Use Link Template from edit category option. And for showing certain categories with a shortcode on a page, you can use this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/. Here has a category parameter called categories. you can also use this shortcode too, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/. please check, I hope those may help youThank you and regards
Oct 13, 2021 at 4:44 pm #163215In reply to: Filtering Custom Fields & I reCAPTCHA
Nayeem RiddhiModeratorHello @tguella,
Hope you are well. For filtering list tags and categories, can you please check this directory add-on,
please check the shortcodes and demos from the above add-on link
And for the reCAPTCHA issue, you are getting Your Download Link is Ready and also a Download Link. For more extended features, you may keep a feature request here,
Thank you and regards
Oct 13, 2021 at 3:10 pm #163210In reply to: PDF viewer // Preview image // Link template
TanvirSpectatorHello,
Sorry to hear about the issues.
-
1. You can install pdf viewer from
Downloads > settings > Updatesoption from your WordPress dashboard. If you can’t update it directry from WordPress dashboard, Please update from here.
Here is the url of the addon
2. To set preview image for each download you have to set featured image for package and then[thumb_widthxheight]in link template or page template to show preview image in the list.
To set preview image for category, you have to set image for each category from Downloads>Categories option.
Then you have to use this shortcode withtitle=1parameter andid=''parameter
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
3. I have just tested this issue and I think it is a bug. I will forward the issue to the developer team. In the meantime you can add template parameter in shortcode to use template.Please let me know if you have any quries or if you have got all the answers.
Thanks
Oct 11, 2021 at 2:38 pm #163123In reply to: Show Single Files in Package
Nayeem RiddhiModeratorHello @digitalcollectiveagency,
For this code snippet is working fine from my testing site,
<?php global $id; $package = wpdm_get_package($id); echo $package['download_link']; echo WPDM()->package->fileList->table($id); ?>If possible, if you can give your temporary wp-admin login details in a private reply for checking the issue could have a close look for the issue.
Thank you and regards
Oct 11, 2021 at 2:30 am #163086In reply to: Disappeared from installed plug-ins
HumayonSpectatorHello @stephen-currahgmail-com,
I am a bit confused that since you have posted in the WPDM Pro forum so I assume that you have PRO access.3.2.18is the latest WPDM Free version where the latest WPDM Pro version is6.0.8.
Please download and install the latest WPDM Pro from here.
file not foundmeans files do not exist on the server or are not linked properly.
If still the issue 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.
ThanksOct 6, 2021 at 4:38 pm #162909In reply to: How to upload the files of a package using REST API
Nayeem RiddhiModeratorHello @jrpajr,
Hope you are well. The code sample is here, the response code for any API should be like this,
The JSON response will look 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" } }here file attach should be like this,
"files": { "1": "The Alchemist.pdf" }And for this default format, the file should be residing in
wp-content/uploads/download-manager-files, thus the package should create with fa file. Please let me know if you have other queriesThank you and regards
Oct 5, 2021 at 7:00 am #162782In reply to: How to insert Latest and Recent docs with shortcode
Robert VintervindParticipantThanks alot for this! Worked lite a charm.
One other questions, if I just want a link with text as download button, what is the link to achivie this?Oct 5, 2021 at 6:10 am #162774In reply to: Translation not showing correctly
TanvirSpectatorHello,
WPML is a free plugin for translations and we are not the developer of that plugin. You can add that to manage translations.
Our plugins are translation friendly.
However, You can add[txt=Order by]on the template files to make theOrder bybutton translatable.
If still any problem persists, just send me the edit link of this page http://test.relog-partner.de/downloads/arbeitshilfen/ as I am sorry haven’t found the editing link of this package.
ThanksOct 5, 2021 at 4:10 am #162763In reply to: How to insert Latest and Recent docs with shortcode
HumayonSpectatorHello @robertwikholm,
Please follow and use the below example shortcode.
For latest docs.
[wpdm_category toolbar="0" orderby="date" items_per_page="10" paging="0" template="link-template-calltoaction4" cols=3 colspad=2 colsphone=1]
For most downloaded docs
[wpdm_category toolbar="0" orderby="download_count" items_per_page="10" paging="0" template="link-template-calltoaction4" cols=3 colspad=2 colsphone=1]
It should solve your issue.
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.
Thanks.Oct 4, 2021 at 7:06 pm #162747
sandra DukeParticipantI had purchased Download Manager Pro and then the addon Amazon S3 in April.Everything work great until early September. All my download files (linked to my Amazon S3 storage) were all broken.
On the backend admin, under ‘Settings’ the tab for ‘Cloud Storage’ is no longer there. The addon AmazonS3 is also gone, not on the plugin list. I kept trying to install back the Amazon S3 and apply update afterward…it show ‘successful update’ but then nothing show.
What could go wrong? How can I send screenshot to show you what I mean?
Please help!
Thanks.
Oct 4, 2021 at 4:07 pm #162726In reply to: Password Protected Downloads not functioning
welswebmasterParticipantThis reply has been marked as private.Oct 4, 2021 at 11:43 am #162693In reply to: Translation not showing correctly
Inge EngelParticipantThis reply has been marked as private.Oct 4, 2021 at 10:39 am #162685In reply to: wp_logout_url() redirect param broken
Christophe BarbierParticipantHello,
I am running into the same issue. It looks like the source code is now located in (PRO version):
download-manager\src\User\Login.php
Line 44:
add_filter(“logout_url”, [$this, ‘logoutURL’], 999999, 2);This filter has the highest priority, which will override other plugins. In our case, we are using “OpenID Connect Generic Client”:
When calling this PHP function to get the “log out” URL:
wp_logout_url(get_permalink())WPDM changes URL which look like this:
/wp-login.php?action=logout&redirect_to=
to
?logout?…Because of that, as Nicholas said, the “action” parameter is ignored by WordPress, which never even gets in wp-login.php to apply other logic (such as the “logout_redirect” filter). In our case, when WPDM is activated, the log out function of our website doesn’t work anymore !
Worst thing is, we don’t even use the WPDM login function, and we still get that issue.There is probably a better way to disable it (apart from changing the source code of WPDM), but we added this custom to our child theme :
# fix issue with WPDM adding custom logout filter # see https://www.wpdownloadmanager.com/support/topic/wp_logout_url-redirect-param-broken/ function remove_filters_with_method_name( $hook_name = '', $method_name = '', $priority = 0 ) { global $wp_filter; // Take only filters on right hook name and priority if ( ! isset( $wp_filter[ $hook_name ][ $priority ] ) || ! is_array( $wp_filter[ $hook_name ][ $priority ] ) ) { return false; } // Loop on filters registered foreach ( (array) $wp_filter[ $hook_name ][ $priority ] as $unique_id ► $filter_array ) { // Test if filter is an array ! (always for class/method) if ( isset( $filter_array['function'] ) && is_array( $filter_array['function'] ) ) { // Test if object is a class and method is equal to param ! if ( is_object( $filter_array['function'][0] ) && get_class( $filter_array['function'][0] ) && $filter_array['function'][1] == $method_name ) { // Test for WordPress >= 4.7 WP_Hook class (https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/) if ( is_a( $wp_filter[ $hook_name ], 'WP_Hook' ) ) { unset( $wp_filter[ $hook_name ]->callbacks[ $priority ][ $unique_id ] ); } else { unset( $wp_filter[ $hook_name ][ $priority ][ $unique_id ] ); } } } } return false; } remove_filters_with_method_name( 'logout_url', 'logoutURL', 999999 );The code is from :
https://wordpress.stackexchange.com/a/304861/167013This successfully removed the WPDM logout filter
Please fix this issue in WPDM directly, as it will produce unexpected results with many other WP extensions.
Thanks,
Oct 4, 2021 at 8:20 am #162670
Ryan AndersonMemberThis reply has been marked as private.Oct 4, 2021 at 3:26 am #162652In reply to: Image Gallery lightbox preview
Nayeem RiddhiModeratorHello @yvonneb,
Hope you are well. please use this template tag
[thumb_gallery_WxH]in your page template. I hope it will give you a lightbox functionality that will return all attached Additional Image thumbnails With specified width ( W ) and height (H) If available, every thumbnail will be Linked with original Image. For more template tags you may check this doc,https://www.wpdownloadmanager.com/doc/templates/template-tags/
Thank you and regards
Oct 3, 2021 at 4:00 pm #162637In reply to: Complete button payment not working
TanvirSpectatorHello @electrovo,
https://electrovo.com/download/spool-holder-with-608-bearings/
This download is handled by wpdm you see the link with/download/https://electrovo.com/product/spool-holder-with-bearing/
This is handled by woocommerce you see the link with/product/Same happens for the different carts.
However, please provide temporary admin access of your website for inspecting further.
Thanks
Oct 3, 2021 at 3:53 pm #162636In reply to: i want custom style in download manager.
Nayeem RiddhiModeratorHello @raajsajaniya,
Hope you are well. Those pages you have mentioned, you are also capable of making them. you just have to make link templates or page templates from the admin panel. For getting detailed information of templates, you may check this doc,
And for creating a new template, you can also check this doc too,
https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Thank you and regards
Oct 3, 2021 at 2:37 pm #162634In reply to: Complete button payment not working
Habib AnwariParticipantHi,
Here is the link for the digital product:
https://electrovo.com/download/spool-holder-with-608-bearings/Here is the link for other products.
https://electrovo.com/product/spool-holder-with-bearing/you can add them both to the basket, you will see they don’t go to the same cart part. I have two care pages. the download manager used a shortcode. When I add that shortcode to woocomerce page so I will have two shortcodes.
Woocomerce cart address:
shortcode [woocommerce_cart]
https://electrovo.com/shop/cart/Download manager card address:
shortcode [wpdmpp_cart]
https://electrovo.com/shop/purchases/cart/PayPal credentials are validated successfully.
The complete button as you will see above not going ahead.kind regards
HabibOct 3, 2021 at 2:02 pm #162628In reply to: I need to buy other add-ons
Omar SaberParticipantThe discount code is not working
Yesterday I purchased a WordPress PDF Viewer plugin
And now I need
WPDM Block Hotlink
Lazy Download Add-onIs there a better discount code?
-
This reply was modified 4 years, 4 months ago by
Omar Saber.
-
This reply was modified 4 years, 4 months ago by
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Topic: Plugin conflict UM
Hello,
Would you be willing to look into a conflict between your plugin and Ultimate Member plugin ?
when both are installed on the same wp, the ‘forgotten password’ > ‘password reset’ link doesn’t work.
It is because of the ‘key’ param in the url.
The problem is fixed by renaming the parameter in two files \plugins\download-manager\src\User\Login.php Line 226 from
$reseturl = add_query_arg(array('action' ► 'rp', 'key' ► $key, 'login' ► $user_login), wpdm_login_url());To
$reseturl = add_query_arg(array('action' ► 'rp', 'wpdm-key' ► $key, 'login' ► $user_login), wpdm_login_url());and the file download-manager\src\User\views\reset-password-form.php Line 15 from
$user = check_password_reset_key(__::query_var('key'), $login);To
$user = check_password_reset_key(__::query_var('wpdm-key'), $login);I know it’s not really a bug on your side, but it would be really kind if you could add this small change 🙏
Thanks
Regards
there is no download provided for the “Download Limit” addon in the all access download links. I purchased yesterday and it isnt there. Please provide it.
Is it possible to generate a download link for paid package so that users with the link could use it to download the file without having to pay or go thru a checkout process?
If it is not possible, what’s the best way to offer a paid file free for select users?
Thanks.
I had purchased Download Manager Pro and then the addon Amazon S3 in April.Everything work great until early September. All my download files (linked to my Amazon S3 storage) were all broken.
On the backend admin, under ‘Settings’ the tab for ‘Cloud Storage’ is no longer there. The addon AmazonS3 is also gone, not on the plugin list. I kept trying to install back the Amazon S3 and apply update afterward…it show ‘successful update’ but then nothing show.
What could go wrong? How can I send screenshot to show you what I mean?
Please help!
Thanks.