Forum Replies Created
in v4, wpdm using custom post type, so data are in wp_posts table like regular pages/posts.
http://www.fordanddoonan.com.au/documents/ <-- here accordion is not using any link or page template. But if you meant the widgets, you can change it from widget settings.
please give me temporary wp-amdin login info and affect URL in a private reply to check your issue.
You can’t change or edit builtin templates, but if you want to change any builtin template, you need to clone it, edit as per your need, then save. However you can use following SQL to update template for all packages:
For Page Template:
update wp_postmeta set meta_value='template-id' where meta_key='__wpdm_page_template'
For Link Template:
update wp_postmeta set meta_value='template-id' where meta_key='__wpdm_template'
Please use [wpdm-all-packages categories="operatorspanel-certifikat" items_per_page=10 order_by='title' order='ASC']
You may use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code for new download / top downloads, and the view will depend on link template. Template doc: http://www.wpdownloadmanager.com/doc/templates/
Actually if you want to enable play option, individual file download need to keep active, anyhow we are adding play only tag [play_list] with next update of the plugin. Next update is coming within this month.
Ok, I shall add a filter hook for to change the post type arguments with next update
please give me the exact url to check and suggest you required css change.
please add the code at the end of your theme css file, it is style.css in your active theme dir.
File: wpdm-funcitons.php, line # 43, replace 'hierarchical' ► false, with 'hierarchical' ► true,
now opening in new window. You can create new page template for details page from Admin Menu Downloads Templates Page Template. Doc: http://www.wpdownloadmanager.com/doc/templates/
probably it will not take more then 30 mins.
Yes, possible. Simply select proper roles for access field and from download manager settings page select When user is not allowed to download = "Only Block Download Link"
please give me temporary wp-admin login info in a private reply to check the issue.
in that case, you can use this add-on http://www.wpdownloadmanager.com/wpdm-advanced-custom-field-add/ and create a custom field to enter your date and show it in link/page template.
in that case it could be your server cache memory limit, if total file size in your package exceed that limit, package download will fail, however please give me temporary wp-admin login info in a private reply to check it in details.
Sorry for the confusion, for [icon] tag you must select an icon, otherwise it will not show anything, but default data table shows file type icons always.
It is simply a css conflict with your theme or plugin. Probably following css can resolve it:
#wpdm-all-packages td{
text-align: left;
}
please give me temporary wp-admin login info in a private reply.
Ops sorry, there are several bug fixes and feature improvement with search page. For example it starts searching on change of dropdown value.
please give me temporary wp-admin login info in a private reply to check your issue.
You’re using this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
and you can download latest version from here http://www.wpdownloadmanager.com/purchases/
Deactivate and Delete old version, then install and activate new version.