[email protected]
asked 6 years ago

Hello, we are facing an urgent issue. Our Q&A page automatically redirects to a wp-admin link and prompts for login details. Could you let me know why this is happening? We never set our Q&A page to be login-only and it’s supposed to be a publicly available. Here’s the page: https://shilpaahuja.com/ask-shilpa/
Is there a js file that’s not being loaded or some other issue? Pls help.
Thanks,
Shilpa Ahuja

1 Answers
DominicStaff
answered 6 years ago

Firstly, you should disable all the plugin to check this issue, I think your site conflicting with another plugin. 
If you still face their issue, you can try the following solution.

WordPress concatenates scripts via the script-loader.php file.
You can disable the concatenation of scripts by adding this to your wp-config.php:

define('CONCATENATE_SCRIPTS', false);

You can load the non-minified versions by adding this to wp-config.php:

define('SCRIPT_DEBUG', true);

Or you can contact hosting author to check this issue.
Hope this helps!

Powered by DW Question & Answer Pro