Shahjada

Forum Replies Created

Viewing 25 posts - 626 through 650 (of 15,594 total)
in reply to: Resetting download limit per user #185043

Shahjada
Keymaster

Resetting individual download limit is possible if you are using the download limit add-on:
Users%20%E2%80%B9%20WPDM%20PRO%20%E2%80%94%20WordPress

Download Limit

in reply to: PHP Error #185042

Shahjada
Keymaster

Please update WordPress Download Manager to the latest version. Seems like your are using a very old version.

in reply to: Private Messages plugin #185041

Shahjada
Keymaster

Yes, you can do that using the following code:

add_filter("PrivateMessage/Message/RestAPI/getMessage", function ($message) {
        //todo: replace "custom_profile_url_function" with proper code
	$message->profile->url = custom_profile_url_function($message->profile->ID);
	return $message;
});
in reply to: Disable auto download + Download Limit #185039

Shahjada
Keymaster

When you download multiple times in a single session, it just counts as 1, decrease the limit for once only. Kept auto-download to reduce user action. However, we may add an option to enable disable auto download with reCaptcha.

in reply to: Private Messages plugin #185038

Shahjada
Keymaster

may you please give me you URL and a screenshot or make a short video to check your issue.


Shahjada
Keymaster

give me temporary wp-admin login info in a private reply to check.

in reply to: Remove “My downloads” from user dashboard #185032

Shahjada
Keymaster

Use the following code:

add_filter("wpdm_user_dashboard_menu", function ($items) {
                if(isset($items['my-downloads']))
                    unset($items['my-downloads']);
                return $items;
            }, 99999);
in reply to: Pdf’s not showing on front end #185031

Shahjada
Keymaster

They implemented a custom shortcode wpdm_customtree

in reply to: Export / Import… #185030

Shahjada
Keymaster

To migrate wpdm data from one site to another site, you simply can user wp’s native export/import option.

in reply to: Pdf’s not showing on front end #185025

Shahjada
Keymaster

yes, that will require customization, your current ui is also built on wpdm pro. It was customized. Please contact our customization team for quote.


Shahjada
Keymaster

Your can change those text directly from link-template-calltoaction4.php.

in reply to: Pdf’s not showing on front end #185022

Shahjada
Keymaster

As I see, you are using a custom wpdm extension DMS Custom Re-ordering “dms-reorder-old-old”, it is not developed by us. To fix the issue, you may need to contact the original author or contact our customization team:

Custom Upgrade Service

in reply to: Pdf’s not showing on front end #185016

Shahjada
Keymaster

please give me temporary wp-admin login info in a private reply, I need to check the custom code from DMS Custom Re-ordering.

in reply to: Problem with update card #185010

Shahjada
Keymaster

disabled auto-renewal for both of your orders, in next cycle, you can renewal them using your updated/new info.

in reply to: Form-Lock #185004

Shahjada
Keymaster

that depends on your hosting plan.

in reply to: Changing message icon (WP Private Message plugin) #184993

Shahjada
Keymaster

use icon parmaeter and as value you can use any fontawesome icon or custom css icon.
Ex:

[pm_to_author label="Message seller" title="Contact Author" icon="fa-solid fa-comments" ]

in reply to: Button functionality for regular buttons… #184958

Shahjada
Keymaster

probably, wp bakery support can sort it better.

in reply to: Button functionality for regular buttons… #184957

Shahjada
Keymaster

that will not work here.

in reply to: Button functionality for regular buttons… #184955

Shahjada
Keymaster

please send me temporary wp-admin login info in a private reply.

in reply to: Loader icon replacement with custom loader #184953

Shahjada
Keymaster

Depends. Usually once in a month.


Shahjada
Keymaster

Use role=1 as shortcode parameter.

in reply to: Language change #184948

Shahjada
Keymaster

Translation file is here: /download-manager/languages/download-manager.pot

in reply to: Button functionality for regular buttons… #184947

Shahjada
Keymaster

Add the css classes wpdm-download-link wpdm-download-locked with attr data-package="{{PACKAGE_ID}}" with your download button, that shall trigger the download modal.

in reply to: Loader icon replacement with custom loader #184946

Shahjada
Keymaster

We shall add the option with the next update.

Viewing 25 posts - 626 through 650 (of 15,594 total)