Shahriar

Forum Replies Created

Viewing 25 posts - 1,026 through 1,050 (of 12,513 total)
Oct 10, 2019 at 4:27 pm
#113386
Moderator
Shahriar
Staff OP

It is not possible yet to use a link tag in the submit message. But noted for implementation.

Currently, You can use the link directly Thank you for requesting the file. If the download fails, please try this URL https://pocketprograms.com/erp-scale_alt_server

Oct 10, 2019 at 4:20 pm
#113385
Moderator
Shahriar
Staff OP

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.

Oct 10, 2019 at 12:35 pm
#113375
Moderator
Shahriar
Staff OP

Hi,

Please remove the key from the old site. Go to your order details page from purchases tab and click the ‘Key’ icon. A modal with license key and linked sites will appear. Remove the key from the old site. Then copy the key and save it on your new site.

Thanks.

Oct 10, 2019 at 12:30 pm
#113374
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 9, 2019 at 12:15 pm
#113350
Moderator
Shahriar
Staff OP

Hi,

You can set up user-based downloads using Download Manager Pro + Advanced Access Control ( https://www.wpdownloadmanager.com/download/advanced-access-control/ ) add-on.

You can purchase the Special Pack which includes both plugins and some other useful add-ons https://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/

Thanks.

Oct 9, 2019 at 11:48 am
#113346
Moderator
Shahriar
Staff OP

@asiastonevn, Check if you have the Extended Shortcode add-on installed. Please create a new support ticket if the add-on is activated and tree shortcode still not working.

Oct 9, 2019 at 11:43 am
#113345
Moderator
Shahriar
Staff OP

We have the plan to implement this feature in Download Notifications add-on https://www.wpdownloadmanager.com/download/download-notifications/ Currently the add-on sends notification to admin when someone downloads a package.

Oct 9, 2019 at 11:35 am
#113344
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 9, 2019 at 11:33 am
#113343
Moderator
Shahriar
Staff OP

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

Oct 9, 2019 at 11:27 am
#113340
Moderator
Shahriar
Staff OP

Please check now. I have installed the latest version of WPDM Pro there. Login worked for me here https://ferraricontabil.com.br/acesso/

By the way, activate your license key to enable the auto-update feature. Get your license key from the Purchases page https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Oct 9, 2019 at 11:15 am
#113339
Moderator
Shahriar
Staff OP

You can copy the direct download link from All Files page.

https://www.evernote.com/l/AUf2-W5cym1B57dfc2sMHwVJUsOuscP4dsMB/image.png

Oct 9, 2019 at 11:10 am
#113338
Moderator
Shahriar
Staff OP

Are you using Google Drive add-on to attach file?

Oct 9, 2019 at 11:07 am
#113337
Moderator
Shahriar
Staff OP

Hi,

Please search for “Premium Packages – Sell Digital Products Securely” in the plugins page. It is the “WPDM – Premium Packages” add-on.

Thanks.

Oct 9, 2019 at 11:01 am
#113335
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 9, 2019 at 11:00 am
#113334
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 9, 2019 at 10:47 am
#113332
Moderator
Shahriar
Staff OP

Masterkey bypasses all locks to provide the direct download link.

Oct 9, 2019 at 10:46 am
#113331
Moderator
Shahriar
Staff OP

Please send your page URL. Maybe adding some custom CSS will do the trick.

Oct 8, 2019 at 6:26 pm
#113321
Moderator
Shahriar
Staff OP

It is not possible from the server-side. There is a Javascript work-around. You can replace the [download_link] template tag in your link/page template with the following code. This will initiate the download and then redirect to the REDIRECT_URL Replace the REDIRECT_URL with your external URL.

<a class="wpdm-download-link btn btn-primary" href="#" onclick="window.open('[download_url]', '_blank');location.href='REDIRECT_URL'; return false;">Download</a>

Oct 8, 2019 at 5:17 pm
#113320
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 8, 2019 at 4:30 pm
#113319
Moderator
Shahriar
Staff OP

Hi,

There are many options available to you. I will explain those and you can decide which one is best for you.

There are two bulk import options available. CSV and Directory import.

1 ) In the case of CSV, you have to create the CSV file with all necessary package info. Each row will create a package.

2 ) Directory import is easier. You select a dir and import all files. One package will be created for each file.

If you want you can attach the whole directory in a package too. The has some drawbacks too because there won’t be file-based stats and all files will be under the same access rules.

Let me know which option fits the best for your use case. I will suggest the next steps based on that.

Thanks.

Oct 8, 2019 at 4:06 pm
#113316
Moderator
Shahriar
Staff OP

You have to use a custom link template to modify the link in the package title. Currently, it is using the [page_link], to open the file directly replace that with <a href="[download_url]">[title]</a>

You can clone the link template from the Downloads > Templates page. Send temporary wp-admin login info in private reply if you need help with that.

Oct 8, 2019 at 3:57 pm
#113315
Moderator
Shahriar
Staff OP

Have you installed the Extended Shortcodes add-on ( https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ )?

Oct 8, 2019 at 3:55 pm
#113313
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 8, 2019 at 3:44 pm
#113312
Moderator
Shahriar
Staff OP

Yes, you can attach a URL with the package. The user will be sent to that URL in this case. Use the URL tab from Attach File meta box to add URL.

Oct 8, 2019 at 3:37 pm
#113311
Moderator
Shahriar
Staff OP

You can use a custom template tag to render the “Preview” button conditionally. Shown this preview button only when attached file in a PDF file. wdm_before_fetch_template hook is used to create a new template tag. The code should be something like the following example. You have to add this to your theme’s functions.php file. Adjust the link <a class='btn btn-success' href=''>Preview</a> to match your style.

Viewing 25 posts - 1,026 through 1,050 (of 12,513 total)