Forum Replies Created
Hi,
There also a pagination page for moving the next page. if it is not working for you please check, allow access option from package settings, is it properly set or not. let me know.
Thanks.
For solving #problem_1, Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Hi,
Sorry for having patience, you just have to put the below code,
"searchPlaceholder": "<?php _e("Search here...:",'download-manager'); ?>",
in tpls\wpdm-all-downloads.php in download-manager folder line number between 47-48
For the next update, if you don’t want to lose it, please follow this doc for saving it in your theme,
https://www.wpdownloadmanager.com/doc/template-files/.
Regards
Hi,
Generally, it doesn’t happen. Maybe some caching issues or server publishing issues related to it. if possible, Please, give your temporary wp-admin login details in a private reply for the further checking.
Thanks.
Hi,
Please, give your temporary wp-admin login details in a private reply for checking and also provide some screenshots of what you were trying to do.
Thanks.
Please elaborate on your query more.
Thanks.
Hi,
Which part are you facing the problem? does it related to this doc, https://www.wpdownloadmanager.com/doc/add-new-package/ or frontend feature this doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/ and which page you want to refer. please let me know.
Thanks.
Hi,
Sorry for some inconvenience, one of your theme script function called function thb_lazy_images_filter( $content ) was making the conflict. I just commented out the code which was made conflict. But the site is showing error. however, I have found issue. Can you provide temporary FTP credentials in a private reply for adjusting it?
Thanks.
Hi,
Sorry for some inconvenience. Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Please use v2 for now, it is compatible with the WPDM version.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
I think now it is working fine. I have tested from my side. The count of total downloads and others are working fine.
please provide information about which portion you want to hide.
Thanks.
Hi,
I have checked some of your packages are updating properly. which package you are facing trouble? there are moreover 500 packages on your site. let me know.
Thanks.
please adjust jstable=1 to jstable=0. i hope it may help you.
Thanks.
Hi,
I have created a page for testing purposes. it is working fine,
https://www.ebookmela.co.in/wpdm-test
you should use the parameter of shortcode properly as your requirements.
Thanks.
If you are facing any trouble we are here for giving you the solution. please have some patience. and give a chance to me to figured out the error and solution. I hope it may help you.
Thanks.
No, same warning is showing
Hi,
Which page is taking the shortcode, I have seen from the settings it is none selected,

please give your page URL too.
Thanks.
Trying to log in, but it is saying,
Sorry, you are not allowed to access this page.
please check.
Hi,
I have adjusted the code from download-manager\tpls\add-new-file-front\package-settings.php in line number 55-74 with the below code,
<div id="access_row" class="form-group-row row">
<div class="col-md-3"><?php echo __( "Allow Access:" , "download-manager" ); ?></div>
<div class="col-md-9">
<select name="file[access][]" class="chzn-select role" multiple="multiple" id="access" style="width: 100%;max-width: 100%">
<?php
$currentAccess = get_post_meta($post->ID, '__wpdm_access', true);
$selz = '';
if( $currentAccess ) $selz = (in_array('guest',$currentAccess))?'selected=selected':'';
if(!isset($post->ID)) $selz = 'selected=selected';
?>
<option value="administrator" selected="selected"><?php echo __( "Administrator" , "download-manager" ); ?></option>
<option value="subscriber" selected="selected"> <?php echo __( "Subscriber" , "download-manager" ); ?></option>
</select>
</div>
</div>
It is working fine now as your requirements.
you can follow this doc for the safety of upgrading of the plugin,
like your_theme\download-manager\add-new-file-front\package-settings.php
I hope it will help you.
Thanks.
Hi,
Are you facing trouble with the license key or can’t able to get the key?
Hi,
What is the default user role while registration by any user? default role for frontend should be the administrator and your_given_default_user_role. let me know.
Thanks.
Hi,
Please give your page URL. if possible, Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.