Forum Replies Created
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Please check the doc here, https://www.wpdownloadmanager.com/doc/settings/license/
I hope it may help you.
Thanks.
You are most welcome
Thanks.
Hi,
I was checking but site showing this message,
Briefly unavailable for scheduled maintenance.
Thanks.
Hi,
You are telling chrome now firefox. However, it is working from firefox too from my side. Use the latest version of firefox.
Thanks.
Sorry for some late. I was missing your topic. please your site URL too
Thanks.
Yes available, you can check this add-on, https://www.wpdownloadmanager.com/download/wordpress-newsletters-autoresponder-plugin/
thanks.
I have checked from your side that it is working fine from your side. how can I check for that issue?
Thanks.
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.
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.
Can’t getting you. can you elaborate more it, please?
Thanks.
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.
Now everything is okay. please check.
Thanks.
Yes, possible but needs to develop or adjust it.
Thanks.
Which do you want to add back in? let me know
Thanks.
Now everything is Ok, please check, http://staging.imtssrn.flywheelsites.com/file-sharing/
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Please try to adjust style/scripts from Downloads > Settings > User Interface. I hope it may help you.
Thanks.
Adjusted, please check now.
Thanks.
Hi,
I have checked that there is an error while pressing for download dropbox files in the console, please check the attached image,
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.


