Tahasin

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 2,926 through 2,950 (of 3,943 total)
Oct 15, 2024 at 1:56 pm
#200452
Moderator
Tahasin
Staff OP

Kindly share wp-login credentials in a private reply to check the issue.

Oct 15, 2024 at 8:34 am
#200449
Moderator
Tahasin
Staff OP

Hello, Michael

I hope you are doing well and thanks for reaching out.

a) In Download Manager Pro you can download a single file from a package containing multiple files.
b) Download Period Add-on for WordPress Download Manager will help you to set a date range for any user to allow access to packages only.

Download Period

Oct 15, 2024 at 8:02 am
#200446
Moderator
Tahasin
Staff OP

If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.

Thank you 🤗

Oct 15, 2024 at 7:53 am
#200444
Moderator
Tahasin
Staff OP

I have changed the color, kindly check

Oct 15, 2024 at 7:51 am
#200443
Moderator
Tahasin
Staff OP

I just wanted to check if this aligns with your requirements. If everything looks good to you, I’ll go ahead and apply.

Oct 15, 2024 at 7:40 am
#200440
Moderator
Tahasin
Staff OP

is it okay? screenshot

Oct 15, 2024 at 7:35 am
#200438
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Oct 15, 2024 at 7:18 am
#200433
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Oct 15, 2024 at 6:51 am
#200431
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Oct 15, 2024 at 6:43 am
#200430
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Oct 15, 2024 at 6:38 am
#200429
Moderator
Tahasin
Staff OP

okay, I am checking

Oct 15, 2024 at 4:24 am
#200419
Moderator
Tahasin
Staff OP

I apologize for the delay. Could you please share the WP-login credentials in a private message? I may need to apply some custom CSS to adjust the font color.

Oct 14, 2024 at 4:51 am
#200388
Moderator
Tahasin
Staff OP

You can use the shortcode [wpdm_user_dashboard recommended="recent" signup=1 flaturl=0 fav=1] to display recommended and favorite files. The final result will look like this.

Oct 13, 2024 at 1:50 pm
#200380
Moderator
Tahasin
Staff OP

You can still display your downloads to registered users on a single page; however, displaying them directly on the dashboard isn’t possible without Advanced access control. Alternatively, you can showcase a recommended category or users’ favorite files on their dashboard if you’d like.

Oct 13, 2024 at 1:30 pm
#200377
Moderator
Tahasin
Staff OP

No, this feature is not included in Download Manager Pro. This add-on is only needed if you want to assign files or packages to specific users.

Oct 13, 2024 at 1:16 pm
#200375
Oct 13, 2024 at 12:58 pm
#200372
Moderator
Tahasin
Staff OP

Hello Fadi,

I hope you are doing well and thanks for reaching out.

My downloads will become available once a specific user assigns the relevant files or packages. For this functionality, you may need the Advanced Access Control add-on.

Oct 12, 2024 at 3:05 pm
#200365
Moderator
Tahasin
Staff OP

I am glad to hear that the problem has been resolved

If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.

Thank you 🤗

Oct 12, 2024 at 2:32 pm
#200363
Moderator
Tahasin
Staff OP

I am glad to hear that

If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.

Thank you 🤗

Oct 12, 2024 at 12:30 pm
#200361
Moderator
Tahasin
Staff OP

kindly share wp-login credentials in a private reply to check the issue

Oct 12, 2024 at 8:19 am
#200359
Moderator
Tahasin
Staff OP

You can export (backup) all the stats if needed. However, deactivating those queries may trigger a fatal error.

Oct 12, 2024 at 5:38 am
#200356
Moderator
Tahasin
Staff OP

It appears that the issue may be due to an excessive number of entries in the table. Clearing the statistics data could help resolve the problem.

Oct 11, 2024 at 1:19 pm
#200309
Moderator
Tahasin
Staff OP

You can change the email template from: Messages > Settings > Email. Check the screenshot

Oct 10, 2024 at 7:03 pm
#200295
Moderator
Tahasin
Staff OP

To remove create date and update date kindly paste the code here: wp-content/plugins/download-manager/src/Package/views/page-templates/page-template-default.php

<div class="row">
    <div class="col-md-12">
        <div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div>
    </div>
    <div class="col-md-5">
        <div class="wpdm-button-area mb-3 p-3 card">
            [download_link]
            <div class="alert alert-warning mt-2 [hide_empty:expire_date]">
                Download is available until [expire_date]
            </div>
        </div>
        <ul class="list-group ml-0 mb-2">
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
                [txt=Version]
                <span class="badge">[version]</span>
            </li>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
                [txt=Download]
                <span class="badge">[download_count]</span>
            </li>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
                [txt=File Size]
                <span class="badge">[file_size]</span>
            </li>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
                [txt=File Count]
                <span class="badge">[file_count]</span>
            </li>
        </ul>
    </div>

    <div class="col-md-7">
        <h1 class="mt-0">[title]</h1>
        [description]

        <div class="wel">
            [tags]
        </div>

    </div>

</div>
Oct 10, 2024 at 10:57 am
#200289
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Viewing 25 posts - 2,926 through 2,950 (of 3,943 total)