Forum Replies Created
Now I’ve removed my previous modification, so https will work fine now
For customization, please mail to customize@wpdownloadmanager.com
Sorry, that add-on only for admin side use, to at it in front-end there will require some customization.
no custom upgrade is requires, replies here http://www.wpdownloadmanager.com/support/topic/corrupt-names-in-bulk-zip-file/page/2/
simply update the package again which will removed old zip cache, after that your will see file names properly.
in that case probably it is related with your mobile app, which app are you using to download.
no, it doesn’t, you need to change code directly.
wpdm can’t change that part, as it is directly from wp native feature, but I’ve changed the file upload code which was under our control, but if you want to avoid all those issue, you simply need to use https for http://www.expresspcb.com/community-library-upload/ too
Extremely sorry, but I’m still not clear what actually you want to do there.
May I test it changing theme for a moment.
I meant, it will require good amount of custom coding work, if you need that please mail to customize@wpdownloadmanager.com for quote.
We have adjust Linkedin lock according to their api as old function was not working, so it will be available from v4.2.3, but if you need it immediately, please give me temporary wp-admin login info in a private reply, I’ll update it in your site.
there is no short-code for that, in crypton theme it is in template file single-wpdmpro.php
Yes, please check this http://www.rannsoknir.is/download/test/
Yes, but it is coming from your theme, need to change code in search template for active theme. Or open /plugins/download-manager/wpdm-functions.php, line# 47, replace 'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false), with 'exclude_from_search' ► false,
Yes, you simply need to enable email lock for that download. If you use [download_link] tag in your link template it will show the email form as pop-over on click over download link, for [download_link_extended] tag, form will be embedded in link template.
it looks like something with wpml, archive page add-on simply using regular WordPress functions there.
this is because of protocol mismatch, as when you try to upload from front-end, it actually send request to admin-ajax.php which comes as https as your are using https in admin site, please give me ftp access to download-manager dir to adjust this issue.