Lightwing
Forum Replies Created
-
Thanks!
I was having this problem as well when I tried to block a URL list.
When I clicked the “Save Changes” button, it remained dark blue and never resolved.
I tried:
- Deactivating all plugins excepting Wordfence
- Changing themes to 2025
- Uninstalling and reinstalling Wordfence with all data removed.
- Making the URLs absolute paths.
After observing this behavior on all of my client WP builds on a particular host (but not on other hosts), I began to suspect it was a server firewall or config setting that was at issue. I worked with my hosting provider tech support team to resolve this issue. In my case, the issue was caused by a server mod_security rule that was being activated and was blocking the change to be saved. Tech support changed this and all is well. Hope this helps someone else.
Ah, yes. That was it! WP Fastest Cache. Not the various settings like minification, combining or gzip, the plugin itself. When caching was enabled with all settings disabled, it still impacted your plugin for some reason. I had to exclude the whole main page to get it to work.
All’s well that ends well. Thanks!
Even though this issue has been marked as resolved, I am still having this issue with my build – exactly the same parameters as outlined in the initial post. I have not seen a plugin update displayed. Is there a php code snipped that I need to use similar to the logout redirect?
/* Redirect logout */
add_action(‘wp_logout’,’ps_redirect_after_logout’);
function ps_redirect_after_logout(){
wp_redirect( ‘https://shelleymerchantsolutions.com/?mercatorservitium’ );
exit();
}This is perfect. Thank you! 🙂
Never mind. I disabled “encode contact data” and it resolved the issue.
Thank you for your response. My next maintenance pass will be on Thursday, the 25th. I will try disabling first. If this doesn’t work, I will reach out after setting up the config per your specs.
After speaking with Pantheon support, it appears to be an issue with your plugin trying to write in the /code directory which is not allowed by platform design. Test and Live environments are not code-writable by default. I am not allowed to reboot the server. So, that option is out.
Suggested Workarounds below or at this link: https://docs.pantheon.io/plugins-known-issues#ithemes-security
Issue 1: The “File Change Detection” check in the iThemes Security plugin, warns site admins when files are modified. On Pantheon, automated backups will trigger this warning.
Solution: Disable the “File Change Detection” component of the plugin. Code files in the Test and Live environments are not writable, so this is not a security risk on Pantheon.
Issue 2: iThemes Security attempts to modify
nginx.conf,.htaccessandwp-config.php. Components that need write access to these files will not work sincenginx.confcannot be modified and code files on the Test and Live environments are not writable.Solution: Modifications to
wp-config.phpshould be done in Dev or Multidev environments, then deployed forward to Test and Live.So, my question is – what can I write to wp-config.php that will fix the error showing up in the logs? “Empty file encountered when attempting to update
apacheconfig file.” Is there anything? If not, can I mute this error?Thanks.
I tried your fix several times and the bug persists. Are there any other steps I can try to mitigate this issue? If it helps, this website exists in a Dev/Test/Live NGINX server environment. There is NO .htaccess file to write to.
Log file shows the errors are persisting in spite of cycling the checkbox several times. What should I check next? Thanks!
Thanks! I’ve confirmed pathing (it was correct) and cycled the checkbox. I’ll wait 24 hours and see if I get any notifications. Appreciate the help. 🙂
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Presales Question(Discover Your New Neighborhood row) https://southernmarinliving.com/
Do you have a mosaic layout that allows wide images to span 2 columns or tall images to span 2 rows? These images wouldn’t have the same proportions as the square images. It also has to be responsive across devices.
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Presales QuestionThanks, but your example doesn’t show a tall vertical image that spans 2 rows and I need bit of layout specifically. Appreciate your response.
I understand you are prioritizing your new blocks for people who can’t code. How about a version for people who can? Or, at least keep the Classic Editor going for those of use who develop using a code-centric approach. Just a thought. Thanks!
