Actually when you are in package details page, there should have a body class “single-wpdmpro”
Compatible.
Yes, wpdm can do that, you will also need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ .
Please send me a link to check.
Click green download button to see order details. You will find the key button there. https://www.evernote.com/l/AUd0JNV9gGZHsI7KTv5EERzdV2FIWsCmA2QB/image.png
Hi,
In download page WPDM uses Page Template, which is different than Link template. So you can use different classes there.
Or is it something else you are referring to?
You can use custom link template with [page_url]
or [download_url]
template tag. Place this tag inside href
attribute and set your link target blank.
Like this one, <a href="[page_url]" target="_blank">Link Label</a>
Hi,
There is no option yet to export/download stats. But we are working on it. Stats export feature will be added soon.
Thanks.
It works the reverse way. You can enable/disable individual file download. But full pack download can not be disabled.
Hi,
Please go to your download area (http://www.wpdownloadmanager.com/user-dashboard/purchases/) to download PRO version. Delete free version first. And then install pro version.
thanks.
Some JS and CSS file are missing there.
1. Try disabling other plugins to find if this is a result of conflict with another plugin
2. Try reinstalling plugin , may be it is not installed properly
3. If you can’t figure it out , send temporary wp-admin login info in private reply, so i can check it there.
Thanks.
If you want to put just login page link, just add the dashboard page in your menu. But if you want to put login form there, no simple way to do that. Custom code required to place the form and redirect it to dashboard page. You have to utilize http://codex.wordpress.org/Function_Reference/wp_login_form
Write input fields individually, not as a group, I missed the input value in previous reply. It should look like following one,
<input type="number" value="<?php echo get_post_meta($post->ID,'__wpdm_acf_Advance_nof',true); ?>" name="file[acf_Advance_nof]" class="form-control">
Meta key __wpdm_YOUR_CUSTOM_FIELD_NAME (e.g. __wpdm_acf_Advance_nof , here acf_Advance_nof is the custom field name )
Do that for each of your custom field.
Download Manager has an option to open file in browser instead of downloading it. You can activate it from Settings Basic,
https://www.evernote.com/l/AUcrcwE300pDpZyJ1vkvni4r_3Pxc8_rDQgB/image.png
But no option available to open the file in Fancybox.
Add following code in your theme’s footer.php just before ending body tag,
<script> Cufon.replace('h4', { color: '#000' }); </script>
Please try now. Unlocked your key from test domain.
it is reaching to the screen shot page after I click on download link from your given page.
Probably in both installation you are using a common plugin which is causing the issue, May you please give me access somewhere so that I can find the reason.
No available hook there. But noted for implementation. Only way to change it through editing file. And it will be overridden after update.
Hi, It is possible but requires code customization.
Check if any other plugin preventing the user registration. It should work when check in setting. Clear cache Or try from another browser.
https://www.evernote.com/l/AUfwXh9bublBbLSZWBrvtiIZ610hiXCdZVMB/image.png
When some downloads an email locked packages by providing their email address , that address automatically added to subscriber list. So you just have to enable email lock.
You can customize ‘login required message’ fro settings.
https://www.evernote.com/l/AUfrrmR31ztNF6RO_8J-alMtegLxl1VQEdUB/image.png
Here is href
put your login url.
Place only your url http://graphictwister.com/membership/
in href
https://www.evernote.com/l/AUfrrmR31ztNF6RO_8J-alMtegLxl1VQEdUB/image.png