Shahjada

Forum Replies Created

Viewing 25 posts - 626 through 650 (of 15,607 total)
in reply to: Attach file issue #185176

Shahjada
Keymaster

no


Shahjada
Keymaster

When you are trying to allow editor level to manager wpdm from wp admin area, add the following 2 lines in your wp-config.php:

define('WPDM_ADMIN_CAP', 'editor');
define('WPDM_MENU_ACCESS_CAP', 'editor');
in reply to: Editors cannot see full Files Root Directory #185172

Shahjada
Keymaster

When you are trying to allow editor level to manager wpdm from wp admin area, add the following 2 lines in your wp-config.php:

define('WPDM_ADMIN_CAP', 'edit_posts');
define('WPDM_MENU_ACCESS_CAP', 'edit_posts');

Shahjada
Keymaster
This reply has been marked as private.

Shahjada
Keymaster

You may use:

WPDM Default Values

in reply to: Attach file issue #185157

Shahjada
Keymaster

Try using add_filter("wpdm_allowed_path_check", "__return_false");


Shahjada
Keymaster

It the situation is because, your server is blocking html code with POST request. Please remove html from any option value, use only plain text.

Settings%20%E2%80%B9%20Download%20Manager%20%E2%80%B9%20ADEWB%20-%20Animal%20Disease%20Eradication%20in%20the%20Western%20Balkans%20%E2%80%94%20WordPress

I’ve removed html and used plain text, now save settings is working fine now.


Shahjada
Keymaster
This reply has been marked as private.

Shahjada
Keymaster

not necessarily. You can clone link-template-calltoaction4.php to create a copy of that template from wp-admin menu ► downloads ► templates and update texts, then use the new template with your shortcode.

in reply to: Stats pulling “Guest” user #185107

Shahjada
Keymaster

We are checking this in details.

in reply to: Change width of category image #185105

Shahjada
Keymaster

Need administrator access.


Shahjada
Keymaster

Hi,
Sorry for your inconvenience. Your orders are active now and, you can access to pro support and updates.

in reply to: [wpdm_all_packages] and packages descriptions #185050

Shahjada
Keymaster

Hi,
Use the shortcode like this:
[wpdm_all_packages items_per_page=10 jstable=1 order_by="update_date" order="DESC" cols="page_link,file_count,download_count,description|package_size|categories|update_date|download_link" colheads="Title|Size|Categories|Update Date|Download::200px"]

Also, did you try using [wpdm_packages] short-code, you can specific link template there and :

[wpdm_packages] – WP_Query in a shortcode for download manager packages

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

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