Need help in customizing apperance on grid/table view

Viewing 8 posts - 1 through 8 (of 8 total)
#128892

Andreas Bersuch
Participant

Hello everyone…pls don’t bother my bad english.

We have setup a homepage for our fishing club.
For our downloads we want to use this excellent plugin.

In the menu you find a link for downloads.

There is one download listed (the only one a have created so far).

Now i have two question:

1.) The PDF-file can be downloaded.
As in the demo here: https://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/
you can click on each item and get to the package page or download it directly via download button.
On our site the “hyperink” is missing or the item itself is not “clickable”. Download is possible via button.

2.) Where can i change the “grey” backgorund of the table/grid? It is hard not easy to read the white typo on the grex background.

Thanks in advance.

Andreas

  • This topic was modified 5 years, 1 month ago by Andreas Bersuch. Reason: misspelling
#128912

Andreas Bersuch
Participant

Args…forgot to provide the link of our page …..

https://asvwehdel.de

EDIT: Solved the problem with the backgound color….found the code in: wpdm-all-downloads.php

Still working on the Hyperlink problem that leads to the package page

  • This reply was modified 5 years, 1 month ago by Andreas Bersuch. Reason: misspelling
#128983

Nayeem Riddhi
Moderator

Please give your Page URL, where the hyperlink is not working. I shall check it for you.

Thanks.

#128990

Andreas Bersuch
Participant

Hey and good morning!

Here is the link: Downloads

THANKS!

#128992

Nayeem Riddhi
Moderator

Hello,

Which link-template you are using. you can edit your link template. such in this way,

Usage:

<a href="[page_url]">[title]</a>

let me know.

Thanks.

#128996

Andreas Bersuch
Participant

HI,

i created a page for all downloads using this code:

[wpdm_all_packages items_per_page="20" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

#128998

Andreas Bersuch
Participant

I can only select page-template in my package….

Picture

#129000

Andreas Bersuch
Participant

Hi,

thx for help…..reading this manual helped out: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

I just did the following change:

old code:

[wpdm_all_packages items_per_page="20" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

new code:

[wpdm_all_packages items_per_page="20" cols="page_link,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

Thank you very much for assising me. I gave a good vote for your plugin at wordpress.org!

Greetings,
Andreas

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Need help in customizing apperance on grid/table view’ is closed to new replies.