Forum Replies Created
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
yes, you can , usage: [wpdm-all-packages category="category-id" ]
please send your license key to support@wpdownloadmanager.com to unlock
may you please explain little more, specify the field for which you want to set default value.
next update of wpdm directory add-on coming within next 3-4 days