Alexandru Tapuleasa
Forum Replies Created
-
Forum: Plugins
In reply to: [Under Construction] Unable to enter settingsHi,
Sorry to hear about the issue, but we have not had any other reports of this so it has to be some specific compatibility issue with something. Could you send me a screenshot? (you can share one on https://prnt.sc/ or similar websites)
Forum: Reviews
In reply to: [Maintenance] Doesn’t work.Hi,
That usually means cache has not cleared and is still showing the normal website. You need to clear any cache plugins/services when you enable/disable Maintenance mode.
True, we will have it removed in the next update, thanks for pointing it out! π
Forum: Plugins
In reply to: [Captcha Code] PHP Warning: Undefined array key “captcha_code”Hi,
That PHP warning is cut off … usually there were a few more details that indicate where the undefined array key is actually occuring. If you can copy/paste the full message we will have a look and see why it might be coming up.
Forum: Reviews
In reply to: [Under Construction] NOT working!I’m sorry for the issue but 99% of the time that is caused by cache. You need to clear your cache after enabling/disabling Under Construction or any other Maintenance plugins.
Hi,
Advanced Google reCAPTCHA is added to the default WordPress login form using the standard WordPress hooks. So any other plugin/theme that displays the standard login form would normally include it. And it should since what is the point of protecting the form with captcha in one place and not the other, where an attacker could just brute force instead?
Forum: Plugins
In reply to: [Under Construction] Partial activation of my siteHi,
I don’t think Under Construction is what you need for that as it will only show the same template on all pages. If you just need one quick landing page, sure, but otherwise you should just use the built in WordPress page editor or Elementor if you need something more advanced simple page building.
You can do it in the PRO version by using a regex redirect. This forum is only for the free version so if you have any questions about that please contact us through the website, thank you!
Forum: Plugins
In reply to: [Maintenance] Spam Comments get inHi,
No, Maintenance is not a security plugin. It replaces front end pages with the Maintenance page, but there are various ways to submit comments via direct requests if your website allows visitors to submit comments. Maintenance does not protect the website from ANY request.
Forum: Plugins
In reply to: [Guest Author] Simple Local Avatars conflictFor Guest Authors you need to set the avatar when editing the post, when you set the Guest Author.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Plugin get cart.min.js on checkoutHi,
We only load the wcgwp-cart.min.js script on Cart, Checkout and Product pages normally since the JS can be needed on those pages. Normally it shouldn’t be loaded on the Payment page but it depends how that is built by the theme and payment plugin. If it is built as part of the Checkout template, then it might trigger Checkout scripts to get loaded as well π
We have not had any other reports of this so far but I added it to our ToDo list and will keep an eye on it in case we can improve the process.
Forum: Plugins
In reply to: [Maintenance] Unable to access Maintenance in the back officeThe admin page is /wp-admin/admin.php?page=maintenance
What URL are you getting a 404 on? Maybe something is affecting the URL/link.
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] root domian redirectAwesome!
If you have a minute, please leave a review. Itβs what keeps support going. Thank you π
https://ww.wp.xz.cn/support/plugin/eps-301-redirects/reviews/#new-post
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] User role access to 301 redirect pageHi,
We actually added that about 1 week ago π
You can use this filter to set the capability (just add it to your theme’s functions.php for example):add_filter('eps_301_redirects_capability', function() { return 'manage_redirects'; // or 'edit_pages', etc. });Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] Using Google ReCAPTCHA with Mailerlite form in WPMost forms like that will need a custom integration and won’t just work out of the box since the 3rd party plugin doesn’t know it has to add the captcha field, nor does Advanced Google reCAPTCHA expect to check that form submission.
In the PRO version we do have a Universal Captcha Integration feature but I have not tested it with MailerLite so I can’t guarantee 100% it would work. This forum is only for the free version though, so if you have any other questions about PRO please contact us through the website.