Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 9,101 through 9,125 (of 20,505 total)
Feb 7, 2022 at 9:44 am
#167701
Moderator
Nayeem Riddhi
Staff OP

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

Feb 7, 2022 at 8:44 am
#167699
Moderator
Nayeem Riddhi
Staff OP

Hello lisaac,

Glad to hear that, your problem has been resolved

Thank you and regards

Feb 7, 2022 at 8:42 am
#167698
Moderator
Nayeem Riddhi
Staff OP

Hello Albert,

Hope you are well. Can you please elaborate on these points?

  1. For resizing the button, Can you please share now related URLs, all package’s download button has been changed.
  2. I am not getting the second issue, can you please share the related URL?
  3. One product is set to free downloads, Can you please elaborate more on this issue?

Hearing back from you.

Thank you and regards

Feb 7, 2022 at 7:50 am
#167694
Moderator
Nayeem Riddhi
Staff OP

Hello Albert,

Hope you are well. Are you trying to remove this section as I image attached,

billing-address

please let me know

Thank you and regards

Feb 7, 2022 at 7:36 am
#167693
Moderator
Nayeem Riddhi
Staff OP

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

 

Feb 6, 2022 at 5:22 pm
#167674
Moderator
Nayeem Riddhi
Staff OP

Hello Albert,

Please check now, if it fulfills your requirements. I  have put the adjusted code in Customizer > Additional CSS,

Thank you and regards

Feb 6, 2022 at 5:05 pm
#167673
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 5:00 pm
#167672
Moderator
Nayeem Riddhi
Staff OP

Glad to hear this, your problem has been resolved.

Thank you and regards

Feb 6, 2022 at 4:59 pm
#167671
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 4:42 pm
#167667
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 4:06 pm
#167658
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 4:03 pm
#167657
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 10:26 am
#167648
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 8:37 am
#167646
Moderator
Nayeem Riddhi
Staff OP

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

Feb 6, 2022 at 8:05 am
#167645
Moderator
Nayeem Riddhi
Staff OP

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

 

Feb 6, 2022 at 7:35 am
#167641
Moderator
Nayeem Riddhi
Staff OP

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

Feb 5, 2022 at 6:21 pm
#167634
Moderator
Nayeem Riddhi
Staff OP

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

Feb 5, 2022 at 6:12 pm
#167632
Moderator
Nayeem Riddhi
Staff OP

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

Feb 5, 2022 at 5:47 pm
#167626
Moderator
Nayeem Riddhi
Staff OP

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

Feb 5, 2022 at 9:57 am
#167607
Moderator
Nayeem Riddhi
Staff OP

Hello Sean,

Can you please share your site login URL too?

Thank you and regards

Feb 5, 2022 at 9:56 am
#167606
Moderator
Nayeem Riddhi
Staff OP

Hello Tracy,

For now, you are capable of searching packages only with the search bar. I hope you have understood

Thank you and regards

Feb 5, 2022 at 6:10 am
#167601
Moderator
Nayeem Riddhi
Staff OP

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

Feb 5, 2022 at 5:36 am
#167599
Moderator
Nayeem Riddhi
Staff OP

Hello Daniel,

Please elaborate more on your query, If the roles will be applied for your all packages or not

Thank you and regards

Feb 5, 2022 at 5:34 am
#167598
Moderator
Nayeem Riddhi
Staff OP

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

Feb 4, 2022 at 5:31 pm
#167588
Moderator
Nayeem Riddhi
Staff OP

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

Viewing 25 posts - 9,101 through 9,125 (of 20,505 total)