Forum Replies Created
Please give me temporary wp-admin login info in a private reply to check your issue.
@guidom, okay now, the modified code:
<button id="myModalTrigger" type="button" class="btn btn-danger btn-sm" data-toggle="modal" data-target="#myModal">
Login
</button>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
[wpdm_login_form redirect="[this_url]"]
</div>
</div>
<style>
#myModal{ background: rgba(0,0,0,0.5) !important; }
.w3eden .modal.fade.in{ display: block !important; } .modal-backdrop.fade.in{ display:none !important; z-index: -99999 !important;}</style>
<script>
jQuery(function($){
$('#myModalTrigger').on('click', function(){
$('#myModal').toggleClass('in');
$('.modal-backdrop').remove();
});
});
</script>
Please give me temporary wp-admin login info in a private reply to check your issue.
Yes, from wpdm settings, select hide everything option when a user doesn’t have access:
https://www.evernote.com/l/AV3FuqeEiB1Dq7JpZgjAeRUiNpbirwjGWtQB/image.png
Please check detailed docs for that shortcode:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_reg_form-user-registration-form-short-code/
Probably you are using verifyemail=true
Could you please send the FTP login info. I tried to upload the plugin but it is asking for FTP info.
Please allow few more days. New update is coming 🙂
Please give me temporary wp-admin login info in a private reply to check your issue.
Please give me temporary wp-admin login info in a private reply to check your issue.
Please give me temporary wp-admin login info in a private reply to check your issue.
- Clone the link template you are using
- Replace
[download_link]with<a target="_blank" href="[download_url]">[link_label]</a> - Save the template with a new name
- Use the new template with your shortcode
🙂
If you want to add a flat or button, that will require customization in code.
Login info is not working, saying “incorrect password”.
File size will be calculated automatically if files are in the same server and the template tag is correct. Please give me temporary wp-admin login info in a private reply to check your issue.
please give me ftp and wp-admin login info in a private reply to check.
If you want to update, create a new CSV file a new column header ID and use post id as values. If there are only a few to update, you can update manually from: Admin Menu Downloads find the package you want to update Edit and Update.
The meta key name is __wpdm_files and meta values are stored in serialized format. You need to write some code to get the meta values, then unserialize and fix path, finally serialize and update.