Please check if your package has a featured image. Send login info in private reply if issue remains even after setting featured image. Thanks.
Use ‘Attach Dir’ metabox to add directory in your package. https://www.evernote.com/l/AUfouh41kbVEpqlG2yyfqYpTWa9coEBbvhE
Hi,
Let me know where you need help. Send login info too in you think i have to check the issue in your installation.
Thanks.
That’s not possible. Users will see all files but they can download files they are allowed to.
Hi,
We will release an Premium Package update soon. This issue will be fixed there.
Thanks.
Hi, Lock settings area is not available yet in default value add-on. We will add this feature it in next release. Thanks.
[gallery_WxH] shows preview of additional images, but there was no additional image (there is a metabox[additional previews] for that) in your package.
Use [thumb_200x200] tag to show featured image. I have edited your custom page template and image is visible now.
Thanks
Share your login url too.
Hi,
You can use WPDM Default Values addon http://www.wpdownloadmanager.com/download/wpdm-default-values/
It will help you setup/populate default values for package settings so that you don’t have to repeat those every time you create a new package.
Thanks.
WPDM new version will be release within one week, You can expect the addon update the week after. Thanks.
Hi,
This feature is not available in ‘Advance Custom Field’ for now. But we have added it in our to-do list for next update. Will release the update asap.
Thanks.
Hi,
It is not possible yet. But it is in our to-do list. Will implement it soon.
Thanks.
Hi,
In your shortcode change button_style parameter value to change button color.
Use http://wpdownloadmanager.com/download/advanced-tinymce-button/ addon to insert shortcode. There you will find all available button styles.
Check following example shortcode, i have applied primary button style there.
[wpdm-archive cat_view=”extended” button_style=”primary” link_template=”link-template-calltoaction3.php” order_by=”post_title” order=”asc” items_per_page=”10″]
To remove number, have to edit plugin file. Send login info in private reply below. I will do that for you.
Thanks.
Hi,
I see you are using WPDM Free version. Lazy download is not compatible with WPDM Free now. However, in next release we will fix it.
Thanks.
Looks like settings are okay. I have to check your installation then. Send login info in private reply below.
Welcome. Glad your problem has been solved 🙂
Hi, Did you select “All Visitors” on allowed roles field in Package Settings?
Hi Dennis, Try deactivating Download Manager scripts from plugin settings. That might solve the issue.
Please send temporary login info in private reply. I have to check to find what causing this issue. Thanks.
Hi, Our next version is ready. Testing few add-ons compatibility. Will be release within this week. Thanks.
Hi,
Use accordion shortcode like following one,
[wpdm-accordion template="link-template-default-ext"]
You can set,
template=”link-template-default”
or
template=”link-template-button”
too.
Hi, Did you install this add-on http://www.wpdownloadmanager.com/download/lazy-download-add-on/?
Add following lines at top of your custom template. However you have to get the $package_id somehow.
$pack['ID'] = $package_id; // $package_id = ID of current wpdmpro package
$pack = wpdm_setup_package_data($pack);
After that you can use $pack[categories];
Thanks.