upcodestudios
Forum Replies Created
-
Hello, any solution to this? Not happening on every site but on multiple sites even one with vanilla install.
@damien7 Can I suggest using a relative path at the beginning of the wp-config.php lines since they should always be in the same folder? When managing staging and production environments, the direct paths can cause issues that are hard to diagnose here.
<?php // Begin AIOWPSEC Firewall if (file_exists('./aios-bootstrap.php')) { include_once('./aios-bootstrap.php'); } // End AIOWPSEC Firewall
The theme is WPAstra which generally doesn’t have compatibility issues with these plugins. Does MetaSlider work with WP Astra?
I’m having the exact same issue with registration. Endless loop on registration page and user never gets created even when captcha is solved successfully
Completely agree with @bonsaimedia. How does an established plugin not support automatic updates in 2021? I’m very happy with the functionality but this is a big deal if I’m going to use this in client sites.
This is big for us. Any update? Even just giving the tabs predefined IDs for now would be ideal and would solve the problem in the short term.