- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by
Tanvir.
Apologies that I’m a newbie with this. I’m using a very basic function of DMF making files available to our owners.
A while back, something I did removed the link from the file title to the Details page. I can no longer get the details page to show up for any file list on any page. I was able to change the download button to display PDF, which is fine, but would like owners to be able to get details on file before downloading via Details page.
Alternately, be able to put a one liner from details under the file title (like file size, download count).
In a perfect world, I’d have the one liner under title, title link to display PDF, and Download button to d/l file.
Any help is appreciated.
DEH
Dev page http://coolfonttemdev.wpengine.com/homeowners/design-guidelines/
Shortcode
[wpdm_all_packages categories="DACC Forms" items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,package_size,download_count|download_link" colheads="Title|Download"]
Hello,
Please use this shortcode instead of the mentioned to get package details.
[wpdm_all_packages categories="DACC Forms" items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="page_link,package_size,download_count|download_link" colheads="Title|Download"]
You can get more parameters here.
I have changed the title into page_link, clicking which will fetch the package details too.
Let me know if it solves your issue.
Thanks
Thanks, it’s fixed. Apologies that I didn’t find that myself.
Now on the resulting details page, is there any way to get rid off Previous Post and Next Post? Really don’t want users going off topic to an unrelated document. Would I need a custom template and paid version?
http://coolfonttemdev.wpengine.com/download/regulations-for-building-at-coolfont-dacc-approval/
Thanks
DEH
Hello @deholz,
Nice to hear that your problem is solved.
The previous post/next post is getting from your theme post’s navigation option. You have to disable that from the theme setting or remove it from custom coding. It is not a wpdm issue so if you change the plugin template, you will still see those.
Thanks
Thank you for quick response. Fixed.
Hopefully last question:
Any way to globally change Page Template on all files? I really hate to edit over 200 files individually.
Hello @dholz,
If you have no problem changing theme, you can test our free theme Attire
In addition, you can import sample data from there to make your website look like the demo.
If you use it with the wpdm plugin, you won’t have to change the page template every time. It will work great with wpdm.
Thanks
The topic "DMFree Details Link Not Working" is closed to new replies.