Split: Sidebar Login is not working properly (You need to log in twice)
-
Same thing on my webstite
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter('wp_speculation_rules_href_exclude_paths', function ($exclude_paths) {
$exclude_paths[] = '/moj-nalog/';
return $exclude_paths;
});
Kind Regards
Nope. Nothing happened. Same issue appears
I don’t see the code added to your website. Please disable all plugins that are not related to our theme and send us your admin access so we can check.