Forum Replies Created
Hi,
I think you have messed up block editor, I have created a new one. it is properly working, please check, https://distributor.charm.com/wpdm-test/,
It is strange, are you not able to install the add on? it is usually the same process for installing as the other add on having to install
-
This reply was modified 5 years, 9 months ago by
Nayeem Riddhi.
Download Notification add on has been updated. please update your copy from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases, I hope your problem will be solved.
Thanks.
Hi,
Where are you trying [download_link_extended] template tag in the link or page template? does the button showing nothing or not working at all. please give your package or page URL. if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
For #1, If you want custom post type search page, you can go like this,
function template_chooser($template)
{
global $wp_query;
$post_type = get_query_var('post_type');
if( $wp_query->is_search && $post_type == 'wpdmpro' )
{
return locate_template('wpdmpro-search.php'); // redirect to wpdmpro-search.php
}
return $template;
}
add_filter('template_include', 'template_chooser');
and for #2, echo do_shortcode (‘[wpdm_search_result]‘); should work, you can use any of your PHP templates.
Thanks.
Please share your page or package URL. if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Hi,
Have you put width and height in numerical value? like [gallery_50x30] and which version you are using now? let me know.
Thanks.
please give your related page also containing the shortcode.
Thanks.
I have checked now. you may have deleted both of them now. please upload one time only one add on if the folder already exists, it will not re-uploaded.
Thanks.
you can just upload the file free shared hosting like google drive or dropbox. and share the link here for checking and never forget to private reply it here.
Thanks.
What type of error you are getting from block editor of WPDM. I can able to use the block editor WPDM. can you provide a screenshot where is the issue related to WPDM?
Thanks.
Can you able to share your CSV file, I shall check it from my end.
Thanks.
Does the file download without checking the captcha? please share your package URL for checking. if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Yes, after deleting, please install it again and activate it. I hope it will work then.
Thanks.
Hi,
You can use better a translate plugin. The strings you are talking about, already they are translated ready.
Thanks.
We have discussed this issue. The update is coming in the next release.
Thanks.
you can follow these steps for reinstalling your plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download the latest version from here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases and install the latest version
I hope, it may help you.
Hi,
You should use a good FTP app for migrating your site. you can also read an article here, https://wordpress.org/support/article/moving-wordpress/
Thanks.
please don’t do the same process, like updating again. just install the latest version and activate again it.
Thanks.
Are you missing this part of your free version for restricting the category as I image attached?

let me know, and rest of all you have been known from this ticket, https://www.wpdownloadmanager.com/support/topic/restricting-downloads-via-category/
It needs now email and password for checking
okay checking again
Hi,
Has the problem been solved? let me know.
