ohanspace
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] ZIP file doesn’t workhi, which zip file you aren’t able to download? I can download the zip files from the page you mentioned.
- This reply was modified 4 years, 2 months ago by ohanspace.
Forum: Plugins
In reply to: [Download Manager] I want to hide line thingsNice to hear that your problem has solved ?? please mark the issue solved and consider giving a rating to the plugin ??
Forum: Plugins
In reply to: [Download Manager] How to configure BROWSER functionHi ckaye, sorry for the late reply, www.remarpro.com doesn’t automatically notify the followup reply email, and I mistakenly forgot to check the notification email.
[file_list] is not a shortcode, it is a tag, you can add it in a page template. pro version supports editing page template directly from your dashboard, but in free version you can edit it directly in the following directory
plugins\download-manager\tpls\page-templatesplease let me know if this works. I will check the followup notify reply this time ??
Forum: Plugins
In reply to: [Download Manager] Console errorshi, it’s a js map file, it will not affect anything in your website, you can ignore it, if you really want to make this error disappear add the file in the plugins/download-manager/assets/bootstrap/js folder
https://raw.githubusercontent.com/twbs/bootstrap/v4.5.2/dist/js/bootstrap.bundle.min.js.mapForum: Plugins
In reply to: [Download Manager] I want to hide line thingshi,
.is-style-alert-box::before, .alert-box::before, .alert::before {
content: none;
}this will fix the issue.
thanksForum: Plugins
In reply to: [Download Manager] WordPress Download Manager – Email Blockedhi, can you please give more details on the error, (ss).
try using the free pluginWP Mail SMTP Plugin by Mail Bank
to solve most of the email related issue.
thank you.Forum: Plugins
In reply to: [Download Manager] Membership access just on download buttonHi, wpdownloadmanager has a membership plugin https://www.wpdownloadmanager.com/download/wp-pro-membership/
can you check it?Forum: Plugins
In reply to: [Download Manager] “Select Package” With no option uploadhi, start typing a package name in the select package option.
well, it should display all packages at the initialization, we’ll fix this in a future update.
thanks.Forum: Plugins
In reply to: [Download Manager] Download direttohi, editing link template is not available in free version, however you can edit the template code from plugins/download-manager/tpls/link-templates
use the [download_url] tag like [download_url]
to show direct linkForum: Plugins
In reply to: [Download Manager] URGENT! User class declaration brokenthank you for mentioning it, we’ll fix it in next update.
Forum: Plugins
In reply to: [Download Manager] Download direttoyes, It is possible.
Forum: Plugins
In reply to: [Download Manager] Shortcode Category – pagination PHP error AND fixHi, thank you for mentioning the bug.
Forum: Plugins
In reply to: [Download Manager] Add Countdown Timer on Download Buttonhi, this feature is not available now. but you can implement this easily by modifying the link template adding script like
<script> jQuery(".download-on-click").on('click', function(evt) { let link = jQuery(this); target = evt.target; if (!link.hasClass("timer-runned")) { evt.stopPropagation(); setTimeout(function() { console.log("timer runned"); link.addClass("timer-runned"); target.dispatchEvent(evt.originalEvent); }, 4000); } }); </script>
Forum: Plugins
In reply to: [Download Manager] Shortcode for post relationshiphi, have you tried [wpdm_package] short code?
https://www.wpdownloadmanager.com/doc/short-codes/Forum: Plugins
In reply to: [Download Manager] Show specific items with shortcodehi, you can add a category in the packages then filter by the category. e.g
[wpdm_packages categories=”cat-1-slug, cat-2-slug” …. ]
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/