W3 Eden, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Block Cookie wpm_clientdefine(‘WPDM_ACCEPT_COOKIE’, false);
should work fine, after adding the constant, no new cookie will be set, but it doesn’t clear already set/existing wpdm_client cookie.Forum: Plugins
In reply to: [Download Manager] YOAST and Download Manager?It is probably due to conflict with any URL redirection plugin you are using there. But not the Yoast SEO. Yoast SEO works fine with wpdm. However, please use the following code to resolve the conflict:
add_filter("wpdm_download_url_base", function($base){ return home_url('/'); });
Forum: Plugins
In reply to: [Download Manager] Integration to Ultimate member pluginMay you pleas elaborate your issue little more.
Forum: Plugins
In reply to: [Download Manager] Can’t upload fileForum: Plugins
In reply to: [Download Manager] URL Download Links Lost After Updating to 2.9.96Hi,
It may happen if you didn’t update in last few year. In that case, there may require data migration, please check https://www.ads-software.com/support/topic/required-actions-after-you-update-to-v27-from-v26/ for the steps.Forum: Plugins
In reply to: [Download Manager] HTML code in T&C textHi,
We shall adjust it with the next update.Forum: Plugins
In reply to: [Download Manager] Redirect to a new page after download?Hi,
You may check:
https://www.wpdownloadmanager.com/download/lazy-download-add-on/Forum: Plugins
In reply to: [Download Manager] No preview when using dropbox add-onHi,
If you want to show preview, you need to attach the preview as a featured image.Forum: Reviews
In reply to: [Download Manager] So far, so goodHi,
We have found the UI issue, fixed it and released a new update, please update your copy.Forum: Reviews
In reply to: [Download Manager] So far, so goodHi,
Support forum will be little slow for this week due to vacation. But, please contact [email protected] for priority support, you issue will be taken care of immediately.Forum: Plugins
In reply to: [Download Manager] please helpHi,
For that, you need to use https://www.ads-software.com/plugins/wpdm-gutenberg-blocks/Forum: Plugins
In reply to: [Download Manager] Override templates in child theme not working@cybersurfer1972, please give me forum post url, I shall check it immediately.
Forum: Plugins
In reply to: [Download Manager] Hide “Download” before titleokay, got it, if you want to skip “Download …” prefix, and use only title as link text, please add the title in link label field.
Or just use like this:
[wpdm_direct_link id=369 label="link text your want to show or use the title here"]
ex:
[wpdm_direct_link id=440 label="Estudios Mercado Logística Valencia 2018"]
Forum: Plugins
In reply to: [Download Manager] Hide “Download” before titlePlease let me know, which shortcode are you using there.