Forum Replies Created
looks like http://www.firstclassmagazine.se/mediainformation/ all downloads are working fine.
please give me temporary wp-admin login info in a private, I’ll set it up there for you 🙂
as you are getting package info in callback function you can set up email for any specific packages or categories. you need write code to check if package is under the category.
I see, it is because you applied download to specific users only, in that such case individual downloads will be blocked, it will work for role bases access.
@firstclassmagazine, actually that is not an issue or option anymore. but looks like there are some javascript issue in your site, please give me a temporary wp-admin login info to check it in details.
please give me a temporary wp-admin login info in a private reply and the url where you are seeing the issue.
please give me a temporary wp-admin login info in a private reply and the url where you are seeing the issue.
no such option with accordion add-on, anyhow its a good idea and noted for implementation.
About page creation, there is nothing to do from wpdm pro, as wpdm pro using custom post type, when you create a new package it automatically created by wp itself.
if wishlist members support custom post type it should work fine with wpdm pro, we exactly don’t sure about that, but we have a membership plugin recommendation here http://wppromembership.com/, this plugin is also from us and will be available for sale within tomorrow.
If you like to go with http://wppromembership.com, we can do full free setup for you.
probably any recently installed plugin causing the conflict, if you can give a temporary wp-admin login info in a private reply, I’ll check.
yes, use this add-on http://www.wpdownloadmanager.com/download/wpdm-page-templates/
yes, create a link template ( http://newlook.wpdownloadmanager.com/doc/templates/link-template/ ). use [file_list] tag in link template.
please make the file wpdm-default-valuesold/wpdm-default-values.php writable
please give me temporary wp-admin login info in a private reply, I’ll check
actually download details page are generating from WordPress, there is nothing to prevent, but you can hide all contents from details page selecting “Hide Everything” from download manager settings page when member don’t have access to that package.
filename: functions.php
line# 2244
replace $ttl = isset($fileinfo[$sfile]['title']) && $fileinfo[$sfile]['title']!="" ? $fileinfo[$sfile]['title'] : preg_replace("/([0-9]+)_/", "", $sfile); with $ttl = isset($fileinfo[$sfile]['title']) && $fileinfo[$sfile]['title']!="" ? $fileinfo[$sfile]['title'] : preg_replace("/([0-9]+)_/", "", basename($sfile));
Anyhow I already have adjusted it for next update