Alexandru Tapuleasa
Forum Replies Created
-
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.Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] root domian redirectWell, “/” should work. Maybe it’s cache preventing it from working.
But if you want to redirect the domain entirely to a new website you can just add this to your .htaccess file:
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com/ [R=301,L]It’s a lot more efficient as it doesn’t have to load WordPress, plugins, etc.
Hi,
You can do that in the PRO version as it allows more advanced options. This forum is only for the free version though, so if you have any other questions about PRO please contact us through the website, thank you!
Forum: Plugins
In reply to: [Maintenance] Where do i put my license code?Hi,
This forum is only for the free version. For PRO related support please contact us through the website or the support widget in the plugin.
But to answer your question, you need to download and install the PRO version. You have a download link in the purchase email or in your Maintenance Dashboard 🙂
Hi,
Sorry to hear about your issues, but this forum is only for the free version. For PRO related support please reach out through the support widget in the plugin or the website, thank you!
Forum: Plugins
In reply to: [Maintenance] How can Maintenance stop rebootHi,
That message is generated by WordPress core itself, not by our plugin, so it isn’t something we can control directly.
WordPress temporarily shows this notice while it is running updates or performing background maintenance tasks. Under normal conditions, it only appears for a few seconds and then disappears automatically.
If the message remains visible for several minutes or appears frequently, it usually indicates that the server is under heavy load or has limited resources, causing maintenance tasks to take longer than expected. In that case, the recommended solution is to review the hosting environment and consider upgrading to a more performant server configuration.
If you’d like, your hosting provider should be able to confirm whether resource limits are being reached during these operations.
Forum: Plugins
In reply to: [Maintenance] Техническое обслуживание сайтаHi,
I checked your website and I see the Maintenance page (see screenshot https://prnt.sc/JMrKXJw639Fo )
So I’m not sure what the issue is or maybe it was resolved in the meantime. BTW, please don’t post your email on the forum as it’s against the forum guidelines.
Forum: Plugins
In reply to: [Guest Author] WP UmbrellaWe are a bit swamped now and don’t have any planned updates for Guest Author but we will push it in the next update 🙂
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Cannot translate with Loco TranslateWe no longer support file translations. If you would like, Translate “Gift Wrapper for WooCommerce” into your language. Thank you! 🙂
Well, that is just a check if the user account is inactive or marked as spam. Normally user_status should be 0, I’m not sure why in your case it is not. Maybe another plugin is re-purposing the user_status column for something.
If you can find which plugin is doing that or at least let us know what values you are seeing in the user_status column of your wp_users table we can look into it further.
Hi,
Happy New Year! We didn’t forget, it should be available this week 🙂
We have not made any changes to the plugin recently so IDK why this is coming up. We have not had any other reports about this but added to ToDo to look into it more.
Are you using any optimization plugins? Maybe something is delaying loading of jQuery or some JavaScript?
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] new error on 301 redirectsHi,
Sorry about that, it’s a minor bug related to User Agent detection for some devices. We will have it fixed in the next update.
Forum: Plugins
In reply to: [Under Construction] After deactivating, the site still redirects_to=Hi,
Sorry about the issue, but I’m not sure exactly what it was. When I open the login URL you provided I see the normal WordPress login page which should show up regardless if Under Construction is active or not.