Hi,
No option available for this kind of notification. But there are some integration addon for MailChimp and other list manager http://www.wpdownloadmanager.com/downloads/email-add-ons/
That might work for you. Mailchimp has notification option for list update.
Thanks.
Yes, we will update TinyMCE, but you still can use tinyMCE to insert shortcode. Just chnage the parameter link_template
to template
. No need insert package id manually.
Archive Page addon / Directory Addon ( same thing ๐ ) http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
One of your plugin (WP Limit Login Attempts) was creating this issue. After disabling it everything okay now.
Download is initiating as usual. It was an issue with your server. After disabling output buffering from WPDM settings everything okay now. Thanks.
Actually the issue was in shortcode, use template
in place of link_template
, It is better solution than changing the plugin code.
https://www.evernote.com/l/AUe6GDYke-VEPI0Uzp7eHWEYrHhrvehCupAB/image.png
Now only fix is required is TinyMCE addon which inserting wrong parameter.
Your template parameter was wrong , It is only template
but you wrote link_template
Use tinyMCE button to insert shortcode.
https://www.evernote.com/l/AUcIOlHFs7ZCP7ImCiPIU6nMyZm2NZgEz3sB/image.png
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
Looks like there is issue on that shortcode, it is always fetching same template. Added that in out to-do for next update. In the meantime, if you want, i can update it in your installation. Or you can use Archive Page page addon, which provides lots of option to show all packages.
Try following code then, It will change all Download Manager button color globally,
.w3eden .btn { background: #3778fa !important; } .w3eden .btn:hover{ background: #3778fa !important; opacity:0.9; }
Yes, you can disable locks for logged in users. You will find the settings in Dashboard Downloads Settings Basic File Download Panel
Add following css in your theme’s style.css file, That should do the job,
.popover-content .wpdm_submit.btn { background: #3778fa !important; }.popover-content .wpdm_submit.btn:hover{opacity:0.9;}
Hi, please check the login info again. It is not working.
Login Failed: Sorry..! Wrong information..!
5 attempts remaining..!
Do you want to sort child categories in descending order? That could be done , but require minor code change. Please send temporary wp-admin login info in private reply. I will do that for you. Thanks.
Please send temporary wp-admin login info in private reply to check the issue. Thanks.
You can use [wpdm_packages]
shortcode. There are several parameters in this shortcode. Use tinyMCE button to insert it.
https://www.evernote.com/l/AUcD81t8XeNN-JkpspOdxe-nH6xeuWEHDAMB/image.png
Please send login info in private reply.
WPDM does not track changes of individual files inside a package. So, no built in option yet, to show file specific update date. But, you can use the ‘File Title’ field to show update date and file name.
Please download latest version from here http://www.wpdownloadmanager.com/user-dashboard/purchases/ Disable and delete old version, then install latest one.
Does it initiate the download? Check if current user have download access to the package you are testing.
Template tag is written correctly, it should work.
Please send login info in private reply to check this in your setup.
Thanks.
Please send your URL to check the issue.
Find wp_editor()
function in that file (around line 48-49) and replace it with following line
<textarea class='form-control' rows='15' name='pack[post_content]'><?php echo $cont; ?></textarea>
https://www.evernote.com/l/AUdKQbu8md9AJJFDswL4-RXKNxEGIxGF4w0B/image.png
It will show a textarea instead of Editor.
Image Upload worked ( from frontend ) fine again. Check this sample package https://www.frtimer.com/wpdm-package/test-2/
Also check following screenshot,
https://www.evernote.com/l/AUfCO6-CkmZMXYPKN0mZwj3Ww5JmdVTZj9MB/image.png
Sorry, no hooks available there.
Please find the answers in same order,
1. Use a link template that does not have [page_url]
template tag. You can make custom link template.
2. Wrap your link template inside <div class='col-md-4'></div>
to make columns. This is sample div, you can change the class to adjust column numbers. This one will create 3 columns ( Bootstrap 12 columns grid system )
3. Code change required. You can change it from ../wpdm-archive-page/wpdm-archive-page.php
file
Thanks.