Hi there,
I can’t find any information on how to actually implement this plugin. How do I specify which pages the downloads show on? Is there a way to have the downloads appear on my home page/blog post page?
Hello, i want to show downloads only from a category, however the page totally messes up
see here:
http://197105.webhosting54.1blu.de/wintosped/testpage
dont know how to resolve this, already tried using 1 col and different template
I’ve installed v.4.5.6 and the migration tool, but i don’t see any downloads in the migrate tab. What i’m doing wrong?
I am using the pro version to build a download area for a tech customer. They will not have a high volume of downloads (right now) but over time that will increase.
Here is the current page:
https://www.knupath.com/support/ (only registered customers who have signed an NDA can actually download)
As you can see, they have a May release and an August release. This is marginally workable right now (this is how they want it laid out) but down the road it will become unmanageable.
I would like to be able to either create a new metadata item called “release_version” that I can filter on “current” or “archive” in order to group all of the current releases at the top of the page. Currently I use three statements to build out the 3 category lists on the page:
[wpdm_category id="releases" operator="IN" title="Releases" toolbar="1" template="57a8ed44855d6" cols=1 colspad=1 colsphone=1]
Ideally I would like to add a filter like release_version=current onto the statement, in order to filter out only the files that I want at the top.
Is there any way to do this easily? I can see how to create a custom field, but don’t understand the nomenclature for filtering.
Everything was working fine, then all of a sudden the user dashboard stopped tracking downloads. Any idea what the issue could be?
Hi I am modifying the PHP file wpdm-all-downloads.php (=all packages responsive list) and putting it in our child theme:
I have tried to change Create date
<?php echo get_the_date(); ?>
to Latest change/update/save date
<?php echo get_the_update_date(); ?>
but that code did not work at all…
What code should I use??