Forum Replies Created
please check now,https://www.iatse58.org/download/wpdm-test/, I have used here select files option for uploading files, it is working fine now
thanks
please mail support@wpdownloadmanager.com any payment or auto-renewal changes
thanks
please share your related page/post URL, however, do you trying to use shortcode in the post or pages, or customize the packages page template, please let me know further,
thanks
Hi,
When you are trying to drop into Drop Files Here option, it doesn’t relate to Select From Media Library option, these two feature are differents from each other, you should drop files into Select From Media Library option for only using in Select From Media Library option, and Select From Media Library files are opening because they are in browser folder rather than you can use Drop Files Here option, i hope you have understood,
thanks
Hi,
Please your site URL too
thanks
Please browse Downloads > Add New/Edit Package, you shall find right column after Select Files option Select From Media Library option, please check
thanks
Hi,
I think it maybe related to server caching. however, I have increased the download speed in the settings. If it is related to cache then you have to exclude download URLs from caching and if it is related to server timeout then increase PHP execution time.
Thanks.
Hello,
Yes, you can select the backend created tags and categories in the frontend
thank you
which design you are looking for apply, let me know
thanks
Hello,
Are you talking about Select From Media Library option from backend, let me know
thanks
Disabling resumable downloads, PDF with doc preview is working fine from my side, I have cleared the cache and it is working, please check from your side too
thanks
you are welcome
thanks
Please add this code in your theme functions.php
add_filter( 'wp_nav_menu_items', 'wpdm_loginout_menu_link', 10, 2 );
function wpdm_loginout_menu_link( $items, $args ) {
if ($args->theme_location == 'primary') {
if (is_user_logged_in()) {
$items .= '<li class="right"><a href="'. wp_logout_url() .'">'. __("Log Out") .'</a></li>';
} else {
$items .= '<li class="right"><a href="'. wp_login_url(get_permalink()) .'">'. __("Log In") .'</a></li>';
}
}
return $items;
}
it should return login and a logout menu
thanks
It can be theme script conflict or plugins scripts conflict, it needs to see where the conflicts are making
thanks
please share your related page URL,
thanks
Category visibility on package editor related to this add-on, https://www.wpdownloadmanager.com/download/front-end-category-manager/, you shall find the description here
thanks
Now login after redirecting is working fine now, please check
thanks
Now it is working, I have disabled Resumable Downloads and Output Buffering from Basic settings, somehow it was causing the problem, I have tested here, https://beatboxteacher.com/download/wpdm-test
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks
Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.
Thanks
Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.
Thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
The add-on name is wpdm-archive-page.zip add-on
thanks
The demo has been customized theme design…
Please, give your temporary wp-admin login details in a private reply for checking the issue
Thanks