Jass

Forum Replies Created

Viewing 25 posts - 26 through 50 (of 474 total)
Dec 22, 2016 at 8:26 pm
#52130
Spectator
Jass
OP

hi,
you can send the credentials here using private reply option. To make the message visible to me only. And your server name is http://depts.washington.edu please try using this.
thank you.

Dec 22, 2016 at 8:22 pm
#52128
Spectator
Jass
OP

hi,
yes its possible to install the plugin by simply unzipping the plugin in wp-content -> plugin folder(image attached). But you need to activate the plugin from admin panel.
Thank you.

Dec 20, 2016 at 11:05 am
#52027
Spectator
Jass
OP

Yes, please, share us screenshots. indicating your problem.
Thank you

Dec 19, 2016 at 5:59 am
#51933
Spectator
Jass
OP

hi,
This feature is available in Pro- version of download manager.
Thank you.

Dec 16, 2016 at 7:34 pm
#51874
Spectator
Jass
OP

Hi,
Please send temporary wp-admin login info in private reply to check the issue. Also send the page link with 404 issue..
Thanks.

Dec 16, 2016 at 7:18 pm
#51873
Spectator
Jass
OP

hi,
Your domain name is the name of your server. Please check if you had given correct credentials. or provide me your link and login credentials and check your system.
Thank you

Dec 13, 2016 at 9:18 am
#51813
Spectator
Jass
OP

hi,
Sorry, custom template is only available in pro version.
Thankyou.

Dec 8, 2016 at 1:30 pm
#51676
Spectator
Jass
OP

hi,
Please try removing download manager plugin and download a new plugin from the website. Install the plugin and try again.
I hope this solves the solution.
Thank you.

Dec 4, 2016 at 9:12 am
#51557
Spectator
Jass
OP

If you have a minute to spare, we will appreciate a review from you. Click https://wordpress.org/support/view/plugin-reviews/ppress?rate=5#postform

Thank you

Dec 4, 2016 at 9:10 am
#51556
Spectator
Jass
OP

hi,
This may happen due to cache stored in your browser. Try clearing the cache and try again.
Thank you

Dec 4, 2016 at 9:07 am
#51555
Spectator
Jass
OP

hi,
All the cloud storage plugin for download manager works this way. Where, the system will redirects to the cloud to download.
p.s.These plugins are normally used to save own server space.
Thank you.

Dec 4, 2016 at 8:49 am
#51554
Spectator
Jass
OP

hi,
Managing user is not related to Download Manager plugin. You can check other plugins available for WordPress to manage users.
Thank you

Dec 4, 2016 at 8:27 am
#51553
Spectator
Jass
OP

hi,
The picture will be visible in live system. As this is a demo website, which is used to just give a assumption of how will the theme look.
Thanks.

Dec 2, 2016 at 8:56 am
#51535
Spectator
Jass
OP

hi there,
Sorry, there is no such feature of adding tags short-code. You can add category eg. “mp3live” and “mp3concert”.
I hope this solution will help you.
Thank you.

Dec 1, 2016 at 3:54 pm
#51519
Spectator
Jass
OP

Hi,

Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

– Link to your site
– WordPress Admin username / password

Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

Thank you.

Nov 30, 2016 at 10:12 am
#51497
Spectator
Jass
OP

Hi,
Sorry this feature is not available.
But it could be done by custom coding. If you are interested in customization please mail to customize@wpdownloadmanager.com for a quote.

Thanks.

Nov 21, 2016 at 8:24 am
#51270
Spectator
Jass
OP

Hi,
You need to purchase Advanced Access Control add-on. It works with free version Download Manager too.

Advanced Access Control

Thank you sir.

Nov 18, 2016 at 10:24 am
#51216
Spectator
Jass
OP

hi,
This is happening because your theme single post desgin have image view and even wpdm default template shows image view too.
You need to removed the image view in wpdm from ftp accessdownload-manger->tpls->page-templates->page-template-default.php

Hope this solves your issue.
Thank you.

Nov 18, 2016 at 9:52 am
#51215
Spectator
Jass
OP

Hi,

Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

– Link to your site
– WordPress Admin username / password

Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

Thank you sir.

Nov 18, 2016 at 9:49 am
#51214
Spectator
Jass
OP

Hi,
Glad to hear your system is working. This may help you to increase the size:

How to Increase the Maximum File Upload Size in WordPress Download Manager

Thank you

Nov 17, 2016 at 8:45 am
#51177
Spectator
Jass
OP

hi,
Sorry for the inconvenience. But I had tested in 4 browsers (i.e. Firefox, Google chrome, Microsoft Edge and Internet Explorer) and its working without any issue. Unless i get the issue I m not able to help you. Can you be specific, like, in which browser you are facing problem and which url this problem is occurring.

Thank you.

Nov 17, 2016 at 8:17 am
#51175
Spectator
Jass
OP

hi,
I had to replaced a code by

    if (isset($_POST["reCaptchaVerify"])) {
        $retraw = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=" . get_option('_wpdm_recaptcha_secret_key') . "&response=" . $_POST['reCaptchaVerify'] . "&remoteip=" . $_SERVER['REMOTE_ADDR']);
        $ret = json_decode($retraw, true);

// $ret = remote_post(‘https://www.google.com/recaptcha/api/siteverify’, array(‘secret’ ► get_option(‘_wpdm_recaptcha_secret_key’), ‘response’ ► $_POST[‘reCaptchaVerify’], ‘remoteip’ ► $_SERVER[‘REMOTE_ADDR’]));

        if ($ret["success"] == true) {
            $_SESSION["_wpdm_unlocked_" . $file["ID"

= 1;
update_post_meta($file["ID"], "__wpdmkey_" . $key, 3);
$download_url = wpdm_download_url($file, "_wpdmkey={$key}");
$data["downloadurl"] = $download_url;
} else {
$data['error'] = __("Captcha Verification Failed!", "wpmdpro");
}
header("Content-type: application/json");
echo json_encode($data);
die();
}

And its working.
Can you try again?
Thank you

Nov 16, 2016 at 11:08 am
#51123
Spectator
Jass
OP

Hi,
I still can access the file with out login credentials.
Would you mind providing us with login credentials so we can take a closer look?To do this, you can make a post with the following info:

– Link to your site
– WordPress Admin username / password

Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks

Nov 15, 2016 at 8:47 pm
#51097
Spectator
Jass
OP

Hi,
Can you share the link or screen-shot where you are facing problem.
I will be happy to help you.
Thank you

Nov 15, 2016 at 8:46 pm
#51096
Spectator
Jass
OP

hi,
Can you be more specific about attachment you are asking for? Sorry its not clear what you want.
Thank you sir, will be glad to help you.

Viewing 25 posts - 26 through 50 (of 474 total)