- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by
Andreas Bersuch.
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, 10 months ago by
Andreas Bersuch. Reason: misspelling
Args…forgot to provide the link of our page …..
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, 10 months ago by
Andreas Bersuch. Reason: misspelling
Please give your Page URL, where the hyperlink is not working. I shall check it for you.
Thanks.
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.
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"]
I can only select page-template in my package….
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
The topic "Need help in customizing apperance on grid/table view" is closed to new replies.