bestwebsoft
Forum Replies Created
-
Hi,
We apologize for the inconvenience. The site is working normally, and the Pro version has been updated.
Could you please complete the following steps in order to detect the problem and find its solution?
1) Activate a default WordPress theme for a while (Twenty Nineteen or Twenty-Twenty) and check if the problem remains.
2) Deactivate all of your plugins except subscriber and also check if the problem is still present. If it is not, activate the plugins one by one, meanwhile checking, after which plugin activation the problem appears again.
3) Contact us back with information about the results.
Hi,
The archive may be too large for your server to handle. Please check your server settings.
Thank you for taking the time to share your feedback with us. We apologize for any inconvenience you’ve experienced.
To address this issue more effectively, we kindly request you to reach out to our support team through our Help Center. Our dedicated team will investigate the matter promptly and provide you with any assistance you need.
Hi,
This functionality is not available. We will consider it, and if we deem it necessary, we will make the necessary changes to the plugin.
Hi,
Thank you for a report. We will fix this issue in the next plugin updates.
Hi,
Sorry for invonvinience. Please check your spam folder for the validation email. You can also ask your question here or write a direct email to [email protected]
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] How to Remove in custom Login API reCaptchaHi,
Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.
Forum: Plugins
In reply to: [Car Rental by BestWebSoft] Не работает выбор автомобиляHi,
We provide support services in the English language only.
Hi,
Could you please complete the following steps in order to detect the problem and find its solution:
1) Activate a default WordPress theme for a while (Twenty Nineteen or Twenty Twenty) and check if the problem remains.
2) Deactivate all of your plugins except Custom Admin Page and also check if the problem is still present. If it is not, activate the plugins one-by-one, meanwhile checking, after which plugin activation the problem appears again.
4) Contact us back with information about the results.Hi,
Thank you for the feedback
If you encounter the problems described, please try to follow the next steps:
1) Activate a default WordPress theme for a while (Twenty Nineteen or Twenty Twenty) and check if the problem remains.
2) Deactivate all of your plugins except custom-admin-page and also check if the problem is still present. If it is not, activate the plugins one-by-one, meanwhile checking, after which plugin activation the problem appears again.
3) Contact us back with information about the results via our help center (https://support.bestwebsoft.com/hc/en-us/requests/new)Hi,
Thank you for contacting us!
If you have programming skills, then you will cope with adding the necessary content to be displayed in pdf.
To add the custom content, please use ‘bwsplgns_get_pdf_print_content’ hook:
1) Go to the plugin settings page;
2) Open “Custom code” tab, mark “Activate custom PHP code.” checkbox in the “PHP” section;
3) Add the following code (as example):function get_pdf_print_content( $content ) {
return $content . ‘Hello, world’;
}
add_filter( ‘bwsplgns_get_pdf_print_content’, ‘get_pdf_print_content’ );
For more info see https://support.bestwebsoft.com/hc/en-us/articles/205454653Of course we can also help you with your problem, if you really need this. This is a paid service. Our specialist also need some time to investigate this 3rd party plugin and make the required changes.
Hi,
Could you please try to add the following code in the ‘wp-config.php’ file:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );See also:
Debugging on WordPress – https://ww.wp.xz.cn/support/article/debugging-in-wordpress/
Editing wp-config.php – https://ww.wp.xz.cn/support/article/editing-wp-config-php/Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Avoiding robot registrationsHi,
Unfortunately, there is no captcha that could provide 100% spam protection. Real people (and spammers) can get through captcha easily. Here is a list of simple recommendations to stop spam on your WordPress website:
1) Make sure that the reCaptcha plugin is installed, activated, updated to the latest version and integrated into your form(-s).
2) Try to submit your form(-s) without captcha (or use the wrong answer to make sure that reCaptcha is working correctly).
3) Install and activate Limit Attempts plugin to get additional anti-spam protection and low-down bots registration rate. Learn more – https://ww.wp.xz.cn/plugins/limit-attempts/Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Avoiding robot registrationsHi,
You can check your recaptcha work here – https://www.google.com/recaptcha/admin#list. If the problem still remains, please try to generate new keys and enter them on the plugin settings page.
After this try to follow the next instructions in order to test reCaptcha’s keys:
1) Go to reCaptcha Settings page;
2) Click “Test reCaptcha”;
3) Test your reCaptcha;
4) Then сlick “Test Verification”;Unfortunately, we cannot guarantee 100% spam protection. Just like your plugin cannot give 100% accurate information that the registration was done by robots.