Forum Replies Created
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.
You also can change icon to all packages using this SQL:
update wp_postmeta set meta_value = 'icon-url' where meta_name = '__wpdm_icon'
if you were using latest free version, there should not be any issue with icon, anyhow, if you want to show specific icon for all package, you can create a link template with that icon url and use that link template for packages, and you may use following SQL to assign link and page template to all packages:
update wp_postmeta set meta_value = 'link-template-id' where meta_name = '__wpdm_template'
To change page template:
update wp_postmeta set meta_value = 'page-template-id' where meta_name = '__wpdm_page_template'
In fact direct link will not cause any issue, but wpdm download link is handled by php code, that’s why sometimes server’s php execution timeout settings may cause such issue.
then please also give me temporary wp-admin login info in a private reply, so that I can test it in your site.
please use following css at the end of your theme css file:
.w3eden .ptitle{
color: #ffffff;
}
#1. Sorry for not being clear, please see docs: http://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
#2. Please give me temporary wp-admin login info, I shall check audio player tag in your installation.
Sorry, the feature is for pro version only.
File Path: /wp-content/plugins/wpdm-accordion/wpdm-accordion.php
Line# 48 ~ 60
Actually that will depend on site assignment to user, nothing to do with wpdm pro actually.
ok, please give me temporary wp-admin login info in a private reply and the url to check
You will need this add-on http://www.wpdownloadmanager.com/download/wpdm-default-values/ to set up default value
instead of [audio_player] Use template tag [file_list] and enable individual download
Please check it zlib is disabled in your server, zlib is required for multi-file package download to create zip from attached file on the fly.
in latest version we already have added those in .po file, which version are you using there now.
Ok, got it now, adjusting and updating soon.
You can use your custom message like this:
[wpdm-all-packages items_per_page="20" jstable=1 order_by="title" order="ASC" no_data_msg="No Packages Found"]
But as I see in /tpls/wpdm-all-downloads.php, __('No Packages Found','wpdmpro'); should be in .po file.
As it is with theme, theme developer need to add support for wp download manager post type ( wpdmpro ) with the theme. May you please ask theme developer.