Shafayet

Forum Replies Created

Viewing 25 posts - 101 through 125 (of 529 total)
in reply to: wpdm_tree no longer working #146183

Shafayet
Moderator
This reply has been marked as private.
in reply to: Warnings when installing plugin #146182

Shafayet
Moderator

Hi, the post was from 2012, now it is 2021, no such issue with the plugin now.

in reply to: Advanced Access Control Shortcode not working #146181

Shafayet
Moderator

The update is coming tomorrow.

in reply to: Cart problems if WP Rocket is active #146177

Shafayet
Moderator
This reply has been marked as private.

Shafayet
Moderator

No worry, we have changed the notification style, it will be clearly visible from the next update.

in reply to: You do not have permission to download this file #146173

Shafayet
Moderator

Download link after purchase is okay now, it was expiring immediately as the expiration period for the orders was 0, which can be controlled from wpdm premium package settings.

Download link from google drive is a public link, please use amazon s3 for expirable temporary download link:

WordPress Amazon S3 Storage Plugin

in reply to: Order by dropdown not working #146172

Shafayet
Moderator

We have fixed the issue and updated archive page add-on, please update your copy.


Shafayet
Moderator

Sorry, actually no such option available, but it can be done using the following code:


Shafayet
Moderator

Okay now, there are some memory limit conflicts with [file_list_extended] template tag. I used [file_list] instead and that resolved the issue.

in reply to: Cart problems if WP Rocket is active #146168

Shafayet
Moderator

Please exclude cart, login, signup, user dashboard page from cache.

WP%20Rocket%20%E2%80%B9%20WordPress%20Download%20Manager%20%E2%80%94%20WordPress

in reply to: Critical WordPress Error during download #146167

Shafayet
Moderator

We are coming with an alternative way to track the user download limit.

in reply to: Generated Reset Password link doesn’t work #146166

Shafayet
Moderator

You are right, the bs3 password reset template has a small bug, we shall adjust it with the next update.


Shafayet
Moderator

Hi,
That will depend on the breadcrumb feature with your theme or other plugin generating the breadcrumb, please give me an URL to check.

in reply to: Problems with plugin #146162

Shafayet
Moderator
This reply has been marked as private.

Shafayet
Moderator

Don’t use the wpdm shortcode inside package description.

BTW, I just checked https://lfvbayern.de/download/nr-4-dezember-2020, but I’m not seeing any content on the description, where are the contents coming from?

in reply to: Getting error: 503 Service Unavailable #146145

Shafayet
Moderator

There is no /server-file-browser.php in download-manager/admin dir, please send me temporary wp-admin login info in a private reply to chenck.

in reply to: Generated Reset Password link doesn’t work #146144

Shafayet
Moderator

Hi,
The reset password is working fine now, changed UI option to bs4 from wpdm settings.

in reply to: Digital Store – Credentials are invalid #146140

Shafayet
Moderator

Please send me temporary wp-admin login info in a private reply to check your issue and set it up there for you.

in reply to: Problems with plugin #146139

Shafayet
Moderator

Hi,
UI color can be changed from Admin Menu ► Download ► Settings ► User Interface.


Shafayet
Moderator

If you use title="Any Text", it always will show Any Text as the title.

in reply to: File Type .dotx #146135

Shafayet
Moderator

Please send me the file to test from my setup.

in reply to: Private Chat Email Options #143310

Shafayet
Moderator

We have fixed the issue and updated the plugin. Working fine now. Also added new options to change default avatars, welcome messages, and some other options to improve your experience.

in reply to: wpattire.com #142890

Shafayet
Moderator
This reply has been marked as private.

Shafayet
Moderator

Hi,
In the latest version of amazon s3 add-on we have updated sdk and which requires php 7.2.5 or upper, please update your php version to 7.4, that will resolve the issue.

in reply to: Invalid File Type svg #142204

Shafayet
Moderator

Updated code:

add_filter("wpdm_blocked_file_types", function ($file_types){
    $index = array_search('svg', $file_types);
    if($index !== false) unset($file_types[$index]);
    return $file_types;
});

Please add it at the end of your active theme’s functions.php

Viewing 25 posts - 101 through 125 (of 529 total)