Hi,
You can create a custom template(link for use with shortcode/page template that will work with single category) to show only feature image and the download button for a file/package. You can find the existing template files from /wp-admin/edit.php?post_type=wpdmpro&page=templates
.
You can put [preview]
to show feature image and [download_link]
which gives you the direct download link. You can use HTML to design this template with the available tags.
If you still find it confusing let me do it for you.
Resources:
Building a WordPress Download Manager Link Template from Scratch
Thanks
Hi,
Thank you for your suggestion. We will look into this in future.
HI,
I tried to reach several time, but seems like the server is down.
Thanks
Hi,
Yes, you can use WPDM Default Values addon to make change all the files settings from one place.
Thanks
That is the free version which is hosted on WordPress. Pro version comes from our website.
Thanks
Hi,
Seems like you don’t select full page template on the dashboard page. So the sidebar space of the theme giving the flow in design in the dashboard page of wordpress download manager.
Now, about the feature image that is automatically adding in the frontend, there might be an issue with the theme or plugin. try selecting another theme if the problem still exists. And I have created two test package from frontend and backend. they are visible.
Thanks
Hi, A new update of Form Lock add-on is coming with next 3-4 days, where user will have to fix the same form only once to download multiple packages.
Thanks
When the update comes you will be notified in the update section of the plugin. We will update it soon.
Thanks
Hi,
I have tested your environment. I have uploaded a test package file with the frontend, which is available and can be download from the resource library page.
Thanks
Hi,
Which PHP version you are using on the server? can you send the error log and login to check details issue? I have checked the file download successfully.
Thanks
Seems like we can do more as we used the default search.
But, You can create custom search filter if you want to modify the search field. Please look into this post if you are not clear. Or you can use a custom plugin like Search Everything for that.
Hope that resource will be helpful for the thing you want to achieve.
Thanks
It is used in libs/class.Package.php
file in the download manager.
Thanks
Then you have to use default WordPress post time function to echo it out. Details here.
Thanks
Hi,
There can be several issues that the images are not showing. If you changed your domain also then there might be old domain link still into the database that is not replaced. Or in your new hosting check the folder permission, and if they are 755
, then its ok. If you have had any cache plugin which stored cache files then remove them.
The WordPress download manager files are stored in wp-content/uploads/download-manager-files
folder. check the folder and the permission.
If the problem does not resolve then send the login info in private to check.
Thanks
Hi,
You can request your custom modification stuff by sending your details to customize@wpdownloadmanager.com.
Thanks
Hi,
You can use template shortcode to get them, [create_date]
or [update_date]
for a package.
Thanks
Hi,
You can use Directory addon and use Archive page for showing the document library page.
You can use link template to show customize template where the user can click on “view” button then view them in a tab if they are pdf files. You need to use this <a href="[download_url]" target="_blank">View</a>
code in the template.
If you are not sure how to customize template then let me know, i will do that for you.
Thanks
Hi,
Seems like the account does not have the admin access. Can you grant admin access to the account WPDM_Shahriar?
Thanks
Hi,
It is possible.
You can modify the wpdm-all-downloads.php
and put it under your active-theme/download-manager
to achieve this. Or you can order custom modification service by sending email to customize@wpdownloadmanager.com for a quote.
Thanks
Hi,
Hi, you can use the meta value in WP Query to sort the downloads by meta value.
Also, you can add custom sort fields with WPDM packages using Advanced Custom Fields add-on.
Thanks
Hi,
It is not possible yet to use only one form to unlock all downloads. But we will look into it to implement it in our future updates.
Thanks
Hi,
The most recent version for WordPress manager pro is v4.7.2. If you are seeing the WordPress directory plugin by visiting plugin page then that’s the free version. You will get notified when the new version releases.
Thanks
Hi,
There may be no downloadable file available inside your package file. So the download showing “Package not available”.
However, Please send temporary wp-admin login info in private reply so I can check this issue in your installation.
Thanks
Hi,
Adding target blank is not available with the shortcode yet.
But,
You can modify an existing link template file from wp-admin/edit.php?post_type=wpdmpro&page=templates
this page.
And add this code <a href="[download_url]" target="_blank">[icon]</a>
to make download target blank.
And use this template tag with the shortcode.
Thanks
sorry, Please use[thumb_WxH]
here you need to put image height and width like [thumb_680x240]
.
This [thumb_url_WxH]
Returns Feature Image Thumbnail URL With Specified Width ( W ) and Height (H) If Available.
Or you can use template tag [product_preview]
which will use the first item from attached files ( for image, pdf, video and audio ) to generate and show a thumbnail preview.
You can find more at here.
Thanks