@furiousfrog,
I wrote “you will need to use short-code for each category in same page” and I meant actually using multiple short-codes for categories in page content, like:
[wpdm-category id=c1]
[wpdm-category id=c2]
[wpdm-category id=c3]
@dartwin,
thanks for the idea, I’ll keep that with next update
please delete all files in cache dir ( “/plugins/download-manager/cache/” ) and make it writable
in paid version there is widget for listing categories. check here http://dev.wpdownloadmanager.com/ , in sidebar “Categories”
not clear, show me a url where you using custom template.
please make following dir writable:
“/wp-content/plugins/wpdm-premium-packages/”
the 2nd order is for add-on, click on title ( WPDM Pro Order# 4ffdb84f0ef76 ) to go to download page.
sorry, but no such option in free version still now.
Hi,
now you should see another order in your “WPDM Pro Order# 4ffdb84f0ef76 ” in http://www.wpdownloadmanager.com/my-orders/ , Please download the add-on from the order. Sorry for the issue, it happened because of paypal ipn trouble.
“Premium Files” plugin dir name “wpdm-premium-packages”, anyhow please send a temporary wp-admin login to support@wpdownloadmanager.com , We will do the setup for you
please check those following screen-shots:
http://awesomescreenshot.com/096aduh09
http://awesomescreenshot.com/0b8adukba
http://awesomescreenshot.com/0f4adute8
http://awesomescreenshot.com/029aduz76
you should see all those with download manager, after you install and activate premium files add-on
Hi,
I think you received right add-on, after install and activate, it will add new meta box with your add/edit package window to setting up price and new settings tab “Premium Files” under wp-admin downloads settings page, from there you can setup paypal and discount option.
Hi,
extremely sorry for the issue. Your order is active now. Such issue sometimes happen because of paypal ipn trouble. In future, to resolve such issue immediately please mail to support ( support@wpdownloadmanager.com ) or contact live support.
yes, but from next update ( coming within next week )
Hi,
I don’t want anyone to go to pro except he/she must need the features in pro. The css issue you mentioned is happened only for you and another 1-2 users. such a minor thing you can change by yourself. We take care of functional issues immediately, but such css issues are not in our priority list ๐
which image you talking about?
“but as a customer I think it is not a good idea to use such image” — please explain it little more.
as i was reported, your site is not opening, http://www.movinglightassistant.com/download/, showing 404 error
yes, possible, better, you make a try
yes, possible. see example here: http://dev.wpdownloadmanager.com/download/free-icon-set/
yes, in free version it’s “File Manager”
released new version, please update your copy
please send a wp-admin login info to support@wpdownloadmanager.com to check your issue.
not clear, may you please explain little more
the option already exists, you just need to check “Enable Individual Download” option.
download-manager/functions.php
1) use following code:
<?php do_shortcode("[wpdm_package id=package-id-here]"); ?>
2) wpdm pro add separate functions to create and manage custom fields ( though still admin interface not available )
check 1st 3 functions in download-manager/functions.php ( line #1 ~ #70 )
function add_wpdm_meta($pid, $name, $value, $uniq = false);
function update_wpdm_meta($pid, $name, $value, $uniq = false);
function delete_wpdm_meta($pid, $name='');
and
function get_wpdm_meta($pid, $name, $single = true);