Forum Replies Created
Glad to hear that, your problem has been solved.
Do you want all packages should be one common rule like administrator and editor role will be applied for all download packages? let me know.
Thanks.
Hi,
The auto-update is enabled now with the latest version. For updating the plugin, you can follow these steps,
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,
Your requirements have been adjusted. I have put the below code in your Avada custom CSS option,
.w3eden .modal-header {padding: 1.85rem 1rem !important;}
.w3eden .modal-content {
overflow: scroll;
height: 600px;
}
please check and let me know if you need further assistance.
Thanks.
Hi,
By default, you can select for filtering once a one time for one category. however, for selecting multiple categories, it may need some customization, you may knock here for your query, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
Thanks.
Hi,
There was a conflict between WPML Multilingual CMS and flash message of updating package. After disabling WPML Multilingual CMS the flash message is showing, though the package is creating. you can check furthermore.
Thanks.
I think you are facing this kind of problem as I image attached. you can check the option of the form-lock add on with the latest version,

Thanks.
Hi,
Please, give your temporary wp-admin login details in a private reply for checking.
Thanks.
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.