Shafayet

Forum Replies Created

Viewing 25 posts - 151 through 175 (of 529 total)

Shafayet
Moderator

Here, managementresearch.co.in/access-correction.csv, for access column, instead of using the serialized value a:1:{i:0;s:10:\"subscriber\";} simply use subscriber
access


Shafayet
Moderator

Please upload to google drive or dropbox and send me the link.


Shafayet
Moderator

Please give me your CSV file to check.

in reply to: Facebook unlock #126057

Shafayet
Moderator

Yes, text on the 2nd popup looks smaller on mobile. However, we have adjusted it for the next update.

in reply to: Facebook unlock #126054

Shafayet
Moderator

It is working fine on demo:
Image 2020-04-14 at 3.30.03 AM
As it is now, in FB like there is no way to detect if the user already like a page, in such case, you need to use multiple lock options.

in reply to: Not able to write in Visual editor #125484

Shafayet
Moderator

Hi,
May you please check your browser console and send me an screenshot of the errors showing there.

in reply to: Product Name Not Displayed Properly in PayPal #125483

Shafayet
Moderator

Hi,
Sorry for your inconvenience, we have found the issue and fixed it, an update is coming within 24 hours.

in reply to: Download limit for external link. #125482

Shafayet
Moderator

Sorry, not clear, may you please explain little more. Also, please share the affected URL and temporary wp-admin login info in a private reply.


Shafayet
Moderator

Please give me such an URL to check the issue.

in reply to: Live Chat Private Message is not working #125230

Shafayet
Moderator

Hi,
Extremely sorry for the delayed reply, please send me temporary wp-admin login info in a private reply, I shall set this up there for you.


Shafayet
Moderator

Mollie is available now.

in reply to: Can’t find settings in premium packages for Payza #125146

Shafayet
Moderator

Don’t use payza, they got some legal problems:
http://payza.com/


Shafayet
Moderator

Hi,
No problem, all mandatory wpdm function will work with bootstrap js disabled.


Shafayet
Moderator

Sorry, not clear, may you please explain little more.


Shafayet
Moderator

Hi,
To remove wpdm packages from search, please add the following code at the end of your active theme’s functions.php file:

function wpdm_remove_search($query) {
    if ($query->is_search) {
        $post_type = array('post', 'page');
        $query->set('post_type', $post_type);
    };
    return $query;
};
add_filter('pre_get_posts', 'wpdm_remove_search');

Shafayet
Moderator

Hi,
We are adjusting it with the next update. Thanks.

in reply to: Replay to my emails Download Limit Problem #119439

Shafayet
Moderator

Hi,
It is working fine for me:

Image 2020-02-02 at 2.51.57 PM


Shafayet
Moderator

@hamidpeya, it will be done within next 24 hours.

in reply to: freaky code under reg form #118892

Shafayet
Moderator

Login info is not working.

in reply to: Change domain from temporary #118604

Shafayet
Moderator

@theronb49, if you attach a file as URL or with a full server path, the full URL will be attached and saved in the database, in such case, you may have to update path manually using some custom code after you move the site. Run the following code for once:

<?php
global $wpdb;
$files = $wpdb->get_results( "select * from {$wpdb->prefix}postmeta where meta_name = '__wpdm_files'" );
foreach ( $files as $file ) {
	$value = maybe_unserialize( $file->meta_value );
	foreach ( $value as $fileid ► $v ) {
		$value[ $fileid ] = str_replace( __OLDPATH__, __NEWPATH__, $v );
	}
	update_post_meta( $file->post_id, '__wpdm_files', $value );
}

?>

You must replace __OLDPATH__ with your old server path and __NEWPATH__ with your new server path.

Always keep a backup of your database befoer doing that
in reply to: Issue URL HTTP / CSS since plug-in version 5.0.3 #117630

Shafayet
Moderator

Updated.

in reply to: Advanced Access Control Issue #117463

Shafayet
Moderator

Hi,
As you can see on the following image, which was taken from the demo https://demo.wpdownloadmanager.com/wpdmpro/wp-admin/post-new.php?post_type=wpdmpro, the add-on is totally functional:

AAC

There could be other active plugin causing a conflict and generating your issue, please try deactivating other plugins.

in reply to: Purchase Settings #117334

Shafayet
Moderator

If you want to automate the process, you need to set:
– Auto renew order on expiration – YES
But for lifetime access, you can use something like this:
Order Validity Period: 999999 days.
Download process is already automatic, no need to change payment status manually, please let me know which payment gateway you are using. Also, please add temporary wp-admin login info in a private reply to check the issue in details.

in reply to: Email Lock Questions #117332

Shafayet
Moderator

No special action is required there, there are 2 template tags:
[download_link] — shows lock options in a modal popup
[download_link_extended] — embed lock options on the page
Docs:

Templates

However, please give me your URL where you are trying it to check.

Viewing 25 posts - 151 through 175 (of 529 total)