Please send temporary wp-admin and WPDM login in private reply.
Please send temporary wp-admin login info in private reply to check the issue on your setup. Did you try this on any other browser?
Hi, Are you using locks on your downloads? By popup do you meant the modal that appears with lock options when a user clicks the download button?
Hi,
Yes, you can make the custom fields look like default inputs using the following CSS. Please add the CSS to your Customize > Additional CSS option.
.QuickForm .panel-heading { display: none; }
.QuickForm .panel-body { padding: 0; }
.panel.QuickForm { border: none; }
.QuickForm label { display: none; }
And to change the registration form width use the following CSS,
.w3eden #wpdmreg { max-width: 100%; }
Thanks.
Sorry for the delayed reply. Please check the email.
Please activate Bootstrap 3 from Downloads > Settings > User Interface to fix the design issue. From v.5.0.3 Bootstrap 4 is the default version. But you were using the Bootstrap 3.
Hi Alberto, I couldn’t find any issue with the reported features. Which version of WPDM are you using there?
Please activate Bootstrap 3 from Downloads > Settings >User Interface tab. That should fix the issue.
I have added a patch there to fix the issue. We will also add this to the next update of the plugin.
Hi Joshua, Please send your login info in private reply, I will add the patch on your site too.
Hi,
We are using the core WordPress query in Directory add-on. There is no custom SQL to handle the search. Using the core search ensures the best possible time to retrieve results. The delay may come from the limitation of server resources.
Anyway, please send temporary wp-admin login info in private reply. I will try to tweak the query to check if that makes any changes.
Thanks.
Hi,
We do not have a Google Analytics add-on yet but we have the plan to implement one soon. BTW, Download Manager tracks more than just download counts. You can check the Downloads > Stats page for more download statistics.
Thnaks.
I have found an old ticket where you requested to add this scroll to top feature. Here is the ticket link https://www.wpdownloadmanager.com/support/topic/questions-about-pagination/
You have to remove the custom code to stop the scroll ๐
The issue seems weird. Please add the following code at the bottom of your active theme’s functions.php file. Then just visit any page. This code updates the post access directly. You can remove the code after visiting a page. Here 1022
is the package ID.
function wpdm_update_package_access(){
$access = array('subscriber','administrator');
update_post_meta(1022,'__wpdm_access',$access );
}
add_action('init', 'wpdm_update_package_access');
Please send temporary wp-admin login info in private reply to check the issue.
Hi Marko,
The download link in the email is working now. I activated Bootstrap 3 from Downloads > Settings > User Interface as this is related to a Bootstrap 4 template.
Thanks.
Please send login info and package URL.
Hi Brian,
Please create a new ticket and I will send you the old version if you want. Or check your setup to fix the issue you are having with the latest version.
Thanks.
Please download the plugin from this link https://downloads.wordpress.org/plugin/download-manager.zip and then install it by uploading from Plugins > Add New page.
Not possible yet. For now, please use the “Delete Cache” feature. Maybe you can clear the cache once a month.
Hi Maik, Please create a new support ticket and send login info there. Thanks.
Hi Marko, Didn’t get any email with password. Please send it as a private reply. Thanks.
It is not possible yet to display the file list.