Forum Replies Created
use toolbar=0 with category short-code, that will hide the toolbar.
please give me exact url where you’re facing the issue
here:
/download-manager/bootstrap/css/bootstrap.css
ok now, http://www.syneval.fr/comment-changer-de-syndic/ , the short-code should be
[wpdm-email-2download download="2564" title="Télécharger le guide" msg="Entrer votre email"]
@rainakthx, looks ok now.
@horizons, you will need this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
@HowToWebinar, please tell me little more specifically how you want to see it.
[wpdm_my_downloads] don’t take category as parameter.
if you want to show specific categoy you need to use [wpdm-all-packages category="category-slug"]
#2) you don’t need to use that short-code, simply use [wpdm_package id="package-id"] , if form lock applied for that package, then visitor need to fill form before download. and your can use the same add-on #1 to generate the short-code.
such issue only may happen if your server firewall blocks wpdownlaodmanager.com as wpdm pro sometimes tries to connect with wpdm pro to validate license key and check update. anyhow please give me wp-admin login info in a private reply. I’ll check it there.
“Prices” text already in language file, it should work fine if you change it there, anyhow still you can change it using following code:
function price_text($t){
return "Your Text Here";
}
add_filter("price_text", "price_text");
or you can change those texts from /wpdm-premium-package/libs/cart.php
I see your license key is already open and active, it should work fine for any new domain except server firewall blocking wpdownloadmanager.com from validating license key, please server server/hosting support to unlock it or please send me wp-admin info in a private reply, i’ll activate the license manually. Thanks
we are upgrading the table to use ajax for loading paged packaged rather loading all at a time, so you need to upgrade to v4 for that.
@Jordan, v4 docs are here http://newlook.wpdownloadmanager.com/docsfor/download-manager-pro/ , we will move it to live site soon.
btw, use [wpdm_frontend] short-code for that.
@rebeccafonseca, if you are using single site license, you need to purchase again to get another year of update and support, but for business and developer license need to pay 60% or original price only.
I surely care about old members, but you should understand it is never possible to provide life time support and update for a single price and you also will be get such option anywhere, it is very common standard 1 year update and support after purchase. We mentioned everything clearing on terms and conditions http://www.wpdownloadmanager.com/terms-and-conditions/ , see the link at footer. and many many thousands of all other pro users never complained about it.
next update of extended short-code will have a new short-code for the table with search field. right now we are finalizing wpdm pro v4.1.0, after that we will work in the add-on. Thanks
please also send me ftp access to download-manager dir in a private reply.
sorry, not clear, may you please explain little more.
ok got the issue, this is with WPDM – TinyMce Button add-on, we will update it soon, anyhow that short-code is, [wpdm-all-packages id="any-category-slug-here"] or just [wpdm-all-packages]
not misleading at all, we have combined pack here http://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/ for that. but in core we kept everything generic with a small price so that user don’t have to pay for something they don’t need.
that is not possible still now, but adding a new action hook wpdm_before_email_download_link with v4.1.0 , then you will be able to do that