Forum Replies Created
Hello Daniel,
For bulk apply roles to the packages, you can use the below code snippet in your theme functions.php file,
function wpdm_bulk_update_user_access(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'__wpdm_access',serialize(array('0'►'editor', '1' ► 'administrator', '2'► 'erzeuger')));
}
}
add_action('init', 'wpdm_bulk_update_user_access');
please check and let me know if it works for you
Thank you and regards
Hello lisaac,
Glad to hear that, your problem has been resolved
Thank you and regards
Hello Albert,
Hope you are well. Can you please elaborate on these points?
- For resizing the button, Can you please share now related URLs, all package’s download button has been changed.
- I am not getting the second issue, can you please share the related URL?
- One product is set to free downloads, Can you please elaborate more on this issue?
Hearing back from you.
Thank you and regards
Hello Tracy,
We have these shortcodes with basic search functions for the packages,
Short-codes – WordPress Download Manager (wpdownloadmanager.com)
If you are trying to get an advanced search field for tags, categories, or authors, you may keep a feature request here,
Download Manager Pro Feature Request – WordPress Download Manager (wpdownloadmanager.com)
Thank you and regards
Hello Albert,
Please check now, if it fulfills your requirements. I have put the adjusted code in Customizer > Additional CSS,
Thank you and regards
Hello Gilardi,
Can you please share a screen recording video please regarding the issue? I hope we can help you regarding the issue
Thank you and regards
Glad to hear this, your problem has been resolved.
Thank you and regards
Hello lisaac,
I think it is server related issue. On the server, because of the presence/absence of some module, it can cause this. Can you please contact your server administrator/hosting provider regarding this issue? I hope you should get the help. please let me know then
Thank you and regards
Hello Albert,
I was adjusting it from my laptop. Now I have checked from browser device emulation. Please check now, if it is working for your all packages. I have put adjusted code in Customizer > Additional CSS. please check
Thank you and regards
Hello Gilardi,
Hope you are well. For installation, you can check this doc,
Installing WordPress Download Manager Pro (wpdownloadmanager.com)
Please let me know if it helps from your side.
Thank you and regards
-
This reply was modified 4 years, 1 month ago by
Nayeem Riddhi.
Hello lisaac,
I think this error is related to .htaccess . Can you please elaborate on when the error is appearing from your side? please let me know
Thank you and regards
Hello Carin,
Hope you are well. Can you please check this add-on,
Download Limit – WordPress Download Manager (wpdownloadmanager.com)
If it fulfills your requirements, It works in the free download manager version but works better with the pro, please check
Thank you and regards
Hello Albert,
Hope you are well. Please check now, I have adjusted your requirements with the below code from Customizer > Additional CSS,
.wpdmpro .entry-title { color:white;}
.wpdmpro.type-wpdmpro {
margin-right: unset !important;
}
Most of the packages seem to be working, but like package page not working
https://www.rarecrates.com/download/bob-marley-jammin-phat-al-refix-edit-3/
Also checked this page is excluded from your theme.min.css
please let me know
Thank you and regards
Hello Albert,
Hope you are well. Please check here,
https://www.rarecrates.com/download/abc-be-near-me-munich-disco-mix-edit-phat-al-video-edit-4/
If it is fulfilled your requirements, I have adjusted it to make only the button with the below code from Customizer > Additional CSS,
.wpdm-social-locks .well > div:first-child, .wpdm-social-locks .well > div:first-child + div {
display:none;
}
please check and let me know if it works
Thank you and regards
Hello Carel,
Hope you are well. I think you are talking about the frontend uploader. You can keep only the Select Files and Select From Server option for file uploading. There needs to adjust the plugin code from your side for this. Can you please, give your temporary wp-admin login details in a private reply for adjusting the issue?
Thank you and regards
-
This reply was modified 4 years, 1 month ago by
Nayeem Riddhi.
Hello Tracy,
For advanced search results, you can also check this demo too,
https://demo.wpdownloadmanager.com/wpdmpro/advanced-search-left/
please check
Thank you and regards
Hello Albert,
Hope you are well. Please, you can also make points on the issues. Or, when you frequently post messages, one reply replaces the other. However, With CSS it is possible to keep only the button. I hope you have understood.
Thank you and regards
Hello Arun,
For now, Can you please share the PHP log error info regarding the issue? The error needs to check where does it is producing? please let me know
Thank you and regards
Hello Sean,
Can you please share your site login URL too?
Thank you and regards
Hello Tracy,
For now, you are capable of searching packages only with the search bar. I hope you have understood
Thank you and regards
Hello Albert,
Which texts do you want to replace? please elaborate more on it. If you are trying to replace the text Buy, it resides in plugins\wpdm-prepaid_credit-master\libs\credit-required.php line number 98`, please check
Thank you and regards
Hello Daniel,
Please elaborate more on your query, If the roles will be applied for your all packages or not
Thank you and regards
Hello Mahdi,
Please check now, the code will work for only the WPDM youtube video. Let me know if there any conflicts still remain
Thank you and regards
Hello Elizabeth,
Hope you are well. When you are creating a package, don’t protect the media file from using the media file protection option, use package access control. The Media file protection option is for the cases when users are sharing media files directly without creating packages. I hope you have understood
Thank you and regards
