Forum Replies Created
for that layout you will need http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
please send to support@wpdownloadmanager.com , include forum post url too
looks like you are trying to auto upgrade from wp.org , you need to download wpdm pro from your your page here http://www.wpdownloadmanager.com/my-orders/
yes, it is already available as core plugin feature, you can set rss url from wpdm settings page
ok, i’m adding the option with next update
you need to write category name manually for now, anyhow I’m releasing an update within 24 hours or so, where i’ll add the name and description with short-code
you may you disabling breadcrumb for wpdm page , there you can use condition like:
if(get_post_type()!='wpdmpro'){
//...show breadcrumb
} else {
//hide breadcrumb
}
no incompatibility, anyhow please send a temporary wp-admin login info to support@wpdownloadmanager.com to check the issue
“GD Library Error: imagecreatetruecolor does not exist – please contact your webhost and ask them to install the GD library” – please ask your server/hosting support to check the error.
please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
ok now, problem was your server was not supporting output buffering, so i disabled it from code ( functions.php ) and its not working fine.
it may happen for access settings for categories to make the categories public, please keep access field empty for categories.
please follow the instructions here http://www.wpdownloadmanager.com/docs/integrated-templates/ to style your download buttons
from next update, there we are moving total system to custom post type.
so in that case “add-new-file-front.php” contains everything, you simply have to catch the html fields in that file to set the default values.
it will require some customization in code.
you need to use category ID , you can get category ID from category page