Alexandru Tapuleasa
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Author Box] Great PluginThank you! 🙂
Forum: Plugins
In reply to: [Simple Author Box] Text out of alignmentAwesome!
If you have a minute, please leave a review. It’s what keeps support going. Thank you 🙏https://ww.wp.xz.cn/support/plugin/simple-author-box/reviews/#new-post
Forum: Plugins
In reply to: [Simple Author Box] Text out of alignmentHi,
The theme is settings paragraphs to inline-block. You can add this to your theme’s Custom CSS and it should fix it:
.saboxplugin-desc p {
display: block !important;
}Forum: Plugins
In reply to: [Login Lockdown & Protection] Improve login securityHi,
Yes, it logs attempts and blocks brute force attacks by blocking the offending IP after the number of failed attempts you set.
Forum: Plugins
In reply to: [Simple Author Box] Classic Editor box is not visibleHi,
We only support the default Biographical info box, we don’t have support for Polylang yet, sorry 🙁
Hi,
Sorry to hear about the issue. We do have checks in place to only load our JS and CSS only on our admin page. So normally nothing else should be affected. Also we have no CSS related to the “is-layout-flex” anyway. Can you give me some more details (is it the standard Post editor in the WordPress dashboard or another location) or a screenshot? (you can use a tool like https://prnt.sc/ to share one).
What you’re describing is almost certainly related to caching on the server side. Since the redirects start working again immediately after clearing the LiteSpeed cache, it suggests that the cached version of the page is being served before the redirect logic can run.
The plugin itself doesn’t cache anything and doesn’t have control over server-level or page caching mechanisms, so unfortunately there’s nothing we can directly adjust from our side to influence that behavior.
You might want to check your LiteSpeed cache settings (or any other caching layer in use) and exclude the affected URLs from being cached, or adjust how redirects are handled within the cache.
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] Double script loadingThe only reason I could think of is that a login form exists on the page. Some pages add it either in HTML or it might be hidden by JS. Can you post a link to the page so I can have a look?
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] WPMLIt’s been on our ToDo list for quite some time now, we just didn’t get around to it but hopefully we will in the next 1-2 months.
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] Conflict with Wordfence 2FAHi,
It’s released 🙂
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] Conflict with Wordfence 2FAThanks for letting us know! An update should be released with the fix by tomorrow 🙂
Sorry, I tried replicating it again but couldn’t. I’ll have to close this as can’t assign any more time to it. But will keep it on our ToDo in case it comes up and if it does we will fix it.
Hi,
We are pushing the update today/tomorrow, sorry for the delay.
Hi,
Yes, it seems like that update got lost at some point, sorry. We will push an update that includes it today/tomorrow.
Forum: Plugins
In reply to: [Under Construction] No website access for WordPress subscribersHi,
I have tested both role whitelisting and username whitelisting and did not see any issues. So I assume it must be a cache issue. Try disabling any cache plugins you have active while the website is Under Construction as caches will try to only keep one single version of the pages (Under Construction or normal and show those to everyone, especially non-admin users).