Forum Replies Created
You are welcome
I have successfully logged-in but, how can logged-to wp-admin panel. let me know.
Thanks.
Hello,
I have checked your issue in details. However, you are using acf_Registration_cust_no in your registration form. It is not cust_no. And you are using the Quick Forms for registration form. we are updating the add-on for getting Quick-forms field in a dynamic way. And it can also be used in Email Template.
Thanks.
Hello,
I have checked your issue in details. However, you are using acf_Registration_cust_no in your registration form. It is not cust_no. And you are using the Quick Forms for registration form. we are updating the add-on for getting Quick-forms field in a dynamic way. And it can also be used in Email Template.
Thanks.
It is not a PRO plugin interface. please download your PRO plugin from here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
and for license key please check the doc here, https://www.wpdownloadmanager.com/doc/settings/license/
I hope it may help you.
Thanks.
Please check the docs here,
https://www.wpdownloadmanager.com/doc/short-codes/
you shall find here,
Short-code for Image Slider:
[wpdm_slider ids="package,ids,separated,by,comma"]
Short-code for category carousel:
[wpdm_carousel category="category-id"]
Thanks.
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.

