Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 15,851 through 15,875 (of 20,607 total)
Sep 24, 2020 at 1:39 pm
#137048
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks.

Sep 24, 2020 at 1:39 pm
#137047
Moderator
Nayeem Riddhi
Staff OP

Please check the doc here, https://www.wpdownloadmanager.com/doc/settings/license/

I hope it may help you.

Thanks.

Sep 24, 2020 at 9:49 am
#137037
Moderator
Nayeem Riddhi
Staff OP

You are most welcome

Thanks.

Sep 24, 2020 at 9:47 am
#137035
Moderator
Nayeem Riddhi
Staff OP

Okay, I have a trick for you. you can just make empty this option field as I image attached,

Image 2020-09-24 at 3.45.42 PM

keep it blank, it will not email then.

Thanks.

Sep 24, 2020 at 9:16 am
#137032
Moderator
Nayeem Riddhi
Staff OP

For Admin Email, you can check an option field in the Email template editor setting as I image attached,

Image 2020-09-24 at 3.13.51 PM

you can keep it blank. I hope it may help you.

Thanks.

Sep 24, 2020 at 8:52 am
#137029
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
Sep 24, 2020 at 8:49 am
#137028
Moderator
Nayeem Riddhi
Staff OP

Hi,

I was checking but site showing this message,

Briefly unavailable for scheduled maintenance.

Thanks.

Sep 24, 2020 at 8:42 am
#137027
Moderator
Nayeem Riddhi
Staff OP

Hi,

You are telling chrome now firefox. However, it is working from firefox too from my side. Use the latest version of firefox.

Thanks.

Sep 24, 2020 at 8:35 am
#137024
Moderator
Nayeem Riddhi
Staff OP

Sorry for some late. I was missing your topic. please your site URL too

Thanks.

Sep 24, 2020 at 8:33 am
#137023
Moderator
Nayeem Riddhi
Staff OP
Sep 24, 2020 at 8:15 am
#137021
Moderator
Nayeem Riddhi
Staff OP

I have checked from your side that it is working fine from your side. how can I check for that issue?

Thanks.

Sep 24, 2020 at 8:09 am
#137018
Moderator
Nayeem Riddhi
Staff OP

Hi @spinoweb,

Please open a separate ticket for your issue

Thanks.

Sep 24, 2020 at 5:53 am
#137015
Moderator
Nayeem Riddhi
Staff OP

Yes possible,

please put the below code after this line,

jQuery('#reCaptchaLock_<?php echo $package['ID']; ?>').html('<a href="'+res.downloadurl+'" class="wpdm-download-button btn btn-secondary btn-lg"><?php _e( "Download" , "download-manager" ); ?></a>');

like

jQuery('#reCaptchaLock_<?php echo $package['ID']; ?>').html('<a href="'+res.downloadurl+'" class="wpdm-download-button btn btn-secondary btn-lg"><?php _e( "Download" , "download-manager" ); ?></a>');

 setTimeout(function () {
                    jQuery('#wpdm-locks').modal('hide');
                }, 5000);

from this path plugins\download-manager\tpls\lock-options\recaptcha-lock.php file.

The modal will close after 5 sec. downloading the file.

And for making back-up the tpls file, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/

Thanks.

Sep 24, 2020 at 4:56 am
#137014
Moderator
Nayeem Riddhi
Staff OP

You can choose your own colour code and put it in Appearance > Theme Editor > style.css

and replace here,

.w3eden .btn { background-color:#00000063 !important; }

Thanks.

Sep 24, 2020 at 4:43 am
#137013
Moderator
Nayeem Riddhi
Staff OP

Can’t getting you. can you elaborate more it, please?

Thanks.

Sep 24, 2020 at 4:39 am
#137012
Moderator
Nayeem Riddhi
Staff OP

I think this is causing for PHP memory setting

Fixing the Error there are a couple of ways on how to go about resolving this error. These include:

1.Editing the wp-config.php file
2.Editing the php.ini file
3.Editing the .htaccess file

1.Editing the wp-config.php file

Here you will need to edit thewp-config.php file.
define( 'WP_MEMORY_LIMIT', '256M' );

2.Editing the php.ini file

On a live install, the file can be accessed within the root of your install, that is within the /public_html/ folder. Note that the file is not installed by WordPress but in most cases set up by your host. If you are using CPanel as your control panel, for example, make sure the checkbox for “Show Hidden Files” is checked and then click Go. You may check into this article on how to go about editing the file. Before editing the file, kindly preserve a backup to it by downloading it to your computer.
Once this is done, open the file, add or edit the following line:

memory_limit 512M

3.Editing the .htaccess file

The .htaccess file is a file located within the root of your WordPress files.

You will need to add or edit the following code to the bottom of the file:

php_value memory_limit 256M

With this done, you can then save your changes and check if the error is resolved.

Thanks.

Sep 24, 2020 at 3:41 am
#137009
Moderator
Nayeem Riddhi
Staff OP

Now everything is okay. please check.

Thanks.

Sep 23, 2020 at 5:01 pm
#136999
Moderator
Nayeem Riddhi
Staff OP

Hello @rafael,

Has the problem been resolved? let me know.

Thanks.

Sep 23, 2020 at 4:58 pm
#136998
Moderator
Nayeem Riddhi
Staff OP

Yes, possible but needs to develop or adjust it.

Thanks.

Sep 23, 2020 at 4:55 pm
#136997
Moderator
Nayeem Riddhi
Staff OP

Which do you want to add back in? let me know

Thanks.

Sep 23, 2020 at 4:48 pm
#136996
Moderator
Nayeem Riddhi
Staff OP

Now everything is Ok, please check, http://staging.imtssrn.flywheelsites.com/file-sharing/

Thanks.

Sep 23, 2020 at 4:28 pm
#136995
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks.

Sep 23, 2020 at 4:27 pm
#136994
Moderator
Nayeem Riddhi
Staff OP

Please try to adjust style/scripts from Downloads > Settings > User Interface. I hope it may help you.

Thanks.

Sep 23, 2020 at 4:25 pm
#136993
Moderator
Nayeem Riddhi
Staff OP

Adjusted, please check now.

Thanks.

Sep 23, 2020 at 4:07 pm
#136991
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked that there is an error while pressing for download dropbox files in the console, please check the attached image,

Image 2020-09-23 at 9.41.16 PM

there are lots of plugins installed in your site. I think there may be coming to any conflict.

The same version of the plugin and add-on installed in our testing site. it is working fine here, https://wpdmpro.w3eden.com/download/dropbox-folder. please check

Thanks.

Viewing 25 posts - 15,851 through 15,875 (of 20,607 total)