Shahjada

Forum Replies Created

Viewing 25 posts - 3,376 through 3,400 (of 15,655 total)
Jun 28, 2017 at 7:52 am
#59601
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Jun 28, 2017 at 7:47 am
#59599
Keymaster
Shahjada
Staff OP

Please give me an example URL to check.

Jun 28, 2017 at 7:45 am
#59598
Keymaster
Shahjada
Staff OP

@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>
Jun 27, 2017 at 8:19 pm
#59583
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Jun 27, 2017 at 8:18 pm
#59582
Keymaster
Shahjada
Staff OP

For tree view shortcode, please install the following add-on:

WPDM Extended Short-codes

 

Jun 27, 2017 at 8:17 pm
#59581
Keymaster
Shahjada
Staff OP

We shall check it :).

Jun 27, 2017 at 8:15 pm
#59580
Keymaster
Shahjada
Staff OP

Yes, from wpdm settings, select hide everything option when a user doesn’t have access:

https://www.evernote.com/l/AV3FuqeEiB1Dq7JpZgjAeRUiNpbirwjGWtQB/image.png

Jun 27, 2017 at 8:10 pm
#59579
Keymaster
Shahjada
Staff OP

Mobile downloads are okay now.

Jun 27, 2017 at 7:56 pm
#59578
Keymaster
Shahjada
Staff OP

Login info is not working.

Jun 27, 2017 at 7:08 pm
#59577
Keymaster
Shahjada
Staff OP

And the FTP username? 🙂

Jun 27, 2017 at 6:45 pm
#59575
Keymaster
Shahjada
Staff OP

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

Jun 27, 2017 at 4:23 pm
#59561
Keymaster
Shahjada
Staff OP

Could you please send the FTP login info. I tried to upload the plugin but it is asking for FTP info.

Jun 26, 2017 at 5:24 pm
#59516
Keymaster
Shahjada
Staff OP

Please allow few more days. New update is coming 🙂

Jun 23, 2017 at 7:12 pm
#59472
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Jun 23, 2017 at 7:11 pm
#59471
Keymaster
Shahjada
Staff OP

Glad that you have got it working 🙂

Jun 23, 2017 at 7:10 pm
#59470
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Jun 23, 2017 at 7:09 pm
#59469
Keymaster
Shahjada
Staff OP

@avantiseducation, your server settings is blocking the ajax request, here is the solution:

Cannot save Settings (AJAX issue)

 

Jun 23, 2017 at 7:01 pm
#59468
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Jun 23, 2017 at 6:58 pm
#59467
Keymaster
Shahjada
Staff OP
  1. Clone the link template you are using
  2. Replace [download_link] with <a target="_blank" href="[download_url]">[link_label]</a>
  3. Save the template with a new name
  4. Use the new template with your shortcode

🙂

Jun 23, 2017 at 6:36 pm
#59465
Keymaster
Shahjada
Staff OP

@guidom, Please give me temporary wp-admin login info in a private reply to check your issue.

Jun 23, 2017 at 6:35 pm
#59464
Keymaster
Shahjada
Staff OP

If you want to add a flat or button, that will require customization in code.

Login info is not working, saying “incorrect password”.

Jun 23, 2017 at 6:24 pm
#59463
Keymaster
Shahjada
Staff OP

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.

Jun 23, 2017 at 6:22 pm
#59462
Keymaster
Shahjada
Staff OP

please give me ftp and wp-admin login info in a private reply to check.

Jun 22, 2017 at 8:43 pm
#59426
Keymaster
Shahjada
Staff OP

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.

Jun 22, 2017 at 7:14 pm
#59419
Keymaster
Shahjada
Staff OP

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.

Viewing 25 posts - 3,376 through 3,400 (of 15,655 total)