1. Use template
instead of link_template
This is a bug in tinyMCE, it insert wrong parameter ( which will be fixed in next version ).
2.Working fine in my test. Please try following shortocde ( sorts in ascending order, use ‘desc’ for descending )
[wpdm_category id="newsletter" cols=1 toolbar=0 order_by="download_count" order="asc" item_per_page=10 template="link-template-panel.php"]
Hi,
Please check Resumable download and output buffering settings in Dashboard Downloads Settings Basic File Download panel. Disable both options and try a download.
If that does not fix, please send temporary wp-admin login info in private reply.
Thanks.
Hello Micheal,
You php version does not support short array syntax. That was reason behind the issue. However, i updated the code with old style array and working now.
Thanks,
Hi,
Change your [download_link_popup]
template tag to [download_link]
in your Link Template.
[download_link_popup]
tag does not support Image button yet.
Thanks.
Required css to hide breadcrumb, you know where to add,
.w3eden .breadcrumb{display:none;}
You can use another page for user login/registration ( using ninja form ) and redirect user to dashboard page after login. That might work for you, if you just want to process login/reg using Ninja Form.
Here is the doc link http://www.wpdownloadmanager.com/doc/filter-reference/wpdm_email_lock_heading/
You place the url to file in url field ( the file has to be accessible through browser using same url )
After clicking +
button file should be added to Attached files metabox
https://www.evernote.com/l/AUfLYx3CoRZKMrmjdHdds7q4DvZAHgCltLUB/image.png
if you can’t attach file, Please send temporary wp-admin login info in private reply. I will check it there.
Thanks.
Yes, you can do that easily.
Use following shortcode to show all packages with Audion Preview. Here i have applied link template “With Audio Preview” You can use your own customized link template ( To rearrange package information )
[wpdm_packages template="link-template-audio.php" order_by="post_title" order="asc" paging="1" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]
But in this case there is no search feature, just plain list. You need Directory addon to show searchable package list. It has many other features too.
Thanks.
Hi, You can use wpdm_email_lock_heading
filter now to change Subscribe to Download text. Thanks.
No such addon available. btw, WPDM has a login form shortcode [wpdm_login_form]
Did you use marketplace/languages/wpdm-marketplace.po
file for translation? Sorry not clear, which subject did not translate?
Hi,
No need to edit plugin files.
You can easily edit Email Template from Dashboard Downloads Subscribers Email template Tab.
Thanks.
Hi,
Add following css in your theme’s style.css file to hide filter options,
#srcp{display: none;}
To remove it completely plugin code customization required. But this css option is better. Because it will stay even after you update the plugin.
Thanks.
Hi,
Sorry, it was fixed locally, but didn’t push the update.
Now updated version is available for download.
Thanks.
Unlocked your key.
You can customize the all downloads table template here ../download-manager/tpls/wpdm-all-downloads.php
Got it. This is coming from Accordion addon. Update your WPDM Accordion addon. Download latest version from here http://www.wpdownloadmanager.com/user-dashboard/purchases/
Removed home link ( It comes from ../download-manager/libs/class.CategoryHandler.php file )
Yes, it does work with Free account.
There was a JS error, fixed it. Settings are saving now. Thanks.
You can use customized template for dashboard. Follow instructions from here http://www.wpdownloadmanager.com/doc/template-files/
You need to edit wpdm-dashboard.php
file. Remove sidebar div from there and set next div class to col-md-12
in place of col-md-9
However , you won’t be able to see other dashboard pages , as the page links are listed in sidebar.
Hi Micheal,
Please delete current installation of s3 addon and try a fresh install. If it does not resolve the issue , please send temporary wp-admin login info in private reply.
Thanks.
Can i disable plugins for test purpose? Looks like some plugins are networks activated. So, i have to ask you before disabling those.