zee7055
Forum Replies Created
-
Hi,
I am experiencing an issue with the first name and last name fields of the WP Forms. This problem occurs only with the latest version of Firefox (version 125.0.1 Release April 16, 2024) and not with Chrome. I have tested it with both the updated and outdated versions of theme and it is not related to the theme or cache.

- This reply was modified 2 years, 1 month ago by zee7055.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache incompatible with SG OptimizerThank you so much for the quick reply I cannot deactivate Sg Optimizer as my website is hosted on Sitegroud. Guess I have to deactivate the W3 Total Cache now, is it ok if I directly deactivate the w3 total plugin and then delete it, or do I have to remove certain files and clear the w3 total cache code from .htaccess, I just don’t want to break my website when i remove W3 total, please suggest a way to properly remove W3 total cache from the website so the website doesn’t break.
Thanks
code i used to block xmlrpc.php access via .htacess
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
Order Allow,Deny
Deny from all
</Files>(Note: i have also changed my login page url)
- This reply was modified 5 years, 3 months ago by zee7055.