I see there are some missing image in docs due to recent server change, I’m adjusting those, in the meantime, please give me temporary wp-admin login info in a private reply to check and setup there add-on in your installation.
You need to change the individual file download button style using CSS. For example, you may add following css at the end of your theme css to make those button like package download button:
.wpdm-filelist .btn-xs.btn-primary:hover, .wpdm-filelist .btn-xs.btn-primary{
background: #984AC3 !important;
}
“also how are the security settings/file access set and controlled?” <– no such option is available with the add-on, purpose of the add-on is to simple the upload process, it will generate private URL and shared users will be able to see this, but we will add some dropbox.com like options soon with this add-on. However you want detailed option while creating package from front-end, you can use short-code [wpdm_frontend]. The conflict with ultimate members is actually need to be solved from their side, wpdm has nothing to do with this. However you also may use BuddyPress, anyhow wpdm also will have public profile add-on soon.
WPDM or access control add-on doesn’t have option to create use role, but you may use plugin like this https://wordpress.org/plugins/advanced-access-manager/ to manage/create user roles, then use allow access option to select those custom roles.
Extremely sorry for the delay, somehow I missed your post, please give me ftp access to plugins dir, as now from wp-admin I can’t open plugin editor to check.
Put the code in footer.php inside your activate theme dir, just before </body> tag
No such short-code. Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
— I need a package url with the issue to check
— Use template tag [pdf_thumb_WxH] for pdf thumbnail, but it requires Imagick in your server
— To download single file, you need to enable single file download from package settings and need to forward visitors to package details page. You need to insert package short-code inside page, you can add wpdm package or wpdm category in menu directly, but if you want to use short-code in page, use a link template without [download_link] tag, docs: http://www.wpdownloadmanager.com/doc/templates/
Ok, I’ll add 3 separate date tag {download_date}, {publish_date}, {purchase_date} with the next update.
Theme is twentytwelve , wpdm template tag is for file list is [file_list_extended]
You will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ . There is a short-code:
[wpdm_my_downloads login=1]
Which matches your requirement.
It looks like a theme conflict, however you may use following javascript code to make it work:
<script>jQuery(function($){
$('#tab-bab9946c9335eb1a55a .pagination a').on('click', function(){
var href = $(this).attr('href');
if(href!='') location.href= href;
});
});</script>
— For details button, you can add it from link template, docs: http://www.wpdownloadmanager.com/doc/templates/
— Please make /download-manager/cache/ dir writable
It is problem with your theme actually.
It looks like some restriction from your server, please contact server/hosting support
I just checked this package EU Commission Recommendation on Simplified Tax Procedures (2010) and preview is showing fine there.
Please download wpdm latest version from our site and update your copy.
Custom field will be importable from this week ( update is coming ), however for tag, we will try to release a quick update for you.
it is hard coded, also no need to be worry and update will not change it.
doc preview doesn’t require any specific settings, but it only work work for google supported docs, however I need to check it in your installation to find the problem.
update date is showing file now, it was not working due to a post meta wrongly inserted from bulk import, however I also added the patch in my side.
[file_list] or [file_list_extended] only will work in page template.
Got it now, in last update we added realpath function which is mapping your dir to another location mirror.freeware-download.com, so why it was not working, however I’ve adjusted it in your installation and also added a condition for mirrored path in my side for the next update.
Please give me temporary wp-admin login info and ftp info in a private reply. I’ll check this.
Please follow the docs here http://www.wpdownloadmanager.com/doc/templates/