Shahriar

Forum Replies Created

Viewing 25 posts - 676 through 700 (of 12,513 total)

Shahriar
Moderator
This reply has been marked as private.
in reply to: Multiple Plugins Conflict with WP Download Manager #114421

Shahriar
Moderator

Could you please send me the previous login credentials in private reply?

in reply to: Multiple Categories in Archive #114418

Shahriar
Moderator

The add-on initially was meant for listing all available downloads but later the single category feature was added, most probably someone requested it. Anyway, looks like multi-category is also useful for some users like you. So, noted for implementation.

in reply to: Download manager js issue with getting #114417

Shahriar
Moderator

WordPress import is a better option if you are transferring packages. You can use the Default Values add-on to bulk update package settings of all packages.

CSV import may encounter an issue when there is an error in a row. Maybe that’s what happened during your import.

in reply to: How to modify the default page template #114415

Shahriar
Moderator

You can’t modify the default page template. But you can clone it and customize that cloed version.

in reply to: Problem: displaying categories #114414

Shahriar
Moderator

Please check now. Added the following CSS to /wpdm-archive-page/tpls/archive-page-extended.php to fix the issue,

jQuery('.wpdm-cat-tree .btn.btn-secondary').on('click', function(){
    let clps = jQuery(this).data('toggle'); //alert(clps);
    if(clps == 'collapse'){
        let trgt = jQuery(this).attr('href');
        jQuery(this).addClass('active');
        jQuery(trgt).addClass('in');
    }
});
in reply to: Tabs not working on Frontend Uploader #114412

Shahriar
Moderator

Working now.


Shahriar
Moderator

I have updated the code. Please use that.


Shahriar
Moderator

Could you please create a temporary admin user and send the login credentials as a private reply?

in reply to: Password popup does not work with DIVi Theme #114408

Shahriar
Moderator

There is no global solution for that.

For open packages, If link template is involved solution is here https://www.wpdownloadmanager.com/support/topic/open-pdfs-in-new-browser-tab/

For all packages table use a custom template of wpdm-all-downloads.php and add the following code after line 288,

if ( ! wpdm_is_locked( $data['id'] ) ){
                    $download_link = "<a class='wpdm-download-link btn btn-primary' target='_blank' href='".wpdm_download_url( $data['id'] )."'>Download</a>";
                }
in reply to: wpdm_all_packages order doesn't work correct #114403

Shahriar
Moderator

It was related to the site language. This issue has been discussed here https://www.wpdownloadmanager.com/support/topic/sorting-desc-by-date-format-d-m-y-not-working/


Shahriar
Moderator

I have tested both methods on my setup, with and without API credentials. Works without any issue. Not sure why you are getting this error.

Please check if the API credentials are coming from the correct PayPal account.

in reply to: Coupon discount code error #114396

Shahriar
Moderator

Thanks for reporting these issues. We will fix these on the next release of Membership add-on.

in reply to: Unable to update plugin from within WordPress #114395

Shahriar
Moderator

Hi,

Please follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

To fix the auto-update issue, logout and then login again from your Downloads > Settings > Updates tab.

Thanks.

in reply to: Thumbnail updates not updating #114394

Shahriar
Moderator

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

in reply to: Shortcode to display the file name? #114393

Shahriar
Moderator

To show the actual file names please use the [file_list] template tag in your custom link/page template.

in reply to: Download redirect not working #114392

Shahriar
Moderator

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


Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. Do you have any specific URL where I can recreate the issue?

in reply to: Adding Columns to Accordion Page #114390

Shahriar
Moderator

Sorry, accordion shortcode doesn’t support multiple columns.


Shahriar
Moderator
.w3eden .wpdm-downloads.row .col-md-4:nth-child(3n)::after {
    content: '\a\a\a\a\a';
    white-space: pre;
}

Shahriar
Moderator

Create a custom page template and add a message with link to the subscription page. That will display the subscription link on each package.

in reply to: Compact View Directory Question #114386

Shahriar
Moderator

For no 1 add 'exclude' ► "3", inside argument array of wp_dropdown_categories function.

http://prntscr.com/psf1ht ( file: wpdm-archive-page.php )

No shortcut for no 2.

in reply to: Category Archive Page #114384

Shahriar
Moderator

We are using a custom theme on our demo and the theme has the custom-designed download category archive template taxonomy-wpdmcategory.php

Your theme doesn’t have this template, so the view is being rendered by the regular archive template. You can partially control the view from Downloads > Settings > Frontend Access > Category Page Options

in reply to: Confirmation Emails. #114383

Shahriar
Moderator

You can just change/add the required files and upload those on respective directories as defined above.

in reply to: Breadcrumbs Not Working Properly #114382

Shahriar
Moderator

download is the package URL base. It is a required part of any custom post type. Please check the breadcrumbs settings, maybe it is possible to remove the download part.

Viewing 25 posts - 676 through 700 (of 12,513 total)