Forum Replies Created
sorry, that is not possible as it is now 🙁 , but can be done though some customization.
It is an issue , anyhow fixed to for next update which coming within next 2-3 days. but if you want to adjust it right now. please open /download-manager/modules/additional-preview-images.php, go to line #120, replace get_the_ID() with $file['ID']
Thanks
1) user additional parameter cols=1 with category short-code
2) you don’t have to use the button, if you enable form lock for a package and use the package short-code anyhow, you will see the form before download, use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate package short-code.
no problem at all 🙂 please give me the license key in a private reply to unlock it
no. but here is a solution. upload pdf from wp media manager, copy the url and add it with package as remote url, then when user will try to download, it will open in browser rather then starting download.
[wpdm-all-packages] will show such list in tabular format. but if you want to apply the link template, create category ( for example: all downlods ) and assign all packages under the category and use category short-code . btw, you can use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-codes.
replace the_permalink with wpdm_download_url(array('ID'►get_the_ID())
please replace [my-orders] with [wpdm-pp-purchases]
Checkout page is not required anymore. everything will be done at cart page, it is simplified in last update
in my-shop page, if you want front-end user to create packages, user short-code [wpdm_frontend].
ok, great 🙂 that’s it. I didn’t do anything.
not sure exactly, please give me wp-admin login info in a private reply, I’ll cgeck.
you need to add new css for those specific class at the end of your theme css. for example to checked green color, use following css:
.label.label-success{
background: #333333 !important;
}
if still having the issue, please give me temporary wp-admin login info in a private reply.
select icon for each package and use image buttons add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ to make your page like demo.
btw, in some rare case facebook like button don’t show in popover, in those case you need to use [download_link_extended] to embed like button in page.
@iconstudios, please go to order details page.

here are some pre-designed templates http://www.wpdownloadmanager.com/download/wpdm-button-templates/ . Double line coming from your theme css. I see download link is working fine now, please give me an example url where I can check the issue.
“b) Can I get rid of the buttons on top at all?” <-- may you please explain little more. f) yes, 0 is missed, from 1 it shows the value g) yes, custom field will work, you need to create a custom field and in link or page template simply add tag like [custom-field-name] to print custom field value 2) use cols=2 with category short-code. [wpdm_category id="africa" order_by="create_date" order="asc" item_per_page="3" template="532f733f227c0" cols=1]
with category short-code use parameter toolbar=0 to hide category name and sorting option. anyhow, you may use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
sorry, I meant 4.1.0 actually 🙂 we are mostly done
you’re welcome, anyhow, FYI, here http://www.wpdownloadmanager.com/downloads/add-ons/ is also some other free add-ons could power-up your wpdm pro 🙂
please mail to customize@wpdownloadmanager.com
just checked now, looks like you already got it working.
tried to check now, but login info is not working
edit the package and enable email lock from lock options tab under package settings.
it working fine now :). I disabled a few lines in functions.php
//@ini_set('zlib.output_compression', 'Off');
@set_time_limit(0);
//@session_cache_limiter('none');
//@ob_end_clean();
//@session_write_close();