Forum Replies Created
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.
Hi,
Can you try enabling/disabling style/scripts from Downloads > Settings > User Interface. it may help you. if possible, Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Are they all single download file, I think you are talking about the page template, for that, it needs to edit the single-wpdmpro.php file. it may help you resolve the issue. let me know.
Thanks.
Hi,
In that case, you can see the review snippet by Google, https://developers.google.com/search/docs/data-types/review-snippet. let me know if it helps you.
Thanks.
In that case, have you tried this option, like as I attached the image,

and for your latest reply, it needs to be checked whether it will work or not
Hi,
please share the shortcode also, it will be easy for me to find out the design.
Thanks.
you should use the category slug or slugs. it is a required parameter and the multiple category slugs should be separated by a comma, not plus icon. and the custom taxonomy or categories slugs should have packages.
You can add multiple categories in the shortcode parameter, [wpdm_category id="Category Slug or Slugs"], have you checked the doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/. let me know.
Thanks.
Glad to hear that. let me know if you need further assistance.
For the login button adjustment, is it related with WPDM membership add on. please give your page URL too.
Thanks.
Hi,
This is a page for showing packages or category accordion on the left side and you are using the shortcode for this page. there needs a membership role for certain users who can see the page. By default, the plugin has not this feature, you may need an add on for this. let me know.
Thanks.
Ok, there are two adjustments in a queue for solving. I shall try to adjust them one by one. and does it related this topic with WPDM membership add on? let me know.
Thanks.
I have seen that there are differences between the Login button. do you want to adjust that? let me know
Thanks.