I checked some package and email lock seems to be working fine there. Could you please send me the package URL where you faced the hang-up issue? And how are you using the download link in external sites? Locked package download links won’t work in external sites as it requires WPDM scripts to show the email popup.
Hi,
WPML has a string translation feature which translates the texts saved as options. It also translates the post meta values ( i.e. terms lock texts ). But I don’t know, specifically how it is done. Please contact the WPML support to help you on this.
Thanks.
You need Directory Add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) to use that view. After activating the add-on insert the following shortcode in a page.
[wpdm-archive cat_view="sidebar" button_style="default" items_per_page=10 order_by="post_title" order="asc"]
Removed the localhost and sub-domains. You can link 4 new sites now.
Hi,
Code customization is required to add files column. Where do you want to search for the filename? The search in admin panel doesn’t search the file names.
Best regards.
Do you want to retrieve the icon URL set in Package Settings Icons Tab?
Here is the code to get the icon URL.
$icon_url = get_post_meta( $postid, '__wpdm_icon', true );
So, you want to limit the access to premium package even before purchase?
You can do that by setting “Hide Everything” in “When user is not allowed to download:” option. ( Downloads Settings Basic Access Settings )
Now only users from “Select Members:” field will be able to make the purchase.
Please send login info in private reply. I will verify the key. I unlocked the key twice, it shouldn’t link to the staging automatically after that.
Users with manage_options
capability can access the Stats page. So, you can either give this capability to the “Customer Support” role or change the Download Manager code to allow menu access for lower capabilities.
Hi,
Add the following code to your theme’s functions.php file to include child category posts too. This code uses the wpdm_embed_category_query_params
filter which allows you to modify any query parameter.
function wpdm_embed_category_query_params( $params ){ $tax_query = $params['tax_query']; $taxonomy = $tax_query[0]['taxonomy']; $terms = $tax_query[0]['terms']; $operator = $tax_query[0]['operator']; $params['tax_query'] = array(array( 'taxonomy' ► $taxonomy, 'field' ► 'slug', 'terms' ► $terms, 'include_children' ► true, 'operator' ► $operator )); return $params; } add_filter('wpdm_embed_category_query_params', 'wpdm_embed_category_query_params');
Best regards.
Did you manage to solve the issue? Let us know if you still need help on this.
The search option in this page https://ps-cardiagnostics.com/software/ is coming from the “all packages” shortcode. It is not possible to use show this without the shortcode.
You can place the WPDM Search Widget in the footer to make the search option available in all pages.
We removed to Ninja Form support long ago. Currently, Form Lock supports the following Form Plugins,
Please send temporary wp-admin login info in private reply to check the issue.
Hi Marie, Unlocked your key from the old domain. You can use it on your new domain now. Thanks.
PLease install WPDM – Custom Access Level in version 2.8.3
Please try now.
I can’t access the clone site, it is asking the http password. So, not clear what kind of issue you are facing there. Could you please check the PHP error log? Send me the log file or latest entries. That will indicate if there is any PHP related error.
Please try the following shortcode ( Panel template with 3 cols layout ),
[wpdm-archive button_style=”inverse” link_template=”link-template-panel” cols=3 order_by=”title” order=”ASC” items_per_page=”9″]
Document preview doesn’t work on localhost
For video use [video_player_1200]
template tag and for audio use [play_list]
tag in your custom link/page template.
You can use the Default View. It has the category filter and the search option.
Demo link https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
[wpdm-archive button_style="inverse" link_template="link-template-calltoaction1" order_by="title" order="ASC" items_per_page="9" cols=1]
Hi,
Purchases are accessible by only the user who purchased the file. No extra restriction is required in this case.
If you meant something else, please explain little more. I am referring to the purchases made using Premium Package add-on.
Thanks.
Just released an update to fix the issue. Please install the latest version. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases