Shahjada

Forum Replies Created

Viewing 25 posts - 526 through 550 (of 15,607 total)
in reply to: License Renewal #186108

Shahjada
Keymaster

Your can renew now.

in reply to: Custom URL #186107

Shahjada
Keymaster

in that case, you need to use regular post/page and add wpdm package shortcode there. Package information on page is customizable through link template

Link Template

However, plugin actually doesn’t offer that type of feature, it is just working as standard wp feature works with custom post type, ex: woocommerce.

However, for extended customization support, please contact our Custom Upgrade Service team.

in reply to: Custom URL #186104

Shahjada
Keymaster

instead of download your can use different word in wpdm settings. However, base slug also totally removable. As, it is not a built-in feature with wpdm pro, it will require some code customization.

Try using the following code:

function wpdm_remove_base_slug($post_link, $post) {
    if ('wpdmpro' === $post->post_type && 'publish' === $post->post_status) {
        $post_link = str_replace('/download/', '/', $post_link);
    }
    return $post_link;
}
add_filter('post_type_link', 'wpdm_remove_base_slug', 10, 2);

function wpdm_parse_request($query) {
    if (!$query->is_main_query() || 2 != count($query->query) || !isset($query->query['page'])) {
        return;
    }

    if (!empty($query->query['name'])) {
        $query->set('post_type', array('post', 'wpdmpro', 'page'));
    }
}
add_action('pre_get_posts', 'wpdm_parse_request');

For extended customization support, please contact:

Custom Upgrade Service

in reply to: Erreur téléchargement WPDM – PDF Stamper #186072

Shahjada
Keymaster

If any plugin generates unexpected output, it need to fixed first, did you find which one, or may we try deactivating other plugin to find problematic one?

in reply to: Editors cannot see full Files Root Directory #186065

Shahjada
Keymaster

It works fine on our side. Please send me ftp info in a private reply.

in reply to: Invalid download link #186053

Shahjada
Keymaster

Update is available now.


Shahjada
Keymaster

It will not break the email sending.
The action hook invokes after sending email.
Your simply can add the code for sending SMS in the callback function.


Shahjada
Keymaster

I think, the following example explains all about the hook:

add_action("PrivateMessage/Message/RestAPI/sendMessage", function($msgID, $message, $sender) {
//Your sms code here...
}, 10, 3);

It calls before send message.
$msgID = ID of the message
$message = Array containing message info and receiver info
$sender = Sender info.


Shahjada
Keymaster

Working fine in both chrome and firefox for me: https://www.loom.com/share/26a3cbaad5ec43a994ad5adb56d70725

Please check if your have installed any browser add-on which is blocking pdf js.

in reply to: Custom URL #186028

Shahjada
Keymaster

#1. Change package url base slug to download/%wpdmcategory%

Settings%20%E2%80%B9%20Download%20Manager%20%E2%80%B9%20WPDM%20PRO%20%E2%80%94%20WordPress

#2. Save Settings
#3. go to WP Admin Menu ► Settings ► Permalinks
#4. Click “Save Changes” button.

Everything will work fine then.

in reply to: Custom URL #186022

Shahjada
Keymaster

That is not an issue with wpdm, that is how wpdm url settings works.

However, if you want to add category slug with package URL, here is the workaround:

#1. Please add the following code at the end of your active theme’s functions.php:

function wpdm_package_link($post_link, $post) {
	if ('wpdmpro' === $post->post_type) {
		$terms = wp_get_post_terms($post->ID, 'wpdmcategory');
		if ($terms) {
			$term_slug = array_pop($terms)->slug;
			$post_link = str_replace('%wpdmcategory%', $term_slug, $post_link);
		} else {
			$post_link = str_replace('%wpdmcategory%', '-', $post_link);
		}
	}
	return $post_link;
}
add_filter('post_type_link', 'wpdm_package_link', 10, 2);

#2. Then use %wpdmcategory% is wpdm page url base slug.
#3. Save Settings
#4. go to WP Admin Menu ► Settings ► Permalinks
#5. Click “Save Changes” button.

Finally to go WP Admin Menu ► Packages and check the changes in URLs.

in reply to: Set equal heights on 3-column category listing #186020

Shahjada
Keymaster

Login info is not working.

in reply to: Wrong Post Types displayed #186019

Shahjada
Keymaster

That is probably due to conflict with other outdated plugin your are using there, your wp is outdated as well as many other plugin. Please try deactivating other plugin one after another to find the one causing the conflict.

in reply to: Mobile Layout #186016

Shahjada
Keymaster

Try using different link template, there are lots of link templates for various use case, you can can create your own link template.
Please follow the docs:

Link Template

Creating a new template

in reply to: Invalid download link Errors?? #186015

Shahjada
Keymaster

Update is coming within the next 24 hours.

in reply to: Security issues caused by “WP Download Manager” #186011

Shahjada
Keymaster

Actually, we have nothing to do from the plugin side, but we are trying to contact the patchstack.com about this report, though they clearly mentioned it is a pro plugin issue, not free. Also, please let your security plugin author know about that.

in reply to: Erreur téléchargement WPDM – PDF Stamper #186004

Shahjada
Keymaster

It looks like any of your active plugin generating some unexpected chars before it should be what’s why pdf stamper is failing, try deactivating other plugin. Also, use unencrypted pdfs, encrypted/password protected pdf are not stamp-able.

in reply to: Organise uploads folder by date #185993

Shahjada
Keymaster

okay, we are doing some research on that :).

in reply to: Invalid download link #185992

Shahjada
Keymaster

Hi,
We have found the issue, update will be available with the fix within next 24 hours.

in reply to: Private Create Pay link #185984

Shahjada
Keymaster

Please update premium package plugin, you can now add multiple quantity of the same item just by clicking item add button multiple times.

Also, you can create cart coupon too instead of product specific coupon by simply skipping product id when creating a coupon.

Also, we are making some other improvements on custom order option to make it more flexible.

in reply to: Security issues caused by “WP Download Manager” #185983

Shahjada
Keymaster

Hi,
No worry, there issue you were seeing was related to an old PRO version, the latest versions of wpdm free 3.2.70 and pro 6.3.2 both are secure.

in reply to: User Type control not working on free #185976

Shahjada
Keymaster

That is actually not a plugin issue, you need to disable image cache/cdn to make it work properly.

Your media library images are serving from here 94m2c9.p3cdn1.secureserver.net instead of upperbrandon.com

in reply to: Erreur téléchargement WPDM – PDF Stamper #185959

Shahjada
Keymaster
This reply has been marked as private.
in reply to: Invalid download link Errors?? #185958

Shahjada
Keymaster

We have found the issue, it is actually with download page, if you email direct download link, it will work fine. However, we shall fix it with the next update.

Viewing 25 posts - 526 through 550 (of 15,607 total)