increase amount of downloads shown on list group template

Viewing 25 posts - 1 through 25 (of 30 total)
#189105

David Deven
Participant

I would like to show 5 downloads side by side using the list group template on the front page. Here is a picture of what I mean. How can I do this with css?

#189179

Tanvir
Moderator

Hi David,

Thanks for contacting us.

We can’t guarantee that the exact design is possible as it may need customization.

However, you can use link template and page template to use different pre-build templates created by us.

Templates

You may also edit templates according to you needs.

Regards
Tanvir

#189298

David Deven
Participant

Then would you please do me a favor and add it to your list of features to add. Because I don’t think every single person is going to want it showing in a top to bottom configuration. I’m sure some other people will want it to be shown from side to side as well.

#189301

Tanvir
Moderator

Hello,

Thanks for your reply.
Have you checked the available page templates?
However, you may request this feature below:

Download Manager Pro Feature Request

Though not guranteed, our team may consider to add it in future.

Regards
Tanvir

#189340

David Deven
Participant

I don’t understand how your logic even works this should have been put into both the free and pro versions as a basic feature to begin with. IF this is how your metal thinking patterns work then I can see why your ratings have gone down. If you even cared about your customers happiness you would lay off being so greedy all the time.

#189435

David Deven
Participant

Just had a chat with a nice person who offered to help me with this problem FOR FREE!! I can see you don’t really care about your customers are are quite greedy so please don’t ever ask me again about leaving any reviews because I will not.

#189444

Shahjada
Keymaster

Use like this:

<div style="display:flex;">
[wpdm_package ...]
[wpdm_package ...]
[wpdm_package ...]
[wpdm_package ...]
[wpdm_package ...]
</div>
#189602

David Deven
Participant

How am I suppose to use that in the free version I already stated this.

#189603

Tanvir
Moderator

Hello,

You can follow the below doc to edit template files in free version

Template Files

Regards
Tanvir

#189609

Shahjada
Keymaster

You can add it in your post editor. Send me temporary wp-admin login info in a private reply. I shall show it to you.

#189638

David Deven
Participant

You can add it in your post editor. Send me temporary wp-admin login info in a private reply. I shall show it to you.

Sir, I never said anything about the post editor. This has to do with the widgets that you can show on the homepage. And I am not giving you access to anything. You can simply instruct me on what I need to do.

#189656

Tanvir
Moderator

Hello,

Please follow my last reply.
There is the instructions to update link template and page template in wpdm free.

Regards
Tanvir

#189690

David Deven
Participant

But what does that have to do with the layout of the widget itself?

I only want to show the layout going from side to side not up and down.

#189703

Tanvir
Moderator

Use like this:

<div style=”display:flex;”>
[wpdm_package ...]
[wpdm_package ...]
[wpdm_package ...]
[wpdm_package ...]
[wpdm_package ...]
</div>

You need a bit html and css knowledge to do these type of customizations.
For further help you can use chatgpt regarding it.

#189708

David Deven
Participant

And which file does this go in?

#189710

Tanvir
Moderator

Hello,

You need to edit the template that will be used.
You will get all the templates in example link templates in /src/Packages/views/link-templates directory in plugin directory.

Regards
Tanvir

#189906

David Deven
Participant

I need a more detailed explanation of what to add because you post seems to be getting cut off by periods.

Here is what is there already


<!-- WPDM Link Template: List Group -->

    <div class="list-group wpdm-lt-card" style="margin: 0 0 15px 0">
        <a href="[page_url]" class="d-block">
            <?php wpdm_thumb($ID, [500, 400], true, ['class' ► 'card-img-top']) ?>
        </a>

        <div class="list-group-item d-flex justify-content-between align-items-center">
            <h3 class="p-0 m-0 elipsis">[page_link]</h3>
        </div>
        <div class="list-group-item d-flex justify-content-between align-items-cente">
            File Size <span class="badge">[file_size]</span>
        </div>
        <div class="list-group-item d-flex justify-content-between align-items-cente">
            Downloads <span class="badge">[download_count]</span>
        </div>
        <div class="list-group-item d-flex justify-content-between align-items-center">
            <?php //echo self::downloadLink($ID, 0, ['btnclass' ► 'btn btn-block btn-primary', 'template_type' ► 'link']); ?>
            [download_link]
        </div>
       </div>
#189908

Tanvir
Moderator

Send me temporary wp-admin login info in a private reply

#189923

David Deven
Participant

Sir, why cant you just post the code like everyone else does in the WordPress forums? I have seen your business practices and immediately asking for a temp login is not a good way to gain my trust.

#189946

Tanvir
Moderator

Hello,

It is our support policy.

I want to clarify that the issue at hand is not a matter of trust, but rather a matter of technical expertise. Given that you may not have a full understanding of the codebase from the outset, it would be best for us to handle the task from our end.

If you had a strong background in web development, it would be feasible for you to initiate the project. However, since your expertise in this area may be limited, we would prefer not to risk any potential complications that could arise from an inexperienced approach.

We appreciate your understanding in this matter and believe that entrusting the project to our team will ensure a smoother and more successful outcome.

Regards
Tanvir

#189960

David Deven
Participant

I can see that you really don’t want to work with a customer seeing as how you keep arguing just to get business. If you do intend to help me then you simply post the code I need to edit in what file like anyone else intended on helping would do. take note though this is the free version and the free version does not have a tag of template editor like you seem to think.

#189962

Tanvir
Moderator

Hello,

It is not an argue. All the plugin companies that provide supports in their own support websites, ask for admin access. It is a standard process. It is a standard support policy. If you have issues in providing live site credentials, you can create staging website>
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
We are unable to help you by going beyond the policy further as already did it but you are not understanding it.
However, As you are not listening or following what I suggest, just buy the pro plan. Then edit the templates yourself.

Pricing

Thanks
Tanvir

#189988

David Deven
Participant

I really thought you guys would be better then this. If this is how you let your employee’s talk to you customers I will NOT be leaving a good review for you.

Second if you indeed do have to have admin access on every machine then it should be stated in a policy somewhere.

#189992

Tanvir
Moderator

Hello,

Follow the screenshots:

Input
image

Output:
image

Regards
Tanvir

#190020

David Deven
Participant

Ok, now I see and understand from the pictures, but there are a few problems.

1. I need it to show the latest downloads not just specific ones.

2. I need it to show on the front page.

Viewing 25 posts - 1 through 25 (of 30 total)

You must be logged in to reply to this topic.