Forum Replies Created
Hello,
Sorry for some having patience. BTW, your problem has been solved now,
I have changed the code from download-manager\admin\tpls\stats\history.php in line number 25 with this code, <td><?php echo wp_date(get_option('date_format')." H:i",$stat->timestamp, null); ?></td>
Now it is working fine from your side. and for reCaptcha use the V2 version. let me know, if there need further assistance.
Thanks.
Hi,
I think you are using this shortcode [wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc" ]. here, one parameter called link_template="link-template-panel", you can use your own link template. However, in the free version you can change/edit the [title] instead of [page_link] from download-manger/tpls/link-templates for the default template link-template-default.php. you can also check the https://www.wpdownloadmanager.com/doc/templates/template-tags/ doc, also saving file in theme this doc, https://www.wpdownloadmanager.com/doc/template-files/. i hope these will help you.
Thanks.
Hi,
Please install the plugin like other plugins you do. and please read the doc, the numbers of features and settings there, https://www.wpdownloadmanager.com/download/wordpress-private-message/. I hope it may help you.
Thanks.
Hi,
Have you check the link https://www.wpdownloadmanager.com/wp-content/uploads/2019/09/attirethemedemo.WordPress.2019-09-14.xml_.zip, from the doc, https://www.wpdownloadmanager.com/download/attire-allinone-wordpress-theme/. please let me know.
Thanks.
Hi,
Is there any custom design you using there? because some field is not available by default as some options you are using. However, just have to allow access option should be visible and you can hide the div with display: none. then you should put the below code as i replied before,
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>
Thus, the administrator, subscriber role will be assigned for your particular page. Next time you should not have manually updated the package. please check and let me know.
Thanks.
Hi,
Have you checked the browser console error? if there any conflict, please try to active/deactivate other plugins that are making a conflict. there may be some conflict with the theme too. you can also switch any other default theme. 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.
It may be missed while updating or adjusting, however, you can use other options too.
Thanks.
Hi,
If you are facing problem with updating the plugin, you can follow these steps too,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
To enable the auto-update, login to your WPDM account from the Downloads > Settings > License tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.
Thanks.
Hi,
You will be get notified from the plugins section when the update available. however, you can also find the changelog too when the plugin will be updated.
Thanks.
Hi,
Are you trying to add a featured image or additional preview images? let me know.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for adjusting. it may need a scrollbar.
Thanks.
Hi,
I think you want to give access to a certain user role for editing packages from the backend/wp-admin panel. let me know.
Thanks.
Hi,
You can use a better cache plugin like W3 Total Cache or WP Super Cache for speeding up your site. you can try them too.
Thanks.
Hello,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
Hi,
Has the problem been solved? please let me know if you need further assistance.
Thanks.
Sorry for some inconvenience. Please give your FTP credentials in a private reply. please when you reply with site login details/credentials, make it as private reply, the last reply was public, I have made it private now. the issue is I can’t able to edit/put code from the admin, somehow it is not saving. sorry for having some patience.
Thanks.
Hi,
It has been released a new update for lazy download add-on, the issue is fixed there.
Thanks.
Hi,
It has been released a new update for lazy download add-on, the issue is fixed there.
Thanks.
No, deleting files attached to packages don’t delete the actual files on the server.
Thanks.
Hi,
A single file download lock option is not available until now. you can check this option as i image attached,

Thanks.
Hi,
Your requirements
#1, My site specific page need to limit login member to download content.
For this our wp-pro-membership plugin can do it.
#2, I would like to let non-login member click download link then redirect to login page or pop up message to inform member login.
you have a chance for giving particular user access, thus from settings, you can able to hide download link and redirect to login page. please check and let me know.
Thanks.
I can’t able to save files after editing. there might be a conflict somewhere. Can you able to extend my role for adding a plugin? however, I can’t able to add/save code in your-theme/download-manger/wpdm-add-new-file-front.php
Thanks.