Shahjada

Forum Replies Created

Viewing 25 posts - 676 through 700 (of 15,655 total)
Mar 23, 2023 at 3:18 am
#185172
Keymaster
Shahjada
Staff OP

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');
Mar 23, 2023 at 2:59 am
#185169
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Mar 22, 2023 at 5:51 pm
#185158
Keymaster
Shahjada
Staff OP

You may use:

WPDM Default Values

Mar 22, 2023 at 5:15 pm
#185157
Keymaster
Shahjada
Staff OP

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

Mar 22, 2023 at 3:41 pm
#185151
Keymaster
Shahjada
Staff OP

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.

Mar 22, 2023 at 5:41 am
#185123
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Mar 22, 2023 at 1:11 am
#185117
Keymaster
Shahjada
Staff OP

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.

Mar 21, 2023 at 2:01 pm
#185107
Keymaster
Shahjada
Staff OP

We are checking this in details.

Mar 21, 2023 at 1:46 pm
#185105
Keymaster
Shahjada
Staff OP

Need administrator access.

Mar 21, 2023 at 2:35 am
#185075
Keymaster
Shahjada
Staff OP

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

Mar 20, 2023 at 7:50 am
#185050
Keymaster
Shahjada
Staff OP

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 :
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/

Mar 20, 2023 at 4:07 am
#185043
Keymaster
Shahjada
Staff OP

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

Mar 20, 2023 at 4:00 am
#185042
Keymaster
Shahjada
Staff OP

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

Mar 20, 2023 at 3:54 am
#185041
Keymaster
Shahjada
Staff OP

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;
});
Mar 20, 2023 at 2:53 am
#185039
Keymaster
Shahjada
Staff OP

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.

Mar 20, 2023 at 2:45 am
#185038
Keymaster
Shahjada
Staff OP

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

Mar 20, 2023 at 2:26 am
#185037
Keymaster
Shahjada
Staff OP

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

Mar 19, 2023 at 5:15 pm
#185032
Keymaster
Shahjada
Staff OP

Use the following code:

add_filter("wpdm_user_dashboard_menu", function ($items) {
                if(isset($items['my-downloads']))
                    unset($items['my-downloads']);
                return $items;
            }, 99999);
Mar 19, 2023 at 4:40 pm
#185031
Keymaster
Shahjada
Staff OP

They implemented a custom shortcode wpdm_customtree

Mar 19, 2023 at 4:16 pm
#185030
Keymaster
Shahjada
Staff OP

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

Mar 19, 2023 at 3:19 pm
#185025
Keymaster
Shahjada
Staff OP

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

Mar 19, 2023 at 3:04 pm
#185024
Keymaster
Shahjada
Staff OP

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

Mar 19, 2023 at 2:32 pm
#185022
Keymaster
Shahjada
Staff OP

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

Mar 19, 2023 at 1:31 pm
#185021
Mar 19, 2023 at 9:33 am
#185016
Keymaster
Shahjada
Staff OP

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

Viewing 25 posts - 676 through 700 (of 15,655 total)