Forum Replies Created
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.
ops, it is “WDPM Directory Add-on” in the list, 4th from top
Only support and update access expires, key never expires. Please give me your key and temporary wp admin login info in a private reply.
I tried to login, but page is not opening from my location, but still not opening, It just reset conn after few seconds. However if server firewall is blocking my IP, please whitelist it ( 113.11.123.233 )
BTW, if you have any style suggestion or sample, let me know, we can developer similar one here 😉