Shafayet

Forum Replies Created

Viewing 25 posts - 151 through 175 (of 529 total)
Apr 17, 2020 at 9:53 am
#126067
Moderator
Shafayet
Staff OP

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

Apr 17, 2020 at 9:09 am
#126065
Moderator
Shafayet
Staff OP

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

Apr 17, 2020 at 9:06 am
#126063
Moderator
Shafayet
Staff OP

Please give me your CSV file to check.

Apr 17, 2020 at 8:37 am
#126057
Moderator
Shafayet
Staff OP

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

Apr 17, 2020 at 8:22 am
#126054
Moderator
Shafayet
Staff OP

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.

Apr 8, 2020 at 5:37 pm
#125484
Moderator
Shafayet
Staff OP

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

Apr 8, 2020 at 5:33 pm
#125483
Moderator
Shafayet
Staff OP

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

Apr 8, 2020 at 5:27 pm
#125482
Moderator
Shafayet
Staff OP

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.

Apr 8, 2020 at 5:21 pm
#125479
Moderator
Shafayet
Staff OP

Please give me such an URL to check the issue.

Apr 6, 2020 at 9:58 am
#125230
Moderator
Shafayet
Staff OP

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.

Apr 5, 2020 at 6:03 am
#125147
Moderator
Shafayet
Staff OP

Mollie is available now.

Apr 5, 2020 at 6:02 am
#125146
Moderator
Shafayet
Staff OP

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

Apr 5, 2020 at 5:48 am
#125144
Moderator
Shafayet
Staff OP

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

Apr 5, 2020 at 5:46 am
#125143
Moderator
Shafayet
Staff OP

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

Apr 5, 2020 at 5:45 am
#125141
Moderator
Shafayet
Staff OP

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');
Mar 25, 2020 at 6:39 am
#122801
Moderator
Shafayet
Staff OP

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

Feb 2, 2020 at 9:03 am
#119439
Moderator
Shafayet
Staff OP

Hi,
It is working fine for me:

Image 2020-02-02 at 2.51.57 PM

Feb 1, 2020 at 1:46 pm
#119378
Moderator
Shafayet
Staff OP

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

Jan 23, 2020 at 6:52 pm
#118892
Moderator
Shafayet
Staff OP

Login info is not working.

Jan 20, 2020 at 11:29 am
#118604
Moderator
Shafayet
Staff OP

@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
Jan 11, 2020 at 7:38 pm
#117964
Jan 6, 2020 at 2:55 pm
#117630
Moderator
Shafayet
Staff OP

Updated.

Jan 3, 2020 at 5:15 pm
#117463
Moderator
Shafayet
Staff OP

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.

Jan 1, 2020 at 2:02 pm
#117334
Moderator
Shafayet
Staff OP

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.

Jan 1, 2020 at 1:54 pm
#117332
Moderator
Shafayet
Staff OP

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 Overview

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

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