Hi, It is not possible to change single file download links ( Generated by [flie_list]
tag). But you can submit whole package download link (main download button link ) which will be a plain url without any encrypted part.
Just downloaded a file from your link. Has the issue been resolved?
Hi, Doc preview won’t work in locked or any kind restricted package. It will only work on publicly accessible packages. Because Google library can’t access your package show preview.
Please try now. Unlocked from old domain.
Couldn’t check your page, not loading properly.
Using multi line now when required, Please check following screenshot,
https://www.evernote.com/l/AUdK465nNmtAoLR885KRVCQ-iOKa3uD0gycB/image.png
I have check the code, looks okay. Now if you click on register tab, you should see the link to register page.
But i couldn’t check your login page. Looks like there are some JS error there. Page doesn’t load properly.
1. Try following code,
<a href="<?php echo $pack[‘download_url’]; ?>"> target="_blank">Download</a>
instead of, <?php echo $pack[‘download_link’]; ?>
But you might lose some styles, because it is not designed for Crypton.
2. elated posts are shown based on tags
3. Customization required.
4. Noted for next update.
Check following screenshot. It shows where your values are being saved. Using Advanced Custom Field you can add field groups which can used in link/page templates to show in custom data in frontend.
https://www.evernote.com/l/AUcXU9VfailN45Ju3BJc7TK9qepKTGfNZyoB/image.png
What you have shown in your screenshot, that custom field is created by Yoast seo plugin. To bulk import that kind of third party custom fields you need Advanced CSV Importer plugin, It has Field Mapping option. Which allows you to set value to any custom field.
Field mapping using Advanced CSV Impoter,
https://www.evernote.com/l/AUcKnNUHBhZCRrFrRkucR5cIzMGm76_CwxYB/image.png
Do you have latest version of WPDM (v.4.5.6) ? If not, please update your version.
Otherwise send temporary wp-admin login info in private reply. I have to check it there.
Downloads are counted when download operation performed through package download button. Individual/single file downloads are not counted. Maybe that was the case in your test.
Another notable information is, multiple downloads of same the package is counted as one.
I just tested with two packages by setting limit to 1. My limit exceeded after 1 download.
Hi,
Thanks for reporting the issue. This code adds custom link templates (created from Downloads Templates page ) to the list. But there is missing condition, loop runs even when there is no custom templates and that’s point of php error origin.
However, we will add patch in next update to fix it.
1. Stats works when you download whole package. Single file download download is not counted.
2. Did you check /uploads/download-manager-files
directory? All uploaded files are stored there.
3. Those are extra system files in you server dir.
Currently, WordPress does not support private pages in wp_dropdown_pages
function, which is the standard function for this page drop-down. So, it is not possible to add a private page without customization.
Yes, got it now. Doc preview packages has to be publicly available. So, you can’t use Doc Preview template on restricted packages.
Download Link e-mails are sent if you activate email lock. You can use Advanced Custom Fields addon to add extra fields to email lock form.
But Form Lock does not have relation with email lock. So, it is not really depends on form lock whether mail is sent to user after form submission.
Hi, It is not possible. You have to create different user with access to that dir and use that info to connect. Thanks.
@Petr, WPDM shows this error only when there issue with zlib. Please ask your server support to check it. Maybe it is not working properly.
Hi, Use following sample csv. Notice the coulmn header name. It is same as template tag you get from ACF.
Not all sites, only the subsite that has the issue. Also not all pages, on the page with [wpdm_frontend]
and [wpdm_user_dashboard]
shortcodes.
Use flaturl=0
like following shortcode to get rid of this extra task, It will use different kind of url which doesn’t not need custom permalink rules.
[wpdm_user_dashboard flaturl=0]
By the way, you have Pro license, which allows you to use WPDM in only 1 subsite. If you are planing to use it in multiple subsites, please upgrade your license.
In mys setup it only takes filename (even from browse file option ). You can edit this filename. So, it shouldn’t be a problem.
My question is does you downloaded file has this weird name?
Sorry it is not possible.
It happens when WordPress custom permalink rules reset by any operation. For example, you have to do it after switching theme. Also activating/deactivating some plugins reset permalink rules.