Shahriar

Forum Replies Created

Viewing 25 posts - 2,851 through 2,875 (of 12,513 total)

Shahriar
Moderator

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.

in reply to: Translating Button labels and Terms Lock texts #95075

Shahriar
Moderator

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.

in reply to: Set page template #95074

Shahriar
Moderator

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"]

in reply to: Change linked sites for license #95073

Shahriar
Moderator

Removed the localhost and sub-domains. You can link 4 new sites now.

in reply to: More Admin Clumns #95072

Shahriar
Moderator

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.


Shahriar
Moderator

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 );

in reply to: Advanced Access Control #95068

Shahriar
Moderator

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.

in reply to: Unlock Key #95066

Shahriar
Moderator

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.

in reply to: Other roles access to WPDM options #95043

Shahriar
Moderator

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.


Shahriar
Moderator

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.

in reply to: Download link doesn't work right #95041

Shahriar
Moderator

Did you manage to solve the issue? Let us know if you still need help on this.

in reply to: Search Results Showing Posts #95040

Shahriar
Moderator
This reply has been marked as private.
in reply to: Parent link is not working #95039

Shahriar
Moderator

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.

in reply to: Display Issues #95037

Shahriar
Moderator

We removed to Ninja Form support long ago. Currently, Form Lock supports the following Form Plugins,

  • Live Forms
  • Contact Form 7
  • Gravity Forms
  • Formidable Form
  • WP Forms

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue.

in reply to: How do I changed linked domain for plugin? #95035

Shahriar
Moderator

Hi Marie, Unlocked your key from the old domain. You can use it on your new domain now. Thanks.

in reply to: Advanced Access Control #95034

Shahriar
Moderator

PLease install WPDM – Custom Access Level in version 2.8.3

in reply to: Unlock Key #95033

Shahriar
Moderator

Please try now.

in reply to: Install Glitches #95010

Shahriar
Moderator
This reply has been marked as private.
in reply to: Display Issues #95009

Shahriar
Moderator

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.

in reply to: New Archive Template Broken #95008

Shahriar
Moderator

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″]

in reply to: How do I changed linked domain for plugin? #95005

Shahriar
Moderator

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.

in reply to: Sidebar Display with Search #95004

Shahriar
Moderator

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]

in reply to: Advanced Access Control #95002

Shahriar
Moderator

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.

in reply to: Advanced Access Control #95001

Shahriar
Moderator

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

Viewing 25 posts - 2,851 through 2,875 (of 12,513 total)