Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
please check the frontend upload doc here, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/, i hope you shall get the help
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
OK, if you want to exclude download posts in the search result in your site, please put below code in your theme functions.php
,
add_action( 'init', 'wpdm_custom_type', 99 );
function wpdm_custom_type() {
global $wp_post_types;
if ( post_type_exists( 'wpdmpro' ) ) {
$wp_post_types['wpdmpro']->exclude_from_search = true;
}
}
thanks
For using this WPDM – Premium Packages plugin you need WPDM plugin
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
I think it is a feature request, you may also knock here for the customizing team, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
thanks
Hello @Nicholas Chow,
We have found the issue, soon you shall be updated
thanks
Hello,
Can you elaborate more on this query, If possible, please you can share some screenshots or related URL
thanks
please site login URL also
thanks
Generally, tags of WPDMPRO saved in the wp_terms
table of your database, please check the database and the table also
thanks
Your https://med2050.org/wp-admin is not working, can you please share the login URL
thanks
Where you want to push a dataLayer event, can you please elaborate on this point
thanks
please check your related package URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Glad to hear this
thanks
Glad to hear this
thanks
Yes, you can use the [file_count]
template tag in your related template
thanks
Please mail support@wpdownloadmanager.com
for your auto-renewal issue with your Order Id details.
Thanks
please read this doc, https://serverpilot.io/docs/how-to-install-the-php-imagemagick-extension/
thanks
What feature you are trying accelerated with this click event
thanks
please check the doc here, https://www.wpdownloadmanager.com/download/wordpress-private-message/, you shall find all shortcodes in the doc and in the post comment reply
thanks
It will show the title Download Manager as well for both free and Pro version, for the free version it will show All Files
and for the PRO version it will show All Packages
thanks
You have to enable imagick
extension too. imagick
is the PHP extension of the ImageMagick.
thanks