Tahasin

Forum Replies Created

Viewing 25 posts - 2,826 through 2,850 (of 3,721 total)
Sep 29, 2024 at 3:32 pm
#199835
Moderator
Tahasin
Staff OP

Our team has identified a potential bug and resolved it by updating the logic in the code.

Sep 29, 2024 at 11:21 am
#199831
Moderator
Tahasin
Staff OP

We have updated the code on your end. If you encounter the same issue again, please let us know. If the problem persists, we may consider re-coding the entire plugin. I understand it’s frustrating to report the same issue repeatedly, and we appreciate your cooperation during this time.

Regards

Sep 29, 2024 at 9:52 am
#199829
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Sep 29, 2024 at 7:02 am
#199827
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Sep 29, 2024 at 6:55 am
#199826
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Sep 29, 2024 at 6:19 am
#199824
Moderator
Tahasin
Staff OP

Could you please check the PayPal subscription status for 554? It appears to be showing as canceled.

Sep 29, 2024 at 4:22 am
#199822
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Sep 28, 2024 at 5:25 am
#199816
Moderator
Tahasin
Staff OP

It appears that the previous account number has expired. Could you kindly provide a new one?

Sep 28, 2024 at 4:33 am
#199815
Moderator
Tahasin
Staff OP

The wpdm_archive_filter shortcode will not work without the WPDM Directory Add-on.
Kindly check the Directory add-on,

WPDM Directory Add-on

Sep 28, 2024 at 4:08 am
#199814
Moderator
Tahasin
Staff OP

I am glad to hear that file_list is working fine.

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 🤗

Sep 26, 2024 at 6:11 pm
#199784
Moderator
Tahasin
Staff OP

Hello

I hope this message finds you well and sorry for the inconvenience.

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

Regards

Sep 26, 2024 at 6:10 pm
#199783
Moderator
Tahasin
Staff OP

Hello, Dan

I hope this message finds you well and thanks for reaching out.

We are currently looking into the issue and will provide you with an update as soon as we have more information.

I appreciate your patience.

Regards

Sep 26, 2024 at 11:51 am
#199736
Moderator
Tahasin
Staff OP

Fixed, check now.

Sep 26, 2024 at 11:43 am
#199734
Moderator
Tahasin
Staff OP

Okay, I’ll check again to see what went wrong.

Sep 26, 2024 at 11:41 am
#199732
Moderator
Tahasin
Staff OP

Try clicking the cancel button.

Sep 26, 2024 at 11:35 am
#199729
Moderator
Tahasin
Staff OP

Please share wp-login credentials in a private reply.

Sep 26, 2024 at 11:20 am
#199727
Moderator
Tahasin
Staff OP

Allow us a moment to check tge issue and will give you an update shortly.

Regards

Sep 26, 2024 at 11:19 am
#199726
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Sep 26, 2024 at 11:15 am
#199725
Moderator
Tahasin
Staff OP

Here is the page template code:

<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">
            [download_link]
        </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>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
                [txt=Create Date]
                <span class="badge">[create_date]</span>
            </li>
            <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:update_date]">
                [txt=Last Updated]
                <span class="badge">[update_date]</span>
            </li>
<!--            <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:company_name]">-->
<!--                [txt=Company Name]-->
<!--                <span class="badge">--><?php //echo wpdm_acf([268],'AuthorReview/company_name'); ?><!--</span>-->
<!--            </li>-->

        </ul>
    </div>

    <div class="col-md-7">
        <h1 class="mt-0">[title]</h1>
        [description]
        <h3>Attached Files</h3>
        [file_list]
        <div class="wel">
            [tags]
           [add_to_list] 
        </div>

    </div>

</div>

for link template:

<div class="card bg-light c2a4 mt-2 mb-2">
    <div class="card-body text-center pb-4">
        <div class="text-center wicon">
            [thumb_128x128]
        </div>
        <h3 class="p-0 m-0 mb-2"><a style="font-weight: 700" href="[page_url]">[title]</a></h3>
        <div class="text-muted text-small"><i class="fas fa-hdd"></i> [file_size] <i class="far fa-arrow-alt-circle-down ml-2"></i> [download_count] [txt=downloads]</div>
    </div>
    <div class="card-footer text-center">
            <a href="[page_url]" class="btn btn-secondary">[txt=View More]</a>
            <a href="[download_url]" class="btn btn-secondary">[txt=Download]</a>
          
[addto_file_cart]
    </div>
</div>
<style>
    .w3eden .c2a4 .wpdm_icon{ height: 64px !important; width: auto; }  .well.c2a4 .media-body{ font-size: 11pt; }
    .w3eden .c2a4 .wicon img{ border-radius: 500px; max-width: 96px;margin: 5px auto 25px; }
    .w3eden .c2a4 .btn{ border-radius: 50px; font-weight: 500; margin: 0 3px; padding: 0 25px; height: 36px; line-height: 36px; font-size: 12px; }
</style>
Sep 26, 2024 at 11:13 am
#199723
Moderator
Tahasin
Staff OP

We have identified the issue, we are working on it to fix the problem as soon as possible. Thanks for your patience.

Sep 26, 2024 at 10:54 am
#199720
Moderator
Tahasin
Staff OP

Unfortunately, tag-based searching is not available at the moment. We will consider this for future updates

Sep 26, 2024 at 10:51 am
#199718
Moderator
Tahasin
Staff OP

It’s working fine, now. Kindly check

Sep 26, 2024 at 10:37 am
#199714
Moderator
Tahasin
Staff OP

I have created a link template named: wpdm. Try that link template and let me know if this aligns with your requirements.

Sep 26, 2024 at 10:21 am
#199710
Moderator
Tahasin
Staff OP

Hello, misterspok

I hope this message finds you well and thanks for reaching out.

Here are the steps to set up the File Cart add-on:

1. Enable Single File Download.
2. Use the [file_list] tag in your page template to display the button. You can view a helpful screenshot here.
3. Insert the shortcode [wpdm_file_cart] on the page where you want to display the selected files.

Please let me know if this is clear!

Sep 26, 2024 at 9:58 am
#199705
Moderator
Tahasin
Staff OP
This reply has been marked as private.
Viewing 25 posts - 2,826 through 2,850 (of 3,721 total)