Probably file browser root dir in wpdm settings page is not correct. Please check that, or give me temporary wp-admin login info in a private reply, I’ll check that for you.
https://www.evernote.com/l/AV35pIAPrWtMM748FO3MoBOsBhEVF_FwdtYB/image.png
Try now please.
Please give me your license key in a private reply.
You’re welcome 🙂
You’re welcome 🙂
From WPDM Front-end settings:
When Someone Create a Package: = "Pending for Review"
Use 2 hidden fields like this:
<input type="hidden" name="file[template]" value="link-template-id" /> <input type="hidden" name="file[page_template]" value="page-template-id" />
You need to edit that in wpdm-add-new-file-front.php, first copy the file to /{active theme dir}/download-manager/
You can change those strings from .po file, update .po file attached.
Yes, but the issue is related with your server settings or something like that, may you please show it to server/hosting support. They will be able to resolve it in a min.
Yes, we already have noted it for implementation.
Probably there was some js conflict, however, I’ve added following js code:
$('#accordion-<?php echo $acccount; ?>').collapse({
toggle: true
})
$('#accordion-<?php echo $acccount; ?> .panel-heading a').on('click', function(){
$($(this).attr('href')).collapse('toggle');
});
After jQuery(function($) { to make it work.
and It is working fine now.
@easypix, I tested all those in various way, looks like working fine for me, may you please try again.
@cumlaude21, please create a separate post and give me temporary wp-admin login info in a private reply there to check your issue.
It is working fine now. Problem was, in frontend settings the option was not selected.
https://www.evernote.com/l/AV0dJT2kx4ZNXbegSuqf6Z5jLbNUuNQABr8B/image.png
Also, I see there is a little tab styling issue, please add following css at the end of your theme style.css to resolve it:
.wpdm-frontend-tabs{ padding-bottom:0 !important; }
In that case, please send me some screenshot, I’ll try to understand from there.
Yes, I added 🙂
You can create taxonomy-wpdmcategory.php for wpdm category and archive-wpdmpro.php for wpdm archive page
Sorry, not clear, may you please explain little more.
Check the page now.
Please give me your wp-admin login info in a private reply to check.
New Location: libs/class.FileSystem.php, function name imageThumbnail
Please replace order_by with orderby
Attached. Download, unzip and upload in your active theme dir.
Actually those pages will depend on your theme, wpdm just try to replace except with link template. You need to customize theme template to give the exact looks as selected link template.
#1.
Please try reloading the update tab and applying correct login info again, you also can update manually by download latest version from our site. Or give me your site admin login and wpdownloadmanger.com login info, I’ll check that for you.
#2 & #3.
Sorry, but there is nothing to change in wpdm for this, probably it need to be adjusted from Ultimate member plugin.
#4.
You need to remove line# 35 add_action( 'wp_head', array($this, 'addGenerator'), 9); in class.Apply.php for that