Please send temporary wp-admin login info in private reply.
Hi, Set user role to author to allow writing posts. Required capabilities for author listed here https://codex.wordpress.org/Roles_and_Capabilities
Those are only setting come from WPDM Pro, other settings you may have seen somewhere else comes from different addons. For example, if you install Premium Package addon, another tab ‘Premium Package’ will be added in settings page.
Please let me know if i missed anything.
Thanks.
You can create an archive template for tags. The name of template file is archive-wpdmpro.php
and place it under you active theme directory. But coding knowledge is required build a template page.
You can use download archive page to show all of your downloads. You can modify the archive page url from Downloads Settings Basic URL Structure panel.
You can also use [wpdm-all-downloads]
shortcode to show all packages table. Or [wpdm-all-packages jstable=1]
to show sortable data table.
Hi,
You can access Lazy Download options from Dashboard Downloads Settings Lazy Download Tab. You have to select activate in package settings to enable lazy download in a package.
https://www.evernote.com/l/AUcjMVRgqkxMl65gUKvkNrc0bmaes2zZaZEB/image.png
Thanks.
Download Manager search for package title and content. It does not search inside pdf content.
Please send temporary wp-admin login info in private reply to check if there is any issue in search.
Hi,
Expo uses it’s own template to show package details page. You have to edit ./expo/single-wpdmpro.php
file to show file list. Add following code in ./expo/single-wpdmpro.php
to show playlist.
<?php echo \WPDM\libs\FileList::Table($pack); ?>
Thanks.
Hi,
1. Do you want to change button color? Please send me url of your playlist page. I will suggest required css.
2. This title is coming from your theme. Download Manager has no control over it. You have to check your theme’s category archive template to change it.
Thanks.
Hi,
Please use following link to complete the payment, i will assign a new order of All Addons Pack to your account.
https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=105&product_id=11
Thanks.
Hi,
Some addon file names are different than actual name, please check following reference,
Directory addon – wpdm-archive-page.zip
Advanced Access Control – wpdm-custom-access-level.zip
Download Limit – wpdm-daily-download.zip
Rempte FTP addon – wpdm-remote-ftp-file-browser.zip
You can restrict a category to specific user role from category settings page. When using Directory addon sidebar view it is possible to hide categories if user does not have access to it.
Hi, Enable user registration from Dashboard Settings General Page. Check the anyone can register option there.
Hi, Fixed the expire date issue of special pack order. Thanks.
Hi,
Sorry for the delayed reply.
Please reactivate temporary user. Looks like you have disabled it, i am getting incorrect username or password error.
Thanks.
Hi,
Moving WordPress site to another server is a lengthy process. You can read a detailed article about it here http://www.wpexplorer.com/migrating-wordpress-website/
Download Manager uses custom post types for its packages. So, Only extra task you have to do is moving ./uploads/download-manager-files/ directory to new server.
Thanks.
Replied to your/Gert’s mail from support@wpdownloadmanager.com
Thanks.
Sorry, No option to make both locks required.
You can use Form Lock addon if you want to lock download behind a custom form.
You can insert url to add file from another site. But that file has to be publicly available. Otherwise WPDM can’t access it as it is located in another site.
https://www.evernote.com/l/AUfNdRgXKftH_qY8-ReQCoGYO-EhqxtK5CsB/image.png
Hi,
Link templates are used when a download/package shortcode placed in a page.
In Category page you can use a common link template, which can selected from Dashboard Downloads Settings Frontend Category Page Options panel. It is not possible to use different link templates for different packages in category page.
Please try now.
Hi,
Add following code inside subcategory foreach loop, you will find this loop right below the main category loop,
if( ! wpdm_user_has_access( $subcategory->term_id, 'category' ) ) continue;
https://www.evernote.com/l/AUfyShI_VthPaLZ_RUWdeqKXkx8APZsgFd0B/image.png
Thanks.
This issue was generated from missing /
in your custom permalink structure. After adding ending slash it is working now.