Forum Replies Created
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
For hiding downloadable files you may keep them locked with a certain lock option and for the user uploading files, can you please check this doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hi @CSDS,
Please open a separate ticket for your issue, please, I shall try to help you
thanks
Can you check this Mailchimp add-on, https://www.wpdownloadmanager.com/download/mailchimp-subscription/, here is available the option for adding subscribers to the group as well
thanks
In the page template generally template tags get dynamic, but for shortcode, you have to put the shortcode in the page/post for making the dynamic content
thanks
Item Update Notification Email is related to newsletter add-on and I think you are talking about Campaign Subscriber widgets, can you please share the related where the creating subscription error? please let me know then
thanks
Are you using this add-on, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ and this shortcode, [wpdm_tree], please let me know, this shortcode also provide you parameter for packages inside a category folder, please let me know
thanks
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
Yes
thanks
please put this code in your active theme functions.php,
add_filter( 'post_type_labels_wpdmpro', 'news_rename_labels' );
function news_rename_labels( $labels )
{
# Labels
$labels->name = 'News';
$labels->singular_name = 'News';
$labels->add_new = 'Add News';
$labels->add_new_item = 'Add News';
$labels->edit_item = 'Edit News';
$labels->new_item = 'New News';
$labels->view_item = 'View News';
$labels->view_items = 'View News';
$labels->search_items = 'Search News';
# Menu
$labels->menu_name = 'News';
$labels->all_items = 'All News';
$labels->name_admin_bar = 'News';
return $labels;
}
I hope it may rename the CPT label of WPDMPRO post type
thanks
Hi,
It is better for you if you use the latest version of WPDM, for updating the WPDM, you may follow this procedure, please simply click the Save Settings again for the license key option from Downloads > Settings > License, which will regenerate the access token. Finally, go to the plugins page and the update will work fine this time, and if you want the older version of WPDM, Please mail support@wpdownloadmanager.com, I hope you may get the help
thanks
If you have a 500 error revealed in your Browser console, it’s mainly due to a PHP Error, And
It’s mainly due to several factors :
– the CURL extension isn’t installed as it’s required by this plugin
– the allow_fopen instruction is not enabled
– your Memory limit is too low (you will need at least 128M, 64M is pretty low!)
Server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause…
If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.
If you weren’t able to resolve the issue by either resetting your plugins and renaming your .htaccess file, we may be able to help, If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
please check and let me know.
Thanks
I have checked that there are lots of files created on your side, but it is very hard to add those files attachment again manually one by one, can you please try again properly from your old server to the new server, please try again
thanks
I have successfully logged in, but it is not redirecting to the admin dashboard, for transferring/moving site one to another you may check this article, https://wordpress.org/support/article/moving-wordpress/
thanks
I think it is working fine here, https://www.arfincaraiz.com/wp-admin/, Are you trying the WPDM login shortcode and option, please check and let me know
thanks
please use the tags template tag on your link or page template, I think it should work then
thanks
Can you share the pagination related page? please let me know then
thanks
I have checked that all files are missing from attaching files, I think moving the files/packages maybe not done in the right way. for moving site you may check this article too, https://wordpress.org/support/article/moving-wordpress/
thanks
Please mail support@wpdownloadmanager.com with your Order Id details. I hope you should get the help
Thanks
I think those meta box related to any add-on or plugin, can you please check other plugins of your site too
thanks
please try now, it is working fine
thanks
