Use following code in your custom Link template. It will show package name with package details link which will be opened in new tab.
<a target="_blank" href="[page_url]">[title]</a>
Temporary user does not have admin rights. Couldn’t check add new page( 404 error). Page update required to fix it. Set admin role for temp user.
You can change it from /wpdm-archive-page/tpls/aps-content-cat.php
Find get_the_modified_date()
in that file and change it to get_the_date()
Yes, it is possible. In you custom link template use following code,
<a target="_blank" href="[download_url]">[title]</a>
To open file instead of download, enable Open in Browser option from WPDM Settings Basic File Download Panel.
Hi,
Use Page Template Extend in form locked packages. Popover won’t work with form lock. I have tested a package here http://www.3conseils.com/pdf/?wpdmpro=agile-lyon-2016. Download is working now after changing page template.
Thanks.
Hi,
It is possible change the coded parameter to human readable text. But it will require fair amount of customization. This part actually encodes file path in server, so it is better to keep it encoded.
Thanks.
Hi, Use Page Template Extended when you have form lock in a package. I have tested it here http://atwcompanies.us/download/california-facility-iso/ Working now.
Thanks.
Please check my last reply in this thread http://www.wpdownloadmanager.com/support/topic/odd-thing-in-footer-caused-by-download-manger/
Audio Player loads on site footer on this Link Template you are using there. Use a custom Link Template with [file_list]
template tag to place audio player inside Link Template.
Hi,
Maybe there is some issue in FTP access. Password changed or file deleted, maybe?
Does download work for new files? You can change the fine name from Attached File Metabox.
https://www.evernote.com/l/AUeaGnYGycBIEqAN63B1bhDuozFfpWZ8rncB/image.png
Not sure how your related post plugin work. If it collect posts by taxonomy, you can use wpdmcategory
as taxonomy. It is download Manager’s category taxonomy slug.
Hi, Try following code.
$pack = array(); $pack['ID'] = get_the_ID(); $pack = wpdm_setup_package_data($pack); $audio_player = \WPDM\libs\FileList::Table($pack);
Now you can echo $audio_player
Hi,
WPDM files are stored in ./wp-content/uploads/download-manager-files/ directory.
Check your package setting. Maybe user doesn’t have access to the package. In allow access field set ‘All visitors’ and try download again.
Send temporary login info in private reply if you can’t sort it out.
Thanks.
Maybe your server blocking the connection to http://www.wpdownloadmanager.com/ You can ask your server support to unblock http://www.wpdownloadmanager.com/
Or send temporary wp-admin login info in private reply. I will activate the license manually there. But first option is preferred.
Featured image working fine, Check following screenshot. Clean your browser cache, maybe that’s the issue.
https://www.evernote.com/l/AUdjqMl2OgJEZKGXxVvX8BtozVe2Dj3UjjUB/image.png
I just placed an order using temp user and it is listed here https://frtimer.com/dashboard/purchases/orders/
So, no issue with orders too.
@OnlineATwork, Message editing option not available anymore. But, You can edit the message from wppromembership/libs/content.php
file. We have simplified the plugin for Download based membership. Removing content based restriction message is part of it.
Please check package settings. Maybe current user doesn’t not have download access to the package. Set allow access to all visitors if you are not restricting download based on user role.
Each of your package has a package settings meta box at the bottom of package page,
https://www.evernote.com/l/AUe89CLOiq1O6p4saTJV-oyLuPk-dZxv4vIB/image.png
You can do both. Globally or roles based limit. Both options available.
Please send temporary wp-admin login info in private reply. I have to check it there to find the issue. Also send me an example page url where you have faced this. Thanks.
You can change email template content easily from Dashboard Downloads Subscribers Page Email Template Tab. Please check following screenshot,
https://www.evernote.com/l/AUePs9I0Jx9Bubed5KokCN7orGK8X6-5mDcB/image.png
Okay got it. Thanks.
Yes, you can keep fields empty or remove unnecessary columns.
Correct Shortcdoe is [wpdm-pp-purchases]
for purchased items. Also you don’t need a separate page for, it is more simple from user dashboard. User can access purchases from Purchases tab.
Featured image misplacing issue generated from your custom css. DO NOT add custom css in main theme. You will LOSE all changes after theme update. You should use child theme to add custom styles.