WPDM Extended Short-codes add-on will give you a better experience in using WordPress Download Manager Pro. We will be adding new short-codes in every update.
Shortcode | Description |
---|---|
[wpdm_tree] |
generates a tree view of all categories and packages, if you want to use it for a specific category, then: [wpdm_tree category="category-slug"] , for direct download link use additional parameter download_link=1. Use cat_orderby (‘name’, ‘slug’, ‘term_group’, ‘term_id’, ‘id’, ‘description’, ‘parent’) and cat_order ( asc, desc) parameter for sorting categories. You can also set orderby ( title, date, modified ) and order ( asc, desc) parameter for packages inside a category folder, user parameter newwin=1 if you want to open a package or download-link in a new window.Demo: https://demo.wpdownloadmanager.com/wpdmpro/tree-view/ |
[wpdm_slider id="1,2,3..."] |
generates image slider. Demo: https://demo.wpdownloadmanager.com/wpdmpro/slider/ |
[wpdm_carousel category="category-id" autoplay=1 nav=1 dots=1 wrap=1 items_per_page=4 items_total=8 template="link-template-id"] |
generates carousel using the packages from the selected category, if you don’t use any category id, then it will show new packages. Demo: https://demo.wpdownloadmanager.com/wpdmpro/carousels/ |
[popup_link] |
this is not a short-code, but a template tag, you can use it with a link or page template if you want to open the package link in a bootstrap modal popup. |
westernedgemedia
May i know when can we get the sortable and searchable table for [wpdm-all-packages] shortcode??
Shaon
You need to use additional parameter `jstable=1` with short-code.
please check more details here http://www.wpdownloadmanager.com/doc/short-codes/
bjmis
What is the shortcode to get my downloads page to display like the following……
http://demo.wpdownloadmanager.com/wpdmpro/all-downloads/
Thank you for your help!!
Shaon
All short-codes listed here http://www.wpdownloadmanager.com/doc/short-codes/ . for data table it is [wpdm-all-packages] , more details in docs page.
kedaiwebs
can i show all of my categories that contain packages?
Shaon
You will need this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
joleksow
Does this add on only work with WPDM Pro? I have the free version, and I’m unable to get jstable=1 to work.
Shaon
please update to wpdm free v2.7.7 , it will work,
bhoward3
how about sharing a full shortcode with the jstable reference in it. i cant get it to work.
Shaon
Here it is http://www.wpdownloadmanager.com/doc/short-codes/#datatable
james.purnama
I use [wpdm_carousel category=”2″ ]
and I get en error as following:
Fatal error: Call to undefined function wpdm_thumb() in /Applications/XAMPP/xamppfiles/htdocs/spqa2/wp-content/plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php on line 215
the same error also if I use [wpdm_tree category=”2″ ]
How to solve it?
Best Regards
Shahriar
Is WPDM inactive by any chance?
james.purnama
the WPDM plugin is active. But still error
Rachele
Dear,
tnx a lot for your plugin!
I have a problem with a shortcode: the button ‘submit’ in the table visualization doesn’t work.
The shortcode I used is [wpdm_category id="32" title="Titolo del corso"]
The button ‘submit’ is ok when I open a new page clicking on the name of the file but it doesn’t work when I click under the column ‘Asc, Desc’.
Any idea?
Ciao, Rachele
Shahriar
Please share your page link to check this issue.
Rachele
Hi Shariar,
now I dscover that in the page http://www.istituto-walden.it/staff the problem for the dowload is only when you click on the button. If I type the password (pippo) and then I use the keyboard instead of the button ‘submit’ the download starts normally.
I hope that it can help you…
Tnx!
p.s sometimes I see the code of the button instead of the image…
Rachele
Yesss 🙂
http://www.istituto-walden.it/staff/
The pw is pippo
The problem is when you click on Png and Guida Tesi on the right
Tnx!
DKIT
Hello,
is it possible to hide downloads which already expired (Date from-to)? I use the tree-view shortcut.
Bye Sascha
Shaon
Sorry, that is not possible yet.
maino
Hi…do shortcodes work inside an excerpt? Because so far it seems they do not.
Shahriar
It depends on your theme. You can execute shortcode in excerpt by adding following code in your functions.php file.
add_filter('the_excerpt', 'do_shortcode');
add this code at the bottom of theme’s functions.php
ThabisoMike
I am using the WPDM free version and also installed the extended short codes plugin, but the direct link parameter is not working. Please check my link with the extra download_link=1 parameter and advice if it is set correctly – http://rlw.org.za/download/rlw-app-for-android/?download_link=1. Thank you
Shahriar
It works on [wpdm_tree] shortcode. Check tree demo here http://demo.wpdownloadmanager.com/wpdmpro/tree-view/
Abdul Qadoos
What is the shortcode so everyone can see his own files…?
Shaon
Use short-code
[wpdm_frontend]
carlos
hello, is possible to auto expand all file tree on page load?
carlos
please, how can i do it? thanks
Pablo
hi how use this ” [popup_link] ” any example?
thanks
Shahjada
Here https://demo.wpdownloadmanager.com/wpdmpro/tree-view/, at the bottom of the page.
Kevin Seithe
good day, am new to web develop. i have been try to read how can i set a shortcode for a single category but am finding challenge to set it up can i be please be assisted
Thomas Bachmann
How do I Change the size of the file-type -Icons?
Billboss Boss
SALUT Shahjada . JE SUIS UN DE TES CLIENTS J AI ACHETER LE PRO 4 MAIS J ARRIVE PAS A TROUVER LES SHORT CODE POUR AJOUTER LE BUTTON DOWNLAOD AND PLAY POUR LES ALBUM AUDIO // AIDER MOI
Shafayet
Hi,
You need to enable individual file download and use
[file_list]
tag in your page template. And if you want to show play button with the link template, use template tag[play_button]
Doc: https://www.wpdownloadmanager.com/doc/templates/
Billboss Boss
OK
Rafael Medina
Hi, How can I make the tree view with the download_link = 1 parameter open the file in a new window. I had done it before but I forgot how it was that I did it. Look for the instructions here but I can not find them. Can you help me?
Shahjada
Hi,
That will require some customization in code, however, we shall add it as an option with the next update of the add-on.
Sandile Nyawo
Hi
How do i disable file click information when using [wpdm-all-packages], dont want to be able to click on the file name, wanna disable to click on the file nam
Shahjada
Please check the doc here:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
tsungyu ke
This plugin not working after update Download Manager to 6.0.6 version.
Shahjada
Please update this plugin too.