marnyscom
Forum Replies Created
-
Still broken in v1.40.0
Just wanted to confirm that the issue is not fixed in version 1.40.0. The Wordfence 2FA login loop is still happening for me (“Verify You are Human failing”). Hopefully, this can be patched soon. Thanks!
Forum: Plugins
In reply to: [Wordfence Login Security] Why sunset a well used plugin?I’d like to respectfully add my voice to this thread, as I believe it reflects a legitimate concern shared by many users.
Wordfence Login Security has been a perfect tool for those of us who need 2FA functionality without adding extra layers to our sites. Its value lies precisely in its simplicity and focus.
I understand that consolidating products may make sense from a business perspective, but from a user standpoint, this decision brings real problems:
— Sites that already have firewall or scanner solutions would be forced to deal with conflicts or duplicated functionality.
— Performance can be affected on shared hosting or heavily optimized sites.
— The configuration overhead of the full plugin is significantly higher for those who only need 2FA.A possible middle ground could be keeping Wordfence Login Security in maintenance mode (security updates only), or offering a “2FA only” mode within the full plugin that disables everything else.
I hope the Wordfence team takes this feedback into account. The community using the lightweight plugin is loyal precisely because it values that approach. Losing them would be a step backwards.
Forum: Plugins
In reply to: [WooCommerce Blocks] Asset wc-settings.js loaded over http in backendHello Saif,
Thank you for your answer.
We have updated to 10.6.0 and now it works fine.
Forum: Plugins
In reply to: [SEUR Oficial] Problema importante al desinstalarGracias por la respuesta.
Ya habíamos revisado el archivo uninstall.php y efectivamente hemos visto que elimina términos huérfanos.
No sabemos exactamente por qué pero, como te comentamos más arriba, ese fallo ha ocurrido. Para comprobarlo hemos realizado la desinstalación 2 veces y hemos tenido que volver a cargar las tablas de los términos.
Forum: Plugins
In reply to: [Geolocation IP Detection] Warnings with CURL_HTTP_VERSIONThank you.
Forum: Plugins
In reply to: [Easy Table of Contents] RTL issuesThank you, I didn’t see that.
But in my case, the website has two languages, english and arabic. If I change that setting, it will change the english version too?
Forum: Plugins
In reply to: [Easy Table of Contents] RTL issuesHy @muslimahmedkhan ,
Thanks for your answer, but the issue is not resolved.
I had to change the CSS in the child theme to force the alignment to the right.
If you analyze the source code of the website you will see that the class “ez-toc-container-direction” (which comes from the plugin) has the parameter “direction: ltr”
Forum: Plugins
In reply to: [Flamingo] Textarea empty when emoji on itI have tried disabling all the plugins and it still the same issue
Forum: Plugins
In reply to: [Flamingo] Textarea empty when emoji on itTheme Storefront (4.1.1), plugins a lot. Related to this: Honeypot for Contact Form 7 (2.1), ReCaptcha v2 for Contact Form 7 (1.4.0)
Forum: Plugins
In reply to: [Flamingo] Textarea empty when emoji on itWordpress Version: 6.0
Contact Form 7 Version: 5.6
Flamingo Version: 2.3Hi,
We have fixed it.
There was a CSS ‘user-select: none’
Forum: Themes and Templates
In reply to: [Sydney] sydney- childtheme – mobile menu doesn’t work any moreHi,
I have the same problem, the mobile menu doesn’t work with the last update.
In the console log I have found an error related to the preloader:
functions.min.js:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘classList’)You can comment the lines where the error appear to fix it:
/*e.classList.add(“disable”),
setTimeout(function () {
e.classList.add(“hide”);
}, 600);*/Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartHi,
I am sorry for coming back again with this, but I was testing and I have found that woocommerce is the one that is reloading the cart via ajax.
I have checked it in a site where only was woocommerce installed.
Also I have seen it in the storefront theme demo site:
https://themes.woocommerce.com/storefront/Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartI don’t know wich script is causing the reload via ajax.
I will try to change it and force the reload of the whole page.
Thank you.Forum: Plugins
In reply to: [Quantity Buttons for WooCommerce] Buttons disappear after update cartActually is not a plugin, I am doing it with my own code.
I have a JS function wich “click” upddate cart button when the quantity change.
But I have tried without that code and I get the same result. The buttons did not show up after updating.
Thanks.